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 лет назад