aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2009-07-05Renaming the last occurences of "Collision" to "Hotspot"Sven Hesse
2009-07-05Reordering some methodsSven Hesse
2009-07-05Renaming FontDesc::extraData to charWidthsSven Hesse
2009-07-05More input related split-offsSven Hesse
2009-07-05Split off some drawing related functionsSven Hesse
2009-07-05Ooops, fixing monospaced text input againSven Hesse
2009-07-05Split off Hotspots::evaluateNew()Sven Hesse
2009-07-05More state-related encapsulationSven Hesse
2009-07-05Correcting an input related mistakeSven Hesse
2009-07-05Encapsulating hotspot state readingSven Hesse
2009-07-05LOL: cleanupFlorian Kagerer
2009-07-05LOL: - reduce code duplicationFlorian Kagerer
2009-07-05Merged the two SCI1 versions in one more fileFilippos Karapetis
2009-07-05Adding a workaround for an invalid expression in Gob1 EGASven Hesse
2009-07-05- Fixed feature auto-detection for Conquests of CamelotFilippos Karapetis
2009-07-05Removing the now unneeded Game_v* classesSven Hesse
2009-07-05Putting the Urban noCD check into Init_v6::initGame()Sven Hesse
2009-07-05Merging playTot()Sven Hesse
2009-07-05Merging Game's and Game_v6's totSub()Sven Hesse
2009-07-05Merging Game_v1's and Game_v2's prepareStart()Sven Hesse
2009-07-05Fixing indentSven Hesse
2009-07-05Removing the now empty Game_Fascination classSven Hesse
2009-07-05Wrapping the block end marker checks into Hotspots::Hotspot::isEnd()Sven Hesse
2009-07-05Moving the "Collision" stuff to Hotspots in hotspots.cpp/.hSven Hesse
2009-07-05Added a skipBlock() methodSven Hesse
2009-07-05Added a Key and ShortKey enumSven Hesse
2009-07-05Commenting prepareStr a bit and renaming it to cleanupStrSven Hesse
2009-07-05Adding an enum MouseButtonsSven Hesse
2009-07-05SCI1 games with absolute parameters to lofs instructions are automatically de...Filippos Karapetis
2009-07-05Removed validity check for atoi, which prevented console commands from intera...Filippos Karapetis
2009-07-05- Refactorized Groovie::MusicPlayer to make it extensibleJordi Vilalta Prat
2009-07-05Bugfix for word-wrapping of text, which sometimes failed for strings with spe...Paul Gilbert
2009-07-05When creating a CleanupSongIterator, transfer death listeners to itWillem Jan Palenstijn
2009-07-04When morphing a TeeSongIterator, transfer death listeners to remaining childWillem Jan Palenstijn
2009-07-04KYRA: fix minor bug in Screen::drawShape()Florian Kagerer
2009-07-04Kyra1 PC-98 never offered English as language settings, thus remove it. (The ...Johannes Schickel
2009-07-04Fix mismatching format arguments.Johannes Schickel
2009-07-04Cursors without a palette are now initialized correctly (from patch #2816652)...Filippos Karapetis
2009-07-04Merged SCI1 versions in one more fileFilippos Karapetis
2009-07-04- Merged the "early" and "late" SCI1 versions - these are functionally equiva...Filippos Karapetis
2009-07-04- Kernel function names are no longer loaded from vocab.999, but are construc...Filippos Karapetis
2009-07-04- Changed some comments to DOxygen styleFilippos Karapetis
2009-07-04Added a new console command, "selector", which attempts to find a selector by...Filippos Karapetis
2009-07-04Removed silly FIXME (mixup between debug and engine debug levels)Filippos Karapetis
2009-07-04Newer DoSound() semantics are now detected automatically, by the existence of...Filippos Karapetis
2009-07-03SCI0 games using older graphics functions are automatically detected now, fro...Filippos Karapetis
2009-07-03Replaced script_error and CORE_ERROR with error()Filippos Karapetis
2009-07-03- Pushed debugstate into debug.hFilippos Karapetis
2009-07-03Replaced all calls for manipulating the mouse cursor to be made to the Cursor...Filippos Karapetis
2009-07-03SCI: Fixed warningMax Horn