summaryrefslogtreecommitdiffstats
path: root/src/object
Commit message (Collapse)AuthorAgeFilesLines
...
* * 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
|
* Fixed segfault in light managerPiotr Dziwinski2013-02-281-2/+7
| | | | Also fixed minor memory leak
* Fixed stupid error, tweaked ambient light colorsPiotr Dziwinski2013-02-284-39/+18
| | | | | | * fixed stupid error in light manager * tweaked ambient light colors to 0.1 of diffuse; colors should not be oversaturated now
* CInstanceManager refactoringPiotr Dziwiński2013-02-17120-566/+697
| | | | | | | | | * removed classes managed by CInstanceManager except for CObject, CPyro, CBrain and CPhysics because of dependencies * refactored instance searching to use existing singleton instances of CApplication, CEngine and CRobotMain and calling their getter functions
* Merge pull request #125 from PaweX/devkrzys-h2013-02-131-1/+1
|\
| * Additional parameter for function aim(x, y).PaweX2013-02-131-1/+1
| |
* | Added Destroyer from Ceebot-Teen.krzys-h2013-02-133-14/+89
|/ | | | We need a new icon for it.
* * Fixes to ingame editorerihel2013-02-091-1/+1
| | | | * Fixes to editor window. It's now possible to resize, move and press buttons
* Changed model min/max to LOD levelsPiotr Dziwinski2013-01-274-62/+30
|
* Fixed some clang warningsPiotr Dziwinski2013-01-171-2/+2
|
* Merge branch 'dev' into dev-graphicsPiotr Dziwinski2013-01-043-15/+28
|\
| * Implement language Char for level filesDidier Raboud2012-12-281-4/+4
| | | | | | | | This currently lacks fallback to an existing entry for non-translated entries
| * Replaced malloc/free with new/deletePiotr Dziwinski2012-12-282-11/+20
| | | | | | | | | | | | - now new/delete used everywhere except for CBotStack, which has to be fixed in other way - some segfaults should be fixed with this
| * * Changed log level in sound moduleerihel2012-12-251-0/+4
| | | | | | | | | | * Fixed warnings in sound module * Fixed problem with map loading when locale with different number separator
* | Fix for #113Piotr Dziwinski2013-01-041-2/+2
| |