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
/
simon
Age
Commit message (
Expand
)
Author
2006-04-10
Cleanup.
Torbjörn Andersson
2006-04-10
Split the playTune opcode into Simon 1, Simon 2 and FF versions. The FF version
Torbjörn Andersson
2006-04-10
Some opcodes have been made Simon 1-specific, either because they really are
Torbjörn Andersson
2006-04-10
With the old o_ functions out of the way, I have renamed all o1_ functions as
Torbjörn Andersson
2006-04-10
By now, it should be obvious that I'm trying to get rid of the o_ functions.
Torbjörn Andersson
2006-04-10
Merged o_setup_cond_c() into o1_getDollar2(). (We could merge
Torbjörn Andersson
2006-04-10
Merged o_printStr() into o1_screenTextMsg().
Torbjörn Andersson
2006-04-10
Merged o_pathfind() into o1_getPathPosn().
Torbjörn Andersson
2006-04-10
Merged o_restoreIconArray() into o1_restoreIconArray().
Torbjörn Andersson
2006-04-10
Merged o_confirmQuit() into o1_pauseGame().
Torbjörn Andersson
2006-04-10
Merged o_inventory_descriptions() into o1_screenTextPObj().
Torbjörn Andersson
2006-04-10
Merged o_loadGame() and o_saveGame() into o1_loadUserGame() and
Torbjörn Andersson
2006-04-10
Merged o_loadZone() and o_unloadZone() into o1_loadZone() and o1_unloadZone().
Torbjörn Andersson
2006-04-10
Merged o_playSFX() into o1_playEffect().
Torbjörn Andersson
2006-04-10
Merged o_loadBeard() and o_unloadBeard() into o1_loadBeard() and
Torbjörn Andersson
2006-04-10
Merged o_lockZone() and o_unlockZone() into o1_lockZones() and o1_unlockZones()
Torbjörn Andersson
2006-04-10
Merged o_playMusic() into o1_playTune().
Torbjörn Andersson
2006-04-10
Merged o_set_video_mode() into o1_picture().
Torbjörn Andersson
2006-04-10
Merged o_unk_103() into o1_cls().
Torbjörn Andersson
2006-04-10
Merged o_defineWindow() into o1_defWindow().
Torbjörn Andersson
2006-04-10
Merged o_vga_reset() into o1_killAnimate().
Torbjörn Andersson
2006-04-10
Merged o_chance() into o1_chance().
Torbjörn Andersson
2006-04-10
Slight change to make it easier to change the FF and Simon word-wrapping rules
Torbjörn Andersson
2006-04-10
Fixed line breaking regression caused by adding the width of the word a second
Torbjörn Andersson
2006-04-09
Adjust line breaks, to prevent regression.
Travis Howell
2006-04-09
Adjust line breaks, to prevent regression.
Travis Howell
2006-04-09
Oops.
Torbjörn Andersson
2006-04-09
Fixed excess line breaks in FF when listing the Oracle's ENCY articles.
Torbjörn Andersson
2006-04-09
Fix some line breaks in oracle of FF
Travis Howell
2006-04-09
Fix hitareas when scrolling in oracle of FF
Travis Howell
2006-04-09
Fix input regression after using oracle in FF
Travis Howell
2006-04-09
Add font table for FF
Travis Howell
2006-04-09
Disable constant display of object names, since oracle settings are usable in...
Travis Howell
2006-04-09
Enable skipping scrolling in oracle for FF
Travis Howell
2006-04-09
Fix clearing text window in oracle of FF
Travis Howell
2006-04-09
Fix mistake in debug table for FF
Travis Howell
2006-04-09
Update debug table for FF
Travis Howell
2006-04-09
Add time code for FF and minor cleanup
Travis Howell
2006-04-09
Add centreScroll() for FF and hyperbox code differences in FF.
Travis Howell
2006-04-08
Introduced language EN_ANY used for general English game entries. EN_USA and
Eugene Sandulenko
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
Fixes for oracle in FF and cleanup
Travis Howell
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
Minor cleanup
Travis Howell
2006-04-07
Cleanup and split scrolling code
Travis Howell
[next]