summaryrefslogtreecommitdiffstats
path: root/src/object/object.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge with changes from Zaba999 fork.Zaba9992012-09-101-64/+68
|
* Move ObjectType enum to a separate fileAlexander Monakov2012-08-251-245/+1
|
* Partial CEngine implementationPiotr Dziwinski2012-08-101-6/+3
| | | | | - added rewritten implementation for basic modesetting in CEngine - started rewriting proper rendering and object handling in CEngine
* Graphics stubsPiotr Dziwinski2012-08-091-109/+111
| | | | | | | - 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
* Whitespace and language changePiotr Dziwinski2012-06-261-775/+775
| | | | | | | - changed tabs to spaces and DOS line endings to Unix (except in CBot and metafile) - changed language to English - fixed #include <d3d.h> in d3dengine.h
* SDL projectPiotr Dziwinski2012-06-251-1/+1
| | | | | | | | - added (very basic) SDL template in CApplication and CEngine - split project into two targets: colobot_old (dependent on DirectX and WinAPI) and colobot_new (dependent on SDL and OpenGL) - moved sound.h/cpp to old/ and created new template in Snd namespace - added platform-independent dialog boxes in app/system.h/cpp
* Templates for new implementationPiotr Dziwinski2012-06-221-2/+2
| | | | | | - added template of classes/structs for new implementation - changed #include paths - updated README files
* Switched to new implementation of the rest of math modulePiotr Dziwinski2012-06-191-58/+58
| | | | | | | | - changed structs from D3DVECTOR to Math::Vector and from D3DMATRIX to Math::Matrix - changed functions to new Math namespace functions - moved mainmovie module from graphics to object - added Get and Set to Math::Matrix
* Changed #defined constants to consts; typedef struct -> structPiotr Dziwinski2012-06-111-14/+11
|
* BOOL -> bool; additional fixes in constructors/destructorsPiotr Dziwinski2012-06-101-114/+114
|
* Fixed include paths and CMakeLists.txtPiotr Dziwinski2012-06-101-7/+4
| | | | Additionally, changed #ifndef to #pragma once everywhere
* Source files split into modulesPiotr Dziwinski2012-04-281-0/+781