• Joined on 2023-12-03
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
Exynox commented on issue metin2/server#1 2024-09-22 09:56:46 +03:00
The DB core segfaults if MySQL is not running

Fixed in commit 7cc9550efce4f66b4dd9ee2460e97f92b7ebfb05

Exynox closed issue metin2/server#1 2024-09-22 09:56:46 +03:00
The DB core segfaults if MySQL is not running
Exynox closed issue metin2/server#23 2024-09-22 09:56:06 +03:00
Using mount seals might lead to broken stats
Exynox commented on issue metin2/server#29 2024-08-28 03:57:23 +03:00
Wrong free routine in main.cpp

Closed by fafa828b27c0ce8f4ccb174a00c91c201090dc44

Exynox closed issue metin2/server#29 2024-08-28 03:57:23 +03:00
Wrong free routine in main.cpp
Exynox opened issue metin2/server#32 2024-08-28 03:56:24 +03:00
Possible communication error between game cores
Exynox opened issue metin2/server#31 2024-07-14 19:39:43 +03:00
Possible network data mishandling
Exynox commented on issue metin2/client#5 2024-07-07 21:14:14 +03:00
Memory issue when repacking .eix/.epk archives

This was caused to improper bounds checking when using pointer arithmetic to access files in memory. Fixed in d19dc772db

Exynox closed issue metin2/client#5 2024-07-07 21:14:14 +03:00
Memory issue when repacking .eix/.epk archives
Exynox pushed to nightly at metin2/client 2024-07-07 21:12:07 +03:00
d19dc772db Fixed buffer overflow issue in DXTCImage, added nicer error messages.
Exynox opened issue metin2/client#7 2024-07-07 21:11:57 +03:00
Stop using EterImageLib
Exynox opened issue metin2/client#6 2024-07-07 21:11:13 +03:00
Use wrapper buffer classes for access to files in memory
Exynox opened issue metin2/client#5 2024-07-07 16:43:01 +03:00
Memory issue when repacking .eix/.epk archives