skotlex 34b9b6f16e - Removed the config setting firewall_hits_on_undead setting, Firewall and kaensin now automatically calculate the number of hits they should do per iteration based on the skill trigger frequency (you may want to raise that delay of 1ms in the db, though) 17 years ago
..
Makefile.in 65642f6f1c * Merged the tmpsql branch: 17 years ago
atcommand.c 480a4f0ac8 - added defines JOB_MAX_BASIC and JOB_MAX to mmo.h so the code can know which are the max valid classes. 17 years ago
atcommand.h c34325a53b - Added the new mail system. Requires optimization and tests. 17 years ago
battle.c 34b9b6f16e - Removed the config setting firewall_hits_on_undead setting, Firewall and kaensin now automatically calculate the number of hits they should do per iteration based on the skill trigger frequency (you may want to raise that delay of 1ms in the db, though) 17 years ago
battle.h 34b9b6f16e - Removed the config setting firewall_hits_on_undead setting, Firewall and kaensin now automatically calculate the number of hits they should do per iteration based on the skill trigger frequency (you may want to raise that delay of 1ms in the db, though) 17 years ago
charcommand.c 480a4f0ac8 - added defines JOB_MAX_BASIC and JOB_MAX to mmo.h so the code can know which are the max valid classes. 17 years ago
charcommand.h 3b392f3f37 Massive at+charcommand cleanup, big thanks to HiddenDragon 18 years ago
chat.c d091f1cf05 * Cleaned up some messy guild code (more to come) 17 years ago
chat.h 1481fc1524 * Documented/cleaned up chatroom code and packetry 17 years ago
chrif.c 0bbf505d59 * Merged do_sendrecv() and do_parse() into do_sockets() 17 years ago
chrif.h 2c2af57a84 * Removed commented-out code for check_fake_id() 17 years ago
clif.c d091f1cf05 * Cleaned up some messy guild code (more to come) 17 years ago
clif.h d091f1cf05 * Cleaned up some messy guild code (more to come) 17 years ago
date.c a6e61e1d2f Gave each file an empty last line, to make svn happier 18 years ago
date.h 49096125fb Applied a consistent look to all header files (copyright, ifdefs) 18 years ago
guild.c d091f1cf05 * Cleaned up some messy guild code (more to come) 17 years ago
guild.h 2c2af57a84 * Removed commented-out code for check_fake_id() 17 years ago
intif.c d091f1cf05 * Cleaned up some messy guild code (more to come) 17 years ago
intif.h c34325a53b - Added the new mail system. Requires optimization and tests. 17 years ago
irc.c c45404429f Fixed ircbot not processing new users 18 years ago
irc.h 0072a0189e * Cleaned/clarified some #include relationships between headers 18 years ago
itemdb.c 22b43b5903 - fixed Halo-Halo not being consumed on use. 17 years ago
itemdb.h f808f37ec1 * Delayed the check for required items when a skill is cast to when they are consumed. Now skills only fail due to lack of items after being cast. 17 years ago
log.c 22b43b5903 - fixed Halo-Halo not being consumed on use. 17 years ago
log.h 52a7948f8b * Corrected string lengths according to bugreport:198 17 years ago
mail.c c34325a53b - Added the new mail system. Requires optimization and tests. 17 years ago
mail.h c34325a53b - Added the new mail system. Requires optimization and tests. 17 years ago
map.c 480a4f0ac8 - added defines JOB_MAX_BASIC and JOB_MAX to mmo.h so the code can know which are the max valid classes. 17 years ago
map.h 480a4f0ac8 - added defines JOB_MAX_BASIC and JOB_MAX to mmo.h so the code can know which are the max valid classes. 17 years ago
mercenary.c d2b9e2498e Some code cleaning... 17 years ago
mercenary.h f808f37ec1 * Delayed the check for required items when a skill is cast to when they are consumed. Now skills only fail due to lack of items after being cast. 17 years ago
mob.c 26eba3eb7c - Fixing TK Mission asigning non spawning mobs. 17 years ago
mob.h 4cfb15d8bb Fixed numerous /W4 warnings (and created more :) 17 years ago
npc.c d9774ac8ca * Corrected a fex misshaps from r11571: 17 years ago
npc.h d091f1cf05 * Cleaned up some messy guild code (more to come) 17 years ago
npc_chat.c 0072a0189e * Cleaned/clarified some #include relationships between headers 18 years ago
party.c 2c2af57a84 * Removed commented-out code for check_fake_id() 17 years ago
party.h 2c2af57a84 * Removed commented-out code for check_fake_id() 17 years ago
path.c 3d7a129b90 Using predefined constants as parameters to the exit() function. 17 years ago
pc.c 480a4f0ac8 - added defines JOB_MAX_BASIC and JOB_MAX to mmo.h so the code can know which are the max valid classes. 17 years ago
pc.h 480a4f0ac8 - added defines JOB_MAX_BASIC and JOB_MAX to mmo.h so the code can know which are the max valid classes. 17 years ago
pcre.h a61e02cc29 Updated the server's PCRE components to 7.0 18 years ago
pet.c f808f37ec1 * Delayed the check for required items when a skill is cast to when they are consumed. Now skills only fail due to lack of items after being cast. 17 years ago
pet.h f808f37ec1 * Delayed the check for required items when a skill is cast to when they are consumed. Now skills only fail due to lack of items after being cast. 17 years ago
script.c 480a4f0ac8 - added defines JOB_MAX_BASIC and JOB_MAX to mmo.h so the code can know which are the max valid classes. 17 years ago
script.h 05134f3dcc * Reworked the parsing at npc.c. 17 years ago
skill.c 34b9b6f16e - Removed the config setting firewall_hits_on_undead setting, Firewall and kaensin now automatically calculate the number of hits they should do per iteration based on the skill trigger frequency (you may want to raise that delay of 1ms in the db, though) 17 years ago
skill.h 4cfb15d8bb Fixed numerous /W4 warnings (and created more :) 17 years ago
status.c 480a4f0ac8 - added defines JOB_MAX_BASIC and JOB_MAX to mmo.h so the code can know which are the max valid classes. 17 years ago
status.h 480a4f0ac8 - added defines JOB_MAX_BASIC and JOB_MAX to mmo.h so the code can know which are the max valid classes. 17 years ago
storage.c 0072a0189e * Cleaned/clarified some #include relationships between headers 18 years ago
storage.h 0072a0189e * Cleaned/clarified some #include relationships between headers 18 years ago
trade.c 4cfb15d8bb Fixed numerous /W4 warnings (and created more :) 17 years ago
trade.h 4cfb15d8bb Fixed numerous /W4 warnings (and created more :) 17 years ago
unit.c a1becae58f - Added bonusautoscript and bonusautoscript2. These are used to attach a script to a player which gets executed on attack (or when attacked). Required for several of the more recent items. 17 years ago
unit.h ee02c2190b Fixed some gcc-specific stuff, silenced some more warnings 17 years ago
vending.c 480a4f0ac8 - added defines JOB_MAX_BASIC and JOB_MAX to mmo.h so the code can know which are the max valid classes. 17 years ago
vending.h 6a2e87e03b * Fixed various trading/vending glitches 17 years ago