Age | Commit message (Expand) | Author |
2006-04-23 | Implemented volume and panning for FF sound effects. I hope my mapping from | Torbjörn Andersson |
2006-04-22 | Non-void functions always must return something | Max Horn |
2006-04-22 | Cleanup use of different filenames in different versions | Travis Howell |
2006-04-21 | Changed loadVGAFile dstSize datatype from uint to uint32 so it matches the da... | Lars Persson |
2006-04-21 | Add FF differences in chance script opcode | Travis Howell |
2006-04-21 | Split bitArrays into three separate arrays, like original. Also fixing load/s... | Travis Howell |
2006-04-21 | Add animate sprites by Y function for FF | Travis Howell |
2006-04-21 | Add back debug function | Travis Howell |
2006-04-21 | Add some code for PanEvent in FF and cleanup | Travis Howell |
2006-04-20 | Add timer difference in FF | Travis Howell |
2006-04-20 | Minor cleanup | Travis Howell |
2006-04-20 | Update resource managment for FF, this method is more efficent for Simon 1/2 too | Travis Howell |
2006-04-19 | Correct dummyItems in FF and cleanup | Travis Howell |
2006-04-19 | Number the FF conversation options. | Torbjörn Andersson |
2006-04-18 | Fix time events continuing, when using the oracle in FF | Travis Howell |
2006-04-18 | Scrolling comparisons should always be signed, fixes scrolling issue in maze ... | Travis Howell |
2006-04-17 | Split screenTextPObj script opcode into game specific versions | Travis Howell |
2006-04-17 | Add FF difference in addBox script opcode, fixes x position of some boxes | Travis Howell |
2006-04-17 | Trigger videos for OmniTV in FF | Travis Howell |
2006-04-17 | Adjust video playback code, due to false calls in prison of FF | Travis Howell |
2006-04-17 | Improve sound support in FF and add MoviePlayer class | Travis Howell |
2006-04-17 | Intergrate the DXA player for Amiga/Macintosh verisons of FF, from cyx | Travis Howell |
2006-04-16 | Reduced dependencies on base/plugins.h | Max Horn |
2006-04-15 | Cleanup | Travis Howell |
2006-04-15 | Use different methods to avoid overflows to FF, to avoid regressions | Travis Howell |
2006-04-15 | - Renamed ConfigManager::getActiveDomain to getActiveDomainName, and added a ... | Max Horn |
2006-04-15 | Increase size of variable array entries, to prevent overflows that often occu... | Travis Howell |
2006-04-15 | Minor cleanup | Travis Howell |
2006-04-15 | Change _numTextBoxes to unsigned, to stop compile warnings | Travis Howell |
2006-04-15 | Adjust various number of textBox checks for FF | Travis Howell |
2006-04-15 | Increase array sizes for FF and cleanup | Travis Howell |
2006-04-14 | Cleanup | Travis Howell |
2006-04-14 | Add speech support for Amiga verison of FF | Travis Howell |
2006-04-14 | Add support for sound effects in Amiga version of FF and cleanup | Travis Howell |
2006-04-13 | Add invertBox function for FF | Travis Howell |
2006-04-13 | Add code for save game interface in FF | Travis Howell |
2006-04-10 | Cleanup | Travis Howell |
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 |