summaryrefslogtreecommitdiffstats
path: root/src/object/robotmain.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Changes in build organizationPiotr Dziwinski2013-06-221-3/+5
| | | | | | | | * targets are now created in top-level build directory * more things are now configured through CMake options * changed debug build detection from NDEBUG to DEV_BUILD * moved po and desktop directories * moved last unit test out of src directory
* Fixed terrain light priorities (fix for #139)Piotr Dziwinski2013-06-201-0/+3
| | | | | * lights illuminating the terrain specified in scene file are now always moved to front of light ordering
* Enhanced logging, option to auto-start missionPiotr Dziwinski2013-06-161-6/+17
| | | | | | | | | * added logging of application events * changed debug mode flag to independent debug modes * added option to auto-start mission (load a mission immediately after startup) * removed "enum value out of range" prints * some refactoring
* Fix for #195Piotr Dziwinski2013-06-131-0/+2
| | | | * loading time now is not counted in elapsed time
* Fixed bug with showing wrong filename in Level Checker errors after using ↵krzys-h2013-06-101-2/+2
| | | | CacheAudio
* Fixed variable shadowing warningsPiotr Dziwinski2013-05-271-10/+9
| | | | | * fixed -Wshadow warnings * refactored some constructors
* Refactored sound codePiotr Dziwinski2013-05-271-0/+1
| | | | | * fixed formatting and naming to be uniform with rest of code * moved default implementation of CSound to cpp module
* Fixed code formattingPiotr Dziwinski2013-05-271-89/+150
| | | | | | * moved braces to new lines * fixed some function/variable names * fixed whitespace issues
* Corrected some valgrind issuesPiotr Dziwinski2013-05-261-1/+1
| | | | | * fixed several uninitialized variable issues * fixed possible memory corruption in CEngine
* Added object.research(type)krzys-h2013-05-191-3/+4
|
* Running program in robots created using object.factory()krzys-h2013-05-191-1/+1
|
* Added object.destroy()krzys-h2013-05-181-0/+1
|
* Added object.busy()krzys-h2013-05-181-0/+1
|
* Added object.factory(cat)krzys-h2013-05-181-4/+2
|
* Better print fixkrzys-h2013-05-121-1/+2
|
* Corrected printPiotr Dziwinski2013-05-111-1/+1
|
* Added error message for undefined commandkrzys-h2013-05-051-0/+9
|
* Added continue at end of every Cmd() checkkrzys-h2013-05-051-13/+94
| | | | As mentioned in issue #173
* Added Build and Research constantskrzys-h2013-05-051-6/+38
|
* Changed MissionController version requirement 3->2krzys-h2013-05-051-16/+17
| | | | Also, adding it before BeginObject isn't wrong, and now recommended because it disables Audio and EndMissionTake commands
* Removed most of "No such node" messageskrzys-h2013-05-041-17/+31
|
* Fixed "ptree is too deep"krzys-h2013-05-031-16/+16
|
* Added CacheAudio to level fileskrzys-h2013-05-021-0/+8
|
* Saving information to profile (#154)krzys-h2013-05-011-45/+35
|
* Minor refactoringkrzys-h2013-05-011-1/+1
|
* Added function endmission()krzys-h2013-04-301-1/+38
| | | | | | | | | | | Works only with MissionFile version=3 Created for MissionController, but works on any bot - 1st parameter: * ResultWin - win mission * ResultLost - lost mission * ResultLostQuick - lost mission (Me died) - 2nd parameter: win/lost delay, like in mission file. Doesn't work for ResultLostQuick. Please don't use for cheating =)
* MissionController improvedkrzys-h2013-04-291-4/+25
|
* Beggining of MissionControllerkrzys-h2013-04-281-6/+27
| | | | Controling mission using CBot
* Implemented EndMissionNever (#181)krzys-h2013-04-281-1/+7
|
* Fix for #167 when starting missionkrzys-h2013-04-271-2/+6
| | | | + various fixes
* * Issue #173erihel2013-04-261-0/+1
|
* * Changed order of reading Audio and AudioChange (issue #173)erihel2013-04-261-19/+18
|
* Fix for #180 (bug in commit dd180dd88739eb7dd71a6431b2651a18a36599d3)krzys-h2013-04-201-0/+3
|
* Added powermin= and powermax= parameterskrzys-h2013-04-201-13/+35
| | | | Issue #174
* Fix for "Ability to select the object in Vault"krzys-h2013-04-201-0/+2
| | | | Issue #170
* Fix for not saving robot programskrzys-h2013-04-201-1/+1
| | | | | It was Windows-only bug. issue #137
* Added loading from custom files for Audiokrzys-h2013-04-131-9/+16
|
* Added music files cachekrzys-h2013-04-131-0/+6
|
* Some optimalizations to AudioChangekrzys-h2013-04-131-5/+5
|
* Implemented AudioChange (partially)krzys-h2013-04-131-1/+81
| | | | | There is some issues due to #173 Issue #172
* Added cheats "all" & "allbuildings" (#163)krzys-h2013-04-121-0/+22
|
* * Fix for issue #161: function checking for radar didn't check if it's finishederihel2013-04-111-2/+2
|
* * Changed loading of scene and player info (there's problem with locales ↵erihel2013-04-011-7/+33
| | | | | | | using , as comma separator). Issue #137 * Changed way of saving files. Now it's not based on slot (from 000 to 999) but it uses save name as a base. * Changed way of displaying saved games. Listing directory instead of checking from 000 to 999. Issue #138
* Fixed graphics objects after resetPiotr Dziwinski2013-03-311-1/+3
| | | | Should fix #120 and perhaps some other bugs as well
* More parameters to destroy()krzys-h2013-03-311-0/+5
| | | | Also, removed some warnings in script.cpp
* Merge branch 'dev' of github.com:colobot/colobot into devkrzys-h2013-03-311-2/+3
|\
| * * Removed warning while compiling brain.cpperihel2013-03-301-2/+3
| | | | | | | | | | * Fix for issue #130 * Fix for issue #128 with wrong sound pitch
* | Added field "item" to class "object" in CBotkrzys-h2013-03-311-0/+1
|/
* Added SatCom translationskrzys-h2013-03-291-3/+3
|
* Added option to lock SatComkrzys-h2013-03-271-1/+4
|