summaryrefslogtreecommitdiffstats
path: root/src/object/robotmain.cpp
Commit message (Collapse)AuthorAgeFilesLines
* #335, #348, #352krzys-h2014-11-011-2/+7
| | | | | I don't know what I'm doing anymore :/ I should set up dev envrioment on Windows so I don't have to commit every time I want somebody on Windows to test if my changes work
* Fixed m_exitAfterMissionkrzys-h2014-10-311-4/+10
|
* Fixed #335 and #348krzys-h2014-10-311-1/+3
|
* -runscene for userlevelskrzys-h2014-10-311-0/+1
| | | | | You need to know which ID is assigned to te userlevel category (by order in "User" menu) -runscene custom101 = first userlevel from first chapter
* Increased mission end accuracykrzys-h2014-10-301-1/+1
| | | | It whould now detect mission end immediately. We need somebody with an older computer than mine to make sure it doesn't cause FPS drop.
* Implemented mission timerkrzys-h2014-10-291-8/+59
|
* Fixed position updatingkrzys-h2014-10-291-2/+5
|
* Showing coordinates in stats menu (F12/showstat); removed "showpos" cheatkrzys-h2014-10-291-16/+4
| | | | | | | | | Issue #277 Conflicts: src/object/cheat.cpp src/object/robotmain.cpp src/object/robotmain.h
* Fixed script saving (issue #348)krzys-h2014-10-271-3/+9
|
* Support for %lvl% in TerrainInitTextures + cleanupkrzys-h2014-10-271-12/+1
| | | | | | | | cleanup: * Removed CProfile::SetUserPath (unused) * Removed CProfile::GetUserBasedPath (unused) * Removed CProfile::CopyFileToTemp (i have no idea why it even existed) * Removed CopyFileListToTemp (it did the same as CopyFileToTemp but for multiple files, wasn't even fully implemented)
* Support for %lvl% in all commandskrzys-h2014-10-261-18/+37
| | | | Except for TerrainInitTextures (I'm not sure what it does but it does something weird)
* Fixed NewScript (#341)krzys-h2014-10-251-3/+1
|
* Fixed #341krzys-h2014-10-251-2/+2
|
* Fixed map turning gray after resizing windowkrzys-h2014-10-201-0/+14
|
* Fixed save directories in things not yet refactored to use PHYSFSkrzys-h2014-10-201-2/+8
|
* Merge branch 'dev-physfs' into devkrzys-h2014-10-191-740/+631
|\ | | | | | | | | Conflicts: src/app/app.cpp
| * Merge branch 'dev' into dev-physfskrzys-h2014-10-141-15/+18
| |\ | | | | | | | | | | | | Conflicts: data
| * \ Merge with devPiotr Dziwinski2014-10-071-225/+32
| |\ \
| * | | Replaced std::to_string with boost::lexical_cast<std::string>krzys-h2014-09-281-4/+4
| | | | | | | | | | | | | | | | MXE has problems with std::to_string
| * | | Made proxyDistance optionalkrzys-h2014-09-271-2/+1
| | | |
| * | | Moved effect??.png textures and made pos= in GroundSpot optionalkrzys-h2014-09-271-3/+3
| | | |
| * | | Fixed TerrainLevel bugkrzys-h2014-09-271-0/+1
| | | |
| * | | Removed more unused variableskrzys-h2014-09-271-13/+0
| | | |
| * | | Fixed some warningskrzys-h2014-09-271-7/+7
| | | | | | | | | | | | | | | | Removed unused variables and fixed signed/unsigned comparation warnings
| * | | Userlevel listingkrzys-h2014-09-261-12/+2
| | | |
| * | | New level parserkrzys-h2014-09-241-708/+588
| | | | | | | | | | | | | | | | | | | | | | | | Known issues: * TerrainLevel for some reason doesn't work * %lvl% is not yet implemented everywhere because of hardcoded directories in functions
| * | | Fixed SatCom image loadingkrzys-h2014-07-241-16/+16
| | | | | | | | | | | | | | | | Now LoadTexture/SetTexture functions require full path with "textures/" directory
| * | | Help file loadingkrzys-h2014-07-111-10/+44
| | | |
| * | | Merge branch 'dev' into dev-physfskrzys-h2014-07-111-69/+0
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: data src/app/gamedata.cpp src/ui/control.cpp src/ui/edit.cpp src/ui/maindialog.cpp
| * | | | Fixed texture and script loadingkrzys-h2014-07-101-7/+8
| | | | |
| * | | | More work on levelsKrzysztof Dermont2014-06-221-4/+9
| | | | |
| * | | | Big part of PhysFS supportKrzysztof Dermont2014-06-201-13/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * removed -mod argument * removed -datadir argument * removed -lang argument * removed some dead ui code * added resource manager and file loaders (stream and SDL) * changed interface textures location to match new directory structure * removed CGameData for mod support * added PhysFS support
* | | | | Changed max and default font sizekrzys-h2014-10-191-1/+1
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | Min font size is 9, max is now 24 (previously 21) Default size is now 19 (previously 9) Closes #330
* | | | Changed all occurences of PPC in the code to TerranovaTeamkrzys-h2014-10-141-15/+18
| |_|/ |/| |
* | | CProfile refactoringPiotr Dziwinski2014-08-121-32/+32
| | |
* | | Removed some unused codekrzys-h2014-08-061-193/+0
| |/ |/|
* | Removed some unused code related to Quit buttonkrzys-h2014-07-101-40/+0
| | | | | | | | The button itself has been removed a long time ago
* | Removed old code based on #ifs (issue #55)krzys-h2014-06-271-29/+0
|/
* Better datadir mod supportkrzys-h2014-05-181-5/+6
|
* Random relief generatorkrzys-h2014-04-101-0/+6
|
* Added special mode in scene for bots to build more buildings than they ↵krzys-h2014-03-031-0/+6
| | | | | | usualy can Will be used in "Leaving Earth" missions for making decorative bots building base
* Check if pause music is defined in scene before trying to play itkrzys-h2014-03-021-2/+4
|
* Fixed compile warningkrzys-h2014-02-211-1/+1
|
* Added option to set pause audio in Scenekrzys-h2014-02-211-3/+43
|
* Fixed warnings about unknown commands in scene filesPiotr Dziwinski2014-01-181-3/+11
|
* Removed some unused objectskrzys-h2014-01-111-3/+3
|
* Fixed two bugs in dc81cda4b1f27af6fe8abcd566ffac03255f2642krzys-h2014-01-011-0/+7
| | | | | * win/end scene animations * produce() was producing empty cells
* Code for changing music in pause modekrzys-h2013-12-311-1/+1
| | | | As requested by @Emxx52. Only code for now, we don't have the music yet. Temporairly in developements builds music will change to Prototype (in CBot editor) and Constructive Destruction (in SatCom)
* CPauseManagerkrzys-h2013-12-311-21/+23
|
* Added CObjectManager::Flush()krzys-h2013-12-301-0/+6
| | | | Possible fix for #275