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

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


12 years agoAdd Internet + Sdcard permissions (Internet needed for for perfhud
nkeynes [Tue, 20 Mar 2012 08:18:22 +1000]  tree
Add Internet + Sdcard permissions (Internet needed for for perfhud
debugging, sdcard for save states.
android/AndroidManifest.xml


12 years agoFix silly errors in tqueue implementation
nkeynes [Sun, 18 Mar 2012 14:18:18 +1000]  tree
Fix silly errors in tqueue implementation
src/tqueue.c


12 years agoFix uninitialised sinlen in gdb_server_connect_callback, patch from Guinux,
nkeynes [Sat, 17 Mar 2012 08:36:17 +1000]  tree
Fix uninitialised sinlen in gdb_server_connect_callback, patch from Guinux,
thanks!
src/gdbserver.c


.