Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-01 | use selected object with both mouse buttons as in original game | Vladimir Menshakov | |
svn-id: r46227 | |||
2009-12-01 | display '&' next to the object name as in original game. | Vladimir Menshakov | |
svn-id: r46226 | |||
2009-11-30 | SCI: Fix kSetCursor (Sci1.1) to behave like Sierra Sci (fixes cursor ↵ | Martin Kiewitz | |
hiding/showing in kq6) svn-id: r46224 | |||
2009-11-30 | Removed <cmath> includes since a) not a part of Symbian OS b) Compiles fine ↵ | Lars Persson | |
without it (at least with Symbian OS GCCE 3.4.3 and CW 2) svn-id: r46213 | |||
2009-11-29 | Comment out unused variables. | Johannes Schickel | |
svn-id: r46198 | |||
2009-11-29 | Started assigning the code from Greg's SCI engine to our sound commands - ↵ | Filippos Karapetis | |
still WIP svn-id: r46197 | |||
2009-11-29 | Properly update the sound state in the sound command parser when loading a game | Filippos Karapetis | |
svn-id: r46196 | |||
2009-11-29 | Formatting. | Johannes Schickel | |
svn-id: r46195 | |||
2009-11-29 | Cleanup. | Johannes Schickel | |
svn-id: r46194 | |||
2009-11-29 | SCI/newgui: handling of right aligned menu text changed | Martin Kiewitz | |
svn-id: r46193 | |||
2009-11-29 | Removed unused code | Filippos Karapetis | |
svn-id: r46192 | |||
2009-11-29 | KYRA/PC98: fixed regression | Florian Kagerer | |
svn-id: r46190 | |||
2009-11-29 | Bugfix for reactivating an NPC when it was previously deactivated at ↵ | Paul Gilbert | |
precisely the moment when it was about to do a pathfinding svn-id: r46189 | |||
2009-11-29 | KYRA: fixed pc98 intro sfx (regression) | Florian Kagerer | |
svn-id: r46185 | |||
2009-11-29 | Removed unused code | Filippos Karapetis | |
svn-id: r46183 | |||
2009-11-28 | KYRA: removed hack in staticres loader | Florian Kagerer | |
svn-id: r46181 | |||
2009-11-28 | KYRA: added HOF PC-98 static data to kyra.dat | Florian Kagerer | |
svn-id: r46180 | |||
2009-11-28 | Fix for bug #2905439 "AmigaOS: Recent Kryandia changes broke compilation". | Johannes Schickel | |
svn-id: r46178 | |||
2009-11-28 | LOL/Floppy: fixed crash | Florian Kagerer | |
svn-id: r46177 | |||
2009-11-28 | Fix compilation on 64bit systems. | Johannes Schickel | |
svn-id: r46176 | |||
2009-11-28 | LOL: completed support for floppy installer files | Florian Kagerer | |
svn-id: r46174 | |||
2009-11-28 | Hopefully fix switching to the map right after switching the location | Robert Špalek | |
It seems that the mouse was simply on the below line and triggered the switch to the map without the user realizing. svn-id: r46171 | |||
2009-11-28 | Fixed bug with exhausting sound handles | Robert Špalek | |
It was caused by forever re-starting the same sample when the animation was stopped and the same frame got displayed over and over, each time triggering playing the same sample. svn-id: r46168 | |||
2009-11-27 | Brief Groovie namespace comment | Scott Thomas | |
svn-id: r46161 | |||
2009-11-26 | Typos. | Johannes Schickel | |
svn-id: r46159 | |||
2009-11-26 | Initial doxygen description of the Kyrandia engine. | Johannes Schickel | |
svn-id: r46158 | |||
2009-11-26 | SCI: Turn SfxPlayer::_mutex from a pointer into a plain member | Max Horn | |
svn-id: r46157 | |||
2009-11-26 | Fix warning | Max Horn | |
svn-id: r46156 | |||
2009-11-26 | Some whitespace and formatting fixes | Max Horn | |
svn-id: r46155 | |||
2009-11-26 | Changed the game list in the doxygen comment to list all the games the ↵ | Paul Gilbert | |
engine will hopefully eventually support svn-id: r46154 | |||
2009-11-26 | Added some comments on the status of the engine | Paul Gilbert | |
svn-id: r46153 | |||
2009-11-26 | Added the basics of a action list display | Paul Gilbert | |
svn-id: r46152 | |||
2009-11-26 | Removed dead code | Filippos Karapetis | |
svn-id: r46150 | |||
2009-11-26 | Add patch #2857016 - MM C64: meteor landing as work around, with the ↵ | Travis Howell | |
explaination. svn-id: r46149 | |||
2009-11-26 | Add patch #2853844 - MM C64: walksounds. | Travis Howell | |
svn-id: r46146 | |||
2009-11-26 | Remove dependancy on STL. | Johannes Schickel | |
svn-id: r46144 | |||
2009-11-26 | Add patch #2839048 - MM C64 sound/music player, with minor changes. | Travis Howell | |
svn-id: r46143 | |||
2009-11-26 | Fix SIGSEGV found by ValGrind | Robert Špalek | |
svn-id: r46142 | |||
2009-11-25 | Cache resource file size to avoid excess file->size() calls. | Eugene Sandulenko | |
svn-id: r46138 | |||
2009-11-24 | Add patch #2903170 - MM C64: costume fix. | Travis Howell | |
svn-id: r46133 | |||
2009-11-24 | Add comment. | Travis Howell | |
svn-id: r46132 | |||
2009-11-24 | COMMON: Remove dependency on engines code (by using the inversion principle). | Max Horn | |
svn-id: r46130 | |||
2009-11-24 | Added Doxygen comments for the various engine namespaces (currently mostly ↵ | Max Horn | |
without details; help filling these out is welcome) svn-id: r46128 | |||
2009-11-24 | Fix incorrectly placed doxygen comments; replace Common::ID2string by ↵ | Max Horn | |
Common::tag2string svn-id: r46127 | |||
2009-11-24 | Exclude PCE sound player, from non-16bit color build. | Travis Howell | |
svn-id: r46119 | |||
2009-11-23 | SCI: Reduce header interdependency | Max Horn | |
svn-id: r46118 | |||
2009-11-23 | DRACI: Reduce header interdependency | Max Horn | |
svn-id: r46117 | |||
2009-11-23 | GROOVIE: Reduce header interdependency | Max Horn | |
svn-id: r46116 | |||
2009-11-23 | Add patch #2898231 - LOOM: Sound player for PC-Engine. | Travis Howell | |
svn-id: r46110 | |||
2009-11-23 | COMMON: Remove various variants of the md5_file / md5_file_string funcs; ↵ | Max Horn | |
turned the (disabled) MD5 test code into a working unit test svn-id: r46108 |