Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-04-10 | Merged o_confirmQuit() into o1_pauseGame(). | Torbjörn Andersson | |
svn-id: r21755 | |||
2006-04-10 | Merged o_inventory_descriptions() into o1_screenTextPObj(). | Torbjörn Andersson | |
svn-id: r21754 | |||
2006-04-10 | Merged o_loadGame() and o_saveGame() into o1_loadUserGame() and | Torbjörn Andersson | |
o1_saveUserGame(). svn-id: r21753 | |||
2006-04-10 | Merged o_loadZone() and o_unloadZone() into o1_loadZone() and o1_unloadZone(). | Torbjörn Andersson | |
svn-id: r21752 | |||
2006-04-10 | Merged o_playSFX() into o1_playEffect(). | Torbjörn Andersson | |
svn-id: r21751 | |||
2006-04-10 | Merged o_loadBeard() and o_unloadBeard() into o1_loadBeard() and | Torbjörn Andersson | |
o1_unloadBeard(). svn-id: r21750 | |||
2006-04-10 | Merged o_lockZone() and o_unlockZone() into o1_lockZones() and o1_unlockZones() | Torbjörn Andersson | |
svn-id: r21749 | |||
2006-04-10 | Merged o_playMusic() into o1_playTune(). | Torbjörn Andersson | |
svn-id: r21748 | |||
2006-04-10 | Merged o_set_video_mode() into o1_picture(). | Torbjörn Andersson | |
svn-id: r21747 | |||
2006-04-10 | Merged o_unk_103() into o1_cls(). | Torbjörn Andersson | |
svn-id: r21746 | |||
2006-04-10 | Merged o_defineWindow() into o1_defWindow(). | Torbjörn Andersson | |
svn-id: r21745 | |||
2006-04-10 | Merged o_vga_reset() into o1_killAnimate(). | Torbjörn Andersson | |
svn-id: r21744 | |||
2006-04-10 | Merged o_chance() into o1_chance(). | Torbjörn Andersson | |
svn-id: r21743 | |||
2006-04-10 | Slight change to make it easier to change the FF and Simon word-wrapping rules | Torbjö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-10 | Fixed line breaking regression caused by adding the width of the word a second | Torbjörn Andersson | |
time, rather than the width of a blankspace character. svn-id: r21740 | |||
2006-04-09 | Adjust line breaks, to prevent regression. | Travis Howell | |
svn-id: r21738 | |||
2006-04-09 | Adjust line breaks, to prevent regression. | Travis Howell | |
svn-id: r21737 | |||
2006-04-09 | Oops. | Torbjörn Andersson | |
svn-id: r21732 | |||
2006-04-09 | Fixed excess line breaks in FF when listing the Oracle's ENCY articles. | Torbjörn Andersson | |
svn-id: r21731 | |||
2006-04-09 | Fix some line breaks in oracle of FF | Travis Howell | |
svn-id: r21730 | |||
2006-04-09 | Fix hitareas when scrolling in oracle of FF | Travis Howell | |
svn-id: r21725 | |||
2006-04-09 | Fix input regression after using oracle in FF | Travis Howell | |
svn-id: r21723 | |||
2006-04-09 | Add font table for FF | Travis Howell | |
svn-id: r21722 | |||
2006-04-09 | Disable constant display of object names, since oracle settings are usable ↵ | Travis Howell | |
in FF now. svn-id: r21721 | |||
2006-04-09 | Enable skipping scrolling in oracle for FF | Travis Howell | |
svn-id: r21719 | |||
2006-04-09 | Fix clearing text window in oracle of FF | Travis Howell | |
svn-id: r21717 | |||
2006-04-09 | Fix mistake in debug table for FF | Travis Howell | |
svn-id: r21716 | |||
2006-04-09 | Update debug table for FF | Travis Howell | |
svn-id: r21715 | |||
2006-04-09 | Add time code for FF and minor cleanup | Travis Howell | |
svn-id: r21714 | |||
2006-04-09 | Add centreScroll() for FF and hyperbox code differences in FF. | Travis Howell | |
svn-id: r21712 | |||
2006-04-08 | Introduced language EN_ANY used for general English game entries. EN_USA and | Eugene 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-08 | Add FF difference in addTextBox() and minor cleanup | Travis Howell | |
svn-id: r21690 | |||
2006-04-08 | Modified 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-08 | Removed 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-08 | Fixes for oracle in FF and cleanup | Travis Howell | |
svn-id: r21680 | |||
2006-04-08 | Remove debug leftover | Travis Howell | |
svn-id: r21678 | |||
2006-04-08 | Fix load game display of oracle in FF | Travis Howell | |
svn-id: r21677 | |||
2006-04-08 | Remove excess ; in scrollEvent() | Travis Howell | |
svn-id: r21676 | |||
2006-04-08 | Add initial support for vertical scrolling in FF | Travis Howell | |
svn-id: r21675 | |||
2006-04-07 | Minor cleanup | Travis Howell | |
svn-id: r21671 | |||
2006-04-07 | Cleanup and split scrolling code | Travis Howell | |
svn-id: r21670 | |||
2006-04-07 | Add scrolling adjustments when drawing overlay in FF | Travis Howell | |
svn-id: r21669 | |||
2006-04-07 | Add scrolling code for oracle in FF | Travis Howell | |
svn-id: r21668 | |||
2006-04-07 | Cleanup of yesterday's changes. The opcode functions no longer need to take any | Torbjörn Andersson | |
parameters. svn-id: r21662 | |||
2006-04-07 | Fix some horizontal scrolling issues in FF | Travis Howell | |
svn-id: r21661 | |||
2006-04-07 | Sprite 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-07 | Fix subtitle output in FF | Travis Howell | |
svn-id: r21659 | |||
2006-04-07 | Ooops, cut and paste error in printScreenText() | Travis Howell | |
svn-id: r21657 | |||
2006-04-07 | Add some work on text output in FF | Travis Howell | |
svn-id: r21656 | |||
2006-04-06 | Split the opcodes into separate functions, and use an array of function | Torbjö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 |