summaryrefslogtreecommitdiffstats
path: root/src/ui
Commit message (Collapse)AuthorAgeFilesLines
* But do 182d5206a8dcdbf112e5e2099a71c8dc82b9ffa1 only on Windows, since it ↵krzys-h2014-10-251-0/+2
| | | | works correctly on Linux
* Disable resolution settings in simulationkrzys-h2014-10-251-1/+1
|
* Fixed #340 againkrzys-h2014-10-251-3/+7
|
* Change userlevels button text via text filekrzys-h2014-10-251-0/+15
|
* Fixed #344krzys-h2014-10-251-1/+1
|
* Fixed #340krzys-h2014-10-251-86/+26
|
* Merge branch 'vieux-blood_mode' into devkrzys-h2014-10-222-0/+24
|\ | | | | | | | | | | Conflicts: src/common/restext.cpp src/ui/maindialog.cpp
| * add option to disable bloodVictor Vieux2014-10-212-0/+24
| |
* | Fixed map turning gray after resizing windowkrzys-h2014-10-201-7/+0
| |
* | Fixed save directories in things not yet refactored to use PHYSFSkrzys-h2014-10-203-20/+27
| |
* | Merge branch 'dev-physfs' into devkrzys-h2014-10-1921-606/+229
|\ \ | | | | | | | | | | | | Conflicts: src/app/app.cpp
| * | Fixed program savingkrzys-h2014-10-191-3/+6
| | |
| * | Merge branch 'dev' into dev-physfskrzys-h2014-10-1452-827/+937
| |\ \ | | | | | | | | | | | | | | | | Conflicts: data
| * \ \ Merge with devPiotr Dziwinski2014-10-075-137/+102
| |\ \ \
| * | | | Fixed some warningskrzys-h2014-09-272-7/+1
| | | | | | | | | | | | | | | | | | | | Removed unused variables and fixed signed/unsigned comparation warnings
| * | | | Merge branch 'dev-physfs' into dev-physfs-levelskrzys-h2014-09-261-1/+1
| |\ \ \ \
| | * | | | Fixed human.png texturekrzys-h2014-09-261-1/+1
| | | | | |
| * | | | | Userlevel listingkrzys-h2014-09-263-161/+40
| | | | | |
| * | | | | Don't use physfs in saving code for nowkrzys-h2014-09-262-73/+182
| |/ / / / | | | | | | | | | | | | | | | | | | | | This requires too much refactoring and we want to release 0.1.5 soon. We'll need to rewrite saving/loading code to fully implement new level parser anyway.
| * | | | Rewrite CMainDialog to use physfsPiotr Dziwinski2014-09-212-182/+73
| | | | |
| * | | | Fixed SatCom image loadingkrzys-h2014-07-2416-99/+102
| | | | | | | | | | | | | | | | | | | | Now LoadTexture/SetTexture functions require full path with "textures/" directory
| * | | | Help file loadingkrzys-h2014-07-113-20/+31
| | | | |
| * | | | Merge branch 'dev' into dev-physfskrzys-h2014-07-117-433/+11
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: data src/app/gamedata.cpp src/ui/control.cpp src/ui/edit.cpp src/ui/maindialog.cpp
| * | | | | Fixed mission description loadingkrzys-h2014-07-101-7/+8
| | | | | |
| * | | | | Fixed texture and script loadingkrzys-h2014-07-1017-106/+106
| | | | | |
| * | | | | Fixed music loadingkrzys-h2014-07-101-4/+3
| | | | | |
| * | | | | Fixed level listkrzys-h2014-07-101-21/+36
| | | | | |
| * | | | | Last changesKrzysztof Dermont2014-06-302-49/+39
| | | | | |
| * | | | | More work on PhysFS supportKrzysztof Dermont2014-06-221-10/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * added output stream * fixed music loading
| * | | | | Big part of PhysFS supportKrzysztof Dermont2014-06-2019-415/+121
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * removed -mod argument * removed -datadir argument * removed -lang argument * removed some dead ui code * added resource manager and file loaders (stream and SDL) * changed interface textures location to match new directory structure * removed CGameData for mod support * added PhysFS support
* | | | | | Implemented "Apply changes" button (issue #141)krzys-h2014-10-192-61/+13
| | | | | |
* | | | | | Changed max and default font sizekrzys-h2014-10-192-11/+11
| |_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Min font size is 9, max is now 24 (previously 21) Default size is now 19 (previously 9) Closes #330
* | | | | Changed all occurences of PPC in the code to TerranovaTeamkrzys-h2014-10-1452-827/+937
| |_|/ / |/| | |
* | | | CProfile refactoringPiotr Dziwinski2014-08-121-78/+78
| | | |
* | | | Remove some more delete checks (#318)Piotr Dziwinski2014-08-103-54/+22
| | | |
* | | | Remove unnecessary delete checks (#318)Piotr Dziwinski2014-08-091-5/+2
| | | |
* | | | Fixed #315krzys-h2014-08-081-4/+4
| |/ / |/| |
* | | Removed some old stuff related to Ceebot-Teenkrzys-h2014-07-101-19/+1
| | |
* | | Removed some unused code related to Quit buttonkrzys-h2014-07-102-22/+0
| |/ |/| | | | | The button itself has been removed a long time ago
* | Removed old code based on #ifs (issue #55)krzys-h2014-06-277-408/+6
| |
* | formatting and enhancements for savefile screenshot featureMohamed Waheed2014-06-241-2/+2
| |
* | implemented savefile screenshot featureMohamed Waheed2014-06-241-3/+4
|/
* Better datadir mod supportkrzys-h2014-05-182-2/+4
|
* CPauseManagerkrzys-h2013-12-316-42/+54
|
* Fix for #177 - save list sortingkrzys-h2013-12-271-7/+10
|
* Temporary fix for #232 - don't try to show the buttonskrzys-h2013-12-271-0/+2
| | | | This makes SatCom usable for now
* Removed prototypes supportkrzys-h2013-12-271-37/+11
|
* Changed version display in bottom-right corner to be actually version number ↵krzys-h2013-12-271-1/+2
| | | | instead of date
* Added error message when CEdit is unable to read a filekrzys-h2013-12-271-1/+4
|
* Hide userlevels menu in release versionkrzys-h2013-12-261-0/+2
| | | | Userlevels aren't working right now (issue #219)