summaryrefslogtreecommitdiffstats
path: root/src/ui
Commit message (Collapse)AuthorAgeFilesLines
* Fixed console spam when music files are not installedkrzys-h2014-11-021-3/+3
| | | | Closes #359
* #335, #348, #352krzys-h2014-11-012-5/+8
| | | | | I don't know what I'm doing anymore :/ I should set up dev envrioment on Windows so I don't have to commit every time I want somebody on Windows to test if my changes work
* Fixed #335 and #348krzys-h2014-10-311-0/+1
|
* Added some debug stuff, possible fix for #348 and #335krzys-h2014-10-301-2/+5
|
* Fixed screenshoot loading againkrzys-h2014-10-291-1/+1
| | | | issue #335
* I forgot to remove some debug stuffkrzys-h2014-10-291-3/+0
|
* Fixed program saving (#352)krzys-h2014-10-292-10/+18
|
* Changed splashscreens filenames in maindialog.cppCoLoRaptor2014-10-281-3/+3
|
* Sorry, I didn't mean to remove thatkrzys-h2014-10-271-1/+1
|
* Fixed problems with loading save screenshots (issue #335)krzys-h2014-10-271-1/+3
|
* Fixed "Device" tab opening if it was opened in main menu earlierkrzys-h2014-10-251-0/+3
|
* Added warning about restarting game in order to apply changeskrzys-h2014-10-251-0/+8
| | | | issue #339
* Nothing else works, so restart the game on resolution changekrzys-h2014-10-251-0/+7
| | | | Fixes #339 for now, but we'll need alternative solution later
* 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
| |/ / |/| |