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

12 years agoCheck for sqrt() in libm if needed (required on some platforms)
nkeynes [Tue, 17 Apr 2012 21:35:38 +1000]  tree
Check for sqrt() in libm if needed (required on some platforms)
Baesd on patch from guinux, thanks!
configure
configure.in


12 years agoTreat quotes as entering a double-quoted string (mostly redundant, but we
nkeynes [Tue, 27 Mar 2012 17:39:05 +1000]  tree
Treat quotes as entering a double-quoted string (mostly redundant, but we
generate them in the path escaping for some reason)
src/lxpaths.c
src/test/testlxpaths.c


12 years agoAndroid: Preserve render buffers when switching away from app.
nkeynes [Tue, 27 Mar 2012 08:23:52 +1000]  tree
Android: Preserve render buffers when switching away from app.
- fix gl_read_render_buffer + gl_load_frame_buffer to work in GLES
a) glReadPixels only (guaranteed to) work for GL_RGBA,GL_UNSIGNED_BYTE
b) glTexSubImage2D can only load GL_RGBA into a GL_RGBA render buffer.
src/display.h
src/drivers/video_gl.c
src/gui_android.c
src/pvr2/glutil.c
src/pvr2/glutil.h
src/pvr2/pvr2.c
src/pvr2/pvr2.h
src/pvr2/texcache.c


12 years agoAdd app icon
nkeynes [Wed, 21 Mar 2012 20:36:20 +1000]  tree
Add app icon
android/AndroidManifest.xml
android/gen/org/lxdream/R.java
android/res/drawable/lxdream.png


12 years agoMake sure we destroy the render buffers as part of the GL shutdown (fixes
nkeynes [Wed, 21 Mar 2012 14:45:27 +1000]  tree
Make sure we destroy the render buffers as part of the GL shutdown (fixes
bug with render buffers not being recreated when we re-init the GL).
src/pvr2/glrender.c
src/pvr2/pvr2.c
src/pvr2/pvr2.h


12 years agoRemove minor warnings
nkeynes [Wed, 21 Mar 2012 14:44:41 +1000]  tree
Remove minor warnings
src/dreamcast.c


12 years agoDreamcast.stop() on pause, get rid of unnecessary onAppPause()/onAppResume() methods
nkeynes [Wed, 21 Mar 2012 14:44:14 +1000]  tree
Dreamcast.stop() on pause, get rid of unnecessary onAppPause()/onAppResume() methods
Set the run menu item to the right icon/state on pause as well.
android/src/org/lxdream/Dreamcast.java
android/src/org/lxdream/LxdreamActivity.java
src/gui_android.c


12 years agoSurface management is actually already being taken care of - don't try to
nkeynes [Wed, 21 Mar 2012 09:01:41 +1000]  tree
Surface management is actually already being taken care of - don't try to
duplicate in onPause/onResume
src/gui_android.c


12 years agoFix missing return statement
nkeynes [Tue, 20 Mar 2012 17:54:58 +1000]  tree
Fix missing return statement
src/pvr2/glutil.c


12 years agoMore android WIP
nkeynes [Tue, 20 Mar 2012 08:29:38 +1000]  tree
More android WIP
- Implement onPause/onResume (although resume is not actually working yet)
- Implement BGRA => RGBA texture conversion (BGRA doesn't seem to work on the TFP)

Boot swirl is now displayed, albeit depth buffering seems to be broken.
android/src/org/lxdream/Dreamcast.java
android/src/org/lxdream/LxdreamActivity.java
src/drivers/video_egl.c
src/gui_android.c
src/pvr2/glrender.c
src/pvr2/glutil.c
src/pvr2/glutil.h
src/pvr2/pvr2.h
src/pvr2/texcache.c


.