Skip to content

Commit

Permalink
Notes for plugin api addition PR
Browse files Browse the repository at this point in the history
  • Loading branch information
efroemling committed Apr 20, 2021
1 parent 9c5d209 commit 1a0e62a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -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.
Expand Down
5 changes: 4 additions & 1 deletion CONTRIBUTORS.md
Expand Up @@ -19,4 +19,7 @@
- Bug fixes

### Mr.Smoothy
- Modder
- Modder

### Daniil Rakhov
- Plugin api additions

0 comments on commit 1a0e62a

Please sign in to comment.