Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-10-02 | Merged loadHotSpotsMads() and loadHotSpotsM4() | Filippos Karapetis | |
svn-id: r34726 | |||
2008-09-14 | Big patch changing semantics of ReadStream::eos(): | Willem Jan Palenstijn | |
eos() now only returns true _after_ trying to read past the end of the stream. This has a large potential for regressions. Please test! svn-id: r34549 | |||
2008-09-13 | Big patch changing the signature of various Stream methods (some ports may ↵ | Max Horn | |
need to be slightly tweaked to fix overloading errors/warnings) svn-id: r34514 | |||
2008-09-07 | Replaced Engine::_gameDataPath (a String) by Engine::_gameDataDir (an ↵ | Max Horn | |
FSNode); adapted code to that (by using getChild() to get subdirs, not string concatenation svn-id: r34434 | |||
2008-09-07 | added two FIXMEs to M4 -- somehow, adding two subdirs of CWD named ↵ | Max Horn | |
'goodstuf' and 'resource' to the list of default dirs doesn't sound very sensible to me ;) svn-id: r34426 | |||
2008-09-06 | Got rid of File::eof() | Max Horn | |
svn-id: r34396 | |||
2008-09-03 | Renamed SeekableReadStream::readLine to SeekableReadStream::readLine_OLD; ↵ | Max Horn | |
added a new alternate SeekableReadStream::readLine() instead svn-id: r34315 | |||
2008-07-08 | One more MSVC warning | Eugene Sandulenko | |
svn-id: r32964 | |||
2008-07-08 | Shut couple of MSVC warnings | Eugene Sandulenko | |
svn-id: r32961 | |||
2008-07-07 | Some fixes for warnings under GCC 2.95 | Filippos Karapetis | |
svn-id: r32948 | |||
2008-07-01 | Fixed unitialized variables | Max Horn | |
svn-id: r32865 | |||
2008-06-18 | Renamed M4Surface::empty() to clear() (two reason: empty is not a verb, and ↵ | Max Horn | |
in class String it is used for a bool property) svn-id: r32733 | |||
2008-06-09 | Fixed warnings. (Mainly, GCC 4.3 doesn't want you to use "char" as an array | Torbjörn Andersson | |
index. Probably because it's undefined whether or not it's signed.) svn-id: r32637 | |||
2008-05-26 | Formatting. | Johannes Schickel | |
svn-id: r32285 | |||
2008-05-26 | Possible fix for bug #1949230: "M4: compilation error" | Filippos Karapetis | |
svn-id: r32277 | |||
2008-05-14 | Fixed menu background loading in Riddle of Master Lu | Filippos Karapetis | |
svn-id: r32122 | |||
2008-05-06 | Allow static and dynamic plugins to be used at the same time | Jordi Vilalta Prat | |
svn-id: r31888 | |||
2008-04-21 | Add detection of Orion Burger demos. | Travis Howell | |
svn-id: r31643 | |||
2008-04-20 | Added information about spanish riddle | Jordi Vilalta Prat | |
svn-id: r31630 | |||
2008-04-20 | Cleanup. | Johannes Schickel | |
svn-id: r31626 | |||
2008-04-20 | Implicit casts are causing problems for CodeWarrior compilers, added C casts. | Lars Persson | |
svn-id: r31623 | |||
2008-04-20 | unlink function name causing conflicts. Renaming to unlinkItem. | Lars Persson | |
svn-id: r31622 | |||
2008-04-20 | More compilation fixes by lordhoto | Filippos Karapetis | |
svn-id: r31621 | |||
2008-04-20 | Removed unused variables. | Torbjörn Andersson | |
svn-id: r31608 | |||
2008-04-20 | Initial import of the work in progress M4 engine | Filippos Karapetis | |
svn-id: r31600 |