skotlex b372f8dfce - Changed define EQP_WEAPON to specify only the right-hand weapon, added define EQP_ARMS to specify both arm-slots. há 19 anos atrás
..
Makefile 1074b09187 - Small optimization in battle_check_target há 19 anos atrás
Makefile.win32 2178a86317 AS OF SVN REV. 5901, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK. há 19 anos atrás
atcommand.c 4b49756a40 - Updated @mobinfo to display slots in the drop information. há 19 anos atrás
atcommand.h 34eea8ae57 - Cleaned up the last NJ update code. há 19 anos atrás
battle.c 71b9605a0c - Removed the setting of blow-count to 0 when the target is a boss on the battle_calc_* functions, now skill_blown will fail when the source is different from the target and the target is a boss. há 19 anos atrás
battle.h 26a6620863 - Some code cleaning in status.c há 19 anos atrás
charcommand.c b372f8dfce - Changed define EQP_WEAPON to specify only the right-hand weapon, added define EQP_ARMS to specify both arm-slots. há 19 anos atrás
charcommand.h 9c860c13a4 - Oppositions can't be made during WoE now. há 19 anos atrás
charsave.c 3d18f93d8e - Applied the necessary changes to make @partyoption reflect it's changes on the alt+p window. há 19 anos atrás
charsave.h 15dd140846 Orn's and Albator's Homunculus system, finally, YAY!! há 19 anos atrás
chat.c 3d18f93d8e - Applied the necessary changes to make @partyoption reflect it's changes on the alt+p window. há 19 anos atrás
chat.h 2178a86317 AS OF SVN REV. 5901, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK. há 19 anos atrás
chrif.c 6abed14141 - Updated mob_db.sql to current mob_db.txt data. há 19 anos atrás
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: há 19 anos atrás
clif.c 5752836839 - Fixed a compile warning. há 19 anos atrás
clif.h 8e191af335 Code cleanup & optimization on guild part of char-server há 19 anos atrás
date.c 2178a86317 AS OF SVN REV. 5901, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK. há 19 anos atrás
date.h 2178a86317 AS OF SVN REV. 5901, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK. há 19 anos atrás
guild.c 8e191af335 Code cleanup & optimization on guild part of char-server há 19 anos atrás
guild.h 8e191af335 Code cleanup & optimization on guild part of char-server há 19 anos atrás
intif.c 5587ea7cd6 - Fixed the intif party creation packet having the incorrect size sent, hence causing the leader's level to be read as garbage (which caused the "impossible to even share" bug). há 19 anos atrás
intif.h 15dd140846 Orn's and Albator's Homunculus system, finally, YAY!! há 19 anos atrás
irc.c 8b0f535cec - Fixed parse_names on irc.c crashing when receiving a null argument. há 19 anos atrás
irc.h cb78101f64 - The IRC bot now reads a configuration file (irc.c) instead of it all being hardcoded há 19 anos atrás
itemdb.c 04edacd3d9 - Changed function itemdb_group to itemdb_group_bonus, it now calculates the total group bonuses of a player for a given item. há 19 anos atrás
itemdb.h 04edacd3d9 - Changed function itemdb_group to itemdb_group_bonus, it now calculates the total group bonuses of a player for a given item. há 19 anos atrás
log.c 8c98388bc5 - Enabled Mastery damage on Soul Breaker again, moved adv katar mastery out of the mastery function so that it may apply to all skills except Soul Breaker. há 19 anos atrás
log.h 8c98388bc5 - Enabled Mastery damage on Soul Breaker again, moved adv katar mastery out of the mastery function so that it may apply to all skills except Soul Breaker. há 19 anos atrás
mail.c 14866f881c - Fixed map-sql compilation issue ~.~; há 19 anos atrás
mail.h 2178a86317 AS OF SVN REV. 5901, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK. há 19 anos atrás
map.c 527a7ac223 - Hopefully fixed the party_even_share cast-overflow bug as reported by Adobe. há 19 anos atrás
map.h 6daec0f2c0 - Cleaned some of mpeg's updated work. há 19 anos atrás
mercenary.c 35b7140aec Updated item_db.sql to latest. há 19 anos atrás
mercenary.h 7a082b02a8 - Updated battle_check_target so that all alchemist summoned mobs can be target by everyone. há 19 anos atrás
mob.c b372f8dfce - Changed define EQP_WEAPON to specify only the right-hand weapon, added define EQP_ARMS to specify both arm-slots. há 19 anos atrás
mob.h 93aac53572 - Fix for #102547 há 19 anos atrás
npc.c 6daec0f2c0 - Cleaned some of mpeg's updated work. há 19 anos atrás
npc.h 8da82e0a0a - Changed npc_click declaration to receive an npc structure rather than a generic block-list one. há 19 anos atrás
npc_chat.c 4d27716bf1 - Tested and fixed resolve_hostbyname. há 19 anos atrás
party.c 527a7ac223 - Hopefully fixed the party_even_share cast-overflow bug as reported by Adobe. há 19 anos atrás
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. há 19 anos atrás
path.c 0158ab793e - Fixed npc_checknear's distance check returning the opposite of what it should (false when the range is correct and viceversa) há 19 anos atrás
pc.c b372f8dfce - Changed define EQP_WEAPON to specify only the right-hand weapon, added define EQP_ARMS to specify both arm-slots. há 19 anos atrás
pc.h b372f8dfce - Changed define EQP_WEAPON to specify only the right-hand weapon, added define EQP_ARMS to specify both arm-slots. há 19 anos atrás
pcre.h 2178a86317 AS OF SVN REV. 5901, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK. há 19 anos atrás
pet.c c9e9b3b75b - Synced the script.c file with as much data as possible from jA's: há 19 anos atrás
pet.h a6c3f3a1fc - Coded @reset. há 19 anos atrás
script.c 85655282d4 - Adjusted the order in which option/sc change packets are sent to match Aegis's há 19 anos atrás
script.h abcf47cd67 - Fixed script code data not being free'd if a player quits in the middle of a script. há 19 anos atrás
skill.c b372f8dfce - Changed define EQP_WEAPON to specify only the right-hand weapon, added define EQP_ARMS to specify both arm-slots. há 19 anos atrás
skill.h 6cb68e6f4a mpeg's ninja work há 19 anos atrás
status.c 26a6620863 - Some code cleaning in status.c há 19 anos atrás
status.h 6cb68e6f4a mpeg's ninja work há 19 anos atrás
storage.c 046e959e52 - Modified the targetted skill logic to enable offensive skills to be targetted at party/guild members if the appropiate inf2 value is set. há 19 anos atrás
storage.h eba9a34f0b - Fixed guild storage being "eternally in use" if you quit/logout before closing it. há 19 anos atrás
trade.c 8c98388bc5 - Enabled Mastery damage on Soul Breaker again, moved adv katar mastery out of the mastery function so that it may apply to all skills except Soul Breaker. há 19 anos atrás
trade.h fcbec4d4e6 - Updated clif_disp_onlyself to not use dynamic memory and write directly to the player's buffer. há 19 anos atrás
unit.c e9bee91ea7 - Cleaned up the Asura code so that when the skill fails your SP/Spheres/Fury are all taken away always, as well as moving you next to the target (as long as the target still exists within a reachable path from your position) há 19 anos atrás
unit.h 330dc56cab - Corrected the line terminator setting on the unit.* files as pointed out by Irmin há 19 anos atrás
vending.c 8c98388bc5 - Enabled Mastery damage on Soul Breaker again, moved adv katar mastery out of the mastery function so that it may apply to all skills except Soul Breaker. há 19 anos atrás
vending.h 2178a86317 AS OF SVN REV. 5901, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK. há 19 anos atrás