update changelog

This commit is contained in:
qeed 2009-09-27 03:00:52 +00:00
parent d08c507765
commit 18bbb65d4b
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
26-september-2009 - qeed - fixed action 52 game that was broken in fceux >2.0.3
16-september-2009 - ugetab - win32 - Restored DPCM Logging when Code/Data Logger is active 16-september-2009 - ugetab - win32 - Restored DPCM Logging when Code/Data Logger is active
september-2009 - FatRatKnight - Finally got in that "invert" value for joypad.set. This value simply inverts the player input. Actually, any string will invert it, since we have not used strings for anything else in joypad.set. september-2009 - FatRatKnight - Finally got in that "invert" value for joypad.set. This value simply inverts the player input. Actually, any string will invert it, since we have not used strings for anything else in joypad.set.
15-september-2009 - FatRatKnight - Reworked how input is taken from lua, and generally everything related to joypad.set and what it affects. Now setting stuff to false will: Prevent user control for exactly one frame, and allow more than one false button as a time. Yeah, bug fixes. Hopefully runs a little faster now. 15-september-2009 - FatRatKnight - Reworked how input is taken from lua, and generally everything related to joypad.set and what it affects. Now setting stuff to false will: Prevent user control for exactly one frame, and allow more than one false button as a time. Yeah, bug fixes. Hopefully runs a little faster now.