summaryrefslogtreecommitdiffstats
path: root/src/object/object.cpp
Commit message (Collapse)AuthorAgeFilesLines
* CLightning rewritePiotr Dziwinski2012-10-051-2/+2
|
* Spot light angle fixPiotr Dziwinski2012-10-031-2/+2
|
* Fixed invradar cheat code.adiblol2012-09-301-6/+6
| | | | | Replaced CRobotMain::GetCheatRadar with CRobotMain::GetRadar. Changed logger level of "invalid m_motion" messages.
* Completely fixed light issuesPiotr Dziwinski2012-09-271-12/+4
| | | | Directional and spot lights are now set properly
* Various fixesPiotr Dziwinski2012-09-221-18/+42
| | | | | | | | - disabled UserDir() in path lookup - fixed crashes on loading missions in CObject - fixed texture bug in CTerrain - changed mouse move event handling to avoid flooding event queue - enabled all missions for testing
* Data dir pathsPiotr Dziwinski2012-09-221-250/+251
| | | | | - changed access to paths in data directory in CApplication - models now load from data directory
* changed paths for models and levels. Now it's possible to load level.Zaba9992012-09-201-233/+233
|
* changes needeto to cimpile on windows.Zaba9992012-09-171-5/+5
|
* Interface worksPiotr Dziwinski2012-09-161-1/+1
| | | | | | - removed mock of CInterface and fixed event passing to CRobotMain - changed texture names from tga and bmp to png - UI now works but interaction is still broken
* Merge with changes from Zaba999 fork.Zaba9992012-09-101-721/+691
|
* Changed GivAttrName() to GetAttrName()MichaƂ Konopacki2012-08-111-30/+30
|
* Removed trailing whitespacePiotr Dziwinski2012-06-261-6/+6
|
* Whitespace and language changePiotr Dziwinski2012-06-261-7606/+7606
| | | | | | | - 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
* Declarations for graphics/commonProgramerus2012-06-251-1/+1
|
* Templates for new implementationPiotr Dziwinski2012-06-221-11/+11
| | | | | | - 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-745/+744
| | | | | | | | - 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
* FPOINT -> Math::Point & other math functionsPiotr Dziwinski2012-06-131-97/+97
| | | | | | | | | - changed FPOINT to Math::Point and some functions from math module to the new implementation - moved old function and FPOINT struct declarations to math3d.cpp - removed some unused functions in math module - fixed some #include dependencies - moved #define STRICT and #define D3D_OVERLOADS to compile options
* Changed #defined constants to consts; typedef struct -> structPiotr Dziwinski2012-06-111-5/+5
|
* BOOL -> bool; additional fixes in constructors/destructorsPiotr Dziwinski2012-06-101-242/+242
|
* Fixed include paths and CMakeLists.txtPiotr Dziwinski2012-06-101-63/+63
| | | | Additionally, changed #ifndef to #pragma once everywhere
* Source files split into modulesPiotr Dziwinski2012-04-281-0/+7607