Age | Commit message (Expand) | Author | Files | Lines |
2022-11-09 | This is the patch for tomorrow. Have fun :3 | Jesusaves | 1 | -4/+10 |
2022-11-09 | Revert previous commit, but upmarmu is strange and TMWA is not honoring its o... | Jesusaves | 1 | -3/+3 |
2022-11-09 | Fix the promised machine gun | Jesusaves | 1 | -2/+3 |
2022-11-08 | Nerf the "Red Threshold" attack speed.v22.11.9 | Jesusaves | 2 | -2/+7 |
2022-11-08 | Slow down Setzer in 10ms - unnoticeable except in DPS calculations. | Jesusaves | 1 | -1/+1 |
2022-11-08 | Break balance: Potions and Betsanc now affect mages speed (incl. upmarmu). | Jesusaves | 1 | -2/+3 |
2022-11-08 | Remove getusers(0) because it is broken in TMWA (causes a SEGV) | Jesusaves | 1 | -2/+2 |
2022-11-05 | Reduce scope of a variable to prevent possible exploits. | Jesusaves | 1 | -1/+4 |
2022-10-26 | Reintroduce OnPCLogoutEvent labelv22.10.26 | Jesusaves | 1 | -0/+2 |
2022-10-24 | Sc cooldown added frillyar and kaflosh status symbols and <1s fix | HoraK-FDF | 3 | -31/+61 |
2022-10-23 | Added get all reg2, get single reg2, set/add reg2 and del reg2 to tmwa-admin.... | HoraK-FDF | 7 | -177/+792 |
2022-10-22 | Merge branch 'compilation_fix' into 'master' | Jesusalva Jesusalva | 1 | -0/+1 |
2022-09-28 | mana guardian and tyrant cooldown symbols | HoraK-FDF | 1 | -0/+4 |
2022-09-20 | compilation error fix | HoraK-FDF | 1 | -0/+1 |
2022-09-20 | cooldown status symbol | HoraK-FDF | 1 | -0/+2 |
2020-07-08 | never clear the invisible/hidden gm status | gumi | 4 | -12/+40 |
2020-07-06 | ensure that returning builtins always return, else abort | gumi | 2 | -6/+28 |
2020-07-06 | fix formatting of the script nullpo macro | gumi | 1 | -12/+16 |
2020-07-06 | abort script execution when encountering a null pointer | gumi | 1 | -121/+106 |
2020-04-18 | don't spam the GM logs with hugo/linus | gumi | 1 | -4/+8 |
2019-09-27 | remove useless file, fix formatting | gumi | 1 | -1/+1 |
2019-09-03 | expand exp table to level 135 | gumi | 1 | -1/+13 |
2019-08-28 | Revert the changes from the last 2 releases | gumi | 6 | -139/+74 |
2019-08-28 | add support for musl-libc | gumi | 1 | -1/+1 |
2019-08-26 | allow summoned mobs to also have slaves | gumi | 2 | -6/+6 |
2019-08-26 | fix mob slaves not attacking | gumi | 4 | -41/+56 |
2019-08-23 | allow to summon multiple mobs with @summon | gumi | 5 | -36/+86 |
2019-04-15 | warp the player on autoblock (since manaplus doesn't allow us to block nicely) | gumi | 1 | -1/+3 |
2019-04-15 | do not apply automod for hidden GMs | gumi | 1 | -1/+3 |
2019-04-15 | don't use a 3-tile-wide warp for @addwarp | gumi | 1 | -2/+2 |
2019-04-15 | fix clang warnings | gumi | 2 | -5/+5 |
2019-04-15 | add a built-in gm log delay option | gumi | 1 | -6/+11 |
2019-04-15 | add gm automod tool | gumi | 5 | -1/+137 |
2019-01-11 | drop support for gcc-5, gcc-6, clang-4, clang-5 in travis and fix some misc i... | gumi | 2 | -4/+6 |
2018-12-30 | pre-send the auth details to map servers instead of blindly trusting 0x0072 | gumi | 8 | -3/+83 |
2018-12-18 | add player heal packetsv18.12.18 | gumi | 4 | -3/+54 |
2018-12-13 | add support for sending player HP for protocol >= 9 | gumi | 1 | -9/+42 |
2018-11-10 | add support for CMSG_ONLINE_LIST | gumi | 1 | -1/+43 |
2018-03-23 | fix a bug introduced by wushin, which freeyorp highlighted with his previous ...v18.3.23.1 | Tezer | 1 | -17/+2 |
2018-03-23 | automatically de-attach freed NPCsv18.3.23 | gumi | 2 | -12/+61 |
2018-03-23 | Fix NPC script softlockv18.3.22 | Freeyorp | 1 | -0/+11 |
2018-03-18 | skip @hidden players (such as bots) when iterating with @hugo | gumi | 1 | -1/+19 |
2018-03-11 | don't send base_level if player is a bot | gumi | 1 | -3/+3 |
2018-03-09 | validate name size before sending custom mob names | gumi | 1 | -4/+6 |
2018-03-08 | fix some out-of-memory reads in script builtins | gumi | 1 | -3/+3 |
2018-03-08 | fix ScriptState uninitialized values | gumi | 1 | -0/+4 |
2018-03-06 | whoops, my bad | gumi | 1 | -0/+2 |
2018-03-05 | fix gdb tests for python3 | gumi | 1 | -1/+5 |
2018-03-05 | don't send actual gm level to old clients | gumi | 1 | -19/+30 |
2018-03-05 | ensure the player looks dead if dead while warping | gumi | 1 | -0/+8 |