summaryrefslogtreecommitdiffstats
path: root/src/ui
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* Fixed "default controls" button (#263)krzys-h2013-12-251-1/+1
|
* Merge branch 'dev-string-in-restext' into devPiotr Dziwinski2013-12-2015-146/+156
|\ | | | | | | | | | | Merging branches after code review This should fix buffer overflow problems with translation strings
| * Some further refactoring and test correctionsPiotr Dziwinski2013-12-202-15/+25
| |
| * Changed char[] to std::string in restextPiotr Dziwinski2013-12-0415-134/+134
| | | | | | | | Experimental changes
* | Sound support changeserihel2013-12-191-26/+0
|/ | | | | | * removed 2d sound * fixed listener orientation (propably issue #235) * removed unused code and minor refactoring
* Fix tooltip to display as white and not transparentDidier Raboud2013-11-191-2/+2
|
* Buffer overflow fixPiotr Dziwinski2013-11-131-1/+1
|
* Drop now-useless display of licenses.txt in PHASE_GENERICDidier Raboud2013-10-301-11/+0
| | | | | The content of licenses.txt in data has gotten useless as the restrictions got waived, displaying it is useless.
* Fixed some CBot-related memory leaksPiotr Dziwinski2013-10-121-14/+12
| | | | | | * fixed leaks in CScript::CheckToken() * fixed leaks in CInterface * commented out unused function in robotmain.cpp
* Fix for #232 - Images in SatComkrzys-h2013-09-282-6/+6
| | | | Only images, icons still don't work