summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2006-07-29Fixed nullpo in merc_hom_skilluptoms1-1/+1
2006-07-29Added a return value to buildin_rid2name if rid is invalidtoms1-0/+3
2006-07-29- Made the SQL ping interval default to 7 hours.skotlex1-0/+5
2006-07-29Fixed segmentation fault in script engine when calling something which is not...toms1-13/+14
2006-07-29Fixed segmentation fault in script engine when activating DEBUG_RUN flag toms1-1/+1
2006-07-29- Some small bug fixes discovered while merging.skotlex4-8/+9
2006-07-29- Added A_* constants to identify ammo types.skotlex2-3/+46
2006-07-29- offensive heal/sanctuary will only happen when the source of the heal is a ...skotlex2-326/+267
2006-07-28- Some cleaning in the order of cases in castend damage id.skotlex1-13/+10
2006-07-28- Self destruction will now hit all characters in range, not just enemies.skotlex1-1/+2
2006-07-28- Cleaned up the NJ update code.skotlex4-185/+114
2006-07-28- Some cleaning of battle_drain, Evil Druid card should work now.skotlex4-16/+17
2006-07-28Casted nothl to (unsigned int) in sprintf functions, IP is 32bits and sql fie...toms1-5/+5
2006-07-28Fixed "warning: `list' might be used uninitialized in this function" in char/...toms1-1/+1
2006-07-28Fixed : - "uninitialized local variable 'i' used" in skill.ctoms2-13/+12
2006-07-28Fixed "warning: long unsigned int format, unsigned int arg" in parse_login (l...toms1-2/+2
2006-07-28Fixed sign warnings in login/login.ctoms1-2/+2
2006-07-28Fixed "conversion from 'double' to 'int', possible loss of data"toms1-1/+1
2006-07-28Fixed "warning: redefinition of [ushort/uint/ulong]"toms1-7/+10
2006-07-28Fixed duplicate case value on NJ_SUITONtoms1-1/+0
2006-07-28Commiting mpeg's NJ work(from jA). some things might have gotten reversed/bro...Vicious3-73/+203
2006-07-28- Fixed a memory leak when there exists more than one user function with the ...skotlex1-5/+11
2006-07-28- The picklog will now record negative values for items sold to npcs.skotlex2-1/+3
2006-07-28- Fixed a missing initialization in run_script_main.skotlex1-1/+2
2006-07-28- Added missing include of limits.h in script.cskotlex1-0/+1
2006-07-28- Added missing SC information to NPC_CHANGEUNDEADskotlex1-0/+1
2006-07-27- Added config setting party_update_interval so you can specify how often the...skotlex5-109/+85
2006-07-27- Synced the script.c file with as much data as possible from jA's:skotlex5-2123/+2161
2006-07-27- Changed npc_click declaration to receive an npc structure rather than a gen...skotlex4-19/+11
2006-07-27- Added a cleanup routine on shutdown to remove all characters from memory fo...skotlex1-1/+16
2006-07-27- Now when you set the guardian's HP, if the guardian is spawned, it's HP wil...skotlex4-8/+61
2006-07-27- Some cleaning in status.c. Removed some unnecessary lines, and added proper...skotlex1-62/+20
2006-07-27- Added config setting "party_hp_mode" (battle/party.conf) which determines m...skotlex4-1/+7
2006-07-27- Fixed packet 0x22a having the manner and opt3 packets in inverted offsets.skotlex3-9/+15
2006-07-27- Readded the check which prevents Cloaking from activating when your learned...skotlex2-3/+12
2006-07-27- Removed a redeclared variable i in the parsing of the fame list (char-txt s...skotlex2-2/+0
2006-07-27* Fix homunc & code cleanup [Toms] toms6-75/+107
2006-07-27- Fixed a memory leak when reading the item_db txt.skotlex1-2/+2
2006-07-27- Applied the necessary changes to make @partyoption reflect it's changes on ...skotlex6-22/+21
2006-07-26- Some code cleanup of HLIF_MOON in regards to the number of hits and damage ...skotlex2-3/+2
2006-07-26- Modified party_item_share_type config setting so that using 1 disables item...skotlex4-6/+7
2006-07-26- Added battle_get_master which returns the master bl of a given object.skotlex1-114/+128
2006-07-26- Added support for "sc_end -1" which will clear all status changes. Added th...skotlex1-1/+4
2006-07-26- @pettalk will now fail when muted.skotlex1-0/+4
2006-07-26- Enabled changing of equipment while stunned/asleep/petrified/etcskotlex2-5/+5
2006-07-25- Cleaned up run_script_main to properly free previous stack-data when runnin...skotlex1-33/+28
2006-07-25- Added a missing ntohl call in the loginlog code.skotlex1-1/+1
2006-07-25- Added a check when buying from npcs to allow buying of item_avail items.skotlex1-1/+2
2006-07-25- Fixed duel accept invite sending the packet before the duel data is set (re...skotlex1-4/+4
2006-07-25- Fixed a possible crash when you dual-wield and the total damage is 0.skotlex1-4/+3