Commit Graph

562 Commits

Author SHA1 Message Date
Robert Jelic
e14922f6c0 Small Fix
this is a quick solution for labels
Removed the Animation Object
2023-05-09 19:37:53 +02:00
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
0086229e38 Update ignoreOffset.md 2023-05-08 17:37:46 +02:00
Robert Jelic
4a5eaf324a - Added shrink docs
- Added shrink documentation which is based on pixelbox by 9551Dev
2023-05-08 17:31:02 +02:00
Robert Jelic
dc4584eb60 Merge pull request #67 from Erb3/erb3-path-7
Clean up the README
2023-05-08 17:01:40 +02:00
Erlend
32e972e103 Merge branch 'Pyroxenium:master' into erb3-path-7 2023-05-08 15:35:04 +02:00
Erlend
560c99195d Cleaning up the README 2023-05-08 15:34:31 +02:00
Robert Jelic
794f7c258b Merge pull request #66 from thesabinelim/patch-6
Fix Flexbox offset, add alignItems attribute
2023-05-08 12:14:39 +02:00
Sabine Lim
71c02d4115 Merge branch 'master' into patch-6 2023-05-08 20:13:25 +10:00
Robert Jelic
4966384d0c Merge pull request #65 from thesabinelim/dynamic-attributes
Reactive properties
2023-05-08 12:03:50 +02:00
Sabine Lim
e4de37e8c2 Rename to reactive properties 2023-05-08 19:05:04 +10:00
Sabine Lim
f2e7f9d962 Add align items 2023-05-08 18:57:54 +10:00
Sabine Lim
166a234bd2 Add docs 2023-05-08 18:56:12 +10:00
Sabine Lim
3de3fbecb3 Add align items 2023-05-08 18:53:59 +10:00
Sabine Lim
6cd8e0ebb0 Fix Flexbox offset
Was off by one, leading to the outer pixel getting cut off at the boundary
2023-05-08 17:47:44 +10:00
Sabine Lim
c93d6bf91f Add metatable to Frame 2023-05-08 17:22:05 +10:00
Sabine Lim
e2723161a0 Dynamic attributes 2023-05-08 16:54:42 +10:00
Robert Jelic
9b932704e6 Merge pull request #63 from thesabinelim/fix-changeableobject-docs
Fix ChangeableObject docs
2023-05-08 00:08:14 +02:00
Robert Jelic
3e019021ae Merge pull request #64 from thesabinelim/patch-5
Fix Flexbox XML spacing attribute
2023-05-08 00:07:26 +02:00
Sabine Lim
87ca529c46 Fix Flexbox XML spacing attribute
Careless mistake, my bad!
2023-05-08 07:25:23 +10:00
Sabine Lim
0b7d5d5bb7 2 hashes not 3 2023-05-08 07:16:59 +10:00
Sabine Lim
43ebd3fc3c Fix changeable object docs 2023-05-08 07:15:38 +10:00
Robert Jelic
f57616205c Merge pull request #62 from thesabinelim/flexbox-docs
Update Flexbox docs
2023-05-07 23:10:18 +02:00
Robert Jelic
d18776e116 Merge branch 'master' of https://github.com/Pyroxenium/Basalt 2023-05-07 23:09:25 +02:00
Robert Jelic
2fb0f1c8ce Small fix
- Added default autosize for images
- removed unnecessary Graphic object
- removed unnecessary module file
2023-05-07 23:09:21 +02:00
Sabine Lim
c9ff68dd9e Flexbox docs 2023-05-08 07:00:28 +10:00
Robert Jelic
88d137d8ba Merge pull request #61 from thesabinelim/patch-4
Add Flexbox-specific XML parameter support
2023-05-07 22:44:17 +02:00
Sabine Lim
19d7fa9a61 Add Flexbox-specific XML parameter support 2023-05-08 06:34:47 +10:00
Robert Jelic
e2bead28cb Merge pull request #60 from thesabinelim/patch-3
Add foreground XML parameter for VisualObjects
2023-05-07 18:46:55 +02:00
Sabine Lim
48ad4ad88e Add foreground XML parameter for VisualObjects 2023-05-08 02:45:53 +10:00
Robert Jelic
a4b53b7cd0 Merge pull request #59 from thesabinelim/patch-2
Add XML usage to schedule.md
2023-05-07 18:36:57 +02:00
Sabine Lim
2f09e12ec2 Add XML usage to schedule.md 2023-05-08 02:35:33 +10:00
Robert Jelic
c084e9e5ad Update onEvent.md 2023-05-07 18:11:53 +02:00
Robert Jelic
deb2a004c1 Merge pull request #58 from thesabinelim/patch-1
Elaborate on onEvent documentation
2023-05-07 18:05:24 +02:00
Sabine Lim
2e65d14538 Update onEvent.md 2023-05-08 02:04:16 +10:00
Robert Jelic
5604925e27 Small Fixes
- onEvent now skips passing the custom event "other_event"
- small error handling for xml lua errors
2023-05-07 18:03:08 +02:00
Sabine Lim
e3de424f42 Elaborate on onEvent documentation 2023-05-08 01:57:14 +10:00
Robert Jelic
1eddd209f0 Small fix
- Fixed monitor frames not receiving other events
2023-05-07 17:02:49 +02:00
Robert Jelic
8b6cf6bdb8 Update debug.lua
Fixed z-index for debug labels
2023-05-07 16:14:39 +02:00
Robert Jelic
c9a74dfbd4 Small Fixes
- added Label RichText System - experimental
- moved eventhandlers to object
- Fixed still listening to incomming events when removing a object
- Fixed not passing args when creating a event via xml, args are now always stored inside a table called event
2023-05-07 15:17:27 +02:00
Robert Jelic
f3f8105459 Update xml.md 2023-05-07 00:12:23 +02:00
Robert Jelic
60615f103a Small XML Fix
Forgot to change the table index to object ids
Forgot getXMLElements for Frames
2023-05-07 00:07:35 +02:00
Robert Jelic
2b2de1cddf Small Fix
Fixed Progressbar drawing with wrong coordinates
2023-05-06 18:46:56 +02:00
Robert Jelic
2931a95c20 - Docs Update
- Updated List & ScrollbarFrame Docs
- Added setOptions for the List Object
2023-05-06 18:32:33 +02:00
Robert Jelic
e87557aba9 Small Fix
- Fixed BaseFrame & Frames not setting correct cursor position, when there is a offset
2023-05-06 14:46:44 +02:00
Robert Jelic
dda224bb53 Small Fixes
- Fixed Timer throwing a getNames is nil error
- Fixed Scrollbars not calculating opened dropdowns properly
- Fixed Dropdowns not using getSelectionColor
- Fixed ScrollbarFrames not prioritizing the scroll event on their childrens before they actually scroll
- Dropdowns now calculate their height based on added items, you can change that behaviour by using setDropdownSize
2023-05-06 14:36:09 +02:00
Robert Jelic
6e00661011 Small Fix
- Fixed dropdown draw-priority order (on same z-index)
2023-05-04 21:02:02 +02:00
Robert Jelic
2d6188d119 Docs Update
Small update for the downloads page
2023-05-04 20:51:09 +02:00
Robert Jelic
419cfad357 Update bigfonts.lua
Fixed bigfonts size bug
2023-05-04 20:34:36 +02:00
Robert Jelic
ba1f602965 Small fixes
- Fixed basalt_resize and basalt_reposition event
- Fixed program not changing the size of the internal window object
2023-05-04 19:59:31 +02:00