ultramage 249d1350e5 Fixed a bug in the npc shop code, where requesting an item that wasn't on the list caused the server to keep scanning past the list's array bounds. 17 years ago
..
Makefile.in 9bcdb353a4 More questlog code. 17 years ago
atcommand.c 4546c7fc0a Modified storage data loading 17 years ago
atcommand.h 84ffdd36bf - The last, i hope, fix to the mail system. 17 years ago
battle.c b851a4ee69 Fixed SG_FUSION hp penalty (0.5% to 2%), bugreport:1805 17 years ago
battle.h cce663f625 * Homunculus will no longer auto-vaporize on master death. 17 years ago
charcommand.c 37683bf468 Corrected #storagelist target typo (bugreport:1873) 17 years ago
charcommand.h fc9d14b1bd Command code cleaning (refer to topic:169759) 17 years ago
chat.c 0af5774042 Replaced one incorrect nullpo check in chat_deletenpcchat() 17 years ago
chat.h 49f1f4434d * Reorganized the contents of the mapserver's header files. 17 years ago
chrif.c 4546c7fc0a Modified storage data loading 17 years ago
chrif.h c880052f0f * Changed the data field of timers from int to intptr. 17 years ago
clif.c 249d1350e5 Fixed a bug in the npc shop code, where requesting an item that wasn't on the list caused the server to keep scanning past the list's array bounds. 17 years ago
clif.h d8ce1f4aa5 storage code cleanup (no behavioral changes yet) 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 304565cc9b Corrected r12662 where a guild break would trigger the OnGuildBreak event for all castles (even of other guilds). 17 years ago
guild.h c16def84aa Small party/guild creation cleanup. Added packet comments. Removed fake reply packet usage. 17 years ago
intif.c 398d3821df Removed the party_share_conflict() check. 17 years ago
intif.h 398d3821df Removed the party_share_conflict() check. 17 years ago
irc.c c880052f0f * Changed the data field of timers from int to intptr. 17 years ago
irc.h 0072a0189e * Cleaned/clarified some #include relationships between headers 18 years ago
itemdb.c 7a9a3a12bb Cleaning up the itemdb reload mess (see r12635, r12643, r12650, r12661, r12662, r12663) 17 years ago
itemdb.h eb8748ca5d * Increased Item group limit for new item groups. 17 years ago
log.c 94943b2b6a Adjusted eAthena code to compile cleanly in C++ mode. 17 years ago
log.h cdb7323335 Changed LOG_ALL definition to really log everything 17 years ago
mail.c ae9e0179f6 added missing 'e' logs 17 years ago
mail.h a6e03e1102 - Clean up of calc_times function. 17 years ago
map.c 69089d210e Fixed a few properties of NPC_CHANGEUNDEAD bugreport:79 17 years ago
map.h 0c9d9f5a48 * Slight cleanup of item-based walk speed bonuses 17 years ago
mercenary.c 6559c24882 Replaced the integers+checking approach in r12679 with usage of floating point arithmetic. 17 years ago
mercenary.h 94943b2b6a Adjusted eAthena code to compile cleanly in C++ mode. 17 years ago
mob.c 263261d9f6 * Moved the mob killmonster flag to a more appropriate area. (bugreport:1795) 17 years ago
mob.h 263261d9f6 * Moved the mob killmonster flag to a more appropriate area. (bugreport:1795) 17 years ago
npc.c 249d1350e5 Fixed a bug in the npc shop code, where requesting an item that wasn't on the list caused the server to keep scanning past the list's array bounds. 17 years ago
npc.h 41ee2c000b - Fixed BugReport 1608. I forgot to merge npc.h sorry. 17 years ago
npc_chat.c 49f1f4434d * Reorganized the contents of the mapserver's header files. 17 years ago
party.c 398d3821df Removed the party_share_conflict() check. 17 years ago
party.h 398d3821df Removed the party_share_conflict() check. 17 years ago
path.c c29f4e1823 Fixed a mistake in r11991 that let knockback work through walls 17 years ago
path.h 49f1f4434d * Reorganized the contents of the mapserver's header files. 17 years ago
pc.c 0c9d9f5a48 * Slight cleanup of item-based walk speed bonuses 17 years ago
pc.h 0c9d9f5a48 * Slight cleanup of item-based walk speed bonuses 17 years ago
pcre.h a61e02cc29 Updated the server's PCRE components to 7.0 18 years ago
pet.c da66cd1d32 * Corrected compiler warning and error made from r12959 and r12953, respectively. [SketchyPhoenix] 17 years ago
pet.h c880052f0f * Changed the data field of timers from int to intptr. 17 years ago
quest.c 2eabb3d1f7 Added script function hasquest. 17 years ago
quest.h 2eabb3d1f7 Added script function hasquest. 17 years ago
script.c 263261d9f6 * Moved the mob killmonster flag to a more appropriate area. (bugreport:1795) 17 years ago
script.h d903fda1c7 * Script parse errors displayed with one ShowError instead of several ShowMessage's. 17 years ago
skill.c 99a1aaa9e1 * Simplified the search in pop_timer_heap and added more debug info to help determine the source condition of timer errors. (bugreport:1860) 17 years ago
skill.h 625f9f62fd * Added support for skill names to script commands: 17 years ago
status.c da66cd1d32 * Corrected compiler warning and error made from r12959 and r12953, respectively. [SketchyPhoenix] 17 years ago
status.h 8d6505fdee Adjusted Free Cast code so that its walk penalty gets calculated in status_calc_speed and nowhere else. 17 years ago
storage.c 4546c7fc0a Modified storage data loading 17 years ago
storage.h 4546c7fc0a Modified storage data loading 17 years ago
trade.c cd1f48cc9e * Made script command 'flagemblem' and guild_emblem_change send an update of the emblem_id to the players in the area. 17 years ago
trade.h 4cfb15d8bb Fixed numerous /W4 warnings (and created more :) 17 years ago
unit.c cdda61ce1b * Added const to the return value of get_timer. 17 years ago
unit.h ca35192cd0 * Added more debug information to track the double remove_map's 17 years ago
vending.c 247996b40e - Added function battle_attr_ratio to handle just getting the attribute table data. Fixes Sense messing up with elemental based statuses. 17 years ago
vending.h 49f1f4434d * Reorganized the contents of the mapserver's header files. 17 years ago