• Joined on 2023-12-03
Exynox opened issue metin2/server#9 2023-12-29 22:22:03 +02:00
Use a single, unified logging system.
Exynox opened issue metin2/server#8 2023-12-29 22:19:49 +02:00
Perform static analysis on the code
Exynox opened issue metin2/server#7 2023-12-29 22:19:05 +02:00
Migrate all strings to C++-style
Exynox opened issue metin2/server#6 2023-12-29 22:18:39 +02:00
Use fixed width integer types instead of typedefs
Exynox opened issue metin2/server#5 2023-12-29 22:18:03 +02:00
Use the fmt library instead of printf-like string formatting
Exynox opened issue metin2/server#4 2023-12-29 22:17:42 +02:00
Improve packet reading memory safety
Exynox opened issue metin2/server#3 2023-12-29 22:16:51 +02:00
Convert the game config from the config file to env variables
Exynox commented on issue metin2/client#1 2023-12-13 22:57:42 +02:00
vcpkg exit code(compilation)

Hi, This looks like a vcpkg issue. Try reinstalling vcpkg and see what happens. Also, this project uses vcpkg in manifest mode, so it should (and tries here) to install dependencies automatically.…

Exynox pushed to master at metin2/server 2023-12-10 10:01:23 +02:00
fc3f2f232c CMake build system updates, the docker image automatically compiles quests at build
Exynox pushed tag 0.1.1 to metin2/server 2023-12-10 10:01:23 +02:00
Exynox pushed tag 0.1.0 to metin2/server 2023-12-10 00:46:01 +02:00
Exynox pushed to master at metin2/deploy 2023-12-09 23:42:41 +02:00
b8b3580460 Add README
Exynox created branch master in metin2/deploy 2023-12-09 23:34:33 +02:00
Exynox pushed to master at metin2/deploy 2023-12-09 23:34:33 +02:00
da2b384643 Add initial test version
Exynox pushed to master at metin2/client 2023-12-09 23:32:16 +02:00
65a26cb487 Updated README
Exynox pushed to master at metin2/server 2023-12-09 23:24:45 +02:00
adabeb39a7 Added README
Exynox pushed to master at metin2/server 2023-12-09 21:50:00 +02:00
b79ad49c52 Fixed invisibility bug on login
Exynox pushed to master at metin2/client 2023-12-09 20:46:49 +02:00
671a27e4a4 Set default language to English, simplified serverinfo, updated gitignore
Exynox pushed to master at metin2/server 2023-12-09 19:16:48 +02:00
99935d6cff Eliminated hardcoded allowed map limit, added and increased the limit in length.h
Exynox pushed to master at metin2/server 2023-12-09 17:02:24 +02:00
da120f69e0 Made various network parameters manually configurable.