Age | Commit message (Expand) | Author | Files | Lines |
2008-08-04 | - Killed mobs with NPC_REBIRTH skill used should not drop items again. (Aegis... | zephyrus | 3 | -38/+51 |
2008-08-03 | Re-implemented SC_WALKSPEED (used in npc scripting) according to official sou... | ultramage | 1 | -0/+2 |
2008-08-02 | Player shops will not close on death anymore (bugreport:1955). | ultramage | 1 | -4/+0 |
2008-08-02 | Added itemid defines for Stone and Skull_ (used by Pick Stone skill and pvp s... | ultramage | 4 | -4/+5 |
2008-08-01 | Disabled the gm-hide namerequest cheat detection, uncomment if you know what ... | ultramage | 1 | -18/+15 |
2008-08-01 | Removed unused guardian hp columns from the guild castles table in main.sql (... | ultramage | 4 | -8/+10 |
2008-07-31 | Quagmire now will affect boss monsters, but more info is required to code the... | shadow | 1 | -1/+0 |
2008-07-31 | @autoloot and @autolootitem can now be used together for more precise looting... | ultramage | 1 | -12/+1 |
2008-07-31 | Reverted r12230. cUSTOM_CFLAGS is redundant since you can achieve the same re... | ultramage | 1 | -2/+2 |
2008-07-31 | Removed the mob controller system, now a customization (see topic:194375). | ultramage | 9 | -349/+6 |
2008-07-30 | Small cleanup of script.c | ultramage | 1 | -65/+26 |
2008-07-30 | Removed the IRC bot system, now a customization (see topic:194306) | ultramage | 8 | -626/+2 |
2008-07-29 | - Fixed a bug with Status Resist Potion. | zephyrus | 2 | -1/+2 |
2008-07-29 | Renamed struct 'skill' to 's_skill' to remove naming collisions. | ultramage | 4 | -15/+24 |
2008-07-27 | Cleaned up several poorly chosen loginlog variable names. | ultramage | 1 | -8/+6 |
2008-07-26 | Merged the /loginmerge branch (topic:192754) | ultramage | 14 | -487/+68 |
2008-07-26 | Replaced occurences of '-1' with the more appropriate 'INVALID_TIMER' value w... | ultramage | 10 | -69/+70 |
2008-07-26 | - Implemented official Convex Mirror (With help of Yomanda and Sirius White) | zephyrus | 9 | -8/+148 |
2008-07-22 | Fixed a bug in the npc shop code, where requesting an item that wasn't on the... | ultramage | 2 | -63/+83 |
2008-07-20 | * Simplified the search in pop_timer_heap and added more debug info to help d... | FlavioJS | 1 | -4/+17 |
2008-07-20 | Corrected #storagelist target typo (bugreport:1873) | sketchyphoenix | 1 | -1/+1 |
2008-07-16 | Fixed TK_JUMPKICK, should not jump over objects and cliffs. | shadow | 1 | -1/+1 |
2008-07-15 | Removed the party_share_conflict() check. | ultramage | 4 | -24/+0 |
2008-07-14 | * Corrected compiler warning and error made from r12959 and r12953, respectiv... | sketchyphoenix | 2 | -1/+2 |
2008-07-14 | Made homunculi have doubled regen rates (they regen twice as fast) defined on... | shadow | 1 | -0/+6 |
2008-07-13 | added missing pick_log | Lupus | 1 | -1/+2 |
2008-07-13 | Modified storage data loading | ultramage | 8 | -356/+114 |
2008-07-13 | storage code cleanup (no behavioral changes yet) | ultramage | 7 | -161/+154 |
2008-07-12 | Fixed a bad check on NPC_EVILLAND, actually healing players instead of doing ... | shadow | 1 | -1/+1 |
2008-07-10 | Renamed 'storage_' to 'items' in the storage_data structure. | ultramage | 3 | -41/+41 |
2008-07-10 | Renamed 'struct storage' to 'struct storage_data' (to make 'storage' availabl... | ultramage | 8 | -44/+44 |
2008-07-10 | * Users can't click floating npcs directly. (quick fix for bugreport:1814) | FlavioJS | 1 | -1/+2 |
2008-07-09 | Fixed SG_FUSION hp penalty (0.5% to 2%), bugreport:1805 | shadow | 1 | -1/+1 |
2008-07-09 | * Added const to the return value of get_timer. | FlavioJS | 4 | -9/+9 |
2008-07-07 | First attempt at implementing the official walk speed system | ultramage | 2 | -137/+127 |
2008-07-07 | Small cleanup of leftover Grimtooth data (followup to r12917) | ultramage | 1 | -1/+0 |
2008-07-07 | Fixed a typo :o | akrus | 1 | -1/+1 |
2008-07-07 | * Players autotrading will not be able to recieve whispers (bugreport:1804) | sketchyphoenix | 1 | -1/+10 |
2008-07-07 | Removed stop/slowdown effect from Grimtooth (bugreport:1806) | ultramage | 1 | -6/+0 |
2008-07-06 | * Slight cleanup of item-based walk speed bonuses | ultramage | 4 | -18/+9 |
2008-07-05 | * Moved the mob killmonster flag to a more appropriate area. (bugreport:1795) | sketchyphoenix | 3 | -4/+4 |
2008-07-05 | Fixed AM_PHARMACY produce chances based on info gathered by flaviojs, aegis z... | shadow | 1 | -19/+25 |
2008-07-04 | * Homunculus will no longer auto-vaporize on master death. | L0ne_W0lf | 3 | -1/+3 |
2008-07-04 | - Timer set to -1 soon, previous to timer deletion :O | zephyrus | 1 | -5/+6 |
2008-07-04 | added missing 'e' logs | Lupus | 1 | -1/+17 |
2008-07-03 | Adjusted Free Cast code so that its walk penalty gets calculated in status_ca... | ultramage | 5 | -64/+31 |
2008-07-03 | Fixes regarding bugreport:1727 (undead element/race skill behaviors) follow u... | shadow | 3 | -7/+10 |
2008-06-29 | - Added support to Cash Shop for script command callshop | zephyrus | 4 | -22/+39 |
2008-06-29 | Random assortment of various small corrections and tweaks. | ultramage | 6 | -34/+33 |
2008-06-24 | * Increased Item group limit for new item groups. | L0ne_W0lf | 1 | -1/+1 |