summaryrefslogtreecommitdiffstats
path: root/src/graphics/engine/camera.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'vieux-blood_mode' into devkrzys-h2014-10-221-0/+4
|\ | | | | | | | | | | Conflicts: src/common/restext.cpp src/ui/maindialog.cpp
| * add option to disable bloodVictor Vieux2014-10-211-0/+4
| |
* | Changed all occurences of PPC in the code to TerranovaTeamkrzys-h2014-10-141-16/+18
|/
* Fixed code formattingPiotr Dziwinski2013-05-271-2/+2
| | | | | | * moved braces to new lines * fixed some function/variable names * fixed whitespace issues
* CInstanceManager refactoringPiotr DziwiƄski2013-02-171-3/+3
| | | | | | | | | * removed classes managed by CInstanceManager except for CObject, CPyro, CBrain and CPhysics because of dependencies * refactored instance searching to use existing singleton instances of CApplication, CEngine and CRobotMain and calling their getter functions
* Namespace and styling fixPiotr Dziwinski2012-09-191-22/+26
|
* Mouse wheel events, motion vectorsPiotr Dziwinski2012-09-191-1/+1
| | | | | | - added mouse wheel events - added motion vectors to CRobotMain - other minor changes in event.h
* changes needeto to cimpile on windows.Zaba9992012-09-171-2/+2
|
* Documentation updatePiotr Dziwinski2012-08-111-1/+4
| | | | | | - updated Doxyfile - added/changed file, dir and namespace descriptions - fixed some errors in doxygen tags
* Graphics stubsPiotr Dziwinski2012-08-091-2/+2
| | | | | | | - 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
* CCamera rewritePiotr Dziwinski2012-07-291-116/+232
| | | | | Rewritten old code; doesn't compile yet because changes in other modules are needed.
* Change of paths in src/graphicsPiotr Dziwinski2012-07-261-0/+270
- moved abstract core to src/graphics/core - moved proper graphics engine to src/graphics/engine