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

15 years agoFix 64-bit correctness in ptr loads in FTRC
nkeynes [Wed, 30 Jul 2008 00:10:48 +0000]  tree
Fix 64-bit correctness in ptr loads in FTRC
src/sh4/sh4x86.in


15 years agoFix minor warnings
nkeynes [Tue, 29 Jul 2008 23:25:03 +0000]  tree
Fix minor warnings
src/drivers/cd_linux.c
src/gdrom/mmc.c
src/sh4/xltcache.c


15 years agoAuto-cancel if the binding field loses focus
nkeynes [Tue, 29 Jul 2008 10:55:51 +0000]  tree
Auto-cancel if the binding field loses focus
src/cocoaui/cocoa_ctrl.c


15 years agoFix minor warnings
nkeynes [Tue, 29 Jul 2008 08:51:10 +0000]  tree
Fix minor warnings
src/cocoaui/cocoa_win.c
src/drivers/audio_osx.c
src/drivers/cd_osx.c
src/drivers/osx_iokit.h
src/drivers/video_nsgl.h


15 years agoRemove call to NSString stringByReplacingOccurrencesOfString:withString: as it's 10.5 only
nkeynes [Tue, 29 Jul 2008 08:50:49 +0000]  tree
Remove call to NSString stringByReplacingOccurrencesOfString:withString: as it's 10.5 only
Fix unrelated warnings
src/cocoaui/cocoaui.c


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


.