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-04-08
Fixed two Operation Stealth regressions:
Torbjörn Andersson
2006-04-08
Renamed some local variables for consistency.
Torbjörn Andersson
2006-04-08
Split the opcodes into individual functions. This could easily cause
Torbjörn Andersson
2006-04-08
Change check for MIN/MAX macros: Always undef those so that our templates are...
Max Horn
2006-04-08
AmigaOS4 changes from tracker #1416370
Max Horn
2006-04-08
Add FF difference in addTextBox() and minor cleanup
Travis Howell
2006-04-08
Modified the REGISTER_PLUGIN macro so that it allows (and requires) a trailin...
Max Horn
2006-04-08
Removed common/map.h with the Common::Map template class (it was a very bad i...
Max Horn
2006-04-08
Moved version vars from base/main.cpp to base/version.cpp; thus now version.o...
Max Horn
2006-04-08
Renamed various *GameSettings to GameSettings (our namespaces are enough to d...
Max Horn
2006-04-08
Move some more bits into namespace Scumm
Max Horn
2006-04-08
Renamed various *GameSettings to GameSettings (our namespaces are enough to d...
Max Horn
2006-04-08
Cleanup.
Torbjörn Andersson
2006-04-08
Began collecting hard-coded language-specific strings in a new initLanguage()
Torbjörn Andersson
2006-04-08
Cleanup.
Torbjörn Andersson
2006-04-08
Fixes for oracle in FF and cleanup
Travis Howell
2006-04-08
Added helper functions getNextByte(), getNextWord() and getNextString() to make
Torbjörn Andersson
2006-04-08
Remove debug leftover
Travis Howell
2006-04-08
Fix load game display of oracle in FF
Travis Howell
2006-04-08
Remove excess ; in scrollEvent()
Travis Howell
2006-04-08
Add initial support for vertical scrolling in FF
Travis Howell
2006-04-07
New Loom version reported by Peter Eckerlein
Max Horn
2006-04-07
Finally got rid of multiple_versions_md5_settings in favor of extra_versions
Max Horn
2006-04-07
Minor cleanup
Travis Howell
2006-04-07
Cleanup and split scrolling code
Travis Howell
2006-04-07
Add scrolling adjustments when drawing overlay in FF
Travis Howell
2006-04-07
Add scrolling code for oracle in FF
Travis Howell
2006-04-07
Cache the root node (cause a major speedup on OSX, since by far the slowes pa...
Max Horn
2006-04-07
Fix compile
Won Star
2006-04-07
GP32 uses custom version of libtremor, so update header path.
Won Star
2006-04-07
Fix compile with GP32 by overriding datatypes.
Won Star
2006-04-07
Disable i/o cache which is incomplete and can cause serious problem with SMC.
Won Star
2006-04-07
Cleanup of yesterday's changes. The opcode functions no longer need to take any
Torbjörn Andersson
2006-04-07
Fix some horizontal scrolling issues in FF
Travis Howell
2006-04-07
Sprite is always set to 1 in o_printStr() and o1_scnTxtLongText() for FF. Fix...
Travis Howell
2006-04-07
Fix subtitle output in FF
Travis Howell
2006-04-07
This may look like a less good way of transforming three bits of colour into
Torbjörn Andersson
2006-04-07
Ooops, cut and paste error in printScreenText()
Travis Howell
2006-04-07
Add some work on text output in FF
Travis Howell
2006-04-07
Small cleanup.
Torbjörn Andersson
2006-04-06
Added opcode comments and stubs based on information sev provided me with. All
Torbjörn Andersson
2006-04-06
Renamed last LaTeX files
Max Horn
2006-04-06
Renamed even more LaTeX files (those names might not be the best, but the sec...
Max Horn
2006-04-06
Updated 'credits' target to generate correct LaTeX file
Max Horn
2006-04-06
Renamed more LaTeX files
Max Horn
2006-04-06
Started to rename the LaTeX files based on their content instead of their num...
Max Horn
2006-04-06
Moved the TODO to the Wiki
Max Horn
2006-04-06
Fixed another "worked in cinE, broken in ScummVM" bug that made it impossible
Torbjörn Andersson
2006-04-06
We don't need to convert mono data to stereo: Simply tell the mixer that we're
Torbjörn Andersson
2006-04-06
Split the opcodes into separate functions, and use an array of function
Torbjörn Andersson
[next]