summaryrefslogtreecommitdiff
path: root/src/plugins.cpp
AgeCommit message (Collapse)Author
2025-08-22pke-editor: handle callback list popup emptyJonathan Bradley
2025-06-05pk.h: update to 0.6.0 + handle breaking changesJonathan Bradley
2025-05-08pk.h: update to 0.5.0 + some breaking changesJonathan Bradley
2025-03-21pke: replace PkeArray with pk_arr_tJonathan Bradley
2025-01-09flatten file structure + renameJonathan Bradley
2024-11-14add pk.h and major pkmem refactorJonathan Bradley
Completely replaces the memory module with pkmem pkmem is a newer implementation of the same bucket memory structure. Also includes replacing pkstr.h with pk.h's pkstr
2023-12-23plugin checkpoint - multiple plugins and collision callbacksJonathan Bradley
2023-12-23check correct pathJonathan Bradley
2023-12-05minor refactor for pluginsJonathan Bradley