Commit Graph

5 Commits

Author SHA1 Message Date
Robert Jelic
926dd7703d Added dynamic object/plugin loading
Added basalt.addObject(path) and basalt.addPlugin(path) path can also be a folder
Added basalt.getAvailableObjects and basalt.getAvailablePlugins to get a list with all added objects/plugins
2023-05-09 19:03:28 +02:00
Robert Jelic
92b93a3862 Fixed XML stuff
- Added a XML Guide
- Fixed some XML Code
2023-05-01 16:04:36 +02:00
Robert Jelic
79a8ec5f3a Update plugin.lua 2023-04-30 18:26:37 +02:00
Robert Jelic
7c1f94015a Update plugin.lua
Small minified file ignoring plugins fix
2023-04-30 17:23:43 +02:00
Robert Jelic
bb1b1beb79 Basalt 1.7 Update
- New Objects (Flexbox, Graph, Treeview)
- Pluginsystem to add/remove functionality
- Reworked the entire Object system, instead of one big Object Class we have multiple classes: Object, VisualObject, ChangeableObject
- Instead of one big Frame Class we have multiple Frame Classes: BaseFrame, Frame, MovableFrame, ScrollableFrame, MonitorFrame, Flexbox
- Removed the Animation Object, and added a animation plugin instead
- Removed the Graphic Object and merged it's functionality with the image object
- Updated currently existing objects
2023-04-30 17:05:34 +02:00