Re: FluidAE 3.0.alpha2 has been released!
- Posted by ryanj Mar 15, 2014
- 1427 views
Alpha 3 has been released!
- Bugfix: Modal windows were blocking the Debug Console. Added the ability to allow windows to ignore modal blocking.
- Feature: Redesigned the Debug Console, and put it in a separate file: include\modules\gui\debugconsole.e
- Optimization: Hugh performance improvement when creating many widgets at once or resizing windows by buffering and scheduling arrange/resize requests and ignoring all but the newest request for each widget (similar to how draw requests work).
- Configuration: Removed the need to modify EUINC and PATH environmental variables by using relative paths and eu.cfg files.