aboutsummaryrefslogtreecommitdiff
path: root/engines/simon
AgeCommit message (Collapse)Author
2006-04-10Merged o_confirmQuit() into o1_pauseGame().Torbjörn Andersson
svn-id: r21755
2006-04-10Merged o_inventory_descriptions() into o1_screenTextPObj().Torbjörn Andersson
svn-id: r21754
2006-04-10Merged o_loadGame() and o_saveGame() into o1_loadUserGame() andTorbjörn Andersson
o1_saveUserGame(). svn-id: r21753
2006-04-10Merged o_loadZone() and o_unloadZone() into o1_loadZone() and o1_unloadZone().Torbjörn Andersson
svn-id: r21752
2006-04-10Merged o_playSFX() into o1_playEffect().Torbjörn Andersson
svn-id: r21751
2006-04-10Merged o_loadBeard() and o_unloadBeard() into o1_loadBeard() andTorbjörn Andersson
o1_unloadBeard(). svn-id: r21750
2006-04-10Merged o_lockZone() and o_unlockZone() into o1_lockZones() and o1_unlockZones()Torbjörn Andersson
svn-id: r21749
2006-04-10Merged o_playMusic() into o1_playTune().Torbjörn Andersson
svn-id: r21748
2006-04-10Merged o_set_video_mode() into o1_picture().Torbjörn Andersson
svn-id: r21747
2006-04-10Merged o_unk_103() into o1_cls().Torbjörn Andersson
svn-id: r21746
2006-04-10Merged o_defineWindow() into o1_defWindow().Torbjörn Andersson
svn-id: r21745
2006-04-10Merged o_vga_reset() into o1_killAnimate().Torbjörn Andersson
svn-id: r21744
2006-04-10Merged o_chance() into o1_chance().Torbjörn Andersson
svn-id: r21743
2006-04-10Slight change to make it easier to change the FF and Simon word-wrapping rulesTorbjörn Andersson
individually. Changed the FF rule so that it doesn't matter whether or not the variables are signed or unsigned. This fixes missing line breaks in some of the Oracle articles. svn-id: r21742
2006-04-10Fixed line breaking regression caused by adding the width of the word a secondTorbjörn Andersson
time, rather than the width of a blankspace character. svn-id: r21740
2006-04-09Adjust line breaks, to prevent regression.Travis Howell
svn-id: r21738
2006-04-09Adjust line breaks, to prevent regression.Travis Howell
svn-id: r21737
2006-04-09Oops.Torbjörn Andersson
svn-id: r21732
2006-04-09Fixed excess line breaks in FF when listing the Oracle's ENCY articles.Torbjörn Andersson
svn-id: r21731
2006-04-09Fix some line breaks in oracle of FFTravis Howell
svn-id: r21730
2006-04-09Fix hitareas when scrolling in oracle of FFTravis Howell
svn-id: r21725
2006-04-09Fix input regression after using oracle in FFTravis Howell
svn-id: r21723
2006-04-09Add font table for FFTravis Howell
svn-id: r21722
2006-04-09Disable constant display of object names, since oracle settings are usable ↵Travis Howell
in FF now. svn-id: r21721
2006-04-09Enable skipping scrolling in oracle for FFTravis Howell
svn-id: r21719
2006-04-09Fix clearing text window in oracle of FFTravis Howell
svn-id: r21717
2006-04-09Fix mistake in debug table for FFTravis Howell
svn-id: r21716
2006-04-09Update debug table for FFTravis Howell
svn-id: r21715
2006-04-09Add time code for FF and minor cleanupTravis Howell
svn-id: r21714
2006-04-09Add centreScroll() for FF and hyperbox code differences in FF.Travis Howell
svn-id: r21712
2006-04-08Introduced language EN_ANY used for general English game entries. EN_USA andEugene Sandulenko
EN_GRB should be used for games which have both variants. Currently it is MM NES and BASS. All other are switched to EN_ANY. svn-id: r21702
2006-04-08Add FF difference in addTextBox() and minor cleanupTravis Howell
svn-id: r21690
2006-04-08Modified the REGISTER_PLUGIN macro so that it allows (and requires) a ↵Max Horn
trailing semicolon (this helps certain tools to parse our code better) svn-id: r21689
2006-04-08Removed common/map.h with the Common::Map template class (it was a very bad ↵Max Horn
implementation, and our HashMap is simply better). svn-id: r21688
2006-04-08Fixes for oracle in FF and cleanupTravis Howell
svn-id: r21680
2006-04-08Remove debug leftoverTravis Howell
svn-id: r21678
2006-04-08Fix load game display of oracle in FFTravis Howell
svn-id: r21677
2006-04-08Remove excess ; in scrollEvent()Travis Howell
svn-id: r21676
2006-04-08Add initial support for vertical scrolling in FFTravis Howell
svn-id: r21675
2006-04-07Minor cleanupTravis Howell
svn-id: r21671
2006-04-07Cleanup and split scrolling codeTravis Howell
svn-id: r21670
2006-04-07Add scrolling adjustments when drawing overlay in FFTravis Howell
svn-id: r21669
2006-04-07Add scrolling code for oracle in FFTravis Howell
svn-id: r21668
2006-04-07Cleanup of yesterday's changes. The opcode functions no longer need to take anyTorbjörn Andersson
parameters. svn-id: r21662
2006-04-07Fix some horizontal scrolling issues in FFTravis Howell
svn-id: r21661
2006-04-07Sprite is always set to 1 in o_printStr() and o1_scnTxtLongText() for FF. ↵Travis Howell
Fixes wait timeouts in holomail. svn-id: r21660
2006-04-07Fix subtitle output in FFTravis Howell
svn-id: r21659
2006-04-07Ooops, cut and paste error in printScreenText()Travis Howell
svn-id: r21657
2006-04-07Add some work on text output in FFTravis Howell
svn-id: r21656
2006-04-06Split the opcodes into separate functions, and use an array of functionTorbjörn Andersson
pointers for decoding them, like we do in most other engines. And I just want to say that this is the second biggest opcode table I've ever seen! svn-id: r21644