summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Tests rewrite and Doxygen in src/mathPiotr Dziwinski2012-09-1112-403/+264
| | | | | | - rewritten tests to use new framework - updated/reformatted Doxygen - removed legacy conversions
* Refactoring in src/commonPiotr Dziwinski2012-09-0928-506/+399
| | | | | - refactored CInstanceManager and some headers - removed old headers
* Merge branch 'dev' into dev-graphicsPiotr Dziwinski2012-09-0914-4528/+8201
|\
| * Whitespace fixPiotr Dziwinski2012-08-271-22/+22
| |
| * Add translation filesAlexander Monakov2012-08-253-0/+6291
| |
| * Move strings out of restext. Add i18n via gettextAlexander Monakov2012-08-254-3525/+842
| |
| * Move ResTextType enum to a separate fileAlexander Monakov2012-08-252-109/+120
| |
| * Move ObjectType enum to a separate fileAlexander Monakov2012-08-252-245/+263
| |
| * Move Error enum to a separate fileAlexander Monakov2012-08-252-133/+151
| |
| * Move EventType enum to a separate fileAlexander Monakov2012-08-252-516/+534
| |
* | Texture format detection; minor fixesPiotr Dziwinski2012-09-095-25/+77
| | | | | | | | | | | | - detection of texture format - fixed depth mask bug - minor refactoring
* | CTerrain refactoring & fixesPiotr Dziwinski2012-09-0810-663/+715
| | | | | | | | | | - refactored CTerrain code - fixed some minor bugs
* | CModelFile fixes; test frameworkPiotr Dziwinski2012-09-084-182/+463
| | | | | | | | | | | | - fixes in CModelFile IO - added Google Test framework for automatic testing - rewrote modelfile_test in the new framework
* | FixPiotr Dziwinski2012-09-031-2/+6
| |
* | FixPiotr Dziwinski2012-09-031-4/+3
| |
* | FixPiotr Dziwinski2012-08-312-12/+1
| |
* | New model file formatPiotr Dziwinski2012-08-3111-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 renderingPiotr Dziwinski2012-08-273-14/+31
|/
* Merge branch 'dev-graphics' into devPiotr Dziwinski2012-08-1324-516/+652
|\ | | | | | | Documentation, rendering functions & fixes
| * Improved error messagesPiotr Dziwinski2012-08-137-47/+59
| | | | | | | | Added some logging and improved error messages displayed to user
| * FixPiotr Dziwinski2012-08-131-1/+1
| |
| * Test fixPiotr Dziwinski2012-08-135-16/+17
| |
| * Rendering functions, documentationPiotr Dziwinski2012-08-1312-452/+575
| | | | | | | | | | - rewrote the render functions for CEngine, CCloud and CWater - added documentation
* | Merge pull request #37 from konopackim/devPiotr Dziwiński2012-08-13110-4453/+2232
|\ \ | |/ |/| Fixes and console interpreter
| * Reduced amount of warnings in CBot libraryMichał Konopacki2012-08-1312-152/+157
| | | | | | | | | | Changed most of C-style casting to C++ casting Commented unused variables
| * Changed GivAttrName() to GetAttrName()Michał Konopacki2012-08-1125-1397/+1397
| |
| * CBot console interpreterMichał Konopacki2012-08-0989-2958/+732
| | | | | | | | Based on program found in sources
| * CBotString.cpp Bug resolveMichał Konopacki2012-08-091-1/+1
| |
* | Merge branch 'dev-graphics' into devPiotr Dziwinski2012-08-1218-586/+1745
|\ \ | | | | | | | | | CEngine object handling
| * | Object handling in CEnginePiotr Dziwinski2012-08-1218-586/+1745
| | | | | | | | | | | | | | | | | | - finished rewriting CEngine object, shadow, etc. handling - refactored texture code - added new log levels
* | | * Final changes to plugin interfaceerihel2012-08-129-23/+153
| | | | | | | | | | | | * Added doxygen comments to plugin manager and plugin loader
* | | Merge branch 'dev-opengl' into deverihel2012-08-1265-1400/+8265
|\| |
| * | Fixes & testing in CEnginePiotr Dziwinski2012-08-1210-127/+332
| | | | | | | | | | | | | | | - fixed bugs in settings modes, etc. - some additions and minor refactoring
| * | Documentation updatePiotr Dziwinski2012-08-1146-142/+234
| | | | | | | | | | | | | | | | | | - updated Doxyfile - added/changed file, dir and namespace descriptions - fixed some errors in doxygen tags
| * | Render mode setting, refactoringPiotr Dziwinski2012-08-1111-430/+291
| | | | | | | | | | | | | | | | | | - finished SetState in CEngine - refactored Size and IntSize back to Point and IntPoint - other minor changes in CEngine
| * | Partial CEngine implementationPiotr Dziwinski2012-08-106-425/+2326
| | | | | | | | | | | | | | | - added rewritten implementation for basic modesetting in CEngine - started rewriting proper rendering and object handling in CEngine
| * | Graphics stubsPiotr Dziwinski2012-08-0916-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 implementationPiotr Dziwinski2012-08-092-27/+209
| | | | | | | | | | | | Added rewritten CPlanet implementation
| * | CWater and CCloud basic implementationPiotr Dziwinski2012-08-084-75/+1043
| | | | | | | | | | | | | | | Added rewritten implementation for CWater and CCloud Won't link yet because of missing functions
| * | CTerrain implementationPiotr Dziwinski2012-08-087-104/+1988
| | | | | | | | | | | | | | | | | | Added rewritten CTerrain implementation Compiles OK, but functions are missing from other classes Also needs testing
| * | Font renderingPiotr Dziwinski2012-08-067-149/+501
| | | | | | | | | | | | - implemented rest of CText interface excluding some minor features
| * | Basic font renderingPiotr Dziwinski2012-08-0315-189/+895
| | | | | | | | | | | | | | | - added basic font rendering - minor refactoring & fixes
* | | * New CPluginManager class for managing plugins based on colobot.inierihel2012-08-1227-37/+358
| | | | | | | | | | | | | | | * Moved sound plugin into sound dir * Minor changes in logger and profile
* | | * changed 0, NULL to nullptrerihel2012-08-099-77/+118
| | | | | | | | | | | | | | | | | | | | | * 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 mergeerihel2012-08-095-16/+16
| | |
* | | Merge branch 'dev' of https://github.com/adiblol/colobot into deverihel2012-08-09229-23120/+31492
|\ \ \ | | |/ | |/| | | | | | | Conflicts: src/sound/sound.h
| * | Whitespace fixPiotr Dziwinski2012-08-0814-6607/+6607
| | |
| * | CleanupsMichał Konopacki2012-08-08109-55/+197
| | |
| * | Transation of comments completeMichał Konopacki2012-08-0810-5538/+5551
| | |
| * | Further CBot translationsMichał Konopacki2012-08-073-6576/+6578
| | |