Penaz
|
bbcd574e08
|
Update Test Plugins
|
2026-03-25 21:57:46 +01:00 |
|
Penaz
|
044cbc8d95
|
Added more test strings to test hooks
|
2026-03-15 21:36:12 +01:00 |
|
Penaz
|
8fa0d45f32
|
Allow plugins to hook into events for real
And add an example plugin.
|
2026-03-14 22:24:33 +01:00 |
|
Penaz
|
63930640f5
|
Allow plugins to register custom Lua functions
Will probably need to find a better way to allow plugins to access
internal functions of LibreSplit instead of this "PlugAPI bridge" I've
made
|
2026-03-13 23:51:29 +01:00 |
|
Penaz
|
f868157089
|
First init functions for plugins.
Now plugins can execute code. They can't do anything useful probably,
but that's something, right?
|
2026-03-12 21:17:56 +01:00 |
|
Penaz
|
26b59b95d9
|
Add basic plugin loading structure
It reads metadata from .so files without executing code. Does nothing
else.
|
2026-03-11 21:03:46 +01:00 |
|