todo/changelog update

This commit is contained in:
punkrockguy318 2010-02-24 06:02:05 +00:00
parent 5edbb5d5aa
commit 48061488d3
2 changed files with 7 additions and 8 deletions

View File

@ -6,29 +6,25 @@ TODO-SVN:
* Fix sound stuttering/lag (fixed in SDL 1.1.14?)
* Flesh out GTK GUI
* Sound config
* Individual volume mixers
* DONE! Individual volume mixers
* Save config
* Should be in menus
* Controller config
* Add four score option
* Hotkeys
* Redesign internal data structures of hotkeys
* (a bunch of global ints is ugly)
* Video config
* Windowed scale amount
* Color / Hue / Tint
* DONE! Windowed scale amount
* DONE! Color / Hue / Tint
* Implement Cheat Editor in GTK
* Options to look into:
* bpp
* autoscale
* gamegenie
* lowpass
* DONE! lowpass
* keepratio
*pcm/ "noise" volume?
* OpenGLip
* Scanline end/start
* soundquality (is 2 valid?)
* SpecialFX
* pallete
* Integrate SDL window into GTK GUI
* Fix opening compressed ROMs

View File

@ -1,3 +1,6 @@
23-feb-2010 - prockguy - GTK - added UI elemnts for x/y scale; added lowpass UI option
23-feb-2010 - prockguy - GTK - added GUI for color/tint/hue
23-feb-2010 - prockguy - GTK - implemented sound mixer dialog (for square1, 2, triangle, etc)
22-feb-2010 - prockguy - SDL - ported to SDL 1.3; compatibility maintained with 1.2
18-feb-2010 - prockguy - GTK - a lot of options added to GTK gui; relatively stable; added GUI for gamepad config and sound config.
02-feb-2010 - ugetab - Win32 - Added window positions bounds checks. Accounts for -32000 positions & less out-of-range too