2
I Use This!
Activity Not Available

Commits : Listings

Analyzed over 1 year ago. based on code collected over 1 year ago.
Nov 17, 2023 — Nov 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
64-bit fix for the Gtk+ GUI: class types should declared as GtkType not uint. Thanks to Andrea Musuruane of RPM Fusion for bug report. More... over 16 years ago
At the request of AmiKit's Jan Zahurancik, implemented database of 'standard' Picasso96 mode ids based on code from WinUAE. This will make screenmode.prefs in AmigaOS more portable between host systems, since standard screen sizes should always map to the same screenmode ID. More... almost 18 years ago
Fixed missing semi-colon. Thanks Bernhard Moellemann for the report. More... almost 18 years ago
Made maintenance of version numbers easier. More... almost 18 years ago
Minor clean-up. More... almost 18 years ago
Fixed some new compiler warnings that show up in GCC 4.3.x. More... almost 18 years ago
When building the x86 JIT compiler, don't ask binutils to mark the uae binary as needing an executable stack. This was an early hack to work around problems with ExecShield and is no longer necessary (it should have been removed ages ago). Thanks to Andrea Musuruane of RPM Fusion for the prompt. More... almost 18 years ago
Fixed an out-of-bounds array write. More... almost 18 years ago
On Intel macs, use mach_absolute_time() for timing when *.use_tsc is false, and in the default prefs we now set this to false for Intel macs. This is because on dual-core Intel macs, the counters on each core are not synchronized and will lead to unreliable results. More... almost 18 years ago
Updated README. More... about 18 years ago
Added documentation for the make_hdf tool. More... about 18 years ago
Cleaned up audio emulation a little by simplifying code which targetted 8-bit audio output (which we no longer support). More... about 18 years ago
Linux SCSI back-end would fail silently if it couldn't open a device file (e.g., if it doesn't exist). Fixed. It now logs to the console, but probably a warning dialog would be better. More... about 18 years ago
Unused FindFunctionInObject() function in uaelib is broken for 64-bit archs and causing compiler warnings, so #ifdef it out. More... about 18 years ago
Fixed compiler warning in p96 emulation on 64-bit archs. More... about 18 years ago
Fixed compiler warnings in Unix hardfile back-end when building on 64-bit archs. More... about 18 years ago
Fixed compiler warnings with write_comm_pipe_pvoid(). More... about 18 years ago
Fixed typo which caused CAPS support with the CAPS framwork to fail to build on OS X. More... over 18 years ago
Fixed configure script's inability to detect the CAPSImage framework on OS X. More... over 18 years ago
Added support in the Gtk+ UI for selecting X-Arcade joysticks for joystick input. This is based on a patch from Robert Hurst. Thanks again, Robert. More... over 18 years ago
Added configure option to enable/disable building of keymaps to support X-Aracde joysticks. Thanks to Robert Hurst for the hint. (I didn't even know what an X-Arcade joystick was. :-b) More... over 18 years ago
Added support for loading the CAPSImage framework on OS X. More... over 18 years ago
Added m4 script to check for OS X frameworks at configure time. More... over 18 years ago
AmigaInput joystick driver would crash at exit if it failed to open amgiainput.library. Fixed. More... over 18 years ago
When removing 8-bit audio support, accidentally disabled stereo output in AmigaOS audio back-end. Fixed. More... over 18 years ago
Bring whitespace a little closer in line with UAE 0.8.27. More... over 18 years ago
Updated documentation wrt to removal of 8-bit sound support. More... over 18 years ago
Removed support for 8-bit sound (this brings E-UAE in-line with UAE and WinUAE, and - let's face it - nobody's going to miss it). More... over 18 years ago
Show *.ipf files in Cocoa disk image selector when CAPS support is compiled in. More... over 18 years ago
In the CAPS floppy back-end, there was a potential but rare double-free bug. Fixed. More... over 18 years ago