Commit Graph

2564 Commits (ac950978a9042b73533694a389e5723400283282)

Author SHA1 Message Date
Grunaka 27a2c0b55a Moving CBotExprNull class in its own header and source files. 2015-12-01 23:25:34 +01:00
Grunaka 85756b4da1 Moving CBotExprNan class in its own header and source files. 2015-12-01 23:25:34 +01:00
Grunaka d70527db66 Moving CBotNew class in its own header and source files. 2015-12-01 23:25:34 +01:00
Grunaka f8778e8c03 Moving CBotExprNum class in its own header and source files. 2015-12-01 23:25:34 +01:00
Grunaka a0c2c90c9c Moving CBotExprAlpha class in its own header and source files. 2015-12-01 23:25:34 +01:00
Grunaka 562752b653 Moving CBotWhile class in its own header and source files. 2015-12-01 23:25:34 +01:00
Grunaka a80245b012 Moving CBotThrow class in its own header and source files. 2015-12-01 23:25:34 +01:00
Grunaka 18739d135b Moving CBotCatch class in its own header and source files. 2015-12-01 23:25:34 +01:00
Grunaka 179ca18c58 Moving CBotTry class in its own header and source files. 2015-12-01 23:25:34 +01:00
Grunaka 8da5c675a4 Moving CBotBreak class in its own header and source files. 2015-12-01 23:25:34 +01:00
Grunaka 6d2fbf3ea4 Moving CBotCase class in its own header and source files. 2015-12-01 23:25:34 +01:00
Grunaka 5629bce950 Moving CBotSwitch class in its own header and source files. 2015-12-01 23:25:34 +01:00
Grunaka dd6f6e29c2 Moving CBotListExpression class in its own header and source files. 2015-12-01 23:25:34 +01:00
Grunaka 981f41d8a3 Move CBotFor class in its own header and source files. 2015-12-01 23:25:34 +01:00
Grunaka 1694776ab6 Move CBotDo class in its own header and source files. 2015-12-01 23:25:34 +01:00
Grunaka 573e1152e3 Moving CBOT enumerated in a separate file called CBotEnum.h 2015-12-01 23:25:34 +01:00
Grunaka b42c1376e5 Move CBotToken class in its own header and source files. 2015-12-01 23:25:25 +01:00
krzys-h 6492908cef Added radarall() (#624) 2015-11-22 14:10:45 +01:00
krzys-h 8a160961fc Removed STARTDEBUGDD 2015-11-21 17:33:48 +01:00
krzys-h 0c21631c9c Updated constants for "catch"
* removed compile-time errors since they cannot be caught anyway
* added missing runtime errors
2015-11-21 17:26:56 +01:00
krzys-h 955e2b4a04 Updated data submodule 2015-11-21 17:11:22 +01:00
krzys-h 6f91442db1 Removed some more unused strings 2015-11-21 17:10:14 +01:00
krzys-h 9bea0355f0 Removed some unused strings 2015-11-21 16:54:21 +01:00
krzys-h 6590652d9e Added commandline CBot interpreter (for testing purposes) 2015-11-21 16:31:22 +01:00
krzys-h 7b96ae65cd Removed unused CBot files
Don't even ask what they were doing here. Just don't. :P
2015-11-21 14:52:56 +01:00
krzys-h 1838e7bfde Removed unused "final" keyword 2015-11-21 14:44:48 +01:00
krzys-h 2ed1494574 Syntax highlighting for "super" keyword, closes #680 2015-11-21 14:00:38 +01:00
melex750 b0dbb11fac Fixed class declaration change
see #540
2015-11-21 13:49:49 +01:00
melex750 2b03ed3a21 Fixed calling not overriden methods in CBot
see #540
2015-11-21 13:27:40 +01:00
Piotr Dziwinski 1182dea692 Merge pull request #678 2015-11-10 21:36:29 +00:00
piotrwalkusz1 ce480c1720 Fix #670 2015-11-08 19:03:35 +01:00
MrSimbax ad9915d1e4 Update data submodule 2015-11-03 20:19:43 +01:00
Piotr Dziwinski 13f0159705 Fix ambiguous overload resolution
One operator+ for CBotString is enough
2015-11-02 22:17:53 +00:00
Piotr Dziwinski eeea31408b Fix operator+ semantics in CBotString 2015-11-02 22:11:02 +00:00
Piotr Dziwiński 82ece357d6 Merge pull request #676 from Grunaka/dev
Add unit tests for class CBotString.
2015-11-02 20:24:03 +00:00
Grunaka 6a396e1522 Add unit tests for class CBotString.
Add comments in class CBotString.
Change existing comments in class CBotString to be compliant with doxygen.
Add function "const char* CBotString::CStr() const".
Add null pointer check in function "const CBotString& CBotString::operator+=(const CBotString& str)"
Remove functions "CBotString CBotString::Mid(int nFirst, int nCount) const" and "CBotString CBotString::Mid(int nFirst) const" because they were doublons of function "CBotString CBotString::Mid(int nFirst, int lg) const"
2015-11-01 17:03:30 +01:00
Piotr Dziwinski 93c9391124 Updated data submodule 2015-10-17 18:23:53 +02:00
Tomasz Kapuściński 1b855f5dc3 Possible fix for issue #667 2015-10-15 17:40:15 +02:00
krzys-h 0aa97fe074 Restored Ceebot-Teen toy sound 2015-10-04 18:13:13 +02:00
Piotr Dziwinski d11ebc891c Bring to zero some types of issues reported by colobot-lint 2015-10-04 00:09:10 +02:00
krzys-h 883e07ad6a Fixed mouse scroll on lists going out of range, closes #660 2015-10-01 20:22:52 +02:00
krzys-h 2111c6d177 More CRobotMain cleanup 2015-10-01 20:10:52 +02:00
krzys-h 2c7deea6a9 Removed some unused functions from CRobotMain 2015-10-01 19:37:31 +02:00
krzys-h b5e98dd6e9 Removed CSettings access through CRobotMain 2015-10-01 19:19:40 +02:00
krzys-h 3815ef0bd6 Refactored CPauseManager (again) 2015-10-01 18:55:41 +02:00
krzys-h 58035f3cd1 Fixed rendering camera overlay color, closes #157 2015-09-30 21:41:00 +02:00
krzys-h d03ce19fbe Fixed #639 2015-09-30 20:54:36 +02:00
krzys-h 95f1e3f19a Fixed water/lava moving and waves (#659) 2015-09-30 20:31:09 +02:00
krzys-h 2f0ec3fe75 Fixed lava particle effects (#659) 2015-09-30 20:21:25 +02:00
krzys-h 3a7aa4ae9c Restored CreateSpot code in Teen objects 2015-09-30 18:15:09 +02:00