skotlex fc7e47d714 - Added the necessary checks so that Suiton makes Fogwall have double duration, and to make water-requiring skills to consume their cells. 19 роки тому
..
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 f750c3ed73 - Small bug fixes found during merging to stable process, includes correct HP scaling when hp-meter is enabled and max hp is above SHRT_MAX 19 роки тому
atcommand.h 094db48cae - Added atcommand @partyoption, lets you alter the party item-distribution type on the go. Usage is "@partyoption <pickup share> <item distribution>", where both arguments can be 0/1, yes/no, etc. 19 роки тому
battle.c fc7e47d714 - Added the necessary checks so that Suiton makes Fogwall have double duration, and to make water-requiring skills to consume their cells. 19 роки тому
battle.h e5b4eaaea0 - Added battle config settings agi_penalty_target and vit_penalty_target, they define which object types will get vit/flee reductions when multi-targetted and defaults to only players (battle/battle.conf) 19 роки тому
charcommand.c 305fa67812 - Made @monsterignore be an universal ignore. Means you cannot be targetted as an enemy by anything. Also added alias "@battleignore" which does the same as monsterignore. 19 роки тому
charcommand.h 9c860c13a4 - Oppositions can't be made during WoE now. 19 роки тому
charsave.c 6abed14141 - Updated mob_db.sql to current mob_db.txt data. 19 роки тому
charsave.h 15dd140846 Orn's and Albator's Homunculus system, finally, YAY!! 19 роки тому
chat.c 8b8b55bdf7 - Added a check when joining a chat to make sure the target object is of type BL_CHAT. 19 роки тому
chat.h 2178a86317 AS OF SVN REV. 5901, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK. 19 роки тому
chrif.c 6abed14141 - Updated mob_db.sql to current mob_db.txt data. 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 f750c3ed73 - Small bug fixes found during merging to stable process, includes correct HP scaling when hp-meter is enabled and max hp is above SHRT_MAX 19 роки тому
clif.h 15dd140846 Orn's and Albator's Homunculus system, finally, YAY!! 19 роки тому
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 370e1df5bd - Devotion absorbed damage will now appear to come from oneself (instead of the original attacker changing directions towards the Crusader) 19 роки тому
guild.h fcbec4d4e6 - Updated clif_disp_onlyself to not use dynamic memory and write directly to the player's buffer. 19 роки тому
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). 19 роки тому
intif.h 15dd140846 Orn's and Albator's Homunculus system, finally, YAY!! 19 роки тому
irc.c 8b0f535cec - Fixed parse_names on irc.c crashing when receiving a null argument. 19 роки тому
irc.h cb78101f64 - The IRC bot now reads a configuration file (irc.c) instead of it all being hardcoded 19 роки тому
itemdb.c f5464dccc0 - Added a check to prevent Blind from ending while standing on a fog of wall. 19 роки тому
itemdb.h a6c3f3a1fc - Coded @reset. 19 роки тому
log.c a866920e15 removed old logs 19 роки тому
log.h a866920e15 removed old logs 19 роки тому
mail.c 14866f881c - Fixed map-sql compilation issue ~.~; 19 роки тому
mail.h 2178a86317 AS OF SVN REV. 5901, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK. 19 роки тому
map.c 6abed14141 - Updated mob_db.sql to current mob_db.txt data. 19 роки тому
map.h 97b00a11ad - Added a proper check to make aggressive mobs never override homun targets regardless of distance. 19 роки тому
mercenary.c 67f1befafc - Corrected Venom splasher's splash damage 19 роки тому
mercenary.h 15dd140846 Orn's and Albator's Homunculus system, finally, YAY!! 19 роки тому
mob.c f5464dccc0 - Added a check to prevent Blind from ending while standing on a fog of wall. 19 роки тому
mob.h 93aac53572 - Fix for #102547 19 роки тому
npc.c 64e01d9894 - When enabling/disabling hiding/unhiding an npc, if the npc is a warp, it will use clearchar and spawn packets instead of changeoption. Thanks to Toms for the fix. 19 роки тому
npc.h 3b13b070e1 - Made guild member exp an unsigned int. 19 роки тому
npc_chat.c 4d27716bf1 - Tested and fixed resolve_hostbyname. 19 роки тому
party.c 094db48cae - Added atcommand @partyoption, lets you alter the party item-distribution type on the go. Usage is "@partyoption <pickup share> <item distribution>", where both arguments can be 0/1, yes/no, etc. 19 роки тому
party.h fcbec4d4e6 - Updated clif_disp_onlyself to not use dynamic memory and write directly to the player's buffer. 19 роки тому
path.c 0158ab793e - Fixed npc_checknear's distance check returning the opposite of what it should (false when the range is correct and viceversa) 19 роки тому
pc.c afb83ab5e0 - Added the vaporize line when the player dies in pc_dead. 19 роки тому
pc.h 703c4b2af8 - Added pc_check_weapontype to do a proper skill weapon check that takes into account dual-wielding. That is, if a skill can be used with daggers/axes, you'll be able to use the skill when dual-wielding them. 19 роки тому
pcre.h 2178a86317 AS OF SVN REV. 5901, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK. 19 роки тому
pet.c a6c3f3a1fc - Coded @reset. 19 роки тому
pet.h a6c3f3a1fc - Coded @reset. 19 роки тому
script.c 7e68dd7948 - Added source reporting when you do an invalid int&str or str&int operation on a script. 19 роки тому
script.h aa70823081 * [Fixed] 19 роки тому
skill.c fc7e47d714 - Added the necessary checks so that Suiton makes Fogwall have double duration, and to make water-requiring skills to consume their cells. 19 роки тому
skill.h 15dd140846 Orn's and Albator's Homunculus system, finally, YAY!! 19 роки тому
status.c f5464dccc0 - Added a check to prevent Blind from ending while standing on a fog of wall. 19 роки тому
status.h da34db27c2 - Fixed the inf code update breakage which was blocking all offensive skills. 19 роки тому
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. 19 роки тому
storage.h eba9a34f0b - Fixed guild storage being "eternally in use" if you quit/logout before closing it. 19 роки тому
trade.c a6c3f3a1fc - Coded @reset. 19 роки тому
trade.h fcbec4d4e6 - Updated clif_disp_onlyself to not use dynamic memory and write directly to the player's buffer. 19 роки тому
unit.c 0f5a4717ef - Now when the char-txt server does not finds a requested party, it will clear out said party id of all characters (will help prevent massive spamming/overhead when for some reason the party file needs to be deleted). 19 роки тому
unit.h 330dc56cab - Corrected the line terminator setting on the unit.* files as pointed out by Irmin 19 роки тому
vending.c a4d0df735d - Rewrote all the item restriction functions so that they will take into account slotted card restrictions as well. 19 роки тому
vending.h 2178a86317 AS OF SVN REV. 5901, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK. 19 роки тому