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 | typo | Joost Peters | |
svn-id: r46223 | |||
2009-11-30 | Remove use_scaler defines around enum in order for graphics to compile properly. | Lars Persson | |
svn-id: r46216 | |||
2009-11-30 | Add includepath to find gui\ includepath from sci | Lars Persson | |
svn-id: r46215 | |||
2009-11-30 | Add support for teenagent. Add missing support for Feeble files! | Lars Persson | |
svn-id: r46214 | |||
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-30 | Add support for DRACI! | Lars Persson | |
svn-id: r46212 | |||
2009-11-30 | Only print sound information if there actually is sound (preventing a ↵ | Sven Hesse | |
division by 0 exception) svn-id: r46210 | |||
2009-11-30 | Properly clear the chunk headers again on closing | Sven Hesse | |
svn-id: r46209 | |||
2009-11-30 | Proper GameCube capitalization. | Joost Peters | |
Is there another way to force buildbot rebuilds? We're starting to run out of these trivial changes =) svn-id: r46208 | |||
2009-11-29 | Use common/ headers in our trunk tools | Max Horn | |
svn-id: r46207 | |||
2009-11-29 | add missing varag param | Max Horn | |
svn-id: r46206 | |||
2009-11-29 | COMMON: Replace NORETURN by NORETURN_PRE & NORETURN_POST | Max Horn | |
svn-id: r46205 | |||
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 | LOL: add missing data for PC98 version to kyra.dat | Florian Kagerer | |
svn-id: r46191 | |||
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 | Added Dragon History | Robert Špalek | |
svn-id: r46188 | |||
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 | Enable Dragon History | Robert Špalek | |
I consider it stable now svn-id: r46172 | |||
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 | Adding a parameter to the AviDecoder constructor to allow changing the ↵ | Sven Hesse | |
SoundType (instead of it being fixed to Plain) svn-id: r46170 | |||
2009-11-28 | Fixing a valgrind warning by memsetting _palette | Sven Hesse | |
svn-id: r46169 | |||
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 | Fixing an invalid read in the destructor | Sven Hesse | |
svn-id: r46164 | |||
2009-11-27 | 00AM is another compressed frame type, fixing this (thanks to digitall for ↵ | Sven Hesse | |
figuring that out :D) svn-id: r46163 | |||
2009-11-27 | Extended the AviDecoder a bit | Sven Hesse | |
svn-id: r46162 | |||
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 |