summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2008-07-26Partially reverted the timer code changes from r12926 - r12969.ultramage2-225/+110
2008-07-26Replaced occurences of '-1' with the more appropriate 'INVALID_TIMER' value w...ultramage11-70/+71
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-20ops ('|'->'&' in delete_timer debug code)FlavioJS1-1/+1
2008-07-20* Simplified the search in pop_timer_heap and added more debug info to help d...FlavioJS2-10/+32
2008-07-20Corrected #storagelist target typo (bugreport:1873)sketchyphoenix1-1/+1
2008-07-16* Added a check to make sure only released timers are acquired from the free ...FlavioJS1-3/+3
2008-07-16Fixed TK_JUMPKICK, should not jump over objects and cliffs.shadow1-1/+1
2008-07-15Removed the party_share_conflict() check.ultramage6-68/+2
2008-07-15Corrected wrong data loading order in txt storage code causing crashes at sta...ultramage2-2/+6
2008-07-15* Fixed pop_timer_heap using max heap comparisons instead of min heap compari...FlavioJS2-21/+41
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 loadingultramage16-478/+176
2008-07-13storage code cleanup (no behavioral changes yet)ultramage8-202/+207
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.ultramage6-58/+58
2008-07-10Renamed 'struct storage' to 'struct storage_data' (to make 'storage' availabl...ultramage14-79/+79
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-09Small cleanup of sql storage code (useless data structure allocation)ultramage1-28/+8
2008-07-09* Added const to the return value of get_timer.FlavioJS6-157/+242
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
2008-07-05Fixed AM_PHARMACY produce chances based on info gathered by flaviojs, aegis z...shadow1-19/+25
2008-07-04* Homunculus will no longer auto-vaporize on master death.L0ne_W0lf3-1/+3
2008-07-04- Timer set to -1 soon, previous to timer deletion :Ozephyrus1-5/+6
2008-07-04added missing 'e' logsLupus1-1/+17
2008-07-03Adjusted Free Cast code so that its walk penalty gets calculated in status_ca...ultramage5-64/+31
2008-07-03Fixes regarding bugreport:1727 (undead element/race skill behaviors) follow u...shadow3-7/+10
2008-06-29- Added support to Cash Shop for script command callshopzephyrus4-22/+39
2008-06-29Random assortment of various small corrections and tweaks.ultramage7-34/+34
2008-06-24* Increased Item group limit for new item groups. L0ne_W0lf1-1/+1
2008-06-24Cleaned up unconditional calls to status_change_end().ultramage3-152/+79
2008-06-22Changed a if statement around because gcc emocries over it.sketchyphoenix1-2/+3
2008-06-22Added support for killmonster to fire OnMyMobDead optionally.sketchyphoenix3-3/+30
2008-06-22- Basilica knockback effect is only for mobs, not everybody x.xzephyrus1-4/+3
2008-06-22Forgot to switch function names out from r12873 >_>sketchyphoenix1-3/+4
2008-06-22* Modified *killmonsterall to support a new argument that will allow it to ki...sketchyphoenix1-2/+20
2008-06-21Fixed a not-so-well implemented basilica fix that was reverted in 12869.sketchyphoenix1-2/+9
2008-06-21* Extended script command 'set' to return the variable reference (topic:190602).FlavioJS1-16/+28
2008-06-21* Fixed a bug where the "OnMyMobDead" event wouldn't trigger if the mob was k...sketchyphoenix2-2/+5
2008-06-21Reverted the basilica knockback patch (r12852( because it causes bad position...ultramage1-7/+1