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

15 years agoRefactor the gd-rom list management out of the GUI (devices, recent files, etc).
nkeynes [Thu, 19 Jun 2008 04:40:37 +0000]  tree
Refactor the gd-rom list management out of the GUI (devices, recent files, etc).
Add gd-rom list to the cocoa UI.
src/Makefile.am
src/Makefile.in
src/cocoaui/cocoa_gd.c
src/cocoaui/cocoaui.c
src/cocoaui/cocoaui.h
src/gdlist.c
src/gdlist.h
src/gdrom/gdrom.c
src/gtkui/gdrom_menu.c
src/gtkui/gtkui.c
...

15 years agoMove glGetError into the #ifdef - outside there may not actually be a context
nkeynes [Mon, 16 Jun 2008 11:00:40 +0000]  tree
Move glGetError into the #ifdef - outside there may not actually be a context
src/pvr2/scene.c


15 years agoUnbreak and finish cleaning up the 'run for limited time' feature
nkeynes [Mon, 16 Jun 2008 10:58:41 +0000]  tree
Unbreak and finish cleaning up the 'run for limited time' feature
src/dreamcast.c
src/dreamcast.h
src/main.c


15 years agoAnd the updated configure from the previous commit
nkeynes [Sat, 14 Jun 2008 11:57:11 +0000]  tree
And the updated configure from the previous commit
configure


15 years agoChange colour params to float
nkeynes [Sat, 14 Jun 2008 11:54:15 +0000]  tree
Change colour params to float
Convert background processing over to scene structure (fixes some depth issues as well)
Add color unclamp when supported
config.h.in
configure.in
src/Makefile.am
src/Makefile.in
src/pvr2/glrender.c
src/pvr2/glutil.c
src/pvr2/glutil.h
src/pvr2/scene.c
src/pvr2/scene.h


15 years agoAdd an application icon (ie the existing dcemu.gif)
nkeynes [Sat, 14 Jun 2008 10:19:35 +0000]  tree
Add an application icon (ie the existing dcemu.gif)
src/cocoaui/cocoaui.c


15 years agoAdd alert dialog for errors
nkeynes [Tue, 03 Jun 2008 11:16:51 +0000]  tree
Add alert dialog for errors
Handle the command line when launched from finder
src/cocoaui/cocoaui.c


15 years agoTweak far-clip-plane to cope with borderline vertexes
nkeynes [Sun, 01 Jun 2008 08:58:46 +0000]  tree
Tweak far-clip-plane to cope with borderline vertexes
src/pvr2/glrender.c


15 years agoAdd toolbar images (taken from GTK for now)
nkeynes [Sun, 01 Jun 2008 01:08:00 +0000]  tree
Add toolbar images (taken from GTK for now)
pixmaps/tb-breakpoint.png
pixmaps/tb-cdrom.png
pixmaps/tb-load.png
pixmaps/tb-pause.png
pixmaps/tb-reset.png
pixmaps/tb-run-to.png
pixmaps/tb-run.png
pixmaps/tb-save.png
pixmaps/tb-single-step.png


15 years agoFix minor typo + bug for GTK version
nkeynes [Sun, 01 Jun 2008 00:50:00 +0000]  tree
Fix minor typo + bug for GTK version
src/drivers/video_gtk.c
src/gtkui/gtkui.c


.