summaryrefslogtreecommitdiff
path: root/src/map
AgeCommit message (Expand)AuthorFilesLines
2008-08-12Added updated client effects list.ultramage1-36/+42
2008-08-11Fixed right-click npc unload not unloading duplicates (bugreport:2014)ultramage1-0/+3
2008-08-10Some skill corrections based on bugreport:1945ultramage1-2/+1
2008-08-10Some small code cleaningultramage3-110/+149
2008-08-09Really implemented SC_WALKSPEED (instead of copy-pasting old code) (followup ...ultramage1-1/+1
2008-08-09Fixed a mistake in r13051 party invite code where 'tsd' was accessed before c...ultramage1-5/+5
2008-08-09Fixed @noks leaking internal buffer contents (bugreport:1528).ultramage1-0/+2
2008-08-09Now Novices without lvl5 basic skill can be partied (bugreport:1131).ultramage1-14/+0
2008-08-07* Added another GM trust config for party invitations (bugreport:2004)sketchyphoenix3-1/+14
2008-08-04- Killed mobs with NPC_REBIRTH skill used should not drop items again. (Aegis...zephyrus3-38/+51
2008-08-03Re-implemented SC_WALKSPEED (used in npc scripting) according to official sou...ultramage1-0/+2
2008-08-02Player shops will not close on death anymore (bugreport:1955).ultramage1-4/+0
2008-08-02Added itemid defines for Stone and Skull_ (used by Pick Stone skill and pvp s...ultramage4-4/+5
2008-08-01Disabled the gm-hide namerequest cheat detection, uncomment if you know what ...ultramage1-18/+15
2008-08-01Removed unused guardian hp columns from the guild castles table in main.sql (...ultramage4-8/+10
2008-07-31Quagmire now will affect boss monsters, but more info is required to code the...shadow1-1/+0
2008-07-31@autoloot and @autolootitem can now be used together for more precise looting...ultramage1-12/+1
2008-07-31Reverted r12230. cUSTOM_CFLAGS is redundant since you can achieve the same re...ultramage1-2/+2
2008-07-31Removed the mob controller system, now a customization (see topic:194375).ultramage9-349/+6
2008-07-30Small cleanup of script.cultramage1-65/+26
2008-07-30Removed the IRC bot system, now a customization (see topic:194306)ultramage8-626/+2
2008-07-29- Fixed a bug with Status Resist Potion.zephyrus2-1/+2
2008-07-29Renamed struct 'skill' to 's_skill' to remove naming collisions.ultramage4-15/+24
2008-07-27Cleaned up several poorly chosen loginlog variable names.ultramage1-8/+6
2008-07-26Merged the /loginmerge branch (topic:192754)ultramage14-487/+68
2008-07-26Replaced occurences of '-1' with the more appropriate 'INVALID_TIMER' value w...ultramage10-69/+70
2008-07-26- Implemented official Convex Mirror (With help of Yomanda and Sirius White)zephyrus9-8/+148
2008-07-22Fixed a bug in the npc shop code, where requesting an item that wasn't on the...ultramage2-63/+83
2008-07-20* Simplified the search in pop_timer_heap and added more debug info to help d...FlavioJS1-4/+17
2008-07-20Corrected #storagelist target typo (bugreport:1873)sketchyphoenix1-1/+1
2008-07-16Fixed TK_JUMPKICK, should not jump over objects and cliffs.shadow1-1/+1
2008-07-15Removed the party_share_conflict() check.ultramage4-24/+0
2008-07-14* Corrected compiler warning and error made from r12959 and r12953, respectiv...sketchyphoenix2-1/+2
2008-07-14Made homunculi have doubled regen rates (they regen twice as fast) defined on...shadow1-0/+6
2008-07-13added missing pick_logLupus1-1/+2
2008-07-13Modified storage data loadingultramage8-356/+114
2008-07-13storage code cleanup (no behavioral changes yet)ultramage7-161/+154
2008-07-12Fixed a bad check on NPC_EVILLAND, actually healing players instead of doing ...shadow1-1/+1
2008-07-10Renamed 'storage_' to 'items' in the storage_data structure.ultramage3-41/+41
2008-07-10Renamed 'struct storage' to 'struct storage_data' (to make 'storage' availabl...ultramage8-44/+44
2008-07-10* Users can't click floating npcs directly. (quick fix for bugreport:1814)FlavioJS1-1/+2
2008-07-09Fixed SG_FUSION hp penalty (0.5% to 2%), bugreport:1805shadow1-1/+1
2008-07-09* Added const to the return value of get_timer.FlavioJS4-9/+9
2008-07-07First attempt at implementing the official walk speed systemultramage2-137/+127
2008-07-07Small cleanup of leftover Grimtooth data (followup to r12917)ultramage1-1/+0
2008-07-07Fixed a typo :oakrus1-1/+1
2008-07-07* Players autotrading will not be able to recieve whispers (bugreport:1804)sketchyphoenix1-1/+10
2008-07-07Removed stop/slowdown effect from Grimtooth (bugreport:1806)ultramage1-6/+0
2008-07-06* Slight cleanup of item-based walk speed bonusesultramage4-18/+9
2008-07-05* Moved the mob killmonster flag to a more appropriate area. (bugreport:1795)sketchyphoenix3-4/+4