1
0
mirror of https://github.com/Rogiel/l2jserver2 synced 2025-12-06 07:32:46 +00:00
Commit Graph

13 Commits

Author SHA1 Message Date
74c894ae05 Fixes issue loading teleportation templates 2012-05-03 20:03:33 -03:00
1084905350 Source code cleanup 2012-03-25 15:57:51 -03:00
ef39f3c67e Implements server version modularization
Now each server server has an maven module which implements changes to
the default behavior within the "core" gameserver module. This allows to
keep multiple server versions without the need of several branches and
with little code duplication.
2012-03-24 19:14:53 -03:00
beea690568 Implements automatically generated template classes from XSD schemas 2011-12-31 13:09:56 -02:00
83bf11e1c1 Improves character count checks 2011-12-29 16:04:39 -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
52820eb92d Implements packet samurai enum generators 2011-12-19 16:22:38 -02:00
b169723299 Decouples NPCService and NPCController from Lineage2Client class 2011-12-18 22:13:03 -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
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
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