Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-06-05 | python3: Add explicit list()s for python3.6 | Freeyorp | 1 | -3/+3 | |
This should be reverted once we drop support for Ubuntu 18.04, and therefore python3.6, as it does clutter up the code a bit. Sourced from specing's work on the porting process. See https://git.themanaworld.org/legacy/tmwa/-/merge_requests/256 | |||||
2024-06-05 | python3: Strip old __future__ references | Freeyorp | 1 | -2/+0 | |
2024-06-04 | Very basic python3 support | Freeyorp | 1 | -1/+1 | |
Extremely minimal, not touching any __future__ imports or such. For serious use, see specing's WIP PR at: https://git.themanaworld.org/legacy/tmwa/-/merge_requests/256 | |||||
2024-05-31 | Change char_conf.max_connect_user back to signed integer | Thorbjørn Lindeijer | 1 | -1/+1 | |
This configuration variable changed from signed to unsigned with the move to Python-generated config file parsing in e1418f378c66343a35db3791cbf0d54a4be3fbd3 and c482e420bcf447073ffe3ff8a106a0561e0baadd. Changing it back to signed because it is compared to a signed integer returned from count_users. Also, having it as signed integer allows setting it to a negative value to refuse any user connection. | |||||
2024-04-12 | Add battle_config.max_rate limit (500). GMs cannot go above this | Fedja Beader | 1 | -0/+1 | |
Blame Ledmitz (: | |||||
2024-04-10 | Add server-wide drop rates modifier | Fedja Beader | 1 | -0/+1 | |
2019-04-15 | add a built-in gm log delay option | gumi | 1 | -0/+2 | |
2019-01-10 | limit login requests to 1 per ip per X seconds | gumi | 1 | -0/+2 | |
2016-02-08 | allow to not allocate stats on CC | mekolat | 1 | -3/+3 | |
do not use sex provided by client for scripts send the correct sex to the client | |||||
2015-06-18 | move hardcoded settings in char server to config file | mekolat | 1 | -0/+7 | |
2015-05-11 | Merge pull request #88 from mekolat/gmpass | Wushin | 1 | -2/+0 | |
remove leftovers from gm atcommand removal | |||||
2015-05-07 | remove leftovers from gm atcommand removal | mekolat | 1 | -2/+0 | |
2015-05-07 | death to the motd!!!11one11 | mekolat | 1 | -1/+0 | |
2015-04-30 | Remove tmwa-monitor | wushin | 1 | -8/+0 | |
2015-04-13 | Merge pull request #41 from wushin/pvp-script-persistance | Wushin | 1 | -0/+1 | |
Make killer & killable script builtins | |||||
2015-04-05 | Remove Warp Debug Sprite Action | wushin | 1 | -1/+0 | |
2015-04-04 | Remove killer/killable | wushin | 1 | -0/+1 | |
Death Clears default pvp Add Player Togglable PvP Flag Add Timer to PvP Flag (Anti-Spam) Add getpvpflag builtin | |||||
2015-01-22 | Generate most config parsers | Ben Longbons | 1 | -0/+692 | |