Age | Commit message (Expand) | Author |
2008-10-12 | Don't call Common::List::size() if you don't have to (it's an expensive opera... | Max Horn |
2008-10-12 | COMMON: Added a new ObjectPool class, with matching operator new/delete overl... | Max Horn |
2008-10-12 | Fixed some more bad inline Doxygen comments (if you omit the '<', Doxygen thi... | Max Horn |
2008-10-12 | Don't force inline on big funcs if you don't have to (in this case, it added ... | Max Horn |
2008-10-12 | cleanup | Max Horn |
2008-10-12 | Fix some in-line doxygen comments to document the correct member(s); also fix... | Max Horn |
2008-10-12 | Fix warning | Max Horn |
2008-10-12 | Changed Common::Rect doxygen comments to the (Java) style we use elsewhere | Max Horn |
2008-10-12 | The MSVC8 -> MSVC 7/7.1 conversion tool now handles both cases of version num... | Filippos Karapetis |
2008-10-12 | Changed BRA to use the new Common:Archive infrastructure. | Nicola Mettifogo |
2008-10-12 | * Added prefix support to cache entries of FSDirectory, as specified in patch... | Nicola Mettifogo |
2008-10-11 | Fixed yet another typo | Max Horn |
2008-10-11 | GUI ThemeEngine changes: | Max Horn |
2008-10-11 | Changed XMLParser to use SearchMan / FSNode::openForReading | Max Horn |
2008-10-11 | Some cleanup (in particular: do not convert String -> char * -> String needle... | Max Horn |
2008-10-11 | Order files in gui/module.mk alphabetically | Max Horn |
2008-10-11 | Use Common::File instead of FilePtr | Max Horn |
2008-10-11 | Synced the rest of the MSVC project files (MSVC7, 7.1 and 8) with the latest ... | Filippos Karapetis |
2008-10-11 | Add patch from Quietust - Correct music speed in Amiga V2/V3 games. | Travis Howell |
2008-10-11 | Fixed crash when existing BRA: fonts were deallocated twice. | Nicola Mettifogo |
2008-10-10 | Fixed typo. | Torbjörn Andersson |
2008-10-09 | Update theme package name. | Travis Howell |
2008-10-09 | Fixed warning when loading themes contained inside a folder. | Vicent Marti |
2008-10-09 | Renamed "scummodern" theme to "scummmodern", for naming consistence. | Vicent Marti |
2008-10-09 | - Fixed theme loading from Zip files. | Vicent Marti |
2008-10-09 | Fixed small graphical glitch in Classic theme tabs. | Vicent Marti |
2008-10-09 | Removed theme-config.cpp (legacy GUI code) | Vicent Marti |
2008-10-09 | Fixe DIST_FILES_THEMES in Makefile for theme distribution. | Vicent Marti |
2008-10-09 | Manual merge of the GSoC2008 GUI branch. (71 files) | Vicent Marti |
2008-10-08 | Added an optional depth parameter to FSDirectory::getSubDirectory(), so that ... | Nicola Mettifogo |
2008-10-06 | Added new type Engine::Feature; pushed down some #include dependencies | Max Horn |
2008-10-06 | Fix warnings about Event::synthetic being undefined | Max Horn |
2008-10-05 | Merged revisions 34748,34750 via svnmerge from | Vicent Marti |
2008-10-05 | Fixed ambiguous 'else' | Max Horn |
2008-10-05 | Merged several revisions from SVNMerge. | Vicent Marti |
2008-10-05 | Changed NPC schedules to be loaded when an NPC is activated - this avoids an ... | Paul Gilbert |
2008-10-05 | Added a fixed memory pool for XML Node allocation, as suggested by Max. | Vicent Marti |
2008-10-04 | - Declared all stack functions as inline | Benjamin Haisch |
2008-10-04 | Renamed some MetaEngine feature flags; removed explicit numbers from this fea... | Max Horn |
2008-10-04 | Bugfix to prevent NPC characters managing to walk beyond room exits without l... | Paul Gilbert |
2008-10-03 | Cleanup. | Johannes Schickel |
2008-10-03 | Check all 'kyra.dat' files in setup paths instead of only the first one found. | Johannes Schickel |
2008-10-03 | Committed slightly modified patch #2034983 "Case-insensitivy and directory ha... | Johannes Schickel |
2008-10-03 | SCUMM: Added french Monkey VGA variant, see bug #2129199 | Max Horn |
2008-10-03 | Fixed Engine::hasFeature to use proper types (i.e., MetaEngine::MetaEngineFea... | Max Horn |
2008-10-03 | Fixed typos (thanks to Raziel^ for spotting them). | Johannes Schickel |
2008-10-02 | Merged loadHotSpotsMads() and loadHotSpotsM4() | Filippos Karapetis |
2008-10-02 | typo | Max Horn |
2008-10-02 | Forgot to mention yet another Engine class change: mainMenuDialog -> openMain... | Max Horn |
2008-10-02 | Add the current dir to the global SearchSet, i.e. to SearchMan (this should f... | Max Horn |