Age | Commit message (Expand) | Author |
2006-09-19 | Expand Simon engine | Travis Howell |
2006-09-18 | Minor cleanup, to re-order functions | Travis Howell |
2006-07-22 | Fixing compiler warnings under amd64. | Johannes Schickel |
2006-06-12 | Fix bug #1500552 - FF: Glitches in Swamp Soup game of arcade | Travis Howell |
2006-06-12 | Fix errors in centreScroll() of FF | Travis Howell |
2006-06-05 | Cleanup | Travis Howell |
2006-06-01 | Fix wait timeout during introduction of demo version of Simon the Sorcerer 1 ... | Travis Howell |
2006-05-26 | isSpriteLoaded() is used by FF, a similar function was commented out in orig... | Travis Howell |
2006-05-05 | Fix inventory arrows regression in Simon 1 | Travis Howell |
2006-05-05 | Match fade code of original games and minor cleanup | Travis Howell |
2006-05-05 | Update copyright | Travis Howell |
2006-05-04 | Cleanup | Travis Howell |
2006-05-04 | Don't read beyond animationCount, when looking for animation in vc3_loadSprite() | Travis Howell |
2006-05-04 | Don't read beyond imageCount, when looking for image | Travis Howell |
2006-05-04 | Update screen more often, for smoother mouse movement | Travis Howell |
2006-05-04 | Cleanup | Travis Howell |
2006-05-03 | Add work around for glitches that occurs on map, when Simon rides lion to the... | Travis Howell |
2006-05-03 | Write results to correct locations in setRandom and getPathValue video opcode... | Travis Howell |
2006-05-03 | Fix scrolling glitches in Oracle of FF | Travis Howell |
2006-05-03 | Cleanup | Travis Howell |
2006-04-29 | Cleanup includes | Travis Howell |
2006-04-29 | Split more functions of simon.cpp into separate files | Travis Howell |
2006-04-29 | Minor cleanup | Travis Howell |
2006-04-29 | Merge fadeToBlack() into o1_specialFade() and cleanup | Travis Howell |
2006-04-25 | Fix OmniTV not stopping, when room changes in FF | Travis Howell |
2006-04-24 | Revert sign change to vcReadVar(), made glitches worse in some scenes | Travis Howell |
2006-04-24 | vcReadVar() should return a signed value | Travis Howell |
2006-04-24 | Restrict variables sizes, when reading from vcReadNextWord(), to prevent over... | Travis Howell |
2006-04-24 | isSpriteLoaded is Simon 1/2 specific and never used by FF | Travis Howell |
2006-04-23 | Implemented volume and panning for FF sound effects. I hope my mapping from | Torbjörn Andersson |
2006-04-21 | Move _variableArrayPtr changes to match original code, in case it is triggere... | 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-18 | Add code for vc84_stopSoundLoop in FF | Travis Howell |
2006-04-18 | Scrolling comparisons should always be signed, fixes scrolling issue in maze ... | Travis Howell |
2006-04-17 | Remove leftover warning | Travis Howell |
2006-04-17 | Improve sound support in FF and add MoviePlayer class | Travis Howell |
2006-04-16 | Correct sign, to fix weird path finding issues in FF | Travis Howell |
2006-04-15 | Use different methods to avoid overflows to FF, to avoid regressions | Travis Howell |
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 | Add support for switching voice file in PC versions of FF and cleanup | Travis Howell |
2006-04-15 | Fix compile warnings I caused | Travis Howell |
2006-04-15 | Adjust video opcodes for second variable array | Travis Howell |
2006-04-14 | Cleanup | Travis Howell |
2006-04-14 | Remove unused code | Travis Howell |
2006-04-14 | A few corrections to path finding in FF | Travis Howell |
2006-04-14 | Adjusted debug message levels: loading a cutscene is more interesting than the | Torbjörn Andersson |
2006-04-14 | Fixed stupid mistake (it's my mistake, I can call it whatever I want!) in the | Torbjörn Andersson |
2006-04-14 | Add support for sound effects in Amiga version of FF and cleanup | Travis Howell |