summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2008-06-09* Added experimental code to set the socket limit at runtime.FlavioJS1-0/+21
2008-06-09Fixed SN_SHARPSHOOTING doing 100% atk less damage than it should, bugreport:1654shadow1-1/+1
2008-06-09Fixed 1734,Orc_Archer_Bow working with Iron Arrow instead of Steel Arrow. Tha...shadow1-1/+1
2008-06-09Fixed Fire Pillar (and any future splash damage magical trap) not working on ...shadow1-1/+2
2008-06-09Fixed reject sword having a infinite duration, bugreport:695 (both stable and...shadow1-1/+1
2008-06-08Implemented the two-handed staff/rod type (thanks to Muad_Dib).ultramage2-0/+2
2008-06-08Corrected definition of 'delitem' and 'delitem2', which prevented the optiona...ultramage1-2/+2
2008-06-08Fixed SA_DISPELL removing SC_CRITICALWOUND.shadow1-1/+1
2008-06-07Swapped the weapon type IDs of Shotgun and Gatling Gun weapons to match aegis.ultramage5-10/+12
2008-06-07Usage of map_flag_gvg2() in Emergency Recall code (minor followup to r12770).ultramage1-1/+1
2008-06-07Devotion links will now be sent properly in all situations (followup to 12171).ultramage1-2/+6
2008-06-07Fixed GD_EMERGENCYCALL not working inside gvg castles when WoE is off, bugrep...shadow1-1/+1
2008-06-07Kaite should not work against high-level mobs - bug introduced in r11230 (bug...ultramage1-18/+18
2008-06-07Fixed 'soundeffectall' not reading its params correctly, since r10844 (bugrep...ultramage1-6/+6
2008-06-07Fixed PF_DOUBLECASTING casting % bugreport:140 shadow1-1/+1
2008-06-07Fixed a few properties of NPC_CHANGEUNDEAD bugreport:79shadow3-0/+20
2008-06-04- Little cleanup to OnTouchNPC.zephyrus1-43/+34
2008-06-03- Fixed BugReport 1608. I forgot to merge npc.h sorry.zephyrus1-1/+1
2008-06-02- Added support for OnTouchNPC event, required for Monster Race. Script comma...zephyrus5-25/+64
2008-06-01Added Ai4rei's "gm can view all players' equips" feature (topic:186519).ultramage3-1/+3
2008-05-31crashfix to attach/detach timersLupus1-3/+32
2008-05-31Removed the debug message from r12726 (bugreport:1587)ultramage1-7/+0
2008-05-30- Cleanups and a little fix to NPC Sizes (thanks to ultramage).zephyrus1-16/+7
2008-05-29- Added support for NPC with different sizes (setnpcdisplay).zephyrus3-6/+41
2008-05-29- Support for SP Regen status just like HP Regen (by items, by a little time)...zephyrus3-8/+13
2008-05-29- Fixed bug report 1436 (Auction)zephyrus1-3/+9
2008-05-28Added extra safeguards against invalid inputs to pc_equipitem / pc_unequipite...ultramage1-2/+11
2008-05-28* Updated Ankle Snare duration (bugreport:1438)Playtester1-5/+4
2008-05-28Fixed stat values displaying incorrectly when increasing them past 255 (wrapa...ultramage2-5/+5
2008-05-26Moved the options to disable specific compiler warnings from the generic 'Add...ultramage3-2/+9
2008-05-26Increased the allowed packet size for chat messages.ultramage2-6/+7
2008-05-26Added clif_announce_ex() for broadcasts with varying font sizeultramage2-1/+7
2008-05-25Increased storage space to 600Playtester1-1/+1
2008-05-16Fixed 64bit timestamps messing up auction/storage (bugreport:1454)ultramage2-6/+6
2008-05-16Added changes missing from the previous update (followup to r12710).ultramage3-50/+48
2008-05-16Added more player state variables to track party creation/invitation (bugrepo...ultramage1-11/+23
2008-05-13Fixed a mistake in r11344 that caused the 'my shop' window to display info ab...ultramage1-1/+1
2008-05-12Fixed a script engine problem where warping away while having a menu window o...ultramage3-6/+12
2008-05-10Fixed @showmobs not working due to a mistake in r12436 (bugreport:1487)ultramage1-44/+46
2008-05-09Added correct extended info packets for items that are being moved into stora...ultramage2-6/+41
2008-05-09Fixing a missed change in r12561 causing incorrect query errors (bugreport:14...ultramage1-1/+1
2008-05-09- More scripts fixes.zephyrus3-14/+14
2008-05-08- Added some new items and headgears.zephyrus10-76/+167
2008-05-07- Corrected default guild positions not being saved during guild creation.skotlex1-1/+4
2008-05-07- Moved the SD_PREAMBLE code to skill_area_subskotlex2-25/+19
2008-05-07- Added function battle_attr_ratio to handle just getting the attribute table...skotlex10-73/+80
2008-05-03NPC_GUIDEDATTACK is not supposed to bypass pneuma/safetywall.ultramage1-2/+2
2008-05-02* Fixed missing iterator destruction in the map_foreach* functions (followup ...FlavioJS1-2/+5
2008-05-02* Added backward compatible handling of PACKETVER 8 and 9. (followup to r12539)FlavioJS1-0/+9
2008-05-02* Changes to map_foreach* functions:FlavioJS5-32/+80