index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
m4
Age
Commit message (
Expand
)
Author
2009-01-30
Renamed SpecialDebugLevel to DebugChannel
Max Horn
2009-01-29
Moved AdvancedDetector from common/ to engines/
Max Horn
2009-01-29
A ton of code formatting fixes; also fixed warnings about single line loops l...
Max Horn
2009-01-01
Whoa! Removing trailing spaces.
Eugene Sandulenko
2008-12-21
Fix warnings.
Travis Howell
2008-12-03
Simplify line reading with the simpler readLine(), instead of readLine_NEW
Filippos Karapetis
2008-12-03
readLine_OLD -> readLine_NEW
Filippos Karapetis
2008-11-14
Committed my patch #2123680 "SDL: Backend transaction / rollback support".
Johannes Schickel
2008-11-06
Switched various Engine APIs to use Common::Error
Max Horn
2008-10-12
Don't call Common::List::size() if you don't have to (it's an expensive opera...
Max Horn
2008-10-02
Merged loadHotSpotsMads() and loadHotSpotsM4()
Filippos Karapetis
2008-09-14
Big patch changing semantics of ReadStream::eos():
Willem Jan Palenstijn
2008-09-13
Big patch changing the signature of various Stream methods (some ports may ne...
Max Horn
2008-09-07
Replaced Engine::_gameDataPath (a String) by Engine::_gameDataDir (an FSNode)...
Max Horn
2008-09-07
added two FIXMEs to M4 -- somehow, adding two subdirs of CWD named 'goodstuf'...
Max Horn
2008-09-06
Got rid of File::eof()
Max Horn
2008-09-03
Renamed SeekableReadStream::readLine to SeekableReadStream::readLine_OLD; add...
Max Horn
2008-07-08
One more MSVC warning
Eugene Sandulenko
2008-07-08
Shut couple of MSVC warnings
Eugene Sandulenko
2008-07-07
Some fixes for warnings under GCC 2.95
Filippos Karapetis
2008-07-01
Fixed unitialized variables
Max Horn
2008-06-18
Renamed M4Surface::empty() to clear() (two reason: empty is not a verb, and i...
Max Horn
2008-06-09
Fixed warnings. (Mainly, GCC 4.3 doesn't want you to use "char" as an array
Torbjörn Andersson
2008-05-26
Formatting.
Johannes Schickel
2008-05-26
Possible fix for bug #1949230: "M4: compilation error"
Filippos Karapetis
2008-05-14
Fixed menu background loading in Riddle of Master Lu
Filippos Karapetis
2008-05-06
Allow static and dynamic plugins to be used at the same time
Jordi Vilalta Prat
2008-04-21
Add detection of Orion Burger demos.
Travis Howell
2008-04-20
Added information about spanish riddle
Jordi Vilalta Prat
2008-04-20
Cleanup.
Johannes Schickel
2008-04-20
Implicit casts are causing problems for CodeWarrior compilers, added C casts.
Lars Persson
2008-04-20
unlink function name causing conflicts. Renaming to unlinkItem.
Lars Persson
2008-04-20
More compilation fixes by lordhoto
Filippos Karapetis
2008-04-20
Removed unused variables.
Torbjörn Andersson
2008-04-20
Initial import of the work in progress M4 engine
Filippos Karapetis