Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-04-10 | Merged o_restoreIconArray() into o1_restoreIconArray(). | Torbjörn Andersson | |
svn-id: r21756 | |||
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-09 | Fix clearing text window in oracle of FF | Travis Howell | |
svn-id: r21717 | |||
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 | Add FF difference in addTextBox() and minor cleanup | Travis Howell | |
svn-id: r21690 | |||
2006-04-08 | Fixes for oracle in FF and cleanup | Travis Howell | |
svn-id: r21680 | |||
2006-04-07 | Minor cleanup | Travis Howell | |
svn-id: r21671 | |||
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 | 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 | 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 | |||
2006-04-06 | Rename structures and correct array sizes | Travis Howell | |
svn-id: r21641 | |||
2006-04-06 | Cleanup | Travis Howell | |
svn-id: r21640 | |||
2006-04-06 | Add more icon differences in FF and cleanup | Travis Howell | |
svn-id: r21635 | |||
2006-04-05 | Renames structures and other cleanup | Travis Howell | |
svn-id: r21626 | |||
2006-04-05 | Use the setBitFlag() and getBitFlag() functions, instead of manipulating | Torbjörn Andersson | |
_bitArray[] directly. This kind of change is, of course, rather error-prone. I hope I haven't introduced any regressions. svn-id: r21622 | |||
2006-04-04 | Add verb codes differences in FF | Travis Howell | |
svn-id: r21589 | |||
2006-04-04 | More work on oracle in FF | Travis Howell | |
svn-id: r21586 | |||
2006-04-04 | More work on oracle in FF | Travis Howell | |
svn-id: r21583 | |||
2006-03-29 | Add opcode difference in FF | Travis Howell | |
svn-id: r21497 | |||
2006-03-29 | Added stubs for a couple of FF opcodes. | Torbjörn Andersson | |
svn-id: r21495 | |||
2006-03-27 | Commited too much | Travis Howell | |
svn-id: r21465 | |||
2006-03-27 | Add FF support to dump_bitmap() | Travis Howell | |
svn-id: r21464 | |||
2006-03-23 | Add opcode 161 difference in FF, fixes some glitches in 2nd room | Travis Howell | |
svn-id: r21416 | |||
2006-03-16 | Cleanup | Travis Howell | |
svn-id: r21327 | |||
2006-02-13 | Add hyperlink on/off functions of oracle in Feeble Files | Travis Howell | |
svn-id: r20665 | |||
2006-02-11 | Moved engines to the new engines/ directory | Max Horn | |
svn-id: r20582 |