mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-09 09:48:20 +00:00
chore: Bump verion to 2.3.0 (#1564)
fix versions.txt, update cmake version
This commit is contained in:
parent
2ca61c3e57
commit
9e36510c6b
@ -1,5 +1,5 @@
|
|||||||
PROJECT_VERSION_MAJOR=1
|
PROJECT_VERSION_MAJOR=2
|
||||||
PROJECT_VERSION_MINOR=2
|
PROJECT_VERSION_MINOR=3
|
||||||
PROJECT_VERSION_PATCH=0
|
PROJECT_VERSION_PATCH=0
|
||||||
|
|
||||||
# Debugging
|
# Debugging
|
||||||
|
@ -82,7 +82,7 @@ void AuthPackets::SendHandshake(dServer* server, const SystemAddress& sysAddr, c
|
|||||||
if (serverType == ServerType::Auth) bitStream.Write(ServiceId::Auth);
|
if (serverType == ServerType::Auth) bitStream.Write(ServiceId::Auth);
|
||||||
else if (serverType == ServerType::World) bitStream.Write(ServiceId::World);
|
else if (serverType == ServerType::World) bitStream.Write(ServiceId::World);
|
||||||
else bitStream.Write(ServiceId::General);
|
else bitStream.Write(ServiceId::General);
|
||||||
bitStream.Write<uint64_t>(215523405360);
|
bitStream.Write<uint64_t>(215523470896);
|
||||||
|
|
||||||
server->Send(bitStream, sysAddr, false);
|
server->Send(bitStream, sysAddr, false);
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
1.2 - Dragonmaw functional
|
2.3 - Dragonmaw functional, new slash command system, vanity system overhaul
|
||||||
1.1 - Whole lot of fixed bugs and implemented features
|
2.2 - Code cleanup and QoL fixes
|
||||||
|
2.1 - Bug and crash fixes
|
||||||
|
2.0 - Whole lot of fixed bugs and implemented features
|
||||||
1.0 - Final cleanup and bug fixing for public release
|
1.0 - Final cleanup and bug fixing for public release
|
||||||
0.9 - Includes BBB without the need for a UGC server, cannon cove minigame, and bug fixes.
|
0.9 - Includes BBB without the need for a UGC server, cannon cove minigame, and bug fixes.
|
||||||
0.8 - Added Ninjago! and it's various features + frakjaw minigame. AG survival now works.
|
0.8 - Added Ninjago! and it's various features + frakjaw minigame. AG survival now works.
|
||||||
|
Loading…
Reference in New Issue
Block a user