Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-06-05 | debug-debug: Update deprecated gdb syntax | Freeyorp | 1 | -3/+3 | |
2024-06-05 | python3: Add explicit encoding='utf-8' for python3.6 | Freeyorp | 1 | -1/+1 | |
2024-06-05 | python3: Add explicit list()s for python3.6 | Freeyorp | 2 | -7/+7 | |
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: Update names | Freeyorp | 2 | -59/+54 | |
- unicode -> str - u'' -> '' - cStringIO -> io 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 | 5 | -8/+0 | |
2024-06-04 | Rename .make to .mk | Freeyorp | 1 | -1/+1 | |
.mk is more widely understood than .make, for IDE usage. | |||||
2024-06-04 | Very basic python3 support | Freeyorp | 7 | -7/+13 | |
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 | |
2024-03-18 | Workaround "Function... not defined in.." (breakpoints not found) (GDB bug) | Fedja Beader | 1 | -1/+14 | |
Function "_Z13do_breakpointIN4tmwa3map11script_dataEEvRKT_PKc" not defined in "/builds/specing/tmwa/src/debug-debug/map-script-persist.cpp". Breakpoint 1 (/builds/specing/tmwa/src/debug-debug/map-script-persist.cpp:'_Z13do_breakpointIN4tmwa3map11script_dataEEvRKT_PKc') pending. void do_breakpoint<tmwa::map::script_data>(tmwa::map::script_data const&, char const*); Thanks to ssbssa@#gdb for pointing this out. | |||||
2024-02-20 | tools/protocol.py: Added generation of client code | Thorbjørn Lindeijer | 1 | -5/+62 | |
This helps with keeping the protocol in the Mana client up to date. **** | |||||
2022-10-23 | Added get all reg2, get single reg2, set/add reg2 and del reg2 to ↵ | HoraK-FDF | 1 | -1/+101 | |
tmwa-admin. Fixed communication from char server to login server. Added translations and comments. Minor QoL. | |||||
2019-04-15 | add a built-in gm log delay option | gumi | 1 | -0/+2 | |
2019-01-11 | drop support for gcc-5, gcc-6, clang-4, clang-5 in travis and fix some misc ↵ | gumi | 1 | -3/+3 | |
issues | |||||
2019-01-10 | limit login requests to 1 per ip per X seconds | gumi | 1 | -0/+2 | |
2018-12-30 | pre-send the auth details to map servers instead of blindly trusting 0x0072 | gumi | 1 | -0/+32 | |
2018-12-30 | make char server notify login server of successful auth | gumi | 1 | -0/+16 | |
2018-12-18 | add player heal packetsv18.12.18 | gumi | 1 | -0/+29 | |
2018-12-13 | add support for sending player HP for protocol >= 9 | gumi | 1 | -9/+9 | |
2018-11-10 | add support for CMSG_ONLINE_LIST | gumi | 1 | -5/+36 | |
2018-04-05 | preemptively send auth details to char server | gumi | 1 | -0/+16 | |
why wasn't this already the case? o_o | |||||
2018-03-04 | send base level where appropriate | gumi | 1 | -3/+6 | |
2018-02-17 | add missing parentheses in debug-debug | gumi | 1 | -3/+3 | |
2018-01-01 | release v18.1.1v18.1.1 | gumi | 1 | -0/+28 | |
2016-11-27 | force sending .gat extension for SMSG_SET_TILES_TYPE | gumi | 1 | -1/+1 | |
2016-05-13 | add packet SMSG_MAP_SET_TILES_TYPE [0x0231] | mekolat | 1 | -0/+20 | |
2016-04-20 | add client version to packet 0x2b02 | mekolat | 1 | -1/+2 | |
2016-04-15 | implement SMSG_PLAYER_CLIENT_COMMAND | mekolat | 1 | -0/+17 | |
2016-04-14 | implement SMSG_SCRIPT_MESSAGE | mekolat | 1 | -0/+18 | |
2016-04-10 | consolidate client version handling | mekolat | 1 | -7/+16 | |
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 | |||||
2016-02-08 | Add third gender to account | wushin | 1 | -3/+4 | |
Add Gender to char Make gear work proper with new gender Enable legacy clients to use account gender | |||||
2015-06-28 | Merge pull request #123 from mekolat/char | Wushin | 1 | -0/+7 | |
char server bug fix & enhancement | |||||
2015-06-20 | add map mask support | mekolat | 1 | -1/+14 | |
2015-06-20 | npc actions | mekolat | 1 | -1/+1 | |
2015-06-19 | implement change music packet | mekolat | 1 | -1/+17 | |
2015-06-19 | Merge pull request #103 from mekolat/pvp | Wushin | 1 | -2/+28 | |
Pvp enhancements | |||||
2015-06-18 | move hardcoded settings in char server to config file | mekolat | 1 | -0/+7 | |
2015-06-16 | implement set title packet | mekolat | 1 | -1/+19 | |
2015-06-16 | send map pvp status | mekolat | 1 | -3/+14 | |
2015-05-31 | send pvp channel and rank to client | mekolat | 1 | -0/+15 | |
2015-05-19 | handle old client in login server too | mekolat | 1 | -6/+1 | |
2015-05-19 | fix mob hp, add mob range, unfuck packets | mekolat | 1 | -37/+43 | |
2015-05-19 | allow to make npcs sit | mekolat | 1 | -17/+19 | |
2015-05-17 | use client version | mekolat | 1 | -2/+2 | |
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-05-06 | Merge pull request #16 from Rawng/walkpathfixtest | Wushin | 1 | -1/+21 | |
Send test 0x0225 packet with servers mob walkpath. |