Age | Commit message (Expand) | Author |
2009-07-05 | Removing the now unneeded Game_v* classes | Sven Hesse |
2009-07-05 | Putting the Urban noCD check into Init_v6::initGame() | Sven Hesse |
2009-07-05 | Merging playTot() | Sven Hesse |
2009-07-05 | Merging Game's and Game_v6's totSub() | Sven Hesse |
2009-07-05 | Merging Game_v1's and Game_v2's prepareStart() | Sven Hesse |
2009-07-05 | Fixing indent | Sven Hesse |
2009-07-05 | Removing the now empty Game_Fascination class | Sven Hesse |
2009-07-05 | Wrapping the block end marker checks into Hotspots::Hotspot::isEnd() | Sven Hesse |
2009-07-05 | Moving the "Collision" stuff to Hotspots in hotspots.cpp/.h | Sven Hesse |
2009-07-05 | Added a skipBlock() method | Sven Hesse |
2009-07-05 | Added a Key and ShortKey enum | Sven Hesse |
2009-07-05 | Commenting prepareStr a bit and renaming it to cleanupStr | Sven Hesse |
2009-07-05 | Adding an enum MouseButtons | Sven Hesse |
2009-07-05 | SCI1 games with absolute parameters to lofs instructions are automatically de... | Filippos Karapetis |
2009-07-05 | Removed validity check for atoi, which prevented console commands from intera... | Filippos Karapetis |
2009-07-05 | - Refactorized Groovie::MusicPlayer to make it extensible | Jordi Vilalta Prat |
2009-07-05 | Bugfix for word-wrapping of text, which sometimes failed for strings with spe... | Paul Gilbert |
2009-07-05 | When creating a CleanupSongIterator, transfer death listeners to it | Willem Jan Palenstijn |
2009-07-04 | When morphing a TeeSongIterator, transfer death listeners to remaining child | Willem Jan Palenstijn |
2009-07-04 | KYRA: fix minor bug in Screen::drawShape() | Florian Kagerer |
2009-07-04 | Kyra1 PC-98 never offered English as language settings, thus remove it. (The ... | Johannes Schickel |
2009-07-04 | Fix mismatching format arguments. | Johannes Schickel |
2009-07-04 | Cursors without a palette are now initialized correctly (from patch #2816652)... | Filippos Karapetis |
2009-07-04 | Merged SCI1 versions in one more file | Filippos 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 style | Filippos Karapetis |
2009-07-04 | Added a new console command, "selector", which attempts to find a selector by... | Filippos Karapetis |
2009-07-04 | Removed silly FIXME (mixup between debug and engine debug levels) | Filippos Karapetis |
2009-07-04 | Newer DoSound() semantics are now detected automatically, by the existence of... | Filippos Karapetis |
2009-07-03 | SCI0 games using older graphics functions are automatically detected now, fro... | Filippos Karapetis |
2009-07-03 | Replaced script_error and CORE_ERROR with error() | Filippos Karapetis |
2009-07-03 | - Pushed debugstate into debug.h | Filippos Karapetis |
2009-07-03 | Replaced all calls for manipulating the mouse cursor to be made to the Cursor... | Filippos Karapetis |
2009-07-03 | SCI: Fixed warning | Max Horn |
2009-07-03 | Added more GCC_PRINTF attributes, and fixed resulting warnings in format strings | Max Horn |
2009-07-03 | Simplified the kernel name loading code: Merged the default SCI0 and SCI1 ker... | Filippos Karapetis |
2009-07-03 | Applied patch #2815937 - "SCI: ReadString fix to repair LSL5 password". This ... | Filippos Karapetis |
2009-07-03 | Bugfix for displaying text messages when an auto tracking (cut-scene) changes... | Paul Gilbert |
2009-07-03 | Bugfix for loading savegames where the active resource file database isn't co... | Paul Gilbert |
2009-07-02 | Moved some more debug state related variables in the DebugState struct | Filippos Karapetis |
2009-07-02 | Moved all the debug state variables in a separate struct and re-enabled sever... | Filippos Karapetis |
2009-07-02 | Added support for compressed sample files (patch #2815426 by m_kiewitz) | Sven Hesse |
2009-07-01 | Flag what looks like a bug in the CMS player code -- somebody should verify a... | Max Horn |
2009-07-01 | Fixed some more warnings observed on buildbot | Max Horn |
2009-07-01 | - Added GCC_PRINTF attribute to several funcs where it makes sense | Max Horn |
2009-07-01 | Use MIN with correct template parameter. | Lars Persson |
2009-06-30 | Made the music/sfx volume settings actually affect the in-game music/sfx volume | Paul Gilbert |
2009-06-29 | Fix invisible mouse cursor, when picking up items. | Johannes Schickel |
2009-06-29 | Fix bug in drawShape. | Johannes Schickel |