mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-12-16 20:24:39 -06:00
-
released this
2024-01-12 14:23:44 -06:00 | 487 commits to main since this releaseWhat's Changed
Fixes
- fix: crash when resetting missions and remove old code by @EmosewaMC in https://github.com/DarkflameUniverse/DarkflameServer/pull/1395
- fix: activity id not using overridden id by @EmosewaMC in https://github.com/DarkflameUniverse/DarkflameServer/pull/1400
- fix: Docker Compose README by @Xiphoseer in https://github.com/DarkflameUniverse/DarkflameServer/pull/1403
Chores
- feat: fully reading auth packets and use stamps by @aronwk-aaron in https://github.com/DarkflameUniverse/DarkflameServer/pull/1398
- chore: Update Commands documentation by @HailStorm32 in https://github.com/DarkflameUniverse/DarkflameServer/pull/1396
- chore: replace macro with anonymous namespace function by @jadebenn in https://github.com/DarkflameUniverse/DarkflameServer/pull/1394
- chore: Remove pointer management in PlayerContainer by @EmosewaMC in https://github.com/DarkflameUniverse/DarkflameServer/pull/1397
- chore: Consolidate logger setup and add better handling of packets by @EmosewaMC in https://github.com/DarkflameUniverse/DarkflameServer/pull/1389
- chore: change timers to not use ptrs by @EmosewaMC in https://github.com/DarkflameUniverse/DarkflameServer/pull/1399
- chore: make dNet only depend on dCommon libraries by @EmosewaMC in https://github.com/DarkflameUniverse/DarkflameServer/pull/1401
- chore: continue work on removing raw packet reading by @aronwk-aaron in https://github.com/DarkflameUniverse/DarkflameServer/pull/1404
- chore: Assorted pet improvements by @jadebenn in https://github.com/DarkflameUniverse/DarkflameServer/pull/1402
- chore: remove non cstdint integer types in CDClientTables by @EmosewaMC in https://github.com/DarkflameUniverse/DarkflameServer/pull/1405
- chore: update noninformative comments to be informative by @EmosewaMC in https://github.com/DarkflameUniverse/DarkflameServer/pull/1407
- chore: Simplify and move Player functionality to relevant component by @EmosewaMC in https://github.com/DarkflameUniverse/DarkflameServer/pull/1408
- chore: Add ghost component by @EmosewaMC in https://github.com/DarkflameUniverse/DarkflameServer/pull/1409
- chore: default size to 33 on LU(W)Strings by @aronwk-aaron in https://github.com/DarkflameUniverse/DarkflameServer/pull/1410
Full Changelog: https://github.com/DarkflameUniverse/DarkflameServer/compare/v2.0.0...v2.1.0
Downloads