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
Age
Commit message (
Expand
)
Author
2006-02-25
Moved the plugin interface code of the SCUMM engine into a separate source file
Max Horn
2006-02-25
cleanup unpacking function and get rid of an old hack to prevent buffer overf...
Gregory Montoir
2006-02-25
Fix compiler warning (wrong return type)
Max Horn
2006-02-25
Moved check for unknown MD5 checksum from ScummEngine::ScummEngine to Engine_...
Max Horn
2006-02-25
cleanup (endianess fixes, fixed partBufferStruct structure)
Gregory Montoir
2006-02-25
Modified the workaround for bug #1407789 to not depend on MD5 detection
Max Horn
2006-02-25
Split SCUMM's generateSubstResFileName into two functions: findSubstResFileNa...
Max Horn
2006-02-25
Moved dummy MIDI driver from backends/ to sound/ (this fixes bug #1435221)
Max Horn
2006-02-25
Fix bug #1436178 (ALL: int8_t in graphics/animation in conflict with ISO99 C)
Max Horn
2006-02-25
Add newline to the end of the file
Eugene Sandulenko
2006-02-25
Put theme .ini out of .zip for better changes tracking.
Eugene Sandulenko
2006-02-25
Cleanup decompress wizImage functions, to help find similar code
Travis Howell
2006-02-25
Removed the obsolete MKID macro; added some doxygen comments, in particular f...
Max Horn
2006-02-25
Removed last two uses of MKID
Max Horn
2006-02-25
Updated name in script
Lars Persson
2006-02-25
New makescripts for Symbian OS
Lars Persson
2006-02-25
Small loop adjustment to compile for VC6
Lars Persson
2006-02-25
Fix c&p mistake in adding DEBUG_PARSER debug level
Sven Hesse
2006-02-25
Some more MKID -> MKID_BE changes
Max Horn
2006-02-25
A typical example why MKID is dangerous: Kyra uses it incorrectly, thus saveg...
Max Horn
2006-02-25
Replaced some more MKIDs by MKID_BE; this then enabled me to remove ScummEngi...
Max Horn
2006-02-25
Got rid of the 'tag' parameter for readResTypeList()
Max Horn
2006-02-25
Replaced MKID by MID_BE in most places in the SCUMM engine
Max Horn
2006-02-25
Removed the (useless and confusing) PROTO_MKID_BE macro
Max Horn
2006-02-25
Some more cine header cleanup
Max Horn
2006-02-25
Adjust masking in copyWizImageWithMask() to match ScummVM, wizImages masking ...
Travis Howell
2006-02-25
Reducing the header dependencies in cine a bit more
Max Horn
2006-02-25
- avoid using typedef for structs (it is just not necessary in C++)
Max Horn
2006-02-25
Fix cine module.mk file (this fixed the dependencies system)
Max Horn
2006-02-25
More corrections to copyWizImageWithMask() in HE games
Travis Howell
2006-02-25
Use static/const on data tables when possible (this helps the compiler to opt...
Max Horn
2006-02-25
Moved cine engine into namespace Cine
Max Horn
2006-02-24
Add MSVC71 project files courtsey of Quietust
Eugene Sandulenko
2006-02-24
Add corrections to copyWizImageWithMask() in HE games
Travis Howell
2006-02-24
Changed debug()s to debugC()s
Sven Hesse
2006-02-24
added TRLE wiz masking (mostly untested)
Gregory Montoir
2006-02-24
cleanup
Gregory Montoir
2006-02-24
Adding GOB2's CD handling opcodes, the CD version of GOB2 now starts
Sven Hesse
2006-02-24
Turn off background caching for the graphics widget, so that the SCUMM
Torbjörn Andersson
2006-02-24
Fixed redraw glitch. Our editable widgets were asking the theme to draw a very
Torbjörn Andersson
2006-02-24
Cleanup.
Torbjörn Andersson
2006-02-24
Cleanup
Torbjörn Andersson
2006-02-24
Fix redraw glitches when typing very long - enough to be truncated - strings.
Torbjörn Andersson
2006-02-23
I assume -1 and 0xFFFFFFFF are supposed to be the same value when assigned to
Torbjörn Andersson
2006-02-23
formating code
Paweł Kołodziejski
2006-02-23
formating code
Paweł Kołodziejski
2006-02-23
formating code
Paweł Kołodziejski
2006-02-23
Reminder to update the NEWS file
Max Horn
2006-02-23
updated msvc7 project files, it's really this time :)
Paweł Kołodziejski
2006-02-23
fixed error for msvc7, it didn't find func without Common namespace
Paweł Kołodziejski
[next]