summaryrefslogtreecommitdiffstats
path: root/src/object
Commit message (Collapse)AuthorAgeFilesLines
* Fixed problem with test compilationerihel2013-04-292-3/+5
| | | | | | Altered test cmake files to fix linker problem. Changed tga to png in pyro. Changed enum in CMotionDummy.
* Merge branch 'fix-for-shadows' of https://github.com/xiendev/colobot into ↵erihel2013-04-294-1/+97
|\ | | | | | | xiendev-fix-for-shadows
| * Merge branch 'shadow-bug' into fix-for-shadowsXienDev2013-04-291-0/+1
| |\
| | * Fix for shadows (bugs #176 and #132)XienDev2013-04-291-0/+1
| | |
| * | Fix for game crashing sometimes when using MissionControllerkrzys-h2013-04-283-1/+96
| | |
* | | Merge branch 'dev' of github:colobot/colobot into deverihel2013-04-284-7/+38
|\| |
| * | Beggining of MissionControllerkrzys-h2013-04-283-8/+32
| |/ | | | | | | Controling mission using CBot
| * Implemented EndMissionNever (#181)krzys-h2013-04-282-1/+8
| |
* | Some code refactoringerihel2013-04-2710-20/+20
|/ | | | Changed vehicule (french) to vehicle (english) in enums and variables
* Fix for #167 when starting missionkrzys-h2013-04-271-2/+6
| | | | + various fixes
* * Fix for issue #71: division by zero on init resulted in bad value aftererihel2013-04-261-2/+4
|
* * Issue #173erihel2013-04-261-0/+1
|
* * Changed order of reading Audio and AudioChange (issue #173)erihel2013-04-261-19/+18
|
* Fixes programs list sizeXienDev2013-04-251-2/+3
|
* * Resetting arm position on abort for sniffer (issue #162)erihel2013-04-231-0/+6
|
* Fix for #180 (bug in commit dd180dd88739eb7dd71a6431b2651a18a36599d3)krzys-h2013-04-201-0/+3
|
* Added powermin= and powermax= parameterskrzys-h2013-04-202-13/+39
| | | | 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-132-10/+17
|
* Added music files cachekrzys-h2013-04-131-0/+6
|
* Some optimalizations to AudioChangekrzys-h2013-04-131-5/+5
|
* Implemented AudioChange (partially)krzys-h2013-04-132-2/+98
| | | | | 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-012-7/+39
| | | | | | | 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
* Small fix to CObject::ExploObjectkrzys-h2013-03-311-1/+1
|
* Merge branch 'dev' of github.com:colobot/colobot into devkrzys-h2013-03-312-3/+4
|\
| * Merge branch 'dev' of github:colobot/colobot into deverihel2013-03-301-3/+10
| |\
| * | * Removed warning while compiling brain.cpperihel2013-03-302-3/+4
| | | | | | | | | | | | | | | * Fix for issue #130 * Fix for issue #128 with wrong sound pitch
* | | Added field "item" to class "object" in CBotkrzys-h2013-03-314-0/+451
| |/ |/|
* | Fixed power cell bug (#120)Piotr Dziwinski2013-03-301-3/+10
|/
* Added SatCom translationskrzys-h2013-03-291-3/+3
|
* Added option to lock SatComkrzys-h2013-03-272-1/+5
|
* Removed "X" buttonkrzys-h2013-03-271-2/+2
|
* Changes to Scribbler interfacekrzys-h2013-03-272-18/+11
|
* Added button for grab()/drop() for AlienWaspkrzys-h2013-03-271-2/+3
|
* Added interface button for AlienSpider explosionkrzys-h2013-03-262-30/+64
| | | | Issue #142
* Added option "zoom=x;y;z" to CreateObject in mission fileskrzys-h2013-03-251-0/+4
|
* In Retro mode, robot's lights always blink.krzys-h2013-03-242-4/+5
|
* Retro mode now disables possibility of writing and running programskrzys-h2013-03-243-13/+21
|
* Small fix in mission files codekrzys-h2013-03-241-0/+1
|
* * Blocked cheat input in SatCom, intro movie and while editing cbot (issue #130)erihel2013-03-231-0/+3
|
* Basic detection of syntax errors in mission levelskrzys-h2013-03-232-6/+157
| | | | + option to enable Retro mode (for now doesn't do enything)
* * Changed Set/Get HilateCap to Set/Get HighlightCaperihel2013-03-201-1/+1
| | | | | * Changes ReadText in CEdit to fix problem with SatCom links * Filenames when loading/saving scripts should be fixed on mxe
* * Changed file loading to fix issue #73erihel2013-03-171-3/+4
| | | | | | | * Moved few functions from misc.cpp to profile.cpp (used to set/get user dir) * Removed some warnings * More work to change const char* to std::string * Some work on file path to fix issue #60 with bad slashes on POSIX platform
* * Fix for issue #122 with sound not being played in menu after playing missionerihel2013-03-141-4/+5
|
* "allmission" default value depends on build typekrzys-h2013-03-091-0/+4
|