Search
lxdream.org :: lxdream :: changelog
lxdream 0.9.1
released Jun 29
Download Now

16 years agoCleanup window creation - not used now anyway
nkeynes [Sat, 13 Oct 2007 04:00:23 +0000]  tree
Cleanup window creation - not used now anyway
src/drivers/video_x11.c


16 years agoTrack the last-displayed render buffer, so-as not to overwrite it while its
nkeynes [Sat, 13 Oct 2007 03:59:32 +0000]  tree
Track the last-displayed render buffer, so-as not to overwrite it while its
still on-screen
src/pvr2/pvr2.c


16 years agoDisable audio/video settings for the moment
nkeynes [Sat, 13 Oct 2007 03:58:31 +0000]  tree
Disable audio/video settings for the moment
src/gui/main_win.c


16 years agoUse the default visual (all we do is render onto the front buffer, so we don't really care what it is)
nkeynes [Thu, 11 Oct 2007 11:09:10 +0000]  tree
Use the default visual (all we do is render onto the front buffer, so we don't really care what it is)
src/drivers/video_x11.c


16 years agoFix tex coords and render with linear filtering
nkeynes [Thu, 11 Oct 2007 11:08:36 +0000]  tree
Fix tex coords and render with linear filtering
src/drivers/gl_fbo.c


16 years agoAdd speed meter to main window
nkeynes [Thu, 11 Oct 2007 08:22:03 +0000]  tree
Add speed meter to main window
Add sunken border around video area
Add debugger menu item
Move logging out to util.c
src/bootstrap.c
src/dream.h
src/gui/debug_win.c
src/gui/gtkcb.c
src/gui/gtkui.c
src/gui/gtkui.h
src/gui/main_win.c
src/util.c


16 years agoRemove intermediate window and adjust size accordingly
nkeynes [Thu, 11 Oct 2007 08:20:38 +0000]  tree
Remove intermediate window and adjust size accordingly
src/drivers/video_gtk.c
src/drivers/video_x11.c


16 years agoFirst cut of new GUI
nkeynes [Wed, 10 Oct 2007 11:02:04 +0000]  tree
First cut of new GUI
src/Makefile.am
src/Makefile.in
src/dream.h
src/drivers/video_gtk.c
src/gui.h
src/gui/callbacks.c
src/gui/callbacks.h
src/gui/debug_win.c
src/gui/debugcb.c
src/gui/debugcb.h
...

16 years agoFix ADPCM (to some degree at least)
nkeynes [Tue, 09 Oct 2007 11:37:36 +0000]  tree
Fix ADPCM (to some degree at least)
Fix key-on/off (triggers all channels at once)
src/aica/aica.c
src/aica/audio.c
src/aica/audio.h


16 years agoFix compilation warnings
nkeynes [Tue, 09 Oct 2007 08:48:28 +0000]  tree
Fix compilation warnings
src/gdrom/gdrom.c
src/gdrom/gdrom.h
src/pvr2/pvr2.c


.