summaryrefslogtreecommitdiffstats
path: root/src/object/robotmain.h
Commit message (Collapse)AuthorAgeFilesLines
* Implemented mission timerkrzys-h2014-10-291-0/+6
|
* Showing coordinates in stats menu (F12/showstat); removed "showpos" cheatkrzys-h2014-10-291-1/+0
| | | | | | | | | Issue #277 Conflicts: src/object/cheat.cpp src/object/robotmain.cpp src/object/robotmain.h
* Fixed map turning gray after resizing windowkrzys-h2014-10-201-0/+2
|
* Fixed save directories in things not yet refactored to use PHYSFSkrzys-h2014-10-201-0/+1
|
* Merge branch 'dev' into dev-physfskrzys-h2014-10-141-15/+18
|\ | | | | | | | | Conflicts: data
| * Changed all occurences of PPC in the code to TerranovaTeamkrzys-h2014-10-141-15/+18
| |
* | Merge with devPiotr Dziwinski2014-10-071-1/+0
|\|
| * Removed some unused codekrzys-h2014-08-061-1/+0
| |
* | Removed more unused variableskrzys-h2014-09-271-7/+0
| |
* | Userlevel listingkrzys-h2014-09-261-1/+1
| |
* | Help file loadingkrzys-h2014-07-111-0/+5
|/
* Removed some old stuff related to Ceebot-Teenkrzys-h2014-07-101-1/+0
|
* Added option to set pause audio in Scenekrzys-h2014-02-211-2/+7
|
* CPauseManagerkrzys-h2013-12-311-2/+4
|
* Added tool= i drive=krzys-h2013-12-291-0/+4
|
* Cleaned up creating objectskrzys-h2013-12-291-3/+0
|
* Removed prototypes supportkrzys-h2013-12-271-1/+0
|
* Exit the game after finishing the mission while using -runscenekrzys-h2013-12-261-0/+2
|
* Changed char[] to std::string in restextPiotr Dziwinski2013-12-041-2/+2
| | | | Experimental changes
* Some Ui refactoringerihel2013-06-241-0/+3
|
* Changes in build organizationPiotr Dziwinski2013-06-221-1/+1
| | | | | | | | * targets are now created in top-level build directory * more things are now configured through CMake options * changed debug build detection from NDEBUG to DEV_BUILD * moved po and desktop directories * moved last unit test out of src directory
* Enhanced logging, option to auto-start missionPiotr Dziwinski2013-06-161-1/+4
| | | | | | | | | * added logging of application events * changed debug mode flag to independent debug modes * added option to auto-start mission (load a mission immediately after startup) * removed "enum value out of range" prints * some refactoring
* Fixed code formattingPiotr Dziwinski2013-05-271-4/+4
| | | | | | * moved braces to new lines * fixed some function/variable names * fixed whitespace issues
* Removed most of "No such node" messageskrzys-h2013-05-041-1/+1
|
* Fixed Destroyer buttonkrzys-h2013-05-021-1/+2
| | | | | * Commands were executed for all Destroyers on map * Button can't be clicked when Destroyer is working
* Saving information to profile (#154)krzys-h2013-05-011-1/+1
|
* Added function endmission()krzys-h2013-04-301-0/+3
| | | | | | | | | | | Works only with MissionFile version=3 Created for MissionController, but works on any bot - 1st parameter: * ResultWin - win mission * ResultLost - lost mission * ResultLostQuick - lost mission (Me died) - 2nd parameter: win/lost delay, like in mission file. Doesn't work for ResultLostQuick. Please don't use for cheating =)
* MissionController improvedkrzys-h2013-04-291-0/+2
|
* Implemented EndMissionNever (#181)krzys-h2013-04-281-0/+1
|
* Added powermin= and powermax= parameterskrzys-h2013-04-201-0/+4
| | | | Issue #174
* Added loading from custom files for Audiokrzys-h2013-04-131-1/+1
|
* Implemented AudioChange (partially)krzys-h2013-04-131-1/+17
| | | | | There is some issues due to #173 Issue #172
* * Changed loading of scene and player info (there's problem with locales ↵erihel2013-04-011-0/+6
| | | | | | | using , as comma separator). Issue #137 * Changed way of saving files. Now it's not based on slot (from 000 to 999) but it uses save name as a base. * Changed way of displaying saved games. Listing directory instead of checking from 000 to 999. Issue #138
* Added option to lock SatComkrzys-h2013-03-271-0/+1
|
* Retro mode now disables possibility of writing and running programskrzys-h2013-03-241-1/+3
|
* Basic detection of syntax errors in mission levelskrzys-h2013-03-231-0/+8
| | | | + option to enable Retro mode (for now doesn't do enything)
* CInstanceManager refactoringPiotr Dziwiński2013-02-171-10/+10
| | | | | | | | | * 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
* Doxygen/comment fixes and some #include refactoringPiotr Dziwinski2012-10-171-1/+5
|
* Changing and saving input bindingsPiotr Dziwinski2012-10-071-5/+5
|
* Setting speed now works. Added ability to set 4x and 8x using "speed4" and ↵adiblol2012-10-061-0/+1
| | | | "speed8" cheat codes respectively.
* Fixed invradar cheat code.adiblol2012-09-301-1/+1
| | | | | Replaced CRobotMain::GetCheatRadar with CRobotMain::GetRadar. Changed logger level of "invalid m_motion" messages.
* Work in progress on opening files, and listing dirsZaba9992012-09-261-8/+8
| | | | | Fixed includes profile changed from SimpleIni to boost::ptree -> not finished yet
* Mouse wheel events, motion vectorsPiotr Dziwinski2012-09-191-3/+39
| | | | | | - added mouse wheel events - added motion vectors to CRobotMain - other minor changes in event.h
* Input bindings rewritePiotr Dziwinski2012-09-191-2/+30
| | | | | | - 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-5/+5
|
* CMainDialog rewritePiotr Dziwinski2012-09-151-1/+1
| | | | - rewritten CMainDialog and updated CRobotMain
* Merge dev-common and various fixes to achieve compilationPiotr Dziwinski2012-09-151-3/+3
|\ | | | | | | | | | | | | | | - 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-114/+120
| | | | | | | | | | - rewritten CRobotMain - won't compile yet because of dependencies to CMainDialog
* | Merge with changes from Zaba999 fork.Zaba9992012-09-101-74/+73
|/