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

14 years agoUpdate PO file list
nkeynes [Fri, 24 Oct 2008 03:49:03 +0000]  tree
Update PO file list
po/POTFILES.in


14 years agoFix distcheck target
nkeynes [Fri, 24 Oct 2008 03:48:40 +0000]  tree
Fix distcheck target
Makefile.am
Makefile.in
src/Makefile.am
src/Makefile.in
test/Makefile.in


14 years agoFix depthfunc on individual translucent tri
nkeynes [Fri, 24 Oct 2008 03:47:30 +0000]  tree
Fix depthfunc on individual translucent tri
src/pvr2/rendsort.c


14 years agoRemove unused vararg
nkeynes [Fri, 24 Oct 2008 03:46:53 +0000]  tree
Remove unused vararg
src/dreamcast.c


14 years agoSuppress error messages when loading preview (defer errors from
nkeynes [Thu, 23 Oct 2008 12:39:01 +0000]  tree
Suppress error messages when loading preview (defer errors from
dreamcast_read_save_state_header to caller). Really needs to be
deferred further back to original UI callsite
src/dreamcast.c


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


.