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 gadi atpakaļ
..
Makefile 1074b09187 - Small optimization in battle_check_target 19 gadi atpakaļ
Makefile.win32 2178a86317 AS OF SVN REV. 5901, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK. 19 gadi atpakaļ
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 gadi atpakaļ
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 gadi atpakaļ
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 gadi atpakaļ
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 gadi atpakaļ
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 gadi atpakaļ
charcommand.h 9c860c13a4 - Oppositions can't be made during WoE now. 19 gadi atpakaļ
charsave.c 6abed14141 - Updated mob_db.sql to current mob_db.txt data. 19 gadi atpakaļ
charsave.h 15dd140846 Orn's and Albator's Homunculus system, finally, YAY!! 19 gadi atpakaļ
chat.c 8b8b55bdf7 - Added a check when joining a chat to make sure the target object is of type BL_CHAT. 19 gadi atpakaļ
chat.h 2178a86317 AS OF SVN REV. 5901, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK. 19 gadi atpakaļ
chrif.c 6abed14141 - Updated mob_db.sql to current mob_db.txt data. 19 gadi atpakaļ
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 gadi atpakaļ
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 gadi atpakaļ
clif.h 15dd140846 Orn's and Albator's Homunculus system, finally, YAY!! 19 gadi atpakaļ
date.c 2178a86317 AS OF SVN REV. 5901, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK. 19 gadi atpakaļ
date.h 2178a86317 AS OF SVN REV. 5901, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK. 19 gadi atpakaļ
guild.c 370e1df5bd - Devotion absorbed damage will now appear to come from oneself (instead of the original attacker changing directions towards the Crusader) 19 gadi atpakaļ
guild.h fcbec4d4e6 - Updated clif_disp_onlyself to not use dynamic memory and write directly to the player's buffer. 19 gadi atpakaļ
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 gadi atpakaļ
intif.h 15dd140846 Orn's and Albator's Homunculus system, finally, YAY!! 19 gadi atpakaļ
irc.c 8b0f535cec - Fixed parse_names on irc.c crashing when receiving a null argument. 19 gadi atpakaļ
irc.h cb78101f64 - The IRC bot now reads a configuration file (irc.c) instead of it all being hardcoded 19 gadi atpakaļ
itemdb.c f5464dccc0 - Added a check to prevent Blind from ending while standing on a fog of wall. 19 gadi atpakaļ
itemdb.h a6c3f3a1fc - Coded @reset. 19 gadi atpakaļ
log.c a866920e15 removed old logs 19 gadi atpakaļ
log.h a866920e15 removed old logs 19 gadi atpakaļ
mail.c 14866f881c - Fixed map-sql compilation issue ~.~; 19 gadi atpakaļ
mail.h 2178a86317 AS OF SVN REV. 5901, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK. 19 gadi atpakaļ
map.c 6abed14141 - Updated mob_db.sql to current mob_db.txt data. 19 gadi atpakaļ
map.h 97b00a11ad - Added a proper check to make aggressive mobs never override homun targets regardless of distance. 19 gadi atpakaļ
mercenary.c 67f1befafc - Corrected Venom splasher's splash damage 19 gadi atpakaļ
mercenary.h 15dd140846 Orn's and Albator's Homunculus system, finally, YAY!! 19 gadi atpakaļ
mob.c f5464dccc0 - Added a check to prevent Blind from ending while standing on a fog of wall. 19 gadi atpakaļ
mob.h 93aac53572 - Fix for #102547 19 gadi atpakaļ
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 gadi atpakaļ
npc.h 3b13b070e1 - Made guild member exp an unsigned int. 19 gadi atpakaļ
npc_chat.c 4d27716bf1 - Tested and fixed resolve_hostbyname. 19 gadi atpakaļ
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 gadi atpakaļ
party.h fcbec4d4e6 - Updated clif_disp_onlyself to not use dynamic memory and write directly to the player's buffer. 19 gadi atpakaļ
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 gadi atpakaļ
pc.c afb83ab5e0 - Added the vaporize line when the player dies in pc_dead. 19 gadi atpakaļ
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 gadi atpakaļ
pcre.h 2178a86317 AS OF SVN REV. 5901, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK. 19 gadi atpakaļ
pet.c a6c3f3a1fc - Coded @reset. 19 gadi atpakaļ
pet.h a6c3f3a1fc - Coded @reset. 19 gadi atpakaļ
script.c 7e68dd7948 - Added source reporting when you do an invalid int&str or str&int operation on a script. 19 gadi atpakaļ
script.h aa70823081 * [Fixed] 19 gadi atpakaļ
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 gadi atpakaļ
skill.h 15dd140846 Orn's and Albator's Homunculus system, finally, YAY!! 19 gadi atpakaļ
status.c f5464dccc0 - Added a check to prevent Blind from ending while standing on a fog of wall. 19 gadi atpakaļ
status.h da34db27c2 - Fixed the inf code update breakage which was blocking all offensive skills. 19 gadi atpakaļ
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 gadi atpakaļ
storage.h eba9a34f0b - Fixed guild storage being "eternally in use" if you quit/logout before closing it. 19 gadi atpakaļ
trade.c a6c3f3a1fc - Coded @reset. 19 gadi atpakaļ
trade.h fcbec4d4e6 - Updated clif_disp_onlyself to not use dynamic memory and write directly to the player's buffer. 19 gadi atpakaļ
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 gadi atpakaļ
unit.h 330dc56cab - Corrected the line terminator setting on the unit.* files as pointed out by Irmin 19 gadi atpakaļ
vending.c a4d0df735d - Rewrote all the item restriction functions so that they will take into account slotted card restrictions as well. 19 gadi atpakaļ
vending.h 2178a86317 AS OF SVN REV. 5901, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK. 19 gadi atpakaļ