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_v7he.cpp
Age
Commit message (
Expand
)
Author
2005-04-10
Reduce dependencies on scumm/util.h; modified ScummNESFile a bit so that it c...
Max Horn
2005-04-10
Don't call allocateArrays from readMAXS, rather call it explicitly after call...
Max Horn
2005-04-10
Got rid of _dynamicRoomOffsets
Max Horn
2005-04-09
Overload getStringAddress in subclasses; moved V6-V8 specific res stuff to re...
Max Horn
2005-04-09
Simplify the substResFileName system a bit
Max Horn
2005-04-07
Original games ignored this index data.
Travis Howell
2005-04-07
Split readMAXS between HE versions
Travis Howell
2005-04-04
Fixed warnings on little-endian systems.
Torbjörn Andersson
2005-04-03
Splitting more methods into multiple overloaded versions
Max Horn
2005-04-03
Turned readRoomsOffsets into a virtual method
Max Horn
2005-03-12
clean up
Max Horn
2005-02-17
Mouse part of big patch #1013937 (OSystem layer with bigger resolution)
Eugene Sandulenko
2005-02-11
Turned HE Mac resource filename generator into generall, whole SCUMM-purpose
Eugene Sandulenko
2005-02-05
Removed unnecessary empty line.
Torbjörn Andersson
2005-02-04
Some HFS dumpinf programs write files with resource fork to .bin file.
Eugene Sandulenko
2005-02-03
Add suppoert for coloured Mac cursors. Though they're disabled at the moment.
Eugene Sandulenko
2005-01-31
Remove debug output and improve error messages.
Eugene Sandulenko
2005-01-31
Support for Mac cursors.
Eugene Sandulenko
2005-01-30
added a basic cursor cache for win32 HE70+ games
Gregory Montoir
2005-01-01
oops, correct copyright string
Max Horn
2005-01-01
Updated copyright
Max Horn
2004-09-21
Should be HE60/70.
Travis Howell
2004-09-18
Moved mouse cursor code into ScummEngine subclasses were possible -- this mak...
Max Horn
2004-09-12
Fixed some other cases where the number of parameters to our message-
Torbjörn Andersson
2004-08-22
Cursor code cleanup
Max Horn
2004-07-13
Plug memory leak
Eugene Sandulenko
2004-07-01
fixed compilation
Paweł Kołodziejski
2004-06-27
Fix memory leak
Max Horn
2004-06-24
Phase #3 of HE v7.0+ cursors. Now they show up correctly. Remove TODO item.
Eugene Sandulenko
2004-06-24
Phase #2 of HE v7.0+ cursors. Still no visual output, but all data is
Eugene Sandulenko
2004-06-24
Phase #1 of HE v7.0+ cursors. Basically it's Win32 resource extractor
Eugene Sandulenko