Notes for plugin api addition PR

This commit is contained in:
Eric Froemling 2021-04-19 18:46:37 -07:00
parent 9c5d209749
commit 1a0e62a3b8
No known key found for this signature in database
GPG Key ID: 89C93F0F8D6D5A98
2 changed files with 5 additions and 1 deletions

View File

@ -18,6 +18,7 @@
- Fixed possible crash due to buffer under/overruns in `Utils::precalc_rands_*`.
- Fixed a potential crash-on-exit due to statically allocated colliders/caches in `ode_collision_trimesh.cpp` getting torn down while in use
- Better randomization for player free-for-all starting locations
- Plugins can now register to be called for pause, resume, and shutdown events in addition to launch
### 1.5.29 (20246)
- Exposed ba method/class initing in public C++ layer.

View File

@ -19,4 +19,7 @@
- Bug fixes
### Mr.Smoothy
- Modder
- Modder
### Daniil Rakhov
- Plugin api additions