ultramage eb99fad326 Added itemid defines for Stone and Skull_ (used by Pick Stone skill and pvp skull drop, respectively). 17 tahun lalu
..
Makefile.in 5033b0f675 Reverted r12230. cUSTOM_CFLAGS is redundant since you can achieve the same result by setting CFLAGS. 17 tahun lalu
atcommand.c 438367ae22 @autoloot and @autolootitem can now be used together for more precise looting (no idea why it was blocked...) 17 tahun lalu
atcommand.h 84ffdd36bf - The last, i hope, fix to the mail system. 17 tahun lalu
battle.c 115c5b6896 Removed the mob controller system, now a customization (see topic:194375). 17 tahun lalu
battle.h 106b44c1e7 Merged the /loginmerge branch (topic:192754) 17 tahun lalu
charcommand.c 37683bf468 Corrected #storagelist target typo (bugreport:1873) 17 tahun lalu
charcommand.h fc9d14b1bd Command code cleaning (refer to topic:169759) 17 tahun lalu
chat.c 0af5774042 Replaced one incorrect nullpo check in chat_deletenpcchat() 17 tahun lalu
chat.h 49f1f4434d * Reorganized the contents of the mapserver's header files. 17 tahun lalu
chrif.c 106b44c1e7 Merged the /loginmerge branch (topic:192754) 17 tahun lalu
chrif.h 106b44c1e7 Merged the /loginmerge branch (topic:192754) 17 tahun lalu
clif.c eb99fad326 Added itemid defines for Stone and Skull_ (used by Pick Stone skill and pvp skull drop, respectively). 17 tahun lalu
clif.h d48a482180 - Implemented official Convex Mirror (With help of Yomanda and Sirius White) 17 tahun lalu
date.c a6e61e1d2f Gave each file an empty last line, to make svn happier 18 tahun lalu
date.h 49096125fb Applied a consistent look to all header files (copyright, ifdefs) 18 tahun lalu
guild.c 6c8cf8d611 Replaced occurences of '-1' with the more appropriate 'INVALID_TIMER' value where appropriate. 17 tahun lalu
guild.h c16def84aa Small party/guild creation cleanup. Added packet comments. Removed fake reply packet usage. 17 tahun lalu
intif.c 398d3821df Removed the party_share_conflict() check. 17 tahun lalu
intif.h 398d3821df Removed the party_share_conflict() check. 17 tahun lalu
itemdb.c 7a9a3a12bb Cleaning up the itemdb reload mess (see r12635, r12643, r12650, r12661, r12662, r12663) 17 tahun lalu
itemdb.h eb99fad326 Added itemid defines for Stone and Skull_ (used by Pick Stone skill and pvp skull drop, respectively). 17 tahun lalu
log.c 94943b2b6a Adjusted eAthena code to compile cleanly in C++ mode. 17 tahun lalu
log.h cdb7323335 Changed LOG_ALL definition to really log everything 17 tahun lalu
mail.c ae9e0179f6 added missing 'e' logs 17 tahun lalu
mail.h a6e03e1102 - Clean up of calc_times function. 17 tahun lalu
map.c 54dc1c0f1a Removed the IRC bot system, now a customization (see topic:194306) 17 tahun lalu
map.h 106b44c1e7 Merged the /loginmerge branch (topic:192754) 17 tahun lalu
mercenary.c 582c36c11e Renamed struct 'skill' to 's_skill' to remove naming collisions. 17 tahun lalu
mercenary.h 94943b2b6a Adjusted eAthena code to compile cleanly in C++ mode. 17 tahun lalu
mob.c 115c5b6896 Removed the mob controller system, now a customization (see topic:194375). 17 tahun lalu
mob.h 115c5b6896 Removed the mob controller system, now a customization (see topic:194375). 17 tahun lalu
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 tahun lalu
npc.h 115c5b6896 Removed the mob controller system, now a customization (see topic:194375). 17 tahun lalu
npc_chat.c 115c5b6896 Removed the mob controller system, now a customization (see topic:194375). 17 tahun lalu
party.c 106b44c1e7 Merged the /loginmerge branch (topic:192754) 17 tahun lalu
party.h 106b44c1e7 Merged the /loginmerge branch (topic:192754) 17 tahun lalu
path.c c29f4e1823 Fixed a mistake in r11991 that let knockback work through walls 17 tahun lalu
path.h 49f1f4434d * Reorganized the contents of the mapserver's header files. 17 tahun lalu
pc.c eb99fad326 Added itemid defines for Stone and Skull_ (used by Pick Stone skill and pvp skull drop, respectively). 17 tahun lalu
pc.h 106b44c1e7 Merged the /loginmerge branch (topic:192754) 17 tahun lalu
pet.c 6c8cf8d611 Replaced occurences of '-1' with the more appropriate 'INVALID_TIMER' value where appropriate. 17 tahun lalu
pet.h c880052f0f * Changed the data field of timers from int to intptr. 17 tahun lalu
quest.c 2eabb3d1f7 Added script function hasquest. 17 tahun lalu
quest.h 2eabb3d1f7 Added script function hasquest. 17 tahun lalu
script.c dac1c2d2df Removed unused guardian hp columns from the guild castles table in main.sql (should have been done in r11915). 17 tahun lalu
script.h dac1c2d2df Removed unused guardian hp columns from the guild castles table in main.sql (should have been done in r11915). 17 tahun lalu
skill.c eb99fad326 Added itemid defines for Stone and Skull_ (used by Pick Stone skill and pvp skull drop, respectively). 17 tahun lalu
skill.h 582c36c11e Renamed struct 'skill' to 's_skill' to remove naming collisions. 17 tahun lalu
status.c 414c0f41e2 Quagmire now will affect boss monsters, but more info is required to code the debuff exceptions properly. 17 tahun lalu
status.h 8d6505fdee Adjusted Free Cast code so that its walk penalty gets calculated in status_calc_speed and nowhere else. 17 tahun lalu
storage.c 4546c7fc0a Modified storage data loading 17 tahun lalu
storage.h 4546c7fc0a Modified storage data loading 17 tahun lalu
trade.c 106b44c1e7 Merged the /loginmerge branch (topic:192754) 17 tahun lalu
trade.h 4cfb15d8bb Fixed numerous /W4 warnings (and created more :) 17 tahun lalu
unit.c dac1c2d2df Removed unused guardian hp columns from the guild castles table in main.sql (should have been done in r11915). 17 tahun lalu
unit.h ca35192cd0 * Added more debug information to track the double remove_map's 17 tahun lalu
vending.c 54dc1c0f1a Removed the IRC bot system, now a customization (see topic:194306) 17 tahun lalu
vending.h 49f1f4434d * Reorganized the contents of the mapserver's header files. 17 tahun lalu