Woopsi Ant512's handy GUI library for creating homebrew user interfaces for the Nintendo DS has received a new update today, bringing the version of Woopsi to 0.99.6.Developer's note:
A
Other than a few minor enhancements to the Debug class, this release just contains bug fixes.
There are a couple of points to note about this release
Woopsi Homebrew coder ant512 is back to update Woopsi, a handy GUI library for creating homebrew user interfaces for the Nintendo DS. Woopsi 0.99.4 is mainly a bug fix release to correct some issues from the previous versions. Changelog:
Fixes:
All makefiles no longer create .ds.gba and .sc.nds binaries.
Fonts include doxygen comments
Woopsi Woopsi is a Nintendo DS GUI library for rapidly creating user interfaces for homebrew software. Modelled after the AmigaOS windowing system.
A
Changelog:
Fixes:
WoopsiString::compareTo() no longer inlined (fixes SF bug 3017420).
Moved unused FixedWidthFontBase class into extras directory
Woopsi Woopsi is a Nintendo DS GUI library for rapidly creating user interfaces for homebrew software. Modelled after the AmigaOS windowing system.Changelog:Fixes:- Replaced code in clipping Gadgets : : clipRectToHierarchy () with call to newRect functions.- PackedFont16 : renderChar () abort Correctly If There is Nothing to render( Lakedaemon )
Woopsi Woopsi is a Nintendo DS GUI library for rapidly creating user interfaces for homebrew software. Modelled after the AmigaOS windowing system.Changelog:Fixes:- Rewrote SliderVertical and SliderHorizontal again to improve accuracy.- Removed jumpGrip() from all slider gagdets.- Added setValueWithBitshift() to all slider gadgets
Woopsi Developer's note:
A
This version has had a significant version bump because it is considered complete. I'm holding off from releasing version 1.0 partly to ensure that the documentation is done and partly to allow time for any bug reports
Woopsi Developer's note:
A
This version adds support for a "drop" event to enable drag-and-drop functionality. The ScrollingPanel has been refactored to fix the bugs spotted by DoZ. It includes a new ColourPicker gadget supplied by Mark Adamson that allows a colour to be chosen by manipulating RGB sliders
Woopsi
Developer's note:
This release adds system-wide support for unicode (UTF-8). Virtually all of the new features are related to text storage, manipulation or display.
In addition to that, the FileRequester is now an official part of libwoopsi and there are dozens of fixes and improvements
Woopsi Developer's note:
Version 0.41 is now available.
This version contains the usual set of bugfixes, optimisations and new test projects. The SDL compatibility layer has been greatly improved in this release - I compiled a quick test for the GP2X F-200 and it now runs at the same speed as the DS version.
New features are limited to some more graphics functions
Woopsi from ant512:
This release is the first alpha version. At this point I'm mainly concerned with bugfixing and tidying up than adding significant new features.
Big changes this time around include the removal of PALib support and a directory restructure. This is the first release of Woopsi that ships as a proper library