summaryrefslogtreecommitdiffstats
path: root/src/object
Commit message (Collapse)AuthorAgeFilesLines
* * Changed Set/Get HilateCap to Set/Get HighlightCaperihel2013-03-201-1/+1
| | | | | * Changes ReadText in CEdit to fix problem with SatCom links * Filenames when loading/saving scripts should be fixed on mxe
* * Changed file loading to fix issue #73erihel2013-03-171-3/+4
| | | | | | | * Moved few functions from misc.cpp to profile.cpp (used to set/get user dir) * Removed some warnings * More work to change const char* to std::string * Some work on file path to fix issue #60 with bad slashes on POSIX platform
* * Fix for issue #122 with sound not being played in menu after playing missionerihel2013-03-141-4/+5
|
* "allmission" default value depends on build typekrzys-h2013-03-091-0/+4
|
* Fixed segfault in light managerPiotr Dziwinski2013-02-281-2/+7
| | | | Also fixed minor memory leak
* Fixed stupid error, tweaked ambient light colorsPiotr Dziwinski2013-02-284-39/+18
| | | | | | * fixed stupid error in light manager * tweaked ambient light colors to 0.1 of diffuse; colors should not be oversaturated now
* CInstanceManager refactoringPiotr Dziwiński2013-02-17120-566/+697
| | | | | | | | | * 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
* Merge pull request #125 from PaweX/devkrzys-h2013-02-131-1/+1
|\
| * Additional parameter for function aim(x, y).PaweX2013-02-131-1/+1
| |
* | Added Destroyer from Ceebot-Teen.krzys-h2013-02-133-14/+89
|/ | | | We need a new icon for it.
* * Fixes to ingame editorerihel2013-02-091-1/+1
| | | | * Fixes to editor window. It's now possible to resize, move and press buttons
* Changed model min/max to LOD levelsPiotr Dziwinski2013-01-274-62/+30
|
* Fixed some clang warningsPiotr Dziwinski2013-01-171-2/+2
|
* Merge branch 'dev' into dev-graphicsPiotr Dziwinski2013-01-043-15/+28
|\
| * Implement language Char for level filesDidier Raboud2012-12-281-4/+4
| | | | | | | | This currently lacks fallback to an existing entry for non-translated entries
| * Replaced malloc/free with new/deletePiotr Dziwinski2012-12-282-11/+20
| | | | | | | | | | | | - now new/delete used everywhere except for CBotStack, which has to be fixed in other way - some segfaults should be fixed with this
| * * Changed log level in sound moduleerihel2012-12-251-0/+4
| | | | | | | | | | * Fixed warnings in sound module * Fixed problem with map loading when locale with different number separator
* | Fix for #113Piotr Dziwinski2013-01-041-2/+2
| |
* | Fixed spider and worm model loadingPiotr Dziwinski2012-12-282-2/+2
| |
* | Engine optimization - rewritten model managementPiotr Dziwinski2012-12-2610-1081/+598
|/ | | | | | | | - new class CModelManager - rewritten engine object structure in CEngine - created shared model data instead of separate objects per each model instance - minor refactoring
* Restext rewrite to runtime initialized arraysPiotr Dziwinski2012-10-172-265/+252
|
* Doxygen/comment fixes and some #include refactoringPiotr Dziwinski2012-10-1732-63/+81
|
* Removed unnecessary dynamic_castsPiotr Dziwinski2012-10-171-18/+16
|
* Merge branch 'dev' of https://github.com/colobot/colobot into devZaba9992012-10-116-133/+151
|\
| * Changing and saving input bindingsPiotr Dziwinski2012-10-073-112/+112
| |
| * Setting speed now works. Added ability to set 4x and 8x using "speed4" and ↵adiblol2012-10-062-5/+24
| | | | | | | | "speed8" cheat codes respectively.
| * Merge remote-tracking branch 'origin/dev' into dev-graphicsadiblol2012-10-051-9/+9
| |\
| | * Refactoring: changed UNIT to g_unit in CRobotMain classadiblol2012-10-051-9/+9
| | |
| * | CLightning rewritePiotr Dziwinski2012-10-051-2/+2
| | |
| * | Spot light angle fixPiotr Dziwinski2012-10-033-5/+4
| |/
* / 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-303-9/+38
| | | | | 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-293-31/+34
|\
| * Merge branch 'master' of https://github.com/colobot/colobot into devunknown2012-09-282-30/+33
| |\
| | * Work in progress on opening files, and listing dirsZaba9992012-09-262-30/+33
| | | | | | | | | | | | | | | Fixed includes profile changed from SimpleIni to boost::ptree -> not finished yet
| * | * Fixed Issue #54: flags don't show in 3D viewerihel2012-09-281-1/+1
| |/
* | Completely fixed light issuesPiotr Dziwinski2012-09-271-12/+4
| | | | | | | | Directional and spot lights are now set properly
* | Updated docs and some Doxygen fixesPiotr Dziwinski2012-09-271-2/+2
| |
* | 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-222-38/+65
| | | | | | | | - 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-2213-481/+523
| | | | | - changed access to paths in data directory in CApplication - models now load from data directory
* Event fixes & refactoringPiotr Dziwinski2012-09-222-6/+6
| | | | | | - 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
|
* changed paths for models and levels. Now it's possible to load level. Merged ↵Zaba9992012-09-201-14/+23
|\ | | | | | | with latest trunk
| * Mouse pos setting, low cpu mode, stats displayPiotr Dziwinski2012-09-201-14/+23
| |
* | changed paths for models and levels. Now it's possible to load level.Zaba9992012-09-209-415/+415
|/
* Mouse wheel events, motion vectorsPiotr Dziwinski2012-09-193-10/+146
| | | | | | - added mouse wheel events - added motion vectors to CRobotMain - other minor changes in event.h