Commit graph

4 commits

Author SHA1 Message Date
Penaz
bbcd574e08 Update Test Plugins 2026-03-25 21:57:46 +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