What's Changed
- Memory reduction. by @Y-Less in #550
- Use
Span<>
, don't exposevector<>
. by @Y-Less in #548 - Fix
funcidx
in the streamer plugin. by @Y-Less in #552 - In memory db by @Y-Less in #553
- Component load pr by @Y-Less in #554
- Append
.so
to plugin names. by @Y-Less in #555 - CMake changes and m1/macos support by @AmyrAhmady in #551
- Use the correct string search function. by @Y-Less in #557
- command text sanity check by checking cmd length by @AmyrAhmady in #556
- Actually ignore missing
main
, like the comment says. by @Y-Less in #560 - Deprecate
str_buf_addr
from PawnPlus. by @Y-Less in #558 - Special-case NPCs (and localhost in general) in connection code. by @Y-Less in #559
- Log SQLite queries. by @Y-Less in #561
- Keep a local copy of the loaded defaults and revert to them on GMX. by @Y-Less in #562
- TD crash fix. by @Y-Less in #563
- Configurable http threads count. by @ksenonadv in #564
- Fix GDK hooks by @Cheaterman in #566
- Player attached objects. by @ksenonadv in #565
- Check supported major version when loading components. by @Y-Less in #568