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