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

15 years agoSave the main window in a global rather than using [NSApp mainWindow]. This has
nkeynes [Tue, 14 Oct 2008 08:43:01 +0000]  tree
Save the main window in a global rather than using [NSApp mainWindow]. This has
the advantage of working properly when the window isn't actually main at the time
src/cocoaui/cocoa_win.c
src/cocoaui/cocoaui.c
src/cocoaui/cocoaui.h


15 years agoFix typo in FCMP/GT disassembly
nkeynes [Tue, 14 Oct 2008 07:02:42 +0000]  tree
Fix typo in FCMP/GT disassembly
src/sh4/sh4dasm.in


15 years agoFix CLRS/SETS - These kill the carry value, they don't set it.
nkeynes [Tue, 14 Oct 2008 06:52:06 +0000]  tree
Fix CLRS/SETS - These kill the carry value, they don't set it.
src/sh4/sh4x86.in
test/sh4/bf.s


15 years agoSkip the texcache render-buffer alloc for now (due to various texture-format
nkeynes [Fri, 10 Oct 2008 00:13:39 +0000]  tree
Skip the texcache render-buffer alloc for now (due to various texture-format
complications), and write the buffer straight back to vram after rendering.
src/pvr2/pvr2.c


15 years agoTidy up texcache render-buffer allocation slightly
nkeynes [Fri, 10 Oct 2008 00:10:26 +0000]  tree
Tidy up texcache render-buffer allocation slightly
src/pvr2/texcache.c


15 years agoImplement render-buffer writeback to vram64 regions
nkeynes [Fri, 10 Oct 2008 00:09:37 +0000]  tree
Implement render-buffer writeback to vram64 regions
src/pvr2/pvr2mem.c


15 years agoUpdate the texture dimensions regardless of whether we created the texture here
nkeynes [Fri, 10 Oct 2008 00:07:54 +0000]  tree
Update the texture dimensions regardless of whether we created the texture here
or not - safer than depending on the caller to do it
src/drivers/gl_fbo.c


15 years agoProtect save-state load against corrupt image data
nkeynes [Tue, 07 Oct 2008 11:14:49 +0000]  tree
Protect save-state load against corrupt image data
src/pvr2/pvr2.c


15 years agoMove bundle/system paths into paths.c, install lxdreamrc into the bundle
nkeynes [Mon, 06 Oct 2008 01:05:12 +0000]  tree
Move bundle/system paths into paths.c, install lxdreamrc into the bundle
(Fix OSX bundle missing default configuration)
Makefile.am
Makefile.in
config.h.in
configure
configure.in
src/Makefile.am
src/Makefile.in
src/config.c
src/lxdream.h
src/main.c
...

15 years agoTidy up punchout handling slightly (doesn't really seem to need sorting...)
nkeynes [Mon, 29 Sep 2008 06:34:25 +0000]  tree
Tidy up punchout handling slightly (doesn't really seem to need sorting...)
src/pvr2/glrender.c
src/pvr2/pvr2.h
src/pvr2/rendsort.c


.