mirror of
https://github.com/mauiaaron/apple2.git
synced 2024-11-03 12:07:02 +00:00
25 lines
874 B
YAML
25 lines
874 B
YAML
- version: "1.1"
|
|
date: 2008-04-22
|
|
changes:
|
|
- Added logical joysticks for devices with multiple top-level elements.
|
|
Should allow devices like PS/2 to USB converters to work better.
|
|
- Change joystick normalized values to +/- 65536.
|
|
- Update Apple Remote codes for Leopard.
|
|
- Improved keyboard barcode scanning for certain devices.
|
|
- Added internal debugging code to help detect memory leaks.
|
|
|
|
- version: "1.0.1"
|
|
date: 2007-04-03
|
|
changes:
|
|
- "Replace deprecated stringWithCString: with stringWithUTF8String:."
|
|
- Make DDHidKeyboard.h public so it gets copied to the framework.
|
|
- Plugged some memory leaks.
|
|
- Added a class for barcode scanners, thanks to Lucas Newman of Delicious
|
|
Monster.
|
|
- Add support for point of view hat switches on joysticks.
|
|
|
|
- version: "1.0"
|
|
date: 2007-03-19
|
|
changes:
|
|
- Initial release.
|