todo/changelog update
This commit is contained in:
parent
5edbb5d5aa
commit
48061488d3
12
TODO-SDL
12
TODO-SDL
|
@ -6,29 +6,25 @@ TODO-SVN:
|
||||||
* Fix sound stuttering/lag (fixed in SDL 1.1.14?)
|
* Fix sound stuttering/lag (fixed in SDL 1.1.14?)
|
||||||
* Flesh out GTK GUI
|
* Flesh out GTK GUI
|
||||||
* Sound config
|
* Sound config
|
||||||
* Individual volume mixers
|
* DONE! Individual volume mixers
|
||||||
* Save config
|
* Save config
|
||||||
* Should be in menus
|
* Should be in menus
|
||||||
* Controller config
|
|
||||||
* Add four score option
|
|
||||||
* Hotkeys
|
* Hotkeys
|
||||||
* Redesign internal data structures of hotkeys
|
* Redesign internal data structures of hotkeys
|
||||||
* (a bunch of global ints is ugly)
|
* (a bunch of global ints is ugly)
|
||||||
* Video config
|
* Video config
|
||||||
* Windowed scale amount
|
* DONE! Windowed scale amount
|
||||||
* Color / Hue / Tint
|
* DONE! Color / Hue / Tint
|
||||||
* Implement Cheat Editor in GTK
|
* Implement Cheat Editor in GTK
|
||||||
* Options to look into:
|
* Options to look into:
|
||||||
* bpp
|
* bpp
|
||||||
* autoscale
|
* autoscale
|
||||||
* gamegenie
|
* gamegenie
|
||||||
* lowpass
|
* DONE! lowpass
|
||||||
* keepratio
|
* keepratio
|
||||||
*pcm/ "noise" volume?
|
*pcm/ "noise" volume?
|
||||||
* OpenGLip
|
* OpenGLip
|
||||||
* Scanline end/start
|
* Scanline end/start
|
||||||
* soundquality (is 2 valid?)
|
|
||||||
* SpecialFX
|
|
||||||
* pallete
|
* pallete
|
||||||
* Integrate SDL window into GTK GUI
|
* Integrate SDL window into GTK GUI
|
||||||
* Fix opening compressed ROMs
|
* Fix opening compressed ROMs
|
||||||
|
|
|
@ -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
|
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.
|
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
|
02-feb-2010 - ugetab - Win32 - Added window positions bounds checks. Accounts for -32000 positions & less out-of-range too
|
||||||
|
|
Loading…
Reference in New Issue