Age | Commit message (Expand) | Author |
2006-04-02 | Use the new command line parsing code to handle --config and --debugflags, too | Max Horn |
2006-04-02 | Split GameDetector::parseCommandLine into a static parseCommandLine method wh... | Max Horn |
2006-04-02 | Don't try to copy str to _talkBuffer if str is pointing to _talkBuffer. Apart | Torbjörn Andersson |
2006-04-02 | Added missing backslash, oops | Max Horn |
2006-04-02 | - The command line parser now doesn't work in reverse order anymore. | Max Horn |
2006-04-02 | Backends now are also responsile for deiniting properly. In particular, moved... | Max Horn |
2006-04-02 | With this change, backends are now responsible for instantiating their OSyste... | Max Horn |
2006-04-02 | Fix console output been redirected under win32 build, due to main changes. Re... | Travis Howell |
2006-04-02 | Fixing the X11 & NULL backends by adding main() | Max Horn |
2006-04-02 | Only include gui/launcher.h if it is used; cleanup | Max Horn |
2006-04-02 | Move gDebugLevel to common/util.cpp (where most other debug() related stuff a... | Max Horn |
2006-04-02 | Moved AmigaOS 'magic cookie' to sdl.cpp, as it is port specific (porter says ... | Max Horn |
2006-04-02 | Removed built-in endian/alignment verifier (it's original purpose is mostly g... | Max Horn |
2006-04-02 | ps2_fopen uses getGameDataPath -- added FIXME comment that explain how it pro... | Max Horn |
2006-04-02 | Moved the Win/Symbian specific stdout/stderr redirect code from base/main.cpp... | Max Horn |
2006-04-02 | - changed standard inactive dialog effect to dim with 30% instead of luminance | Johannes Schickel |
2006-04-02 | Moved all debug functions to from main.cpp to util.cpp | Max Horn |
2006-04-02 | - moves some code in ThemeNew.cpp (calcGradient and calcAlpha to the bottom) | Johannes Schickel |
2006-04-02 | Removing undocumented Allegro/Qtopia port stuff -- if anybody is working on e... | Max Horn |
2006-04-02 | Fully and officially renamed our main function to scummvm_main, thus making | Max Horn |
2006-04-01 | Update gameDataPath() calls in engine, to fix compile | Travis Howell |
2006-04-01 | Typo | Max Horn |
2006-04-01 | Switch ConfigManager to use HashMap (seems to work fine over here, but an old... | Max Horn |
2006-04-01 | Simplified loading of startup.inf | Torbjörn Andersson |
2006-04-01 | Properly use registerDefault to set the default value for autosave_period | Max Horn |
2006-04-01 | Guard against too many entries in resource.inf, since there has been a TODO | Torbjörn Andersson |
2006-04-01 | Moved File::resetDefaultDirectories from Engine destructor to runGame (since ... | Max Horn |
2006-04-01 | Removed yet another superfluous addDefaultDirectory call, and removed the unu... | Max Horn |
2006-04-01 | Simplified the loading of resource.inf | Torbjörn Andersson |
2006-04-01 | Removed superfluous addDefaultDirectory call, as well as two unused bad membe... | Max Horn |
2006-04-01 | Removing superfluous addDefaultDirectory call | Max Horn |
2006-04-01 | Use extra_versions to compute ScummGameSettings (currently only compared to t... | Max Horn |
2006-04-01 | Changed output path for md5scumm target (matching the credits target: assumes... | Max Horn |
2006-04-01 | Generate an error when kGenAsIs is used with an unsupported platform, instead... | Max Horn |
2006-04-01 | Simplified the File::addDefaultDirectory(Recursive) code; avoid scanning dire... | Max Horn |
2006-04-01 | A lot of code in sword1/router.cpp and sword2/router.cpp is virtually identic... | Max Horn |
2006-04-01 | Always check array bounds are valid in HE games, matching original | Travis Howell |
2006-04-01 | Patch #1432378: BASS: Memory leak, patch included | Max Horn |
2006-04-01 | Fix painting and fridge magnet palette glitches in thinker1 | Travis Howell |
2006-03-31 | Hide eval debug output deeper to level 5. Report total number of defined | Eugene Sandulenko |
2006-03-31 | Add size() methods to Map and HashMap classes | Eugene Sandulenko |
2006-03-31 | Updated ConfigFile/ConfigManager classes, that work with the updated Map clas... | Max Horn |
2006-03-31 | Disable DEBUG_HASH_COLLISIONS again (accidentally got enabled in my previous ... | Max Horn |
2006-03-31 | Modify HashMap to allow client code to override the equality/hash functionali... | Max Horn |
2006-03-31 | Modified our Map class to use a 'Less' function instead of a 'strcmp'-like co... | Max Horn |
2006-03-31 | Modified the List postfix ++/-- operators to simply invoke their prefix count... | Max Horn |
2006-03-31 | Rename two WizParameters fields | Travis Howell |
2006-03-31 | Make corners of SCUMM load/save dialog round. | Eugene Sandulenko |
2006-03-31 | Small correction in the TODO file (use proper class names) | Max Horn |
2006-03-31 | Avoid using Map::merge | Max Horn |