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
/
scumm
/
he
/
resource_he.h
Age
Commit message (
Expand
)
Author
2007-04-09
silence a compiler symbol redefinition warning
Kostas Nakos
2007-03-09
reduced dependency from windows-specific header files
Nicola Mettifogo
2007-02-19
Use consistent naming for the preprocessor constants used to guarantee that
Torbjörn Andersson
2007-02-11
Code cleanup: Removing unused code for handling OS/2 (NE header) binaries
Max Horn
2007-02-11
Fix for bug #1506591: HE71-73: Fails to load mouse data (Endian issue?)
Max Horn
2006-10-15
Moved get_resource_id_quoted around a bit and added another FIXME comment
Max Horn
2006-07-23
Use #include "..." instead of #include <...> for pack-start.h and pack-end.h
Torbjörn Andersson
2006-07-22
Fix struct packing issues (macros are not resolve in #pragma params, at least...
Max Horn
2006-07-21
Removing GCC_PACK, we fully rely on START_PACK_STRUCTS / END_PACK_STRUCTS now...
Max Horn
2006-07-09
Use START_PACK_STRUCTS / END_PACK_STRUCTS when available, instead of checking...
Max Horn
2006-05-20
Pass values by-reference, using C++ references, and not by using pointers
Max Horn
2006-05-20
Apparently, passing a file handle directly to a function causes that file
Torbjörn Andersson
2006-04-23
Behold, the new SCUMM detector finally has arrived. Unified detection & engin...
Max Horn
2006-02-15
o Renamed script_v6he.cpp and script_v7he.cpp to script_v60he.cpp and
Eugene Sandulenko