aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2009-07-06add workaround for PSP compiler ICEJoost Peters
2009-07-06Proper handling of sound effects marked as music resourcesFilippos Karapetis
2009-07-06Removed all the current special cases coding for user (mouse press) waiting, ...Paul Gilbert
2009-07-06When a song isn't found, send a "stop handle" event so that the engine won't ...Filippos Karapetis
2009-07-06Splitting up the big evaluate() functionSven Hesse
2009-07-06Assigned several unimplemented/unused kernel functions as stubs, so that we k...Filippos Karapetis
2009-07-06Added seChanged the warning displayed when a selector can't be mapped to a de...Filippos Karapetis
2009-07-06Fixed compilationFilippos Karapetis
2009-07-06Replaced sciprintf() calls with printf, DebugPrintf, warning and error callsFilippos Karapetis
2009-07-06Ooops, remove debug code.Travis Howell
2009-07-06Use graphics surfaces for screen buffers, and always use correct pitch when w...Travis Howell
2009-07-06Bugfix for node enabling/disabling, which was previously allowing the player ...Paul Gilbert
2009-07-06Adding more commentsSven Hesse
2009-07-05Added an enum for the hotspot statesSven Hesse
2009-07-05Adding some hotspot debug messagesSven Hesse
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