summaryrefslogtreecommitdiffstats
path: root/src/object/robotmain.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Big part of PhysFS supportKrzysztof Dermont2014-06-201-13/+7
| | | | | | | | | | | * 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
* Better datadir mod supportkrzys-h2014-05-181-5/+6
|
* Random relief generatorkrzys-h2014-04-101-0/+6
|
* Added special mode in scene for bots to build more buildings than they ↵krzys-h2014-03-031-0/+6
| | | | | | usualy can Will be used in "Leaving Earth" missions for making decorative bots building base
* Check if pause music is defined in scene before trying to play itkrzys-h2014-03-021-2/+4
|
* Fixed compile warningkrzys-h2014-02-211-1/+1
|
* Added option to set pause audio in Scenekrzys-h2014-02-211-3/+43
|
* Fixed warnings about unknown commands in scene filesPiotr Dziwinski2014-01-181-3/+11
|
* Removed some unused objectskrzys-h2014-01-111-3/+3
|
* Fixed two bugs in dc81cda4b1f27af6fe8abcd566ffac03255f2642krzys-h2014-01-011-0/+7
| | | | | * win/end scene animations * produce() was producing empty cells
* Code for changing music in pause modekrzys-h2013-12-311-1/+1
| | | | As requested by @Emxx52. Only code for now, we don't have the music yet. Temporairly in developements builds music will change to Prototype (in CBot editor) and Constructive Destruction (in SatCom)
* CPauseManagerkrzys-h2013-12-311-21/+23
|
* Added CObjectManager::Flush()krzys-h2013-12-301-0/+6
| | | | Possible fix for #275
* Added tool= i drive=krzys-h2013-12-291-2/+18
|
* Cleaned up creating objectskrzys-h2013-12-291-341/+9
|
* Added smooth transition in music - issue #205krzys-h2013-12-281-5/+3
|
* Disable immediat SatCom when scene test is enabledkrzys-h2013-12-261-0/+1
|
* Added scene test modekrzys-h2013-12-261-1/+4
| | | | ... and fixed a "small" bug in previous commit ;)
* Exit the game after finishing the mission while using -runscenekrzys-h2013-12-261-0/+8
|
* Indentation fixeskrzys-h2013-12-261-1/+1
|
* Added error message when unable to load script from file specified in ↵krzys-h2013-12-261-8/+3
| | | | CreateObject
* .takeoff() for SpaceShip (#265)krzys-h2013-12-261-0/+1
|
* Added "E" as a secondary action buttonkrzys-h2013-12-251-7/+8
| | | | As requested by @Emxx52 on IRC
* Added WSAD as secondary controls (#231)krzys-h2013-12-251-0/+4
|
* Fixed AudioChangekrzys-h2013-12-251-8/+9
|
* Changed char[] to std::string in restextPiotr Dziwinski2013-12-041-13/+14
| | | | Experimental changes
* Tweak tooltip margin and correct french jargon commentDidier Raboud2013-11-191-2/+2
|
* Fixed CTerrain-related memory leaksPiotr Dziwinski2013-10-131-1/+2
|
* Fixed some CBot-related memory leaksPiotr Dziwinski2013-10-121-5/+5
| | | | | | * fixed leaks in CScript::CheckToken() * fixed leaks in CInterface * commented out unused function in robotmain.cpp
* Some Ui refactoringerihel2013-06-241-0/+9
|
* 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