Robert Jelic
c0fab23cef
Small update to 1.6.4
...
- added bimg support
- reworked graphic object
- added blit for drawsystem (makes drawing bit faster
- added bimg lib
- reworked image object
- fixed thread bug
v1.6.4
2022-11-23 17:32:06 +01:00
Robert Jelic
7609708507
Merge branch 'master' of https://github.com/Pyroxenium/Basalt
2022-11-23 17:11:33 +01:00
Robert Jelic
e2f2a2871d
Improved event system
...
Updated the event system to the current dev branch
2022-11-23 17:11:21 +01:00
Robert Jelic
37dde881ad
Small bugfix for frames
...
Small bugfix for frames when using setZIndex after objects got added. Reason was because the frame didn't add the events to it's parent.
2022-11-22 18:28:03 +01:00
Robert Jelic
8f2e191fe3
Border Bugfix for Buttons
...
Small visual fix for buttons, when using borders
2022-11-21 06:23:13 +01:00
Robert Jelic
15d8cb3781
Update Object.lua
...
cancels other events - should never have been there
2022-11-14 06:13:23 +01:00
Robert Jelic
8acb673f74
small hotfix for source project
2022-11-04 21:18:32 +01:00
Robert Jelic
cfdca639db
Docs update
...
some docs update for the new installer
2022-10-31 17:30:11 +01:00
Robert Jelic
b34cdd8383
Small install.lua fix
...
Small fix to the web version
2022-10-31 00:41:57 +01:00
Robert Jelic
a74b8a3d9f
Some smaller changed
...
some changes for testing improved installer
2022-10-31 00:27:59 +01:00
Robert Jelic
ef480c3998
changed index.html
...
-added edit-on-github
-added copy code
-added image zoom
- changed search depth from 6 to 2
2022-10-26 00:24:22 +02:00
Robert Jelic
c3e97ae516
Docs -> frames
...
Updated the frame object in docs
2022-10-26 00:19:00 +02:00
Robert Jelic
d78bb4d141
Docs - panes
...
changed panes to make it more clear why they exist
2022-10-21 21:13:09 +02:00
Robert Jelic
ab72f244ed
Updated some formatting
...
Updated formatting for object
2022-10-20 21:05:29 +02:00
Robert Jelic
4352d36831
Small docs update
...
- added searchbar
- added :remove method @Object
2022-10-20 20:20:25 +02:00
Robert Jelic
04ad97ccbe
Small program fix
2022-10-20 06:22:14 +02:00
Robert Jelic
6b2433e0a1
Whoops
2022-10-13 20:59:49 +02:00
Robert Jelic
bf1b008084
Docs update
...
Some more stuff for docs
2022-10-09 14:00:35 +02:00
Robert Jelic
681d54b406
moving module
v1.6.3
2022-10-09 12:16:38 +02:00
Robert Jelic
eab8794d38
..forgot to add (1.6.3)
...
- Fixed focus system bug
- Fixed :getScrollAmount (frames)
- added :onHover
- added :onLeave
- Made drawing a bit faster
- Added a dragging throttle system
- Mouse events should send now relative coordinates
2022-10-09 12:14:20 +02:00
Robert Jelic
1d3e2018ef
docs update
...
Updated some docs stuff
2022-10-09 12:05:30 +02:00
Robert Jelic
44402b1d26
Basalt 1.6.3 - some improvements
...
- added new animations (:setMode("animname")
- added :addMode("animname", f) to create custom easings
- Fixed a bug in input when using - or . nothing happens (inputmode number)
- Added a event for labels when using multiple line text and the window/frame gets resized)
- Changed some backend stuff for programs
- added a setEnviroment method for programs
- Added a program_done event and a program_error event for programs (:onError() and :onDone())
- Fixed a bug in textfields (when using editLine it doesn't update colors)
- seperated the char event from the key event (before both events executed :onKey events, now there is a :onChar() and :onKey() event
2022-10-09 10:50:02 +02:00
Robert Jelic
56d89ad6f0
added install/package script
...
Added install script
Added packager/minify script
2022-09-18 22:21:29 +02:00
Robert Jelic
4af3df72ab
Merge pull request #28 from Erb3/master
...
Docs update, mostly Basalt, Sidebar and Footer.
2022-09-17 15:04:41 +02:00
Erb3
f404e0ad8f
Small onEvent change
2022-09-17 14:59:46 +02:00
Erb3
45bb23476b
Docs: Fix sidebar issue on all Basalt methods
2022-09-17 14:41:54 +02:00
Erb3
bd61da9593
Docs: basalt.update()
2022-09-17 14:33:10 +02:00
Erb3
9acf7d5345
Docs: Basalt.stopUpdate
2022-09-17 14:33:04 +02:00
Erb3
1efca45639
Docs: Basalt.setVariable.md
2022-09-17 14:28:53 +02:00
Erb3
2dfe69fe43
Docs: Basalt.setTheme
2022-09-17 14:28:44 +02:00
Erb3
40b24ccf46
Docs: Add basalt.setActiveFrame.md
2022-09-17 14:25:01 +02:00
Erb3
1ebeda0375
Docs: Clean up basalt.scheduel.md
2022-09-17 14:21:55 +02:00
Erb3
9a514e6f7c
Docs: Add base onEvent.md
2022-09-17 14:21:43 +02:00
Erb3
4f1baee771
Docs: Update basalt.removeFrame.md
2022-09-15 15:34:59 +02:00
Erb3
6ed31dd44c
Docs: Update log.md
2022-09-15 15:19:16 +02:00
Erb3
19bc07e350
Docs: Fix typo in basalt.getVariable.md
2022-09-15 15:06:26 +02:00
Erb3
27321380ae
Docs: Finish Basalt.getTheme.md
2022-09-15 15:05:42 +02:00
Erb3
bf9f01aae7
Docs: basalt.isKeyDown
2022-09-12 21:07:31 +02:00
Erb3
651690d8ab
Docs: basalt.getVariable & basalt.getVersion
2022-09-12 21:04:01 +02:00
Erb3
7bcbafe30b
Docs: basalt.getTheme
2022-09-12 20:57:06 +02:00
Erb3
72f2c527b9
Docs: basalt.get(Active)Frame
2022-09-12 20:51:58 +02:00
Erb3
77eeb1ce81
Docs: basalt.debug
2022-09-12 20:47:37 +02:00
Erb3
04d5919a82
Docs: basalt.createFrame
2022-09-12 20:44:18 +02:00
Erb3
6fa519be86
Docs: basalt.autoUpdate()
2022-09-12 20:35:01 +02:00
Erb3
00fff1c2f0
Docs: Basalt.md update
...
Changes:
* Rewording
* Add forgotten methods
* Sort methods
2022-09-12 20:09:14 +02:00
Erlend
140f1b0014
Reword Quick-Start.md
2022-09-12 12:23:31 +02:00
Erlend
153f2b9146
docs: rephrase installer.md
2022-09-12 12:20:24 +02:00
Erlend
21467fe4f4
Merge pull request #1 from Pyroxenium/master
...
fetch latest
2022-09-12 11:49:10 +02:00
Robert Jelic
6f372fa070
docs update
2022-09-11 11:40:49 +02:00
Robert Jelic
3ca6ac5af0
small docs fix
...
someone is watching me
2022-09-10 21:02:56 +02:00