summaryrefslogtreecommitdiffstats
path: root/src/object/robotmain.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Removed unnecessary dynamic_castsPiotr Dziwinski2012-10-171-18/+16
|
* Merge branch 'dev' of https://github.com/colobot/colobot into devZaba9992012-10-111-119/+137
|\
| * Changing and saving input bindingsPiotr Dziwinski2012-10-071-105/+105
| |
| * Setting speed now works. Added ability to set 4x and 8x using "speed4" and ↵adiblol2012-10-061-5/+23
| | | | | | | | "speed8" cheat codes respectively.
| * Refactoring: changed UNIT to g_unit in CRobotMain classadiblol2012-10-051-9/+9
| |
* | Added saving user scripts on game save. Fixed bug in writing script to file.Zaba9992012-10-111-1/+1
|/
* Fixed invradar cheat code.adiblol2012-09-301-2/+31
| | | | | Replaced CRobotMain::GetCheatRadar with CRobotMain::GetRadar. Changed logger level of "invalid m_motion" messages.
* Texture coloringPiotr Dziwinski2012-09-291-16/+16
|
* Fixed object selection by clickingPiotr Dziwinski2012-09-291-2/+2
|
* Merge branch 'dev' into dev-graphicsPiotr Dziwinski2012-09-291-22/+25
|\
| * Work in progress on opening files, and listing dirsZaba9992012-09-261-22/+25
| | | | | | | | | | Fixed includes profile changed from SimpleIni to boost::ptree -> not finished yet
* | Fixed blinking light problemPiotr Dziwinski2012-09-271-3/+3
| | | | | | | | | | | | - temporarily commented out misbehaving code in CPhysics - some fixes in CLightManager - minor refactoring in CRobotMain
* | Lighting fix (experimental)Piotr Dziwinski2012-09-261-3/+5
|/ | | | | - changed fixed light allocation to prioritized per-use basis - minor refactoring in CPlanet and CWater
* Various fixesPiotr Dziwinski2012-09-221-20/+23
| | | | | | | | - 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-13/+13
| | | | | - changed access to paths in data directory in CApplication - models now load from data directory
* Event fixes & refactoringPiotr Dziwinski2012-09-221-5/+5
| | | | | | - added new state tracking to Event - removed old fields from Event - fixed some issues with Events and fps counter
* robotmain, restext and engine fixesPiotr Dziwinski2012-09-211-0/+5
|
* Mouse pos setting, low cpu mode, stats displayPiotr Dziwinski2012-09-201-14/+23
|
* Mouse wheel events, motion vectorsPiotr Dziwinski2012-09-191-4/+104
| | | | | | - added mouse wheel events - added motion vectors to CRobotMain - other minor changes in event.h
* Input bindings rewritePiotr Dziwinski2012-09-191-54/+106
| | | | | | - moved input bindings to CRobotMain - added virtual keymod and joystick button key presses - fixed putenv error; other minor fixes
* Warnings cleaned, left only those connected to commented out code.Zaba9992012-09-181-1/+1
|
* warnings fight in progress.Zaba9992012-09-181-51/+49
|
* changes needeto to cimpile on windows.Zaba9992012-09-171-6/+6
|
* Some memory leaks fixedPiotr Dziwinski2012-09-161-2/+24
|
* CMainDialog rewritePiotr Dziwinski2012-09-151-64/+65
| | | | - rewritten CMainDialog and updated CRobotMain
* Merge dev-common and various fixes to achieve compilationPiotr Dziwinski2012-09-151-4/+4
|\ | | | | | | | | | | | | | | - merged changes from dev-common - fixed many compilation errors (CBrain, UI, ...) - temporarily commented out some problematic code (e.g. input bindings) - (partially) fixed #include styling - everything compiles except for CRobotMain, CMainDialog and CStudio
* | CRobotMain rewritePiotr Dziwinski2012-09-151-2983/+2103
| | | | | | | | | | - rewritten CRobotMain - won't compile yet because of dependencies to CMainDialog
* | Merge with changes from Zaba999 fork.Zaba9992012-09-101-26/+26
|/
* Merge pull request #37 from konopackim/devPiotr Dziwiński2012-08-131-66/+66
|\ | | | | Fixes and console interpreter
| * Changed GivAttrName() to GetAttrName()Michał Konopacki2012-08-111-66/+66
| |
| * Merged changes from devPiotr Dziwinski2012-07-041-23/+430
| | | | | | | | Resolved conflicts & added fixes.
* | * New CPluginManager class for managing plugins based on colobot.inierihel2012-08-121-1/+1
| | | | | | | | | | * Moved sound plugin into sound dir * Minor changes in logger and profile
* | Deleted #include "ClassFILE.cpp" code.Programerus2012-07-011-1/+408
| |
* | Pulled changes from master branchPiotr Dziwinski2012-06-281-22/+22
|/
* Removed trailing whitespacePiotr Dziwinski2012-06-261-8/+8
|
* Whitespace and language changePiotr Dziwinski2012-06-261-7032/+7032
| | | | | | | - 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-14/+14
| | | | | | - 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-62/+63
| | | | | | | | - 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-88/+88
| | | | | | | | | - 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-1/+1
|
* BOOL -> bool; additional fixes in constructors/destructorsPiotr Dziwinski2012-06-101-285/+285
|
* Fixed include paths and CMakeLists.txtPiotr Dziwinski2012-06-101-54/+54
| | | | Additionally, changed #ifndef to #pragma once everywhere
* Source files split into modulesPiotr Dziwinski2012-04-281-0/+7031