1
Fork 0
mirror of https://github.com/redstrate/Kawari.git synced 2025-06-30 11:47:45 +00:00
kawari/resources
thedax 6d99bef66c
Refactor and reorganize numerous Lua systems: (#63)
-Global.lua is no longer a catch-all dumping ground for registering actions and events
Instead, Global.lua will actually contain useful global constants and functions

-Init.lua will take over the role of being the initial script run when doing reloads or booting the servers
-Actions.lua will take over registering all actions
-Items.lua will take over registering all items
-Commands.lua will take over registering all text commands

-Events.lua will take over registering all warps, openings/quests, aetherytes, etc.
To this end, event ids now live in organized tables to reduce error-prone copy paste clutter

If we get enough actions, items or commands, we can move those to tables too.
2025-06-25 13:25:48 -04:00
..
scripts Refactor and reorganize numerous Lua systems: (#63) 2025-06-25 13:25:48 -04:00
static Add Bootstrap styling to most web pages 2025-05-03 11:56:27 -04:00
templates Move restoring character backup to it's own page 2025-06-23 21:42:30 -04:00
tests Fix action results not working 2025-04-18 12:38:02 -04:00
Caddyfile Add patch-dl.ffxiv.localhost to the default Caddy config 2025-06-08 15:44:22 -04:00
main.png Add screenshot to README 2025-06-19 20:19:53 -04:00
opcodes.json Begin implementing currency, add //gm gil command and more 2025-06-24 19:16:32 -04:00