Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix | Piotr Dziwinski | 2012-09-03 | 1 | -4/+3 |
| | |||||
* | Fix | Piotr Dziwinski | 2012-08-31 | 2 | -12/+1 |
| | |||||
* | New model file format | Piotr Dziwinski | 2012-08-31 | 11 | -350/+1179 |
| | | | | | | | - added new binary and text formats for models - fixes and improvements in CModelFile - tool for converting model files - minor additions and fixes | ||||
* | Fixes in terrain rendering | Piotr Dziwinski | 2012-08-27 | 3 | -14/+31 |
| | |||||
* | Merge branch 'dev-graphics' into dev | Piotr Dziwinski | 2012-08-13 | 24 | -516/+652 |
|\ | | | | | | | Documentation, rendering functions & fixes | ||||
| * | Improved error messages | Piotr Dziwinski | 2012-08-13 | 7 | -47/+59 |
| | | | | | | | | Added some logging and improved error messages displayed to user | ||||
| * | Fix | Piotr Dziwinski | 2012-08-13 | 1 | -1/+1 |
| | | |||||
| * | Test fix | Piotr Dziwinski | 2012-08-13 | 5 | -16/+17 |
| | | |||||
| * | Rendering functions, documentation | Piotr Dziwinski | 2012-08-13 | 12 | -452/+575 |
| | | | | | | | | | | - rewrote the render functions for CEngine, CCloud and CWater - added documentation | ||||
* | | Merge pull request #37 from konopackim/dev | Piotr Dziwiński | 2012-08-13 | 110 | -4453/+2232 |
|\ \ | |/ |/| | Fixes and console interpreter | ||||
| * | Reduced amount of warnings in CBot library | Michał Konopacki | 2012-08-13 | 12 | -152/+157 |
| | | | | | | | | | | Changed most of C-style casting to C++ casting Commented unused variables | ||||
| * | Changed GivAttrName() to GetAttrName() | Michał Konopacki | 2012-08-11 | 25 | -1397/+1397 |
| | | |||||
| * | CBot console interpreter | Michał Konopacki | 2012-08-09 | 89 | -2958/+732 |
| | | | | | | | | Based on program found in sources | ||||
| * | CBotString.cpp Bug resolve | Michał Konopacki | 2012-08-09 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'dev-graphics' into dev | Piotr Dziwinski | 2012-08-12 | 18 | -586/+1745 |
|\ \ | | | | | | | | | | CEngine object handling | ||||
| * | | Object handling in CEngine | Piotr Dziwinski | 2012-08-12 | 18 | -586/+1745 |
| | | | | | | | | | | | | | | | | | | - finished rewriting CEngine object, shadow, etc. handling - refactored texture code - added new log levels | ||||
* | | | Compile fix | Piotr Dziwinski | 2012-08-12 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #36 from Erihel/dev | Piotr Dziwiński | 2012-08-12 | 115 | -2342/+18090 |
|\ \ \ | |_|/ |/| | | Merge of new features: plugins and INI profile, changes from dev-graphics | ||||
| * | | * Final changes to plugin interface | erihel | 2012-08-12 | 9 | -23/+153 |
| | | | | | | | | | | | | * Added doxygen comments to plugin manager and plugin loader | ||||
| * | | Merge branch 'dev-opengl' into dev | erihel | 2012-08-12 | 67 | -2233/+9103 |
| |\| | |||||
| | * | Fixes & testing in CEngine | Piotr Dziwinski | 2012-08-12 | 10 | -127/+332 |
| | | | | | | | | | | | | | | | - fixed bugs in settings modes, etc. - some additions and minor refactoring | ||||
| | * | Documentation update | Piotr Dziwinski | 2012-08-11 | 47 | -975/+1071 |
| | | | | | | | | | | | | | | | | | | - updated Doxyfile - added/changed file, dir and namespace descriptions - fixed some errors in doxygen tags | ||||
| | * | Render mode setting, refactoring | Piotr Dziwinski | 2012-08-11 | 11 | -430/+291 |
| | | | | | | | | | | | | | | | | | | - finished SetState in CEngine - refactored Size and IntSize back to Point and IntPoint - other minor changes in CEngine | ||||
| | * | Partial CEngine implementation | Piotr Dziwinski | 2012-08-10 | 6 | -425/+2326 |
| | | | | | | | | | | | | | | | - added rewritten implementation for basic modesetting in CEngine - started rewriting proper rendering and object handling in CEngine | ||||
| | * | Graphics stubs | Piotr Dziwinski | 2012-08-09 | 16 | -275/+989 |
| | | | | | | | | | | | | | | | | | | | | | - added stubs for functions in CLightning, CParticle and CPyro - cleaned object.h and physics.h headers - created temporary stubs to compile CCamera - other necessary changes to compile successfully | ||||
| | * | CPlanet implementation | Piotr Dziwinski | 2012-08-09 | 2 | -27/+209 |
| | | | | | | | | | | | | Added rewritten CPlanet implementation | ||||
| | * | CWater and CCloud basic implementation | Piotr Dziwinski | 2012-08-08 | 4 | -75/+1043 |
| | | | | | | | | | | | | | | | Added rewritten implementation for CWater and CCloud Won't link yet because of missing functions | ||||
| | * | CTerrain implementation | Piotr Dziwinski | 2012-08-08 | 7 | -104/+1988 |
| | | | | | | | | | | | | | | | | | | Added rewritten CTerrain implementation Compiles OK, but functions are missing from other classes Also needs testing | ||||
| | * | Font rendering | Piotr Dziwinski | 2012-08-06 | 7 | -149/+501 |
| | | | | | | | | | | | | - implemented rest of CText interface excluding some minor features | ||||
| | * | Basic font rendering | Piotr Dziwinski | 2012-08-03 | 16 | -189/+896 |
| | | | | | | | | | | | | | | | - added basic font rendering - minor refactoring & fixes | ||||
| * | | * New CPluginManager class for managing plugins based on colobot.ini | erihel | 2012-08-12 | 27 | -37/+358 |
| | | | | | | | | | | | | | | | * Moved sound plugin into sound dir * Minor changes in logger and profile | ||||
| * | | * changed 0, NULL to nullptr | erihel | 2012-08-09 | 30 | -78/+7051 |
| | | | | | | | | | | | | | | | | | | | | | * changed profile.cpp to use SimpleIni to load config files * added new CProfile singleton class for loading config * added SimpleIni to lib/ dir * added config loading tests | ||||
| * | | Changes after merge | erihel | 2012-08-09 | 5 | -16/+16 |
| | | | |||||
| * | | Merge branch 'dev' of https://github.com/adiblol/colobot into dev | erihel | 2012-08-09 | 236 | -23184/+32370 |
| |\ \ | |/ / |/| | | | | | | | | Conflicts: src/sound/sound.h | ||||
* | | | Whitespace fix | Piotr Dziwinski | 2012-08-08 | 14 | -6607/+6607 |
| | | | |||||
* | | | Merge pull request #35 from konopackim/dev | Piotr Dziwiński | 2012-08-08 | 127 | -17251/+17469 |
|\ \ \ | |_|/ |/| | | Comment translation and cleanups | ||||
| * | | Cleanups | Michał Konopacki | 2012-08-08 | 109 | -55/+197 |
| | | | |||||
| * | | Transation of comments complete | Michał Konopacki | 2012-08-08 | 10 | -5538/+5551 |
| | | | |||||
| * | | Further CBot translations | Michał Konopacki | 2012-08-07 | 3 | -6576/+6578 |
| | | | |||||
| * | | CBot library comments further translations | Michał Konopacki | 2012-08-07 | 3 | -2776/+2827 |
| | | | |||||
| * | | Commentary translation | Michał Konopacki | 2012-08-03 | 3 | -2633/+2637 |
| | | | |||||
| * | | Comments translation | Michał Konopacki | 2012-08-02 | 2 | -91/+97 |
|/ / | |||||
* | | Switched to new style casts | Piotr Dziwinski | 2012-07-30 | 14 | -86/+90 |
| | | | | | | | | | | | | - rewrote old C-style casts to new ..._cast<> - corrected some dangerous casts - added -Wold-style-cast to compile flags | ||||
* | | Lines and line strip primitives | Piotr Dziwinski | 2012-07-30 | 2 | -21/+21 |
| | | | | | | | | Will probably be useful | ||||
* | | CCamera rewrite | Piotr Dziwinski | 2012-07-29 | 3 | -118/+1875 |
| | | | | | | | | | | Rewritten old code; doesn't compile yet because changes in other modules are needed. | ||||
* | | Video mode changing | Piotr Dziwinski | 2012-07-29 | 11 | -222/+580 |
| | | | | | | | | | | | | - added video mode querying & changing - added joystick querying & changing - cleaned up CApplication interface | ||||
* | | GLEW | Piotr Dziwinski | 2012-07-28 | 6 | -15/+144 |
| | | | | | | | | Added GLEW for loading OpenGL extensions | ||||
* | | Updated readme files; added license | Piotr Dziwinski | 2012-07-27 | 4 | -57/+792 |
| | | | | | | | | | | - updated info in README and HOWTO files - added file with full license | ||||
* | | Updated Doxygen main page | Piotr Dziwinski | 2012-07-27 | 1 | -8/+14 |
| | | |||||
* | | Whitespace fix | Piotr Dziwinski | 2012-07-27 | 5 | -399/+399 |
| | |