Age | Commit message (Expand) | Author |
2005-04-11 | endian-convert pieces value when read, instead of when they are loaded (since... | Joost Peters |
2005-04-11 | Patch from wjp. Support for CD and EGA versions. | Eugene Sandulenko |
2005-04-11 | no, we only check for the value being 0, so no endian conversion is needed ;-) | Max Horn |
2005-04-11 | cleanup | Max Horn |
2005-04-11 | Endian fixes, getting past the 'Please wait...' loading screen now | Max Horn |
2005-04-11 | MIN() on two different datatypes not allowed... | Marcus Comstedt |
2005-04-11 | cleanup | Max Horn |
2005-04-11 | Endian fixes | Max Horn |
2005-04-11 | Stub out some opcodes, to get the CD version go a bit further (thanks Willem) | Max Horn |
2005-04-11 | Typo | Max Horn |
2005-04-11 | minor change, to be consistent with rest of Wiz code | Gregory Montoir |
2005-04-11 | added processWizImage mode 10 | Gregory Montoir |
2005-04-11 | Slightly more informative error message. (I get this if I try to speak to | Torbjörn Andersson |
2005-04-11 | Already working. | Travis Howell |
2005-04-11 | Update comment | Travis Howell |
2005-04-11 | Update debug message. | Travis Howell |
2005-04-11 | Enable 2x overlay in MM NES | Eugene Sandulenko |
2005-04-11 | cleanup | Joost Peters |
2005-04-11 | more struct conversion | Joost Peters |
2005-04-11 | convert some struct members - unfortunately we can't currently allocate memor... | Joost Peters |
2005-04-11 | Add a few extra sprite correction and functions, based off HE100. | Travis Howell |
2005-04-11 | Initialization fix. | Torbjörn Andersson |
2005-04-11 | RNAM block is different in HE games. | Travis Howell |
2005-04-11 | Ooops | Travis Howell |
2005-04-11 | Sort alternative file list again and remove duplicate. | Travis Howell |
2005-04-11 | Re-order md5s for multiple version games. | Travis Howell |
2005-04-11 | Add md5s for NES maniac | Travis Howell |
2005-04-10 | Fix regression in MM NES which disabled scrolling and lead to weird crashes | Eugene Sandulenko |
2005-04-10 | Gobliiins tweaks | Nicolas Bacca |
2005-04-10 | Add autodetection for WinCE (to be modified) | Nicolas Bacca |
2005-04-10 | Get rid of posixism | Nicolas Bacca |
2005-04-10 | cleanup | Max Horn |
2005-04-10 | Fix for bug #1167146 (properly fix the monkey vs. monkey1 issue by using the ... | Max Horn |
2005-04-10 | Some inter_variables cleanup. | Joost Peters |
2005-04-10 | oops | Max Horn |
2005-04-10 | Add a comment which clarifies that monkeyVGA and loomCD are V5 games, but we ... | Max Horn |
2005-04-10 | Initialise _currentRunList to avoid failed assertion when quitting the | Torbjörn Andersson |
2005-04-10 | Fix for bug #1180240 | Max Horn |
2005-04-10 | split SaveFileManager::openSavefile and class SaveFile into two, each, one fo... | Max Horn |
2005-04-10 | Add more TODO entries | Max Horn |
2005-04-10 | Fix compilation on OS X | Max Horn |
2005-04-10 | Added note about the GUI for the "soundfont" setting. | Torbjörn Andersson |
2005-04-10 | Forgot to add files when committing patch #1175374. | Torbjörn Andersson |
2005-04-10 | Applied patch #1175374 ("FluidSynth MIDI driver"), with a few documentation | Torbjörn Andersson |
2005-04-10 | Apply "correct handling of transp in drawSprite()" patch by wjp. | Joost Peters |
2005-04-10 | Read the RNAM data (might be useful for debugging) | Max Horn |
2005-04-10 | fix jumping goblin bug | Joost Peters |
2005-04-10 | Reduce dependencies on scumm/util.h; modified ScummNESFile a bit so that it c... | Max Horn |
2005-04-10 | fix another "x = y" type copy/paste bug, unfortunately this still doesn't fix... | Joost Peters |
2005-04-10 | akst/aksf pointer should be reset for each loop. | Travis Howell |