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
/
scumm
/
resource_v2.cpp
Age
Commit message (
Expand
)
Author
2003-09-08
overlooked one 'new Player_V2'
Max Horn
2003-09-08
set _musicEngine for V1/V2 games, too
Max Horn
2003-09-06
Actually make these game version message shown by default, so users can bette...
Travis Howell
2003-09-06
Remove outdated comment
Travis Howell
2003-09-06
Change version message to debug, to match other games.
Travis Howell
2003-08-27
Fix room palette issues in small_header games.
Travis Howell
2003-08-17
Don't attempt sound in maniacnes
Travis Howell
2003-08-14
Don't create imuse for v1 and v2 games (otherwise getSoundStatus doesn't work).
Jochen Hoenicke
2003-08-14
add maniacnes target, rather prelimary so people would be well advised not to...
Jonathan Gray
2003-08-14
Add fixmes
Travis Howell
2003-08-14
Inital support for v1 maniac sound from Hoenicke
Travis Howell
2003-06-07
replaced GF_AFTER with _version
Max Horn
2003-06-06
Get rid of *64 targets, use 'maniac' and 'zak' autodetection for the AFTER_V1...
James Brown
2003-06-04
readClassicIndexFile updates from aquadran
Jonathan Gray
2003-06-02
more v1 load directory ...
Paweł Kołodziejski
2003-06-02
added load directory support for v1 games
Paweł Kołodziejski
2003-05-29
A few small V2 detection/init changes
James Brown
2003-05-18
warning() automatically outputs a newline after the warning message; adding a...
Max Horn
2003-05-04
typo; added comment
Max Horn
2003-04-20
fixed building object tables (now I understand)
Paweł Kołodziejski
2003-04-20
added loading global objects states for v2
Paweł Kołodziejski
2003-04-20
V1/V2 charsets are internal, so we have no load function (yet)
James Brown
2003-03-07
refactored some stuff (and made readMAXS virtual, with V2/V3 code having own ...
Max Horn
2003-03-06
updated copyrights headers
Paweł Kołodziejski
2003-03-06
and more cleanup
Paweł Kołodziejski
2002-12-22
added some preliminary V8 work. Nope, it is not useful at all, and it doesn't...
Max Horn
2002-12-14
fixed warning
Max Horn
2002-12-12
Tidy one or two things up for future V1/V2/V8 SCUMM support.
James Brown
2002-10-21
The terms Word and DWord are somewhat Windows centric; in fact there are syst...
Max Horn
2002-09-24
Patch 609334: PalManip save/load/init fixes.
James Brown
2002-09-13
fixed file header
Max Horn
2002-09-10
changed scumm file io to class File
Paweł Kołodziejski
2002-08-29
experimental support for the V2 resource format (patch #601560)
Max Horn