Age | Commit message (Expand) | Author |
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 | Move _variableArrayPtr changes to match original code, in case it is triggere... | Travis Howell |
2006-04-21 | Fix valgrind warning | 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 used memory counter. | Won Star |
2006-04-20 | Fix compile with DISABLE_FANCY_THEME. | Won Star |
2006-04-20 | Add F9 key in FF, which toggles hitbox names | Travis Howell |
2006-04-20 | Revert that delay change when scrolling inventory in FF, causes glitches | Travis Howell |
2006-04-20 | Enable virtual keyboard, when entering saved game name in FF | Travis Howell |
2006-04-20 | Fix constant scrolling in oracle in FF, when mouse button is pressed | Travis Howell |
2006-04-20 | getPathPosn script opcode needs to use int16 to get correct position, fixes e... | Travis Howell |
2006-04-20 | Add timer difference in FF | Travis Howell |
2006-04-20 | Fix typo in switchVoiceFile() for FF | Travis Howell |
2006-04-20 | If I understand things correctly, this should fix the caret drawing in list | Torbjörn Andersson |
2006-04-20 | Fix mistake in vertical scrolling in FF | Travis Howell |
2006-04-20 | _rejectCount should only be incremented in checkNoOverWrite() | Travis Howell |
2006-04-20 | Update resource managment, missed several changes from FF | Travis Howell |
2006-04-20 | Fix freeze that can occur when scrolling inventory in oracle of FF | Travis Howell |
2006-04-20 | Cleanup | Travis Howell |
2006-04-20 | Add support for compressed speech files in PC verisons of 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 | The next offset is only adjusted in renderString, when sprite id isn't 1 | Travis Howell |
2006-04-19 | Fix ASM HQ routines, because RGBtoYUV and LUT16to32 are on heap now. | Eugene Sandulenko |
2006-04-19 | Some more tweaks to the (still disabled) new detection / filename generation ... | Max Horn |
2006-04-19 | Fix text corruption with long FF conversation options. The renderString() | Torbjörn Andersson |
2006-04-19 | Added a small comment to ScummEngine::openRoom that explains why we check for... | Max Horn |
2006-04-19 | Removed wrong platform values from gameVariantsTable | Max Horn |
2006-04-19 | Fixed a potential bug when calculating the width of conversation option in FF. | Torbjörn Andersson |
2006-04-19 | Correct dummyItems in FF and cleanup | Travis Howell |
2006-04-19 | Number the FF conversation options. | Torbjörn Andersson |
2006-04-19 | Add minor code differences in FF, might help corrupt graphics | Travis Howell |
2006-04-19 | Add FF difference in mouseOn script opcode | Travis Howell |
2006-04-19 | Update debug tables | Travis Howell |
2006-04-19 | Let scumm engine handle EVENT_SCREEN_CHANGED and let the gui know. (Needed fo... | Johannes Schickel |
2006-04-19 | Adds handleScreenChanged() to NewGui, so (scumm) engine can call it when it r... | Johannes Schickel |
2006-04-19 | Fixes problems with wrong colors on the overlay in scumm engine. | Johannes Schickel |
2006-04-19 | Oops again. removed unneeded entry. | Johannes Schickel |
2006-04-19 | Oops forgot to commit changes here with last commit. | Johannes Schickel |
2006-04-19 | Merges SaveLoadChooser and SaveLoadChooserEx. | Johannes Schickel |
2006-04-19 | Prepairs merge of SaveLoadChooser and SaveLoadChooserEx of the scumm engine. | Johannes Schickel |
2006-04-19 | Implements custom cursor support for the new theme and includes a standard cu... | Johannes Schickel |
2006-04-19 | Updates scumm dialogs for runtime overlay resolution changes. | Johannes Schickel |
2006-04-19 | Started to prepare the gui for runtime resolution switches. | Johannes Schickel |
2006-04-18 | Fix sound memory leak in FF | Travis Howell |
2006-04-18 | Restores background before drawing a popupwidget. | Johannes Schickel |
2006-04-18 | Fixes "aspect ratio" text in the options with --force-1x-overlay. | Johannes Schickel |