mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-12-16 20:24:39 -06:00
-
released this
2025-01-17 15:38:38 -06:00 | 172 commits to main since this releaseWhat's Changed
Features
- feat: Chat Web API (now with no threading) by @aronwk-aaron in https://github.com/DarkflameUniverse/DarkflameServer/pull/1715
- feat: Replace calls to system function in server startups by @jadebenn in https://github.com/DarkflameUniverse/DarkflameServer/pull/1691
- feat: implement rest of equipment scripts by @EmosewaMC in https://github.com/DarkflameUniverse/DarkflameServer/pull/1714
Fixes
- fix: wealth shooting gallery bugs by @EmosewaMC in https://github.com/DarkflameUniverse/DarkflameServer/pull/1702
- fix: add child loading by @EmosewaMC in https://github.com/DarkflameUniverse/DarkflameServer/pull/1706
- fix: property entrance component optional by @EmosewaMC in https://github.com/DarkflameUniverse/DarkflameServer/pull/1707
- fix: Add missing racing scripts by @EmosewaMC in https://github.com/DarkflameUniverse/DarkflameServer/pull/1708
- fix: add minimum g++ version by @EmosewaMC in https://github.com/DarkflameUniverse/DarkflameServer/pull/1711
- fix: first attack being weaponless by @EmosewaMC in https://github.com/DarkflameUniverse/DarkflameServer/pull/1709
- fix: update player container on shutdown by @EmosewaMC in https://github.com/DarkflameUniverse/DarkflameServer/pull/1704
- fix: online notification playing even when a player hasnt fully logged out by @EmosewaMC in https://github.com/DarkflameUniverse/DarkflameServer/pull/1703
- fix: ignore unused scripts from loading by @EmosewaMC in https://github.com/DarkflameUniverse/DarkflameServer/pull/1713
- fix: weaponless world load by @EmosewaMC in https://github.com/DarkflameUniverse/DarkflameServer/pull/1718
- fix: flashing rebuilds not flashing and bricks not appearing from templates without destroyable components but with is_smashable set. by @EmosewaMC in https://github.com/DarkflameUniverse/DarkflameServer/pull/1721
- fix: friends not updating and using incorrect world by @EmosewaMC in https://github.com/DarkflameUniverse/DarkflameServer/pull/1724
- fix: friends by @EmosewaMC in https://github.com/DarkflameUniverse/DarkflameServer/pull/1726
- fix: use generated bcrypt password for internal master connections by @EmosewaMC in https://github.com/DarkflameUniverse/DarkflameServer/pull/1720
- fix: Remove added physics objects by @EmosewaMC in https://github.com/DarkflameUniverse/DarkflameServer/pull/1727
- fix: incorrect knockback parameters by @EmosewaMC in https://github.com/DarkflameUniverse/DarkflameServer/pull/1729
- fix: lego club teleport by @EmosewaMC in https://github.com/DarkflameUniverse/DarkflameServer/pull/1731
- fix: missing comma in Servers file by @EmosewaMC in https://github.com/DarkflameUniverse/DarkflameServer/pull/1730
- fix: reduce networked traffic for QuickBuildComponent Serialization by @EmosewaMC in https://github.com/DarkflameUniverse/DarkflameServer/pull/1732
Chores
- chore: remove httplib by @aronwk-aaron in https://github.com/DarkflameUniverse/DarkflameServer/pull/1723
- chore: readme updates by @EmosewaMC in https://github.com/DarkflameUniverse/DarkflameServer/pull/1712
Full Changelog: https://github.com/DarkflameUniverse/DarkflameServer/compare/v3.0.1...v3.1.0
Downloads