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

48 Commits

Author SHA1 Message Date
dependabot[bot]
790c4a1e7d Bump junit from 4.10 to 4.13.1
Bumps [junit](https://github.com/junit-team/junit4) from 4.10 to 4.13.1.
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.10.md)
- [Commits](https://github.com/junit-team/junit4/compare/r4.10...r4.13.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-22 19:11:47 +00:00
5c2f858f96 Update maven dependencies to latest released version 2012-07-01 12:45:03 -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
64368df8b3 Adds build encoding configuration to pom.xml 2012-01-21 01:43:02 -02:00
aab673fe80 Fixes deployment wrong address 2012-01-21 00:47:04 -02:00
92962241c3 Implements packed data directory for faster loading times 2011-12-27 17:28:48 -02:00
1a4a4b0fcf Implements OrientDB as internal plug-and-play database 2011-12-25 21:13:00 -02:00
3fc66cecdc Fixes small issues 2011-12-24 16:38:31 -02:00
5b658a2eea Implements a type-safe and java based new DAO model 2011-12-22 17:18:12 -02:00
84033a0bb9 Updates dependency versions 2011-12-21 11:43:14 -02:00
8bc59491a9 Divides stable from snapshot maven repositories 2011-12-18 23:41:25 -02:00
73f47f76e2 Adds l2jserver2-tools as a module 2011-12-13 01:01:56 -02:00
3ee0639ebd [maven-release-plugin] prepare for next development iteration 2011-12-13 00:52:21 -02:00
root
544e7bae5a [maven-release-plugin] prepare release l2jserver2-0.0.1 2011-12-13 00:29:00 +01:00
b1495a49e2 Implement maven-release-plugin 2011-12-12 22:55:40 -02:00
6b34407142 Move model and ID abstract classes to l2jserver2-common 2011-12-04 13:00:20 -02:00
cb96d0f5cc Add final zipfile with both login and gameserver binaries as zip
Adds to the maven build process an assembly descriptor that creates
an single zip file containing both the login and the gameserver zip
files together. Currently, includes only mysql binaries.
2011-10-24 15:12:09 -02:00
d2bfca5700 Removes l2jserver2-site folder 2011-10-22 02:22:47 -02: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
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
48273476c0 Add support for OrientDatabaseService
OrientDB is an object database. Data is stored in a pair of key-value
and can be retrieved or filtered using any of those keys. Data is stored
at 'data/database' and has been added to .gitignore.
2011-09-19 16:06:54 -03:00
2f5b5fd7e6 Add support for derby database
Apache Derby is an simple embeddable SQL database. It stores data in a
plain file.
2011-09-19 16:04:10 -03:00
a2e8680f72 Update assembly descriptor and improves significantly the documentation
Fixes an issue in the assembly descriptor that included older
compilation binaries into assemblies.
Improved javadoc documentation in more than 150 classes, including
fixing mistakes.
2011-09-15 01:21:52 -03:00
8a8557606f Update project files for Eclipse Indigo (1.7) 2011-09-13 17:04:49 -03:00
91b770a923 Added Java 7 support and Java 7 VFSServive using native APIs 2011-09-11 21:47:20 -03:00
f917602de1 Renamed Lineage2Connection to Lineage2Client to better match its
purpose

Signed-off-by: Rogiel <rogiel@rogiel.com>
2011-07-29 16:22:05 -03:00
7663647fd1 Updated maven dependencies
Signed-off-by: Rogiel <rogiel@rogiel.com>
2011-05-29 20:31:09 -03:00
aabe375b49 Support for H2 databases
Signed-off-by: Rogiel <rogiel@rogiel.com>
2011-05-27 00:13:59 -03:00
a162b9d6d5 VFSService and pom.xml updated
Signed-off-by: Rogiel <rogiel@rogiel.com>
2011-05-26 19:06:37 -03:00
6a527038e2 Fix for ProxyConfigurationService
Signed-off-by: Rogiel <rogiel@rogiel.com>
2011-05-26 11:13:10 -03:00
4a003b21e0 NPC Html chat messages
Signed-off-by: Rogiel <rogiel@rogiel.com>
2011-05-25 13:54:59 -03:00
949bcf64e0 WorldEventFuture implementation
Signed-off-by: Rogiel <rogiel@rogiel.com>
2011-05-21 00:35:29 -03:00
9b4fe02ee4 Inventory open implementation, Html updates, Pathing generator,
Signed-off-by: Rogiel <rogiel@rogiel.com>
2011-05-19 23:42:45 -03:00
1de8662be6 HTML Markup engine
Signed-off-by: Rogiel <rogiel@rogiel.com>
2011-05-19 18:14:58 -03:00
2d1181483a Event dispatcher changes and packet implementations
Signed-off-by: Rogiel <rogiel@rogiel.com>
2011-05-19 13:08:32 -03:00
8b5a601ea4 Implemented service dependencies
Signed-off-by: Rogiel <rogiel@rogiel.com>
2011-05-17 19:53:08 -03:00
4952a6a47b Service improvements
Signed-off-by: Rogiel <rogiel@rogiel.com>
2011-05-16 13:41:55 -03:00
fe41dbdc6f Item template structure
Signed-off-by: Rogiel <rogiel@rogiel.com>
2011-05-14 20:11:42 -03:00
e886165b89 Created CharacterTemplate object for all classes
Signed-off-by: Rogiel <rogiel@rogiel.com>
2011-05-14 16:39:33 -03:00
d8d561688b Implemented AccountID object
Signed-off-by: Rogiel <rogiel@rogiel.com>
2011-05-14 14:35:18 -03:00
14b928cc3b Updated dependencies
Signed-off-by: Rogiel <rogiel@rogiel.com>
2011-05-13 18:33:11 -03:00
7afb924443 Updated maven build script
Signed-off-by: Rogiel <rogiel@rogiel.com>
2011-05-13 18:21:38 -03:00
73d793c28c Removed "core" project dependency
Signed-off-by: Rogiel <rogiel@rogiel.com>
2011-05-13 17:12:29 -03:00
rogiel
05e8355aaf Change-Id: I7385cf78327165548c25be9184190f5b80eeba9c 2011-04-28 19:34:16 -03:00
rogiel
6d52f44278 First commit
Change-Id: I4d273faba7286288d2b9a214c87c39a76724d787
2011-04-28 18:49:39 -03:00