summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2008-06-19Basic cleanup of the SQL charserver homunculus code.ultramage3-163/+165
2008-06-19* Fixed SC_CHANGEUNDEAD behavior: Blessing and Increase AGI deals 1 damage an...sketchyphoenix1-2/+16
2008-06-19Added Sirius_White's fix for sense working on emperium. (bugreport: 1679)sketchyphoenix1-0/+3
2008-06-18Fixed a bug in the timer code which made it impossible to delete a timer with...ultramage2-2/+2
2008-06-18Fixed cash shop not using points to make up the cash difference when purchasi...sketchyphoenix2-18/+5
2008-06-18Fixed basilica behavior not knocking back monsters 2 cells should one attempt...sketchyphoenix1-1/+7
2008-06-18Added a fix for refresh properly displaying dead and sitting players.sketchyphoenix1-0/+4
2008-06-17Forgot to commit source modification from r12833 (Updated Novice grounds.)L0ne_W0lf2-2/+2
2008-06-16* Made the socket limit not be set in cygwin, which has bogus behavior. (bugr...FlavioJS2-2/+13
2008-06-15Fixed Icewall not restoring the original cell type (mistake in r11175).ultramage1-0/+1
2008-06-14Fixed PF_FOGWALL working on Boss monsters.shadow1-0/+1
2008-06-13Fixed Evil Land working versus undead element instead of undead race.shadow1-1/+1
2008-06-13Fixed Grandcross and darkgrandcross, should only cause blind against undead r...shadow3-9/+6
2008-06-13Fixed some skills working on undead element when they were supposed to work o...shadow4-17/+17
2008-06-12Added check to prevent crashing on logmes with no player attached (bugreport:...ultramage1-2/+10