74c894ae05
Fixes issue loading teleportation templates
2012-05-03 20:03:33 -03:00
Modestas Goncarovas
df55c684a9
- Added Bloody Pixy template for issue https://github.com/l2jserver2/l2jserver2/issues/14 (unrelated to Interlude)
...
- More Interlude work
- Trying out admin commands.
2012-04-18 05:19:38 +01:00
ed2b948dac
Updates dependencies to latest versions
2012-03-25 10:42:57 -03:00
beea690568
Implements automatically generated template classes from XSD schemas
2011-12-31 13:09:56 -02:00
1f2b700311
Fixes issues found by findbugs
2011-12-29 13:27:55 -02:00
1a4a4b0fcf
Implements OrientDB as internal plug-and-play database
2011-12-25 21:13:00 -02:00
b2e84280ed
Implements database structure automatic generation
2011-12-25 14:34:14 -02:00
b169723299
Decouples NPCService and NPCController from Lineage2Client class
2011-12-18 22:13:03 -02:00
cea66c9363
Implements task oriented ThreadService
2011-12-17 18:25:49 -02:00
3e0fbc07fc
Implements dropped items on the ground
...
The dropped item is broadcasted to all players near by and are stored in
the database, allowing them to be restored after a server restart.
2011-12-14 14:57:38 -02:00
9688d6b351
Fixes missing test-config.xml file in l2jserver2-commons
2011-12-13 23:09:58 -02:00
d9a2badd2d
Implement the SimpleEffectService
...
The EffectService allows effect applying to Actors and its children
objects.
2011-10-16 15:27:18 -02:00
1f6c481e25
Merge branch 'development/skill'
2011-10-12 12:37:00 -03:00
1e94a5ccaa
Fix small compiler warnings
...
This commit fix small compiler warnings in a few Java classes
2011-10-11 23:54:49 -03:00
6a40656a38
Update XSD files for templates
...
This commit updades all XSD files for templates.
2011-10-11 23:45:02 -03:00
7277aadaa6
Implement the skill effect engine
...
Implements the skill effect classes and loader from XML files
2011-10-10 11:52:40 -03:00
6f680acd2c
Fix Java 7 compiler warnings
...
Adds @SafeVarargs annotation to non-problematic varargs.
2011-10-09 13:01:50 -03:00
22c136ab17
Modularizes the Maven project
...
This commit modularizes the maven project into several modules:
- l2jserver2-common: common sources for both login and gameserver
- l2jserver2-gameserver: the game server
- l2jserver2-loginserver: the login server
- l2jserver2-tools: refactored src/tools/java soure folder
2011-10-05 17:32:04 -03:00