Age | Commit message (Expand) | Author | Files | Lines |
2025-01-24 | Fix mobinfo command for scripts | Fedja Beader | 1 | -130/+74 |
2025-01-24 | Access mob_db array only once (same for dropitem) | Fedja Beader | 1 | -11/+17 |
2024-10-15 | Allow item ID as parameter to builtin getitemlink | Thorbjørn Lindeijer | 1 | -2/+7 |
2024-08-30 | sc_phys_shield_item | HoraK-FDF | 1 | -0/+1 |
2024-08-30 | sc_cooldown_sg, sc_slowmove, sc_cantmove | HoraK-FDF | 1 | -1/+4 |
2024-08-30 | map hash | HoraK-FDF | 1 | -0/+35 |
2024-05-17 | Mages Quality Of Life, part 2: | Hello=) | 1 | -2/+2 |
2024-05-15 | bugfix for previous commit. Need to wrap MobMode in bool() | asuratva | 1 | -1/+1 |
2024-05-15 | fix issummon function signature. Thanks @HoraK-FDF for catching the typo. | asuratva | 1 | -1/+1 |
2024-05-15 | updated itenplz fix to use mob flag instead of string comparison. More effici... | asuratva | 1 | -2/+2 |
2024-05-15 | Add function to check for summoned creature in scripts | asuratva | 1 | -0/+18 |
2024-04-29 | npc_destroy: Defer NPC destruction via timer | Freeyorp | 1 | -2/+13 |
2024-04-22 | script-fun: Convert string literals to LString | Freeyorp | 1 | -83/+83 |
2024-04-22 | script_nullpo_end: Change error printf fmt -> arg | Freeyorp | 1 | -4/+4 |
2024-04-20 | getmapmaxx getmapmaxy | HoraK-FDF | 1 | -0/+26 |
2023-11-27 | activity checks and status cleanup | HoraK-FDF | 1 | -5/+16 |
2023-04-04 | SC_COOLDOWN_UPMARMU | HoraK-FDF | 1 | -0/+1 |
2022-12-23 | mesn was missing, but now the three minimum functions are here! | Jesusaves | 1 | -0/+18 |
2022-12-16 | mobs critical_def + 10 drops + storage 500 | HoraK-FDF | 1 | -0/+29 |
2022-12-08 | Introduce mesq() for compatibility with Evol2 | Jesusaves | 1 | -0/+15 |
2022-12-08 | Add l() function for compatibility with Evol2 scripts | Jesusaves | 1 | -0/+14 |
2022-11-19 | summon fix | HoraK-FDF | 1 | -1/+1 |
2022-11-17 | Keep getusers(0) disabledv2022.11.19 | Jesusaves | 1 | -1/+3 |
2022-11-17 | MobInfo | HoraK-FDF | 1 | -8/+433 |
2022-11-08 | Nerf the "Red Threshold" attack speed.v22.11.9 | Jesusaves | 1 | -2/+2 |
2022-11-08 | Remove getusers(0) because it is broken in TMWA (causes a SEGV) | Jesusaves | 1 | -2/+2 |
2022-10-24 | Sc cooldown added frillyar and kaflosh status symbols and <1s fix | HoraK-FDF | 1 | -8/+23 |
2022-10-23 | Added get all reg2, get single reg2, set/add reg2 and del reg2 to tmwa-admin.... | HoraK-FDF | 1 | -63/+368 |
2020-07-06 | ensure that returning builtins always return, else abort | gumi | 1 | -6/+6 |
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 |
2019-08-28 | Revert the changes from the last 2 releases | gumi | 1 | -0/+1 |
2019-08-26 | fix mob slaves not attacking | gumi | 1 | -1/+0 |
2019-04-15 | add gm automod tool | gumi | 1 | -1/+3 |
2019-01-11 | drop support for gcc-5, gcc-6, clang-4, clang-5 in travis and fix some misc i... | gumi | 1 | -0/+2 |
2018-03-23 | Fix NPC script softlockv18.3.22 | Freeyorp | 1 | -0/+11 |
2018-03-08 | fix some out-of-memory reads in script builtins | gumi | 1 | -3/+3 |
2018-02-17 | remove unused variables | gumi | 1 | -1/+0 |
2018-01-29 | fix the nullpo check in builtin_getcharidv18.1.29.1 | gumi | 1 | -1/+4 |
2018-01-29 | cowardly abort script if sd is missingv18.1.29 | gumi | 1 | -77/+100 |
2018-01-28 | make the player stand while attacking with overrides | gumi | 1 | -0/+3 |
2018-01-28 | allow to specify charges for magic override | gumi | 1 | -2/+2 |
2018-01-03 | remove mob timers, make areatimer only work on PC | gumi | 1 | -10/+0 |
2018-01-01 | release v18.1.1v18.1.1 | gumi | 1 | -1/+4 |
2016-11-26 | Merge pull request #226 from mekolat/settilesv16.11.27 | mekolat | 1 | -0/+33 |
2016-05-13 | implement SMSG_MAP_SET_TILES_TYPE, add builtin sendcollision | mekolat | 1 | -0/+33 |
2016-05-12 | allow to use npctalk on non-script npcs | mekolat | 1 | -3/+3 |
2016-05-01 | allow foreach to have a target | mekolat | 1 | -3/+12 |
2016-05-01 | allow addtimer to have a target | mekolat | 1 | -2/+14 |
2016-05-01 | revert attachrid modification for now, will be deprecated soon enough | mekolat | 1 | -11/+1 |