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

7 Commits

Author SHA1 Message Date
8b787349d4 Fix #17
Instead of replacing WorldService in the NPCID, it has been added
NPCDAO as an alternative route just in case the NPC is not located
within WorldService (i.e. is in the database but not spawned).
2011-10-09 13:23:06 -03:00
6f680acd2c Fix Java 7 compiler warnings
Adds @SafeVarargs annotation to non-problematic varargs.
2011-10-09 13:01:50 -03:00
2e6fdb20bb Remove deprecated 'l2jserver2-gameserver/src/tool' source folder
Removes the now deprecated 'l2jserver2-gameserver/src/tool' source
folder since it has been refactored to an maven module.
2011-10-06 11:39:56 -03:00
19d025e3fd Merge branch 'proposed/database-derby'
Conflicts:
	pom.xml
2011-10-06 01:03:26 -03:00
acc99985bf Merge branch 'proposed/database-derby-old' into proposed/database-derby
Conflicts:
	pom.xml
	src/assembly/distribution-h2-bin.xml
	src/assembly/distribution-mysql5-bin.xml
2011-10-05 23:48:39 -03:00
c7beec1fd7 Merge branch 'proposed/database-orientdb-old' into
proposed/database-orientdb

Conflicts:
	data/.gitignore
	pom.xml
	src/assembly/distribution-h2-bin.xml
	src/assembly/distribution-mysql5-bin.xml
	src/assembly/distribution-src.xml
2011-10-05 23:36:13 -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