summaryrefslogtreecommitdiffstats
path: root/src/object
Commit message (Collapse)AuthorAgeFilesLines
* 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
* 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
* Input bindings rewritePiotr Dziwinski2012-09-193-61/+138
| | | | | | - moved input bindings to CRobotMain - added virtual keymod and joystick button key presses - fixed putenv error; other minor fixes
* Merge branch 'dev' of https://github.com/adiblol/colobot into devZaba9992012-09-181-3/+3
|\ | | | | | | | | Conflicts: src/ui/slider.cpp
| * Change of background image handlingPiotr Dziwinski2012-09-171-3/+3
| | | | | | | | | | | | - removed old 4 quarter backgrounds - fixes in texture loading - other minor fixes
* | Warnings cleaned, left only those connected to commented out code.Zaba9992012-09-182-2/+2
| |
* | warnings fight in progress.Zaba9992012-09-185-66/+61
|/
* changes needeto to cimpile on windows.Zaba9992012-09-174-16/+16
|
* Some memory leaks fixedPiotr Dziwinski2012-09-161-2/+24
|
* Interface worksPiotr Dziwinski2012-09-164-11/+11
| | | | | | - 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
* CMainDialog rewritePiotr Dziwinski2012-09-152-65/+66
| | | | - rewritten CMainDialog and updated CRobotMain
* Merge dev-common and various fixes to achieve compilationPiotr Dziwinski2012-09-1538-209/+156
|\ | | | | | | | | | | | | | | - 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-155-3107/+2226
| | | | | | | | | | - rewritten CRobotMain - won't compile yet because of dependencies to CMainDialog
* | brain.* mainmovie.* : Partially rewrittenMichał Konopacki2012-09-134-232/+235
| | | | | | | | The remaining part will be revised and rewritten after merge with dev and dev-ui branches
* | Fixes in [object/auto]Michał Konopacki2012-09-134-14/+17
| |
* | [object/motion] Folder compilesMichał Konopacki2012-09-1312-534/+534
| |
* | all tasks compile.Zaba9992012-09-1210-266/+248
| |
* | Merge branch 'dev-object' of github.com:adiblol/colobot into dev-objectMichał Konopacki2012-09-1122-816/+670
|\ \
| * | half of task compile.Zaba9992012-09-1122-816/+670
| | |
* | | [src/object] motion.* motionant.* motionbee.* should compileMichał Konopacki2012-09-115-161/+165
|/ /