Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-09-01 | Merging more of the GSoC 2008 RTL branch: AGOS | Max Horn | |
svn-id: r34243 | |||
2008-09-01 | Merging more of the GSoC 2008 RTL branch: AGI | Max Horn | |
svn-id: r34242 | |||
2008-09-01 | First part of GSoC2008 RTL branch merge | Max Horn | |
svn-id: r34241 | |||
2008-09-01 | Silence MSVC warning about potentially uninitialized variable | Filippos Karapetis | |
svn-id: r34236 | |||
2008-08-31 | Fix warnings | Max Horn | |
svn-id: r34228 | |||
2008-08-31 | Shutting up a warning on systems where char is signed by default | Sven Hesse | |
svn-id: r34225 | |||
2008-08-31 | Fixed leak with Input class, introduced in commit 34206. | Nicola Mettifogo | |
svn-id: r34224 | |||
2008-08-31 | More cleanup. | Nicola Mettifogo | |
svn-id: r34223 | |||
2008-08-31 | Cleanup. | Nicola Mettifogo | |
svn-id: r34222 | |||
2008-08-31 | Removed extra semicolon detected by salty-horse pesky compiler. | Nicola Mettifogo | |
svn-id: r34221 | |||
2008-08-31 | Moved save/load code into SaveLoad class. | Nicola Mettifogo | |
svn-id: r34220 | |||
2008-08-31 | Uniformed the interface of Parallaction class (and its hierarchy) with ↵ | Nicola Mettifogo | |
regards of gui code, which is now independent of engine version. svn-id: r34219 | |||
2008-08-30 | Added some The Last Dynasty stubs | Sven Hesse | |
svn-id: r34217 | |||
2008-08-30 | cleanup | Max Horn | |
svn-id: r34215 | |||
2008-08-30 | TINSEL: The engine version is an integer, not a bitfield | Max Horn | |
svn-id: r34214 | |||
2008-08-30 | TINSEL: Remove some unused code; and duplicated the 4-FLAGS version ↵ | Max Horn | |
detection entry (one copy for each language) for the user's convenience svn-id: r34213 | |||
2008-08-30 | TINSEL: Write config changes to disk | Max Horn | |
svn-id: r34212 | |||
2008-08-30 | cleanup | Max Horn | |
svn-id: r34211 | |||
2008-08-30 | TINSEL: Added support for the 3,4 and 5 FLAGS (multi lingual) versions of DW ↵ | Max Horn | |
(only 4 flags version has been tested; see also bug #2048383) svn-id: r34210 | |||
2008-08-30 | Removed global g_system. | Nicola Mettifogo | |
svn-id: r34209 | |||
2008-08-30 | Added a whitespace, just for salty-horse. | Torbjörn Andersson | |
svn-id: r34208 | |||
2008-08-30 | Moved mouse cursor loading/handling to Input class. | Nicola Mettifogo | |
svn-id: r34206 | |||
2008-08-29 | Made out-of-memory error in SCUMM a bit more verbose | Max Horn | |
svn-id: r34201 | |||
2008-08-27 | Fix bug #2078922: DW: Pushing ESC repeatedly at beginning causes odd behavior | Max Horn | |
svn-id: r34196 | |||
2008-08-27 | cleanup | Max Horn | |
svn-id: r34191 | |||
2008-08-27 | Document some animations | Filippos Karapetis | |
svn-id: r34190 | |||
2008-08-26 | Fix for bug #2057200 - "IHNM: Invisible inventory objects" | Filippos Karapetis | |
svn-id: r34189 | |||
2008-08-26 | Correct fix for bug #2073159 - "MICKEY: Incomplete computer message" | Filippos Karapetis | |
svn-id: r34186 | |||
2008-08-26 | Cleanup. | Nicola Mettifogo | |
svn-id: r34185 | |||
2008-08-26 | Add more versions of HE games. | Travis Howell | |
svn-id: r34184 | |||
2008-08-26 | Removed some unneeded sanity checks that have been introduced with the ↵ | Filippos Karapetis | |
latest cleanups svn-id: r34183 | |||
2008-08-26 | talk_dr_grande -> talk_drascula_big | Filippos Karapetis | |
talk_baul -> talk_trunk svn-id: r34182 | |||
2008-08-26 | Simplified several calls to copyBackground() | Filippos Karapetis | |
svn-id: r34181 | |||
2008-08-26 | Merged talk_vonBraun and talk_vonBraunpuerta | Filippos Karapetis | |
svn-id: r34180 | |||
2008-08-26 | Cleanup | Filippos Karapetis | |
svn-id: r34179 | |||
2008-08-25 | Refined the workaround for wrongly compressed audio. If the sample rate is given | Torbjörn Andersson | |
as 11025 Hz, it should be 11840 Hz. However, a fixed version of compress_queen won't necessarily produce files with that sample rate, since LAME will resample the sounds to 12000 Hz. I.e. we can only override the rate if it's exactly 11025. svn-id: r34169 | |||
2008-08-25 | Fix for original game bug with the wall plug in chapter 5. | Filippos Karapetis | |
Fixes bug #2059621 - DRASCULA: Plug bug svn-id: r34160 | |||
2008-08-25 | Implemented continous screen updating while waiting for text input in v2 ↵ | Johannes Schickel | |
GUI. (based on LoK implementation) svn-id: r34157 | |||
2008-08-25 | Fix for bug #2062024 - "DRASCULA: Error talking with blind man" | Filippos Karapetis | |
svn-id: r34154 | |||
2008-08-25 | Fix for bug #2073159 - "MICKEY: Incomplete computer message". | Filippos Karapetis | |
Random numbers are calculated from 1 onwards in the preAGI engines, but there was an off-by one error. I'm currently hesitant to add this fix to the 0.12.0 branch, as I'm unsure if it has any possible regressions in Troll's Tale or Winnie the Pooh svn-id: r34152 | |||
2008-08-25 | Added short delay(Millis) call while waiting for text input, should reduce ↵ | Johannes Schickel | |
CPU usage a little bit. svn-id: r34149 | |||
2008-08-25 | Added a warning to bug #2055912's fix committed in revision 34132. | Kari Salminen | |
svn-id: r34146 | |||
2008-08-25 | Fixed regression: show mouse and enable input in NS Demo. | Nicola Mettifogo | |
svn-id: r34144 | |||
2008-08-25 | Added workaround for bug 2070751, long standing issue with item matching ↵ | Nicola Mettifogo | |
exposed after revision 32873. svn-id: r34135 | |||
2008-08-24 | Fix for bug #2055912: FW: incrustSprite fails on savegame loading. | Kari Salminen | |
What little testing I did, this seems to work, but more testing would be nice. svn-id: r34132 | |||
2008-08-24 | Italian version now has properly translated verbs area as well as numerous | Eugene Sandulenko | |
fixes to object names. So new version of packet.005 was prepared. svn-id: r34124 | |||
2008-08-24 | Fix inventory. | Eugene Sandulenko | |
svn-id: r34122 | |||
2008-08-24 | remove broken code, but i'll add better feature into compression tool | Paweł Kołodziejski | |
svn-id: r34119 | |||
2008-08-24 | Add more versions of HE games. | Travis Howell | |
svn-id: r34116 | |||
2008-08-23 | Fixing _itemsMap access (bug #2069177) | Sven Hesse | |
svn-id: r34113 |