• Joined on 2024-04-06
Tr0n commented on pull request metin2/server#22 2024-04-09 21:34:41 +03:00
Default all localized behavior to European logic

You're right. Gotta love when people mix true == IsSomething, false == IsSomething and all the negated variations 😅

Tr0n pushed to localization/default-gf-eu at Tr0n/server 2024-04-09 21:33:28 +03:00
b15eb7f3fe fix: wrong delay used for item drop despawn.
Tr0n commented on pull request metin2/server#22 2024-04-09 19:36:21 +03:00
Default all localized behavior to European logic

i restored them and made the English locale the default. Let me know if that implementation fits what you had in mind.

Tr0n pushed to localization/default-gf-eu at Tr0n/server 2024-04-09 19:13:54 +03:00
3a8d9e38e8 remove duplicate variable definition
4074c3b96a fix out of order access of variables
854fef68e8 revert removal of locale initialization per country. default to English
Compare 3 commits »
Tr0n commented on pull request metin2/server#22 2024-04-09 18:50:53 +03:00
Default all localized behavior to European logic

While I think the point for having a locale file for English to English being pointless is fair, I also believe it to be valuable to have all locales being treated the same. That way you would be…

Tr0n pushed to localization/default-gf-eu at Tr0n/server 2024-04-09 18:26:48 +03:00
cf66bb3310 revert name change removal
254f6f6664 remove division by 1 for party exp bonus
0072bc5e14 revert removal of spam db
62f3635b86 revert removed warning for disabled version checks
2c37b2009d revert local testing of string localization
Compare 12 commits »
Tr0n commented on pull request metin2/server#22 2024-04-09 18:26:13 +03:00
Default all localized behavior to European logic

I will revert the removal. See I haven't played official in so long that I didn't know you can change your name at all.

Tr0n commented on pull request metin2/server#22 2024-04-09 18:23:26 +03:00
Default all localized behavior to European logic

was unsure if that maybe is used to convert float to int (and if that matters here).

will remove the /1

Tr0n commented on pull request metin2/server#22 2024-04-09 18:18:52 +03:00
Default all localized behavior to European logic

Probably. My mind just went to "if we're not an auth server, we must be a teen server" and yeeted the branch. will revert.

Tr0n commented on pull request metin2/server#22 2024-04-09 18:14:34 +03:00
Default all localized behavior to European logic

do you want me to revert this?

Tr0n commented on pull request metin2/server#22 2024-04-09 18:14:05 +03:00
Default all localized behavior to European logic

sure. will do.

Tr0n commented on pull request metin2/server#22 2024-04-09 18:13:35 +03:00
Default all localized behavior to European logic

I will remove it entirely. Thought it would be good to still have the provision to implement own logic. But you're right coding for what you "might do" in the future is not good.

Tr0n commented on pull request metin2/server#22 2024-04-09 18:12:09 +03:00
Default all localized behavior to European logic

absolutely, my bad.

Tr0n commented on pull request metin2/server#22 2024-04-09 18:11:55 +03:00
Default all localized behavior to European logic

good catch, thanks. will revert.

Tr0n commented on pull request metin2/server#22 2024-04-09 18:11:19 +03:00
Default all localized behavior to European logic

that was by accident. will restore.

Tr0n commented on pull request metin2/server#22 2024-04-09 18:06:03 +03:00
Default all localized behavior to European logic

my bad. Was testing something locally and forgot to revert. Will restore original functionality.

Tr0n pushed to localization/default-gf-eu at Tr0n/server 2024-04-07 23:11:26 +03:00
0a907f41d2 remove unnecessary leftover closures
Tr0n pushed to localization/default-gf-eu at Tr0n/server 2024-04-07 19:10:27 +03:00
dbcabd7fa9 reduce LC_InitLocalization logic, purge LC_Is* definitions
Tr0n commented on issue metin2/server#21 2024-04-07 19:02:14 +03:00
Locale improvements

Phew. Glad we had the same goal (again) :D I yeeted everything (except for 6/7 bonus) in a branch on my fork #22.

Tr0n created pull request metin2/server#22 2024-04-07 19:00:09 +03:00
Default all localized behavior to European logic