summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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/
* Pootle broke stuff, I've fixed stuffkrzys-h2014-07-241-0/+0
|
* Auto-update from Pootle 2014-07-24krzys-h2014-07-241-0/+0
| | | | This commit was automatically generated from http://translations.colobot.info/
* Auto-update from Pootle 2014-07-23krzys-h2014-07-232-12/+10
| | | | This commit was automatically generated from http://translations.colobot.info/
* Merge pull request #311 from MohamedWaheed/devkrzys-h2014-07-221-40/+40
|\ | | | | fixed issue #223 about disabling shadows/ground textures
| * fixed issue #223 about disabling shadows/ground texturesMohamed Waheed2014-07-121-40/+40
| |
* | Auto-update from Pootle 2014-07-20krzys-h2014-07-201-0/+0
| | | | | | | | This commit was automatically generated from http://translations.colobot.info/
* | Auto-update from Pootle 2014-07-17krzys-h2014-07-171-6/+10
| | | | | | | | This commit was automatically generated from http://translations.colobot.info/
* | Auto-update from Pootle 2014-07-16krzys-h2014-07-161-0/+0
| | | | | | | | This commit was automatically generated from http://translations.colobot.info/
* | Auto-update from Pootle 2014-07-15krzys-h2014-07-151-0/+0
| | | | | | | | This commit was automatically generated from http://translations.colobot.info/
* | Auto-update from Pootle 2014-07-13krzys-h2014-07-131-0/+0
|/ | | | This commit was automatically generated from http://translations.colobot.info/
* Auto-update from Pootle 2014-07-11krzys-h2014-07-115-4782/+4792
| | | | This commit was automatically generated from http://translations.colobot.info/
* Merge branch 'dev' of github.com:colobot/colobot into devkrzys-h2014-07-105-88/+96
|\ | | | | | | | | | | | | | | Conflicts: po/de.po po/fr.po po/pl.po po/ru.po
| * Auto-update from Pootle 2014-07-10krzys-h2014-07-101-10/+10
| | | | | | | | | | This commit was automatically generated from http://translations.colobot.info/ (actually, this is just a manual test commit with some Polish translations :p)
| * Initial Pootle<->Git integration commitkrzys-h2014-07-105-4810/+4825
| | | | | | | | This commit was automatically generated from http://translations.colobot.info/
* | Removed some old stuff related to Ceebot-Teenkrzys-h2014-07-1011-47/+18
|/
* Removed some unused code related to Quit buttonkrzys-h2014-07-1011-106/+160
| | | | The button itself has been removed a long time ago
* Updated data submodulePiotr Dziwinski2014-07-091-0/+0
|
* Post-release 0.1.3-alphakrzys-h2014-07-011-2/+2
|
* Release 0.1.3-alphakrzys-h2014-07-01106-2862/+2978
|\
| * Removed old code based on #ifs (issue #55)krzys-h2014-06-2714-516/+11
| |
| * Updated submoduleKrzysztof Dermont2014-06-261-0/+0
| |
| * Fix test compilationPiotr Dziwinski2014-06-263-5/+7
| |
| * Fixed testskrzys-h2014-06-262-9/+31
| |
| * Fixed not destroying CGameDatakrzys-h2014-06-261-0/+3
| | | | | | | | This also fixed failing assertion in tests
| * Fixed negative parameter in fire() (issue #305)krzys-h2014-06-261-10/+12
| | | | | | | | Also fixed checking parameter count and type for ants, spiders and shooters
| * Fixed CMake git branch detection with build dir outside of repository ↵krzys-h2014-06-251-0/+2
| | | | | | | | working dir
| * Fix test compilationPiotr Dziwinski2014-06-241-0/+2
| |
| * Merge pull request #304 from MohamedWaheed/devPiotr Dziwiński2014-06-248-25/+99
| |\ | | | | | | Savefile screenshot implementation and screenshot loading bug fix
| | * fixed savefile screenshot loading bugMohamed Waheed2014-06-241-19/+16
| | |
| | * formatting and enhancements for savefile screenshot featureMohamed Waheed2014-06-245-27/+24
| | |
| | * implemented savefile screenshot featureMohamed Waheed2014-06-247-6/+86
| | |
| * | Fix test compilationPiotr Dziwinski2014-06-245-14/+6
| |/
| * Updated data submodulekrzys-h2014-06-191-0/+0
| |
| * Remove dead codePiotr Dziwinski2014-06-011-6/+0
| |
| * Better datadir mod supportkrzys-h2014-05-1819-193/+286
| |