summaryrefslogtreecommitdiffstats
path: root/src/object
Commit message (Collapse)AuthorAgeFilesLines
* 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-312-23/+27
|
* Added CObjectManager::Flush()krzys-h2013-12-303-5/+21
| | | | Possible fix for #275
* Added tool= i drive=krzys-h2013-12-294-30/+138
|
* Cleaned up creating objectskrzys-h2013-12-294-349/+13
|
* Added smooth transition in music - issue #205krzys-h2013-12-281-5/+3
|
* Removed prototypes supportkrzys-h2013-12-271-1/+0
|
* 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-262-0/+10
|
* Indentation fixeskrzys-h2013-12-262-3/+3
|
* 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-263-45/+57
|
* 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-046-24/+27
| | | | 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-2426-66/+45
|
* Changes in build organizationPiotr Dziwinski2013-06-222-4/+6
| | | | | | | | * 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-162-7/+21
| | | | | | | | | * 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-272-14/+13
| | | | | * 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-2751-159/+195
| | | | | | * moved braces to new lines * fixed some function/variable names * fixed whitespace issues
* Fixed some compilation warningsPiotr Dziwinski2013-05-274-4/+11
| | | | * fixed warnings about hiding virtual functions and several others
* 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-195-135/+155
|
* Running program in robots created using object.factory()krzys-h2013-05-195-3/+48
|
* Change in goto() for Destroyerkrzys-h2013-05-181-10/+0
|
* Added object.destroy()krzys-h2013-05-183-15/+39
|
* Added object.busy()krzys-h2013-05-181-0/+1
|
* Added object.factory(cat)krzys-h2013-05-185-37/+60
|
* Better print fixkrzys-h2013-05-121-1/+2
|
* Non-power-of-2 padding for background imagesPiotr Dziwinski2013-05-111-2/+1
| | | | | * added padding options * removed old hardcoded image sizes
* 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-042-18/+32
|
* Fixed "ptree is too deep"krzys-h2013-05-031-16/+16
|
* Improved log levels of trace controlkrzys-h2013-05-031-6/+6
|
* Improved MissionController movement a little bitkrzys-h2013-05-021-4/+4
|
* Fixed Destroyer buttonkrzys-h2013-05-022-18/+23
| | | | | * Commands were executed for all Destroyers on map * Button can't be clicked when Destroyer is working
* Added button for Destroyerkrzys-h2013-05-022-113/+50
| | | | Issue #142