Constraint

Branch:
Author:
Tag:
Date: help

Directory Properties

  • svn:ignore = .metadata .project .pydevproject .classpath .settings target

Go to changeset: | Customize Feeds
Changelog

8080 by savormix on 09 March 2010, 18:23:03 +0100 (20 hours ago) /trunk/datapack:
- Gracia flying bosses: stats, skills & minions

./l2jfree-datapack/data/stats/skills/5700-5799.xml 8080 history download (+7 -3) diffs

./l2jfree-datapack/data/stats/skills/5800-5899.xml 8080 history download (+114 -84) diffs

./l2jfree-datapack/sql/minions.sql 8080 history download (+15 -0) diffs

./l2jfree-datapack/sql/npc.sql 8080 history download (+15 -1) diffs

8079 by Psycho on 09 March 2010, 09:10:44 +0100 (29 hours ago) /trunk/datapack:
- Emerald doors can be re-openend

./l2jfree-datapack/data/scripts/instances/CrystalCaverns/CrystalCavern.py 8079 history download (+4 -1) diffs

8075 by savormix on 04 March 2010, 17:45:12 +0100 (5 days ago) /trunk/datapack:
- Instance updates
* Someone should update kamaloka, as I don't know which of 3 types it is

./l2jfree-datapack/data/instances/CrystalCavern.xml 8075 history download (+1 -1) diffs

./l2jfree-datapack/data/instances/DarkCloudMansion.xml 8075 history download (+1 -1) diffs

./l2jfree-datapack/data/instances/SongOfIceAndFire.xml 8075 history download (+1 -1) diffs

./l2jfree-datapack/data/stats/weapon/13000-13099.xml 8075 history download (+9 -0) diffs

./l2jfree-datapack/data/templates/instances.xsd 8075 history download (+8 -1) diffs

8074 by savormix on 04 March 2010, 17:42:21 +0100 (5 days ago) /trunk/core:
- Design oversight: dynamic instances should also have template IDs
* The ability to load from a template was there for a reason, not merely to consume space

./l2jfree-core/src/main/java/com/l2jfree/gameserver/instancemanager/InstanceManager.java 8074 history download (+18 -5) diffs

./l2jfree-core/src/main/java/com/l2jfree/gameserver/model/entity/Instance.java 8074 history download (+17 -7) diffs

./l2jfree-core/src/main/java/com/l2jfree/gameserver/skills/conditions/ConditionPlayerInstanceId.java 8074 history download (+17 -7) diffs

8071 by savormix on 28 February 2010, 16:43:16 +0100 (9 days ago) /trunk/core:
- Enchant Duel support

./l2jfree-core/src/main/java/com/l2jfree/gameserver/model/L2Skill.java 8071 history download (+7 -0) diffs

./l2jfree-core/src/main/java/com/l2jfree/gameserver/skills/Formulas.java 8071 history download (+2 -0) diffs

8070 by savormix on 28 February 2010, 15:56:56 +0100 (9 days ago) /trunk/datapack:
- What a mess...

./l2jfree-datapack/data/stats/skills/1400-1499.xml 8070 history download (+11 -18) diffs

./l2jfree-datapack/data/stats/skills/5200-5299.xml 8070 history download (+5 -13) diffs

8069 by savormix on 28 February 2010, 08:28:27 +0100 (10 days ago) /trunk/datapack:
- Using elements for weapon mastery skills

./l2jfree-datapack/data/stats/skills/0100-0199.xml 8069 history download (+12 -4) diffs

./l2jfree-datapack/data/stats/skills/0200-0299.xml 8069 history download (+21 -7) diffs

8067 by nbali on 25 February 2010, 20:25:25 +0100 (12 days ago) no_comment

./l2jfree-core/src/main/java/com/l2jfree/gameserver/taskmanager/CoordRevalidator.java 8067 history download (+14 -0) diffs

8066 by Psycho on 25 February 2010, 19:09:24 +0100 (12 days ago) /trunk/core:
- Fix for soulshots damage boost when using a physical skill

./l2jfree-core/src/main/java/com/l2jfree/gameserver/skills/Formulas.java 8066 history download (+8 -3) diffs

8065 by nbali on 24 February 2010, 20:45:18 +0100 (13 days ago) no_comment

./l2jfree-core/src/main/java/com/l2jfree/gameserver/model/L2World.java 8065 history download (+1 -1) diffs

8064 by Psycho on 22 February 2010, 21:34:35 +0100 (15 days ago) /trunk/datapack:
- Fix for stuck wolves if it was attacking a chest that disappeared

./l2jfree-datapack/data/scripts/ai/group_template/Chests.java 8064 history download (+6 -0) diffs

8062 by nbali on 20 February 2010, 20:32:48 +0100 (17 days ago) reducing allowed z difference for targeting

./l2jfree-core/src/main/java/com/l2jfree/gameserver/model/actor/L2Character.java 8062 history download (+1 -1) diffs

./l2jfree-core/src/main/java/com/l2jfree/gameserver/model/actor/instance/L2PcInstance.java 8062 history download (+2 -2) diffs

8059 by savormix on 14 February 2010, 12:24:07 +0100 (24 days ago) /trunk/datapack:
- Godlike gatekeeper transformations fix
- Removing obsolete files

./l2jfree-datapack/data/forgottenscrolls.xml 8059 history deleted

./l2jfree-datapack/data/stats/skills/5600-5699.xml 8059 history download (+179 -152) diffs

./l2jfree-datapack/data/templates/forgotten_scrolls.dtd 8059 history deleted

8055 by nbali on 12 February 2010, 09:44:02 +0100 (26 days ago) fix for [8053]

./l2jfree-core/src/main/java/com/l2jfree/gameserver/network/clientpackets/RequestDropItem.java 8055 history download (+4 -0) diffs

8052 by savormix on 10 February 2010, 07:01:01 +0100 (28 days ago) /trunk/commons:
- Fixed the "i" bug (when on a specific, e.g. turkish locale by default)

./l2j-commons/src/main/java/com/l2jfree/L2Config.java 8052 history download (+2 -0) diffs

earlier earlier | later later
Open Source License registered to the L2Jfree Project. This license of FishEye is provided to support the development of L2Jfree only.
Atlassian FishEye, Subversion analysis. (Version:1.6.6 Build:build-375 2009-02-12) - Administration - Page generated 2010-03-10 15:04 +0100