• Joined on 2023-12-03
Exynox merged pull request metin2/server#35 2024-11-17 09:14:09 +02:00
Updates from master
Exynox created pull request metin2/server#35 2024-11-17 09:13:49 +02:00
Updates from master
Exynox commented on issue metin2/server#27 2024-11-17 06:24:58 +02:00
Players do not get disconnected when already logged in

The bug seems to happen if the account is connected with a player in map c1 (ID 41). For example, if account is in map c3 (ID 43), the logout message is received and the player is disconnected.

Exynox commented on issue metin2/server#27 2024-11-16 21:59:33 +02:00
Players do not get disconnected when already logged in

This only seems to happen in the Docker deploy environment. Might be due to the fact that there are multiple game cores running at the same time. Might also be related to #32.

Exynox pushed to master at metin2/server 2024-11-16 21:15:04 +02:00
db0a0fef64 Disabled SSL enforcement in libmariadb
Exynox pushed tag 0.3.1 to metin2/server 2024-11-16 21:15:04 +02:00
Exynox merged pull request metin2/client#8 2024-11-16 19:20:47 +02:00
nightly
Exynox pushed to master at metin2/client 2024-11-16 19:20:45 +02:00
82a1a28787 Merge updates from the nightly branch
e685bdd3e3 Added a crude build script, DirectX 9 documentation
d19dc772db Fixed buffer overflow issue in DXTCImage, added nicer error messages.
c698136614 Set the default client language to English
9fac112e35 Added required changes for the Argon2ID system
Compare 10 commits »
Exynox created pull request metin2/client#8 2024-11-16 19:20:08 +02:00
nightly
Exynox pushed to nightly at metin2/client 2024-11-16 18:52:26 +02:00
e685bdd3e3 Added a crude build script, DirectX 9 documentation
Exynox pushed tag 0.3.0 to metin2/server 2024-11-16 18:19:21 +02:00
Exynox commented on pull request metin2/server#33 2024-11-16 18:18:15 +02:00
WIP: Rename identifiers containing Korean words in source code

Hi! Looks good for now, but the same changes should also be done in the Client

Exynox pushed to master at metin2/server 2024-11-16 18:17:15 +02:00
671c514cb6 Merge updates from the nightly branch
545aa2d6dd Added CLion IDE run configurations
e921594eff Replaced deprecated bound functions with modern lambda-functions.
d4fa88b7e2 Removed Boost dependency, changed MySQL library to MariaDB
7cc9550efc Fixed db crash when MySQL connection wasn't possible
Compare 74 commits »
Exynox merged pull request metin2/server#34 2024-11-16 18:17:14 +02:00
Merge updates from the `nightly` branch
Exynox created pull request metin2/server#34 2024-11-16 18:16:25 +02:00
Merge updates from the nightly branch
Exynox pushed to nightly at metin2/server 2024-11-16 17:53:03 +02:00
545aa2d6dd Added CLion IDE run configurations
Exynox pushed to nightly at metin2/server 2024-11-16 17:51:34 +02:00
e921594eff Replaced deprecated bound functions with modern lambda-functions.
Exynox commented on issue metin2/server#21 2024-11-10 16:59:35 +02:00
Locale improvements

Hi, the localization was already converted to English in the nightly branch (due to be merged/released into master soon). This was done by @Tr0n in commits 9b7536ee9a9441fc894fa702bb09c6a9e260cf8a,…

Exynox closed issue metin2/server#21 2024-11-10 16:59:35 +02:00
Locale improvements
Exynox pushed to nightly at metin2/server 2024-10-12 08:59:25 +03:00
d4fa88b7e2 Removed Boost dependency, changed MySQL library to MariaDB