shadow b851a4ee69 Fixed SG_FUSION hp penalty (0.5% to 2%), bugreport:1805 17 anni fa
..
Makefile.in 9bcdb353a4 More questlog code. 17 anni fa
atcommand.c cdda61ce1b * Added const to the return value of get_timer. 17 anni fa
atcommand.h 84ffdd36bf - The last, i hope, fix to the mail system. 17 anni fa
battle.c b851a4ee69 Fixed SG_FUSION hp penalty (0.5% to 2%), bugreport:1805 17 anni fa
battle.h cce663f625 * Homunculus will no longer auto-vaporize on master death. 17 anni fa
charcommand.c f6d2d9a360 Replaced some foreach-based functions by their inlined iterator equivalents. 17 anni fa
charcommand.h fc9d14b1bd Command code cleaning (refer to topic:169759) 17 anni fa
chat.c 0af5774042 Replaced one incorrect nullpo check in chat_deletenpcchat() 17 anni fa
chat.h 49f1f4434d * Reorganized the contents of the mapserver's header files. 17 anni fa
chrif.c 7444eb572c Random assortment of various small corrections and tweaks. 17 anni fa
chrif.h c880052f0f * Changed the data field of timers from int to intptr. 17 anni fa
clif.c a4c55c070a Fixed a typo :o 17 anni fa
clif.h 7444eb572c Random assortment of various small corrections and tweaks. 17 anni fa
date.c a6e61e1d2f Gave each file an empty last line, to make svn happier 18 anni fa
date.h 49096125fb Applied a consistent look to all header files (copyright, ifdefs) 18 anni fa
guild.c 304565cc9b Corrected r12662 where a guild break would trigger the OnGuildBreak event for all castles (even of other guilds). 17 anni fa
guild.h c16def84aa Small party/guild creation cleanup. Added packet comments. Removed fake reply packet usage. 17 anni fa
intif.c 62cc01866b Replaced the very ineffective clif_foreachclient() with map_foreachpc() since they essentially do the same thing (bugreport:1174). 17 anni fa
intif.h 236c7cba43 Some more updates to the quest log system. It has been completely moved to the inter server instead of the char server. 17 anni fa
irc.c c880052f0f * Changed the data field of timers from int to intptr. 17 anni fa
irc.h 0072a0189e * Cleaned/clarified some #include relationships between headers 18 anni fa
itemdb.c 7a9a3a12bb Cleaning up the itemdb reload mess (see r12635, r12643, r12650, r12661, r12662, r12663) 17 anni fa
itemdb.h eb8748ca5d * Increased Item group limit for new item groups. 17 anni fa
log.c 94943b2b6a Adjusted eAthena code to compile cleanly in C++ mode. 17 anni fa
log.h cdb7323335 Changed LOG_ALL definition to really log everything 17 anni fa
mail.c ae9e0179f6 added missing 'e' logs 17 anni fa
mail.h a6e03e1102 - Clean up of calc_times function. 17 anni fa
map.c 69089d210e Fixed a few properties of NPC_CHANGEUNDEAD bugreport:79 17 anni fa
map.h 0c9d9f5a48 * Slight cleanup of item-based walk speed bonuses 17 anni fa
mercenary.c 6559c24882 Replaced the integers+checking approach in r12679 with usage of floating point arithmetic. 17 anni fa
mercenary.h 94943b2b6a Adjusted eAthena code to compile cleanly in C++ mode. 17 anni fa
mob.c 263261d9f6 * Moved the mob killmonster flag to a more appropriate area. (bugreport:1795) 17 anni fa
mob.h 263261d9f6 * Moved the mob killmonster flag to a more appropriate area. (bugreport:1795) 17 anni fa
npc.c cdda61ce1b * Added const to the return value of get_timer. 17 anni fa
npc.h 41ee2c000b - Fixed BugReport 1608. I forgot to merge npc.h sorry. 17 anni fa
npc_chat.c 49f1f4434d * Reorganized the contents of the mapserver's header files. 17 anni fa
party.c d9e5150a44 Added changes missing from the previous update (followup to r12710). 17 anni fa
party.h 49f1f4434d * Reorganized the contents of the mapserver's header files. 17 anni fa
path.c c29f4e1823 Fixed a mistake in r11991 that let knockback work through walls 17 anni fa
path.h 49f1f4434d * Reorganized the contents of the mapserver's header files. 17 anni fa
pc.c 0c9d9f5a48 * Slight cleanup of item-based walk speed bonuses 17 anni fa
pc.h 0c9d9f5a48 * Slight cleanup of item-based walk speed bonuses 17 anni fa
pcre.h a61e02cc29 Updated the server's PCRE components to 7.0 18 anni fa
pet.c 62cc01866b Replaced the very ineffective clif_foreachclient() with map_foreachpc() since they essentially do the same thing (bugreport:1174). 17 anni fa
pet.h c880052f0f * Changed the data field of timers from int to intptr. 17 anni fa
quest.c 2eabb3d1f7 Added script function hasquest. 17 anni fa
quest.h 2eabb3d1f7 Added script function hasquest. 17 anni fa
script.c 263261d9f6 * Moved the mob killmonster flag to a more appropriate area. (bugreport:1795) 17 anni fa
script.h d903fda1c7 * Script parse errors displayed with one ShowError instead of several ShowMessage's. 17 anni fa
skill.c cdda61ce1b * Added const to the return value of get_timer. 17 anni fa
skill.h 625f9f62fd * Added support for skill names to script commands: 17 anni fa
status.c d40b9b93d4 First attempt at implementing the official walk speed system 17 anni fa
status.h 8d6505fdee Adjusted Free Cast code so that its walk penalty gets calculated in status_calc_speed and nowhere else. 17 anni fa
storage.c 7a9a3a12bb Cleaning up the itemdb reload mess (see r12635, r12643, r12650, r12661, r12662, r12663) 17 anni fa
storage.h 7a9a3a12bb Cleaning up the itemdb reload mess (see r12635, r12643, r12650, r12661, r12662, r12663) 17 anni fa
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 anni fa
trade.h 4cfb15d8bb Fixed numerous /W4 warnings (and created more :) 17 anni fa
unit.c cdda61ce1b * Added const to the return value of get_timer. 17 anni fa
unit.h ca35192cd0 * Added more debug information to track the double remove_map's 17 anni fa
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 anni fa
vending.h 49f1f4434d * Reorganized the contents of the mapserver's header files. 17 anni fa