summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | Update .gitignore filesPiotr Dziwinski2014-09-213-0/+6
| | | | |
| * | | | Rewrite CMainDialog to use physfsPiotr Dziwinski2014-09-214-183/+139
| | | | |
| * | | | Some cleaning upPiotr Dziwinski2014-09-2117-60/+64
| | | | |
| * | | | Loading all mods found in "mods" directorykrzys-h2014-09-215-1/+43
| | | | |
| * | | | Restored -datadir and -langdir arguments, added -savedirkrzys-h2014-08-0611-38/+99
| | | | | | | | | | | | | | | | | | | | Also, fixed some crashes when unable to open file
| * | | | Saving colobot.ini through physfskrzys-h2014-07-2412-53/+70
| | | | |
| * | | | Added -mod commandline argument to add additional locations to physfskrzys-h2014-07-242-2/+12
| | | | |
| * | | | Fixed SatCom image loadingkrzys-h2014-07-2425-155/+158
| | | | | | | | | | | | | | | | | | | | Now LoadTexture/SetTexture functions require full path with "textures/" directory
| * | | | Help file loadingkrzys-h2014-07-115-30/+80
| | | | |
| * | | | Merge branch 'dev' into dev-physfskrzys-h2014-07-1139-5365/+5003
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-1023-139/+143
| | | | | |
| * | | | | Fixed music loadingkrzys-h2014-07-103-18/+17
| | | | | |
| * | | | | Fixed level listkrzys-h2014-07-101-21/+36
| | | | | |
| * | | | | Last changesKrzysztof Dermont2014-06-303-49/+39
| | | | | |
| * | | | | More work on streamsKrzysztof Dermont2014-06-2310-189/+321
| | | | | |
| * | | | | More work on levelsKrzysztof Dermont2014-06-225-20/+26
| | | | | |
| * | | | | Added Exist() to resource manager, updated modelKrzysztof Dermont2014-06-223-6/+15
| | | | | |
| * | | | | More work on PhysFS supportKrzysztof Dermont2014-06-228-17/+103
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * added output stream * fixed music loading
| * | | | | Implemented libsndfile loader in PhysFSKrzysztof Dermont2014-06-218-61/+253
| | | | | |
| * | | | | Big part of PhysFS supportKrzysztof Dermont2014-06-2052-841/+715
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-193-64/+16
| | | | | |
* | | | | | Small fix to 72b4228abe583cd953491575cf42bae17ff5e9d2krzys-h2014-10-191-2/+4
| | | | | |
* | | | | | Possible fix for #331krzys-h2014-10-191-0/+1
| | | | | |
* | | | | | Changed max and default font sizekrzys-h2014-10-193-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Min font size is 9, max is now 24 (previously 21) Default size is now 19 (previously 9) Closes #330
* | | | | | Added portable build flagkrzys-h2014-10-183-0/+10
| |_|_|/ / |/| | | |
* | | | | Changed all occurences of PPC in the code to TerranovaTeamkrzys-h2014-10-14321-4559/+5745
| | | | |
* | | | | Updated license from PPC to TerranovaTeamkrzys-h2014-10-143-15/+45
| | | | | | | | | | | | | | | | | | | | | | | | | Polish Portal of Colobot (PPC) changed name to International Colobot Community (ICC). The part of the community actively working on the game is known as TerranovaTeam.
* | | | | Clean up translationsPiotr Dziwinski2014-10-097-6363/+5236
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * translate only marked strings from restext.cpp * update and clean pot and po files * remove redundant POT-Creation-Data
* | | | | Fixed CBot debugger (#325)krzys-h2014-10-071-2/+3
| |_|/ / |/| | |
* | | | Fixed issue #324krzys-h2014-10-073-2/+15
| | | |
* | | | Add missing dependency "gettext" for Ubuntukoocotte2014-09-021-1/+1
| | | | | | | | | | | | | | | | | | | | Conflicts: INSTALL.md
* | | | Add po4a to the command installing dependenciesMrSimbax2014-08-241-1/+1
| | | | | | | | | | | | | | | | | | | | There is an one-line command in the INSTALL.md for Ubuntu/Debian users which installs all dependencies. po4a was listed above it, but it wasn't in the command itself.
* | | | CProfile refactoringPiotr Dziwinski2014-08-126-203/+203
| | | |
* | | | Better CMake organization and unit test cleanupsPiotr Dziwinski2014-08-1216-1070/+280
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * created a static library containing most source modules to avoid compiling source modules twice in code and unit tests * moved profile_test to main unit tests executable * removed image_test and edit_test as not really useful
* | | | Remove unused accessors from CDevicePiotr Dziwinski2014-08-124-331/+49
| | | |
* | | | Fix task stopping checks in CBrainPiotr Dziwinski2014-08-102-124/+39
| | | | | | | | | | | | | | | | | | | | | | | | This possibly fixes some issues resulting from improperly stopping tasks (CTask::Abort() not called before deleting the task). Found while looking for instances of #318.
* | | | Remove some more delete checks (#318)Piotr Dziwinski2014-08-104-69/+28
| | | |
* | | | Remove unnecessary delete checks (#318)Piotr Dziwinski2014-08-095-23/+9
| | | |
* | | | Fixed #315krzys-h2014-08-081-4/+4
| | | |
* | | | Updated submodulekrzys-h2014-08-081-0/+0
| | | |
* | | | Auto-update from Pootle 2014-08-08krzys-h2014-08-081-0/+0
| | | | | | | | | | | | | | | | This commit was automatically generated from http://translations.colobot.info/
* | | | Auto-update from Pootle 2014-08-07krzys-h2014-08-071-0/+0
| | | | | | | | | | | | | | | | This commit was automatically generated from http://translations.colobot.info/
* | | | Fixed #314krzys-h2014-08-061-2/+2
| | | |
* | | | Removed some unused codekrzys-h2014-08-063-620/+0
| | | |
* | | | Auto-update from Pootle 2014-08-05krzys-h2014-08-051-0/+0
| | | | | | | | | | | | | | | | This commit was automatically generated from http://translations.colobot.info/
* | | | Auto-update from Pootle 2014-07-29krzys-h2014-07-291-3/+3
| | | | | | | | | | | | | | | | This commit was automatically generated from http://translations.colobot.info/
* | | | Auto-update from Pootle 2014-07-28krzys-h2014-07-281-0/+0
| | | | | | | | | | | | | | | | This commit was automatically generated from http://translations.colobot.info/
* | | | Auto-update from Pootle 2014-07-26krzys-h2014-07-262-4/+5
| | | | | | | | | | | | | | | | This commit was automatically generated from http://translations.colobot.info/
* | | | Auto-update from Pootle 2014-07-25krzys-h2014-07-251-0/+0
| | | | | | | | | | | | | | | | This commit was automatically generated from http://translations.colobot.info/