skotlex 405f4633ec - Moved the duel functions to pc.c since they are so totally out of place in atcommand.c 18 年之前
..
Makefile 1074b09187 - Small optimization in battle_check_target 19 年之前
Makefile.win32 2178a86317 AS OF SVN REV. 5901, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK. 19 年之前
atcommand.c 405f4633ec - Moved the duel functions to pc.c since they are so totally out of place in atcommand.c 18 年之前
atcommand.h 405f4633ec - Moved the duel functions to pc.c since they are so totally out of place in atcommand.c 18 年之前
battle.c 405f4633ec - Moved the duel functions to pc.c since they are so totally out of place in atcommand.c 18 年之前
battle.h f9bca76cd9 - Set the inf2 to encore skills of Wand of Hermode 18 年之前
charcommand.c 2b44fd5db4 - Cleaned up the log.c file. 18 年之前
charcommand.h 9c860c13a4 - Oppositions can't be made during WoE now. 19 年之前
charsave.c 6babc24b69 - Vaporize will no fail when the homun is dead. 19 年之前
charsave.h 15dd140846 Orn's and Albator's Homunculus system, finally, YAY!! 19 年之前
chat.c a4f893ed15 - A mob's HP is set temporarily to 0 before invoking it's on-death script, prevents said scripts being able to "rekill" the mob indefinitely (if stuff like killmonster is used within) 18 年之前
chat.h 2178a86317 AS OF SVN REV. 5901, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK. 19 年之前
chrif.c a19cafda61 - Moved the intimacy penalty of HFLI_SBR44 and HVAN_EXPLOSION to skill_counter_additional_effect 19 年之前
chrif.h cd8587dc4d - Fixed clif_parse not checking for func_parse before sending data to the connected clients. This in turn required various code-rewrites in: 19 年之前
clif.c 405f4633ec - Moved the duel functions to pc.c since they are so totally out of place in atcommand.c 18 年之前
clif.h cd482bed77 - Fixed map_foreachiddb and map_foreachpc so they don't encapsulate the variable arguments into a double va_arg list. Thanks to the Ultra Mage for the tip. 18 年之前
date.c 2178a86317 AS OF SVN REV. 5901, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK. 19 年之前
date.h 2178a86317 AS OF SVN REV. 5901, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK. 19 年之前
guild.c 23ebb95f4d - Fixed a fake nullpo when parsing the reply to a guild alliance request. 18 年之前
guild.h 8e191af335 Code cleanup & optimization on guild part of char-server 19 年之前
intif.c 1107b381bd - Fixed Charge Atk being able to go through chasm/pits. 18 年之前
intif.h 15dd140846 Orn's and Albator's Homunculus system, finally, YAY!! 19 年之前
irc.c 20bb25e81d - Added printing out whenever the irc-module attempts to connect, to debug whether the map-server lag is due to this or not. 19 年之前
irc.h cb78101f64 - The IRC bot now reads a configuration file (irc.c) instead of it all being hardcoded 19 年之前
itemdb.c fc0f3b45bf - Fixed item group 35 (lottobox) in item_misc.txt 18 年之前
itemdb.h 155f9c12f5 - Fixed the item group bonus not working. 19 年之前
log.c c4932353bf - Some cleaning of the pc_eventtimer and pc enqueue code, it should fix some memory leaks when the event counter does not matches with the actual number of queued timers during logout. 18 年之前
log.h 2b44fd5db4 - Cleaned up the log.c file. 18 年之前
mail.c 0c91b56537 - Crash-protections in the mail-checking function. 19 年之前
mail.h 2178a86317 AS OF SVN REV. 5901, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK. 19 年之前
map.c 405f4633ec - Moved the duel functions to pc.c since they are so totally out of place in atcommand.c 18 年之前
map.h 5ccc607bfe - A few reorders and type-changes in the map_session_data structure for better memory allocation of the variables. Also fixes a size conversion warning. 18 年之前
mercenary.c eee1baf718 - Ganbantein's delay is now 2 secs. 18 年之前
mercenary.h 1107b381bd - Fixed Charge Atk being able to go through chasm/pits. 18 年之前
mob.c 405f4633ec - Moved the duel functions to pc.c since they are so totally out of place in atcommand.c 18 年之前
mob.h 4e9c745bdf - Corrected SC_INTRAVISION not starting. 19 年之前
npc.c 405f4633ec - Moved the duel functions to pc.c since they are so totally out of place in atcommand.c 18 年之前
npc.h 0db4ee6126 - Added function npc_unload_duplicates(), it unloads all npcs that are a duplicate of the passed one. For use with @unloadnpc to prevent crashes when you unload the npc that has duplicates. 18 年之前
npc_chat.c 4d27716bf1 - Tested and fixed resolve_hostbyname. 19 年之前
party.c d6711d07b9 - Fixed mob-skill event "skillused" not triggering at all. 18 年之前
party.h 830106c6f9 - Modified party_item_share_type config setting so that using 1 disables item-sharing from non-mob loot (player dropped items or pet loot) and 2 enables round-robin instead of random sharing. Using 3 obviously is enabling both 1 and 2. 19 年之前
path.c 26500644dd * Optional macro MEMSET_TURBO for faster low-level memory initializations. 19 年之前
pc.c 405f4633ec - Moved the duel functions to pc.c since they are so totally out of place in atcommand.c 18 年之前
pc.h 405f4633ec - Moved the duel functions to pc.c since they are so totally out of place in atcommand.c 18 年之前
pcre.h 2178a86317 AS OF SVN REV. 5901, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK. 19 年之前
pet.c d16c9da400 - Corrected Smokie's pet script to use petskillbonus instead of "bonus" 18 年之前
pet.h ee8298bb8a - Cleaned up some of the pet related @/# commands, same for some script commands. 19 年之前
script.c cd482bed77 - Fixed map_foreachiddb and map_foreachpc so they don't encapsulate the variable arguments into a double va_arg list. Thanks to the Ultra Mage for the tip. 18 年之前
script.h 7c8ec5366e - Reverted declaration of run_script to normal since it appears there's no longer any memory leaks related to it. 18 年之前
skill.c 405f4633ec - Moved the duel functions to pc.c since they are so totally out of place in atcommand.c 18 年之前
skill.h 405f4633ec - Moved the duel functions to pc.c since they are so totally out of place in atcommand.c 18 年之前
status.c 405f4633ec - Moved the duel functions to pc.c since they are so totally out of place in atcommand.c 18 年之前
status.h 0cedd1e5f4 - High-Jump is usable everywhere now, except that on maps where it previously failed, now will just make you jump in place. 18 年之前
storage.c 26500644dd * Optional macro MEMSET_TURBO for faster low-level memory initializations. 19 年之前
storage.h eba9a34f0b - Fixed guild storage being "eternally in use" if you quit/logout before closing it. 19 年之前
trade.c 2b44fd5db4 - Cleaned up the log.c file. 18 年之前
trade.h fcbec4d4e6 - Updated clif_disp_onlyself to not use dynamic memory and write directly to the player's buffer. 19 年之前
unit.c 405f4633ec - Moved the duel functions to pc.c since they are so totally out of place in atcommand.c 18 年之前
unit.h a64e58d5eb - Removed the Warmth "stacking" code. 18 年之前
vending.c 2b44fd5db4 - Cleaned up the log.c file. 18 年之前
vending.h 2178a86317 AS OF SVN REV. 5901, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK. 19 年之前