summaryrefslogtreecommitdiffstats
path: root/src/object/task
Commit message (Expand)AuthorAgeFilesLines
* Possibly fixed goto() by changing safety marginkrzys-h2014-10-201-3/+8
* Changed all occurences of PPC in the code to TerranovaTeamkrzys-h2014-10-1442-630/+756
* Removed old code based on #ifs (issue #55)krzys-h2014-06-271-23/+0
* Fixes #295Oleg Kosmakov2014-03-212-2/+24
* Fix for #294MrSimbax2014-03-161-1/+3
* Added special mode in scene for bots to build more buildings than they usualy...krzys-h2014-03-031-1/+2
* Removed some unused objectskrzys-h2014-01-111-2/+2
* Some Ui refactoringerihel2013-06-248-17/+10
* Fixed code formattingPiotr Dziwinski2013-05-2710-15/+7
* Change in goto() for Destroyerkrzys-h2013-05-181-10/+0
* Removed some warningskrzys-h2013-05-012-3/+3
* MissionController improvedkrzys-h2013-04-291-1/+1
* * Fix for issue #71: division by zero on init resulted in bad value aftererihel2013-04-261-2/+4
* * Resetting arm position on abort for sniffer (issue #162)erihel2013-04-231-0/+6
* Fixed stupid error, tweaked ambient light colorsPiotr Dziwinski2013-02-282-21/+9
* CInstanceManager refactoringPiotr DziwiƄski2013-02-1742-176/+229
* Added Destroyer from Ceebot-Teen.krzys-h2013-02-131-0/+3
* Replaced malloc/free with new/deletePiotr Dziwinski2012-12-281-2/+2
* Spot light angle fixPiotr Dziwinski2012-10-032-3/+2
* * Fixed Issue #54: flags don't show in 3D viewerihel2012-09-281-1/+1
* Merge dev-common and various fixes to achieve compilationPiotr Dziwinski2012-09-155-2/+7
|\
* | all tasks compile.Zaba9992012-09-1210-266/+248
* | half of task compile.Zaba9992012-09-1122-816/+670
* | Merge with changes from Zaba999 fork.Zaba9992012-09-104-38/+42
|/
* Removed trailing whitespacePiotr Dziwinski2012-06-266-12/+12
* Whitespace and language changePiotr Dziwinski2012-06-2642-10995/+10995
* Templates for new implementationPiotr Dziwinski2012-06-2216-26/+26
* Refactoring of #includes and forward declarations in object/Piotr Dziwinski2012-06-2042-450/+74
* Switched to new implementation of the rest of math modulePiotr Dziwinski2012-06-1929-335/+341
* FPOINT -> Math::Point & other math functionsPiotr Dziwinski2012-06-1342-447/+417
* Changed #defined constants to consts; typedef struct -> structPiotr Dziwinski2012-06-1110-35/+36
* BOOL -> bool; additional fixes in constructors/destructorsPiotr Dziwinski2012-06-1042-543/+515
* Fixed include paths and CMakeLists.txtPiotr Dziwinski2012-06-1042-454/+394
* Source files split into modulesPiotr Dziwinski2012-04-2842-0/+11482