Commit Graph

73 Commits

Author SHA1 Message Date
Tr0n 8fede9a1df
manual translation of non-localized strings 2024-04-06 17:28:22 +02:00
Tr0n dfb3d08998
manual translation of non-localized strings 2024-04-06 12:50:34 +02:00
Tr0n 326c134f9e
manual translation of non-localized strings 2024-04-06 11:13:11 +02:00
Tr0n 9b7536ee9a
Initial pass of converting string literals to english 2024-04-06 10:31:54 +02:00
Tr0n 9056f6c6c6
convert some more comments to utf8 2024-04-06 10:24:46 +02:00
Tr0n 8685b02fdc
libthecore encoding conversion 2024-04-06 10:20:42 +02:00
Tr0n 341bef9aba
Merge branch 'nightly' into comment-encoding 2024-04-06 01:09:03 +02:00
sdgmt2 8a1acefeeb
move encoding tool to separate repo 2024-04-06 00:42:30 +02:00
sdgmt2 eacc808366
convert comments to utf-8 2024-04-05 23:34:45 +02:00
sdgmt2 4a1460f36e
convert korean characters in string literals to string encoded bytes 2024-04-05 22:24:46 +02:00
sdgmt2 aae9b169df
encoding fix script 2024-04-05 21:57:49 +02:00
sdgmt2 dd74eafc24
fix db cpp encoding 2024-04-01 14:20:00 +02:00
sdgmt2 d471d99a24
fix libthecore header encoding 2024-04-01 12:48:58 +02:00
sdgmt2 350fb0d424
fix libsql header encoding 2024-04-01 12:48:16 +02:00
sdgmt2 869720f9e6
fix libgame header encoding 2024-04-01 12:46:52 +02:00
sdgmt2 4fc612552a
fix common header encoding 2024-04-01 12:45:35 +02:00
sdgmt2 248205ae01
fix db header encoding 2024-04-01 12:43:31 +02:00
sdgmt2 82317e6c4d
fix game header encoding 2024-04-01 12:39:34 +02:00
Exynox 847ab2ef89 Fixed erroneous database table parsing due to incorrect SMS phone number removal 2024-03-31 15:30:43 +03:00
Exynox ebc479b7df Fixed "Invalid Socket Count 3, set to maximum" error 2024-03-31 09:09:35 +03:00
Exynox 1ee687f269 Removed unused PROTECT_CHILD_FOR_NEWCIBN 2024-03-31 08:54:34 +03:00
Exynox d85ef28eac Removed messenger SMS 2024-03-30 21:14:50 +02:00
Exynox 01cc27a7df Removed Billing/VCard 2024-03-30 19:58:21 +02:00
Exynox 72b495c03c Removed PCBang/iCafe code 2024-03-30 18:55:44 +02:00
Exynox 0c86f802ca Removed unused highscore Lua & DB functions 2024-03-30 18:06:36 +02:00
Exynox 05a1406c7c Removed database strings and automatic greeting 2024-03-30 17:50:04 +02:00
Exynox 00c5634c09 Removed country blocking (and exceptions) 2024-03-30 17:09:03 +02:00
Exynox 42079d56b7 Removed hotbackup 2024-03-30 16:57:24 +02:00
Exynox 0101618d89 Fixed sectree not found while loading guild buildings 2024-03-25 07:01:22 +02:00
Exynox 8579828ca6 Implemented official level update fix 2024-03-11 18:08:24 +02:00
Exynox 3f1ce57fa1 Enforced signed datatypes for char variables, fixing ARM builds 2024-03-03 19:10:49 +02:00
Exynox e4cbdcfc4d Remove hardcoded CMake debug flag. Closes #12 2024-03-03 19:03:53 +02:00
Exynox bba0294107 Merge pull request 'Refactored the logging code' (#14) from log-rewrite into master
Reviewed-on: #14
2024-03-03 19:02:05 +02:00
Exynox 0aab8162fb Merge branch 'master' into log-rewrite 2024-03-03 18:59:23 +02:00
Exynox 9fba85f947 Updated README.md with the latest changes 2024-03-03 18:55:48 +02:00
Exynox a7f4e4e54d Rewrote the log initialization functions, logs are now saved in rotating files, implemented configurable log levels 2024-03-03 18:51:51 +02:00
Exynox 7e543bd05f Merge pull request 'fix arm/aarch64 builds.' (#13) from NycuRO/server:fix-arm-aarch into master
Reviewed-on: #13
2024-01-09 20:59:11 +02:00
nicugnm 405b05fe59 fix arm/aarch64 builds. 2024-01-09 18:26:50 +02:00
Exynox feac4c0598 Applied changes on the db executable. Removed old logging functions. Various global changes. 2024-01-07 22:05:51 +02:00
Exynox 2f829ae2dc Applied changes on the game executable. 2023-12-31 12:26:59 +02:00
Exynox 2c8cb0c857 Made a small-scale test with the spdlog library. Incidentally added fmt. 2023-12-30 10:30:52 +02:00
Exynox fc3f2f232c CMake build system updates, the docker image automatically compiles quests at build 2023-12-10 10:00:55 +02:00
Exynox adabeb39a7 Added README 2023-12-09 23:24:37 +02:00
Exynox b79ad49c52 Fixed invisibility bug on login 2023-12-09 21:49:53 +02:00
Exynox 99935d6cff Eliminated hardcoded allowed map limit, added and increased the limit in length.h 2023-12-09 19:16:41 +02:00
Exynox da120f69e0 Made various network parameters manually configurable. 2023-12-09 17:02:17 +02:00
Exynox 10bd4d5075 Fixed encoding for locale.lua 2023-12-07 23:13:30 +02:00
Exynox ce920541a2 Improved build system scripts, cleaned up code, added experimental Dockerfile 2023-12-07 22:12:45 +02:00
Exynox ff3388e795 Refactored directory structure, added game files from TMP 2023-12-04 21:57:46 +02:00
Exynox c35f861d97 Fixed variable redeclaration in table reader 2023-05-01 11:02:00 +03:00