summaryrefslogtreecommitdiffstats
path: root/src/graphics/engine/camera.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Removed old code based on #ifs (issue #55)krzys-h2014-06-271-3/+0
|
* Fixed code formattingPiotr Dziwinski2013-05-271-0/+1
| | | | | | * moved braces to new lines * fixed some function/variable names * fixed whitespace issues
* CInstanceManager refactoringPiotr Dziwiński2013-02-171-10/+16
| | | | | | | | | * 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
* Additional parameter for function aim(x, y)PaweX2013-02-131-2/+2
|
* More camera distance from AlienQueenadiblol2013-02-111-0/+1
|
* Event fixes & refactoringPiotr Dziwinski2012-09-221-12/+14
| | | | | | - added new state tracking to Event - removed old fields from Event - fixed some issues with Events and fps counter
* Namespace and styling fixPiotr Dziwinski2012-09-191-195/+205
|
* Mouse wheel events, motion vectorsPiotr Dziwinski2012-09-191-18/+16
| | | | | | - 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
|
* half of task compile.Zaba9992012-09-111-61/+0
|
* commented new part in cmakelist and reverted stubs in camera.cpp. Will be ↵Zaba9992012-09-101-0/+62
| | | | commited later after implementation is finished in dev-object branch.
* Merge with changes from Zaba999 fork.Zaba9992012-09-101-61/+0
|
* CTerrain refactoring & fixesPiotr Dziwinski2012-09-081-14/+14
| | | | | - refactored CTerrain code - fixed some minor bugs
* Graphics stubsPiotr Dziwinski2012-08-091-12/+69
| | | | | | | - 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-1/+1642
| | | | | Rewritten old code; doesn't compile yet because changes in other modules are needed.
* Change of paths in src/graphicsPiotr Dziwinski2012-07-261-0/+23
- moved abstract core to src/graphics/core - moved proper graphics engine to src/graphics/engine