1 decade ago by quidmonkey
v1.1.2 of the NotificationManager has been released!
v1.1.2 Changelog:
v1.1.1 Changelog:
v1.1 Changelog:
Refactored ig.NotificationManager
Refactored ig.Notification
v1.1.2 is available here.
v1.0 is available here.
Special thank to both stahlmanDesign and 80bit who helped me track down some bugs in v1.0 and who have extended the plugin to create WordBalloons - Notifications that will follow your Entity. You can find more on WordBalloons in this thread.
v1.1.2 Changelog:
- Fixed alpha.
v1.1.1 Changelog:
- Fixed ig.Notification so that the passed-in font can either be an instance of ig.Font or a path to a font image. If the latter, ig.Notification will create an instance of ig.Font automatically. - Added .follow() method that allows an ig.Notification object to follow an entity. - Added .setVel() method that sets an ig.Notification vel and will stop it from following an entity if it is.
v1.1 Changelog:
Refactored ig.NotificationManager
- Added .add() - Adds any Notification vs. .spawn(), which instantiates and adds a new Notification - Added .find() - Finds any Notification by its Text string - Added .remove() - Removes any note - Renamed .spawnNote() to .spawn
Refactored ig.Notification
- Added .align property - Added two optional parameters to .draw(): align - specify an alignment from ig.Font.ALIGN, and text - specify a text string. These can be used if calling the .draw() directly for an ig.Notification vs. from the ig.NotificationManager - Changed .fadetime from an ig.Timer object to a value - Renamed class ig.Notification from Notification
v1.1.2 is available here.
v1.0 is available here.
Special thank to both stahlmanDesign and 80bit who helped me track down some bugs in v1.0 and who have extended the plugin to create WordBalloons - Notifications that will follow your Entity. You can find more on WordBalloons in this thread.