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

15 years agoFixup scene dump wrt colour parameters
nkeynes [Tue, 29 Jul 2008 08:43:16 +0000]  tree
Fixup scene dump wrt colour parameters
src/pvr2/scene.c


15 years agoUpdate translation files with latest strings list
nkeynes [Tue, 29 Jul 2008 06:52:55 +0000]  tree
Update translation files with latest strings list
po/de.po
po/es.po
po/it.po
po/lxdream.pot
po/pt_BR.po


15 years agoWorkaround OS X's inability to handle CD reads of unknown size (ie where the read
nkeynes [Tue, 29 Jul 2008 06:35:28 +0000]  tree
Workaround OS X's inability to handle CD reads of unknown size (ie where the read
request failed to specify an expected sector type) - read raw sectors and parse it
out by hand.
src/drivers/cd_osx.c
src/gdrom/gddriver.h
src/gdrom/gdimage.c
src/gdrom/gdrom.h


15 years agoScale the mouse deltas (when grabbed) to get the movement more reasonable (and fairly close to system)
nkeynes [Mon, 28 Jul 2008 11:21:12 +0000]  tree
Scale the mouse deltas (when grabbed) to get the movement more reasonable (and fairly close to system)
src/drivers/video_osx.c


15 years agoMove grab management to window
nkeynes [Mon, 28 Jul 2008 10:13:13 +0000]  tree
Move grab management to window
Clear grab if the window loses key focus (probably a good idea in general)
src/cocoaui/cocoa_win.c
src/cocoaui/cocoaui.c
src/cocoaui/cocoaui.h
src/drivers/video_osx.c


15 years agoIf the requested audio driver won't initialize, try all the others in order (worst case, null driver)
nkeynes [Mon, 28 Jul 2008 10:10:13 +0000]  tree
If the requested audio driver won't initialize, try all the others in order (worst case, null driver)
src/aica/audio.c


15 years agoAdd bundle proplist and icon
nkeynes [Mon, 28 Jul 2008 06:39:00 +0000]  tree
Add bundle proplist and icon
Info.plist.in
Makefile.am
Makefile.in
configure
configure.in
pixmaps/lxdream.icns


15 years agoDisplay the CD-Rom drive names for consistency with the OS X implementation
nkeynes [Mon, 28 Jul 2008 06:29:46 +0000]  tree
Display the CD-Rom drive names for consistency with the OS X implementation
src/drivers/cd_linux.c


15 years agoRemove bios/flash filenames from test lxdreamrc
nkeynes [Mon, 28 Jul 2008 06:03:05 +0000]  tree
Remove bios/flash filenames from test lxdreamrc
test/lxdream.rc


15 years agoFix build of testsh4x86
nkeynes [Mon, 28 Jul 2008 04:51:04 +0000]  tree
Fix build of testsh4x86
src/test/testsh4x86.c


.