Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-09-01 | - kyra: fm-towns/pc-98 audio: restructured driver, added rhythm channel data | Florian Kagerer | |
svn-id: r34259 | |||
2008-09-01 | Merging more of the GSoC 2008 RTL branch: TOUCHE | Max Horn | |
svn-id: r34258 | |||
2008-09-01 | Merging more of the GSoC 2008 RTL branch: TINSEL | Max Horn | |
svn-id: r34257 | |||
2008-09-01 | Merging more of the GSoC 2008 RTL branch: SWORD2 | Max Horn | |
svn-id: r34256 | |||
2008-09-01 | Merging more of the GSoC 2008 RTL branch: SWORD1 | Max Horn | |
svn-id: r34255 | |||
2008-09-01 | Merging more of the GSoC 2008 RTL branch: SKY | Max Horn | |
svn-id: r34254 | |||
2008-09-01 | Merging more of the GSoC 2008 RTL branch: SCUMM | Max Horn | |
svn-id: r34253 | |||
2008-09-01 | Merging more of the GSoC 2008 RTL branch: SAGA | Max Horn | |
svn-id: r34252 | |||
2008-09-01 | Merging more of the GSoC 2008 RTL branch: LURE | Max Horn | |
svn-id: r34251 | |||
2008-09-01 | Formatting. | Johannes Schickel | |
svn-id: r34249 | |||
2008-09-01 | Cleanup. | Johannes Schickel | |
svn-id: r34248 | |||
2008-09-01 | Merging more of the GSoC 2008 RTL branch: QUEEN | Max Horn | |
svn-id: r34247 | |||
2008-09-01 | Merging more of the GSoC 2008 RTL branch: KYRA | Max Horn | |
svn-id: r34246 | |||
2008-09-01 | Merging more of the GSoC 2008 RTL branch: GOB | Max Horn | |
svn-id: r34245 | |||
2008-09-01 | Merging more of the GSoC 2008 RTL branch: CINE | Max Horn | |
svn-id: r34244 | |||
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 | - Added tests for newly added Common::Queue | Johannes Schickel | |
- Changed Common::Queue::front and Common::Queue::back to return references instead of values svn-id: r34240 | |||
2008-09-01 | Fixed warnings. | Johannes Schickel | |
svn-id: r34239 | |||
2008-09-01 | New Queue class, from RTL branch | Max Horn | |
svn-id: r34237 | |||
2008-09-01 | Silence MSVC warning about potentially uninitialized variable | Filippos Karapetis | |
svn-id: r34236 | |||
2008-09-01 | Updated all MSVC project files with the latest changes to the code (gob and ↵ | Filippos Karapetis | |
parallaction engines and the file system) svn-id: r34235 | |||
2008-08-31 | Added newly added archive.cpp to the build system, just in case someone ↵ | Johannes Schickel | |
wants to play with the code and wonders about errors while linking. svn-id: r34234 | |||
2008-08-31 | Fix warnings | Max Horn | |
svn-id: r34228 | |||
2008-08-31 | * Added Archive, an interface for searching into file containers. | Nicola Mettifogo | |
* Added FSDirectory, an Archive implementation that models a directory from the filesystem. * Added SearchSet, an Archive implementation that allows searching multiple Archives. See patch 2034983 on sf.net. svn-id: r34227 | |||
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 | Fix (?) Solaris detection in some workaround code in the MT-32 emulator | Max Horn | |
svn-id: r34216 | |||
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 | Updated msvc8 and msvc9 project files for latest FS changes. | Johannes Schickel | |
svn-id: r34205 | |||
2008-08-29 | Made out-of-memory error in SCUMM a bit more verbose | Max Horn | |
svn-id: r34201 | |||
2008-08-28 | Some extra HashMap tests | Max Horn | |
svn-id: r34200 | |||
2008-08-27 | Removed various uses of scumm_stricmp by the more readable ↵ | Max Horn | |
String::equalsIgnoreCase and String:: compareToIgnoreCase svn-id: r34198 | |||
2008-08-27 | FSNode code: Merged most versions of lastPathComponent() into one new ↵ | Max Horn | |
AbstractFilesystemNode::lastPathComponent() method, with customizable path separator character svn-id: r34197 | |||
2008-08-27 | Fix bug #2078922: DW: Pushing ESC repeatedly at beginning causes odd behavior | Max Horn | |
svn-id: r34196 |