summaryrefslogtreecommitdiffstats
path: root/src/object/object.cpp
Commit message (Expand)AuthorAgeFilesLines
* Changed all occurences of PPC in the code to TerranovaTeamkrzys-h2014-10-141-15/+18
* Added special mode in scene for bots to build more buildings than they usualy...krzys-h2014-03-031-1/+14
* Added tool= i drive=krzys-h2013-12-291-0/+67
* Changed char[] to std::string in restextPiotr Dziwinski2013-12-041-2/+2
* Some Ui refactoringerihel2013-06-241-5/+2
* Fixed code formattingPiotr Dziwinski2013-05-271-4/+5
* Improved log levels of trace controlkrzys-h2013-05-031-6/+6
* Fix for game crashing sometimes when using MissionControllerkrzys-h2013-04-281-1/+2
* Beggining of MissionControllerkrzys-h2013-04-281-2/+4
* Small fix to CObject::ExploObjectkrzys-h2013-03-311-1/+1
* Added field "item" to class "object" in CBotkrzys-h2013-03-311-0/+8
* Fixed power cell bug (#120)Piotr Dziwinski2013-03-301-3/+10
* In Retro mode, robot's lights always blink.krzys-h2013-03-241-3/+4
* Fixed stupid error, tweaked ambient light colorsPiotr Dziwinski2013-02-281-18/+7
* CInstanceManager refactoringPiotr Dziwiński2013-02-171-69/+67
* Additional parameter for function aim(x, y).PaweX2013-02-131-1/+1
* Changed model min/max to LOD levelsPiotr Dziwinski2013-01-271-26/+16
* Fixed some clang warningsPiotr Dziwinski2013-01-171-2/+2
* Engine optimization - rewritten model managementPiotr Dziwinski2012-12-261-446/+252
* Doxygen/comment fixes and some #include refactoringPiotr Dziwinski2012-10-171-22/+21
* CLightning rewritePiotr Dziwinski2012-10-051-2/+2
* Spot light angle fixPiotr Dziwinski2012-10-031-2/+2
* Fixed invradar cheat code.adiblol2012-09-301-6/+6
* Completely fixed light issuesPiotr Dziwinski2012-09-271-12/+4
* Various fixesPiotr Dziwinski2012-09-221-18/+42
* Data dir pathsPiotr Dziwinski2012-09-221-250/+251
* changed paths for models and levels. Now it's possible to load level.Zaba9992012-09-201-233/+233
* changes needeto to cimpile on windows.Zaba9992012-09-171-5/+5
* Interface worksPiotr Dziwinski2012-09-161-1/+1
* Merge with changes from Zaba999 fork.Zaba9992012-09-101-721/+691
* Changed GivAttrName() to GetAttrName()Michał Konopacki2012-08-111-30/+30
* Removed trailing whitespacePiotr Dziwinski2012-06-261-6/+6
* Whitespace and language changePiotr Dziwinski2012-06-261-7606/+7606
* SDL projectPiotr Dziwinski2012-06-251-1/+1
* Declarations for graphics/commonProgramerus2012-06-251-1/+1
* Templates for new implementationPiotr Dziwinski2012-06-221-11/+11
* Switched to new implementation of the rest of math modulePiotr Dziwinski2012-06-191-745/+744
* FPOINT -> Math::Point & other math functionsPiotr Dziwinski2012-06-131-97/+97
* Changed #defined constants to consts; typedef struct -> structPiotr Dziwinski2012-06-111-5/+5
* BOOL -> bool; additional fixes in constructors/destructorsPiotr Dziwinski2012-06-101-242/+242
* Fixed include paths and CMakeLists.txtPiotr Dziwinski2012-06-101-63/+63
* Source files split into modulesPiotr Dziwinski2012-04-281-0/+7607