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

14 years agoFix save-state load in headless mode
nkeynes [Thu, 23 Oct 2008 08:30:47 +0000]  tree
Fix save-state load in headless mode
src/pvr2/pvr2.c


14 years agoRemove run button disabling, instead print an error when attempting to run in an unrunnable situation and stop.
nkeynes [Mon, 20 Oct 2008 06:19:07 +0000]  tree
Remove run button disabling, instead print an error when attempting to run in an unrunnable situation and stop.
src/cocoaui/cocoaui.c
src/dreamcast.c
src/gtkui/gtk_win.c
src/gtkui/gtkui.c


14 years agoFix minor warnings
nkeynes [Mon, 20 Oct 2008 06:15:58 +0000]  tree
Fix minor warnings
src/cocoaui/cocoa_path.c
src/gdrom/ide.c


14 years agoFix const-correctness
nkeynes [Mon, 20 Oct 2008 06:11:10 +0000]  tree
Fix const-correctness
src/gtkui/gtk_debug.c
src/gtkui/gtk_win.c
src/gtkui/gtkcb.c
src/gtkui/gtkui.h


14 years agoFix texcache_init failing to clear texture_addr to -1
nkeynes [Mon, 20 Oct 2008 05:08:31 +0000]  tree
Fix texcache_init failing to clear texture_addr to -1
Replace direct references to PVR2 registers with a texcache_set_config() function called from glrender.c.
This also now actually does invalidation when palette mode or stride changes as well.
src/pvr2/glrender.c
src/pvr2/pvr2.h
src/pvr2/texcache.c


14 years agoOSX: Add preferences toolbar item to main window
nkeynes [Mon, 20 Oct 2008 05:01:39 +0000]  tree
OSX: Add preferences toolbar item to main window
pixmaps/tb-preferences.png
src/cocoaui/cocoa_win.c


14 years agoRepair unit test compilation
nkeynes [Mon, 20 Oct 2008 03:15:08 +0000]  tree
Repair unit test compilation
src/test/testsh4x86.c


14 years agoRe-add the word of padding in sh4r for 64-bit alignment purposes
nkeynes [Sun, 19 Oct 2008 11:52:37 +0000]  tree
Re-add the word of padding in sh4r for 64-bit alignment purposes
src/dreamcast.h
src/sh4/sh4.h


14 years agoBump version number up to 0.9 for release prep
nkeynes [Sun, 19 Oct 2008 11:07:10 +0000]  tree
Bump version number up to 0.9 for release prep
configure
configure.in


14 years agoRefresh DC config when path properties change
nkeynes [Sun, 19 Oct 2008 10:55:53 +0000]  tree
Refresh DC config when path properties change
src/cocoaui/cocoa_path.c


.