1
0
mirror of https://github.com/Rogiel/l2jserver2 synced 2025-12-05 23:22:47 +00:00

Commit Graph

  • 544e7bae5a [maven-release-plugin] prepare release l2jserver2-0.0.1 l2jserver2-0.0.1 root 2011-12-13 00:29:00 +01:00
  • b1495a49e2 Implement maven-release-plugin Rogiel 2011-12-12 22:55:40 -02:00
  • 798e34fcfc Service and transformer improvements Rogiel 2011-12-12 13:49:44 -02:00
  • 03e6ad6e1a Implements the OrientDB ClanDAO Rogiel 2011-12-05 23:38:08 -02:00
  • f959661eff Fix duplicated maven dependencies Rogiel 2011-12-04 13:09:53 -02:00
  • 6b34407142 Move model and ID abstract classes to l2jserver2-common Rogiel 2011-12-04 13:00:20 -02:00
  • cb96d0f5cc Add final zipfile with both login and gameserver binaries as zip Rogiel Sulzbach 2011-10-24 15:12:09 -02:00
  • 1e66cd6209 Fix maven build missing dependency Rogiel 2011-10-24 00:24:55 -02:00
  • d2bfca5700 Removes l2jserver2-site folder Rogiel 2011-10-22 02:22:47 -02:00
  • d9a2badd2d Implement the SimpleEffectService Rogiel 2011-10-16 15:27:18 -02:00
  • 1f6c481e25 Merge branch 'development/skill' Rogiel 2011-10-12 12:37:00 -03:00
  • 1e94a5ccaa Fix small compiler warnings Rogiel 2011-10-11 23:54:49 -03:00
  • 6a40656a38 Update XSD files for templates Rogiel 2011-10-11 23:45:02 -03:00
  • fe882c4467 Add Eclipse Java Compiler support for the scripting service Rogiel 2011-10-10 14:15:54 -03:00
  • 7277aadaa6 Implement the skill effect engine Rogiel 2011-10-10 11:52:40 -03:00
  • 8b787349d4 Fix #17 Rogiel 2011-10-09 13:23:06 -03:00
  • 6f680acd2c Fix Java 7 compiler warnings Rogiel 2011-10-09 13:01:50 -03:00
  • 2e6fdb20bb Remove deprecated 'l2jserver2-gameserver/src/tool' source folder Rogiel 2011-10-06 11:39:56 -03:00
  • 19d025e3fd Merge branch 'proposed/database-derby' Rogiel 2011-10-06 01:03:26 -03:00
  • acc99985bf Merge branch 'proposed/database-derby-old' into proposed/database-derby Rogiel 2011-10-05 23:48:39 -03:00
  • c7beec1fd7 Merge branch 'proposed/database-orientdb-old' into proposed/database-orientdb Rogiel 2011-10-05 23:36:13 -03:00
  • 39cb191284 Removes Eclipse project files Rogiel 2011-10-05 18:00:10 -03:00
  • 22c136ab17 Modularizes the Maven project Rogiel 2011-10-05 17:32:04 -03:00
  • 9c4472c852 Rebase to 'master' Rogiel 2011-09-19 16:07:26 -03:00
  • 48273476c0 Add support for OrientDatabaseService Rogiel 2011-09-19 15:51:52 -03:00
  • 470236e971 Rebase to 'master' Rogiel 2011-09-19 16:05:44 -03:00
  • 2f5b5fd7e6 Add support for derby database Rogiel 2011-09-19 15:59:28 -03:00
  • c4052ccb3b Divides 'dist' folder into several assembly specific distribution parts Rogiel 2011-09-19 16:03:39 -03:00
  • 08adecd6a0 Add XML validation for templates This commit adds an XSD file for each template type to that validation can take place. If there is any error in XML files, it can be easily detected by reading the error in the validation log. Rogiel 2011-09-19 00:22:23 -03:00
  • eac9bde6c1 Default ConfigurationService is now XMLConfigurationService The new default Configuration Service is based on XML configuration files instead of the plain old properties files. XML allows better flexibility and more with DTD it is possible to do on-editting validation. Rogiel 2011-09-18 20:05:34 -03:00
  • a8852341fc Implement XML configuration files instead of .properties Rogiel 2011-09-16 15:36:31 -03:00
  • 665e82c97a Clean up in the entire source code Major clean up in the source code reformatting it and organizing imports. Rogiel 2011-09-16 13:58:41 -03:00
  • 654cc11552 Improves javadoc in more than 190 classes This commit improves and adds missing javadoc to 196 java files. Now more than 98% of the code is documented. Rogiel 2011-09-15 13:12:49 -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. Rogiel 2011-09-15 01:21:52 -03:00
  • 8a8557606f Update project files for Eclipse Indigo (1.7) Rogiel 2011-09-13 17:04:49 -03:00
  • ed702f7ab0 Server code and files reorganization Rogiel 2011-09-13 00:22:16 -03:00
  • e684ad40ad Fixes an issue in dist/cofig/vfs.properties default value Rogiel Sulzbach 2011-09-11 23:00:19 -03:00
  • 91b770a923 Added Java 7 support and Java 7 VFSServive using native APIs Rogiel 2011-09-11 21:47:20 -03:00
  • d9f2c4b8c1 Implemented several debug messages in many services Rogiel 2011-08-08 00:02:34 -03:00
  • 5ca0dae601 Character creation code moved to CharacterService Rogiel 2011-08-07 22:57:17 -03:00
  • 4fe7eeb95b Refactored "com.l2jserver.model.jdbc.dao" to "com.l2jserver.service.database.jdbc" Rogiel 2011-08-07 22:40:10 -03:00
  • 6b28b48ae7 Refactored "src/dao" source folder to "src/main/java". Rogiel 2011-08-07 22:36:47 -03:00
  • 074f216ffc Code formatting Rogiel 2011-08-07 22:31:55 -03:00
  • 129b527a08 Updated javadocs to match wiki content Rogiel 2011-08-02 16:35:08 -03:00
  • 30477571ef Fixed exception in chat logging and fixed issue that caused knowlist not being updated Rogiel 2011-08-01 00:20:52 -03:00
  • 6b79db00c2 Fixed small bugs Rogiel 2011-07-31 23:18:38 -03:00
  • 7eca70e881 Removed deprecated ScriptTemplateService Rogiel 2011-07-31 13:43:10 -03:00
  • 4fff207e32 Chat channel filters support Rogiel 2011-07-31 02:11:56 -03:00
  • b7d3738c0b Javadoc improvement and renamed IDProvider#createID(Object) to resolveID(Object) Rogiel 2011-07-30 22:36:16 -03:00
  • 17fb84faab Javadoc fixes and fixes missing dependency ChatMessageIDProvider in IDProviderModule Rogiel 2011-07-30 21:36:45 -03:00
  • 9b25d29192 Chat logging implementation and chat service improvements Rogiel 2011-07-30 19:30:49 -03:00
  • 373ea43f3e Small documentation changes Rogiel 2011-07-29 17:02:37 -03:00
  • f917602de1 Renamed Lineage2Connection to Lineage2Client to better match its purpose Rogiel 2011-07-29 16:22:05 -03:00
  • ebb2b2a81a Implemented ShortcutID and fixed compile warnings Rogiel 2011-06-15 12:26:12 -03:00
  • 0146d1aa82 Minor improvements Rogiel 2011-06-05 13:04:34 -03:00
  • 5990a97dfd Java side template changes Rogiel 2011-06-03 15:57:08 -03:00
  • 4d6289b12c Very simple skill templates implemented Rogiel 2011-06-03 14:58:07 -03:00
  • fe7373ba29 NPC skills added, updated item template Rogiel 2011-06-03 14:04:57 -03:00
  • b188f054df Monster can now be killed. Their corpses disappear after 5 seconds and respawn in the specified time. Rogiel 2011-06-01 00:59:15 -03:00
  • 551dc6917e Automatic database updates Rogiel 2011-05-31 19:03:03 -03:00
  • 657b555fe1 Several performance improvements, monster template and xml updates and fixed bug while logging-in Rogiel 2011-05-31 17:05:39 -03:00
  • d72bb75cb0 BroadcastService implementation Rogiel 2011-05-31 13:32:56 -03:00
  • 7d4d9114e5 Calculator engine improved Rogiel 2011-05-31 00:03:04 -03:00
  • ae3007559f Semi-working attack service Rogiel 2011-05-30 20:02:19 -03:00
  • 52d4be0bf2 Implemented NPC and Actor calculators. Updated L2Character calculators to match abstraction Rogiel 2011-05-30 17:58:28 -03:00
  • 321092ac15 GameGuardService fix Rogiel 2011-05-30 13:38:38 -03:00
  • 63684a464f GameGuard service implementation Rogiel 2011-05-30 13:36:01 -03:00
  • b332a10130 New packet naming Rogiel 2011-05-29 20:43:39 -03:00
  • 7663647fd1 Updated maven dependencies Rogiel 2011-05-29 20:31:09 -03:00
  • 537b3968a9 PathingService skeleton Rogiel 2011-05-27 13:46:53 -03:00
  • faec07b8d5 ThreadService implementation Rogiel 2011-05-27 12:35:05 -03:00
  • 73f51e53c0 Base AI, new Cache system, DAO changes and better geometry handling Rogiel 2011-05-27 02:49:15 -03:00
  • aabe375b49 Support for H2 databases Rogiel 2011-05-27 00:13:59 -03:00
  • 81dea2def4 JUnit test fixes Rogiel 2011-05-26 20:28:02 -03:00
  • a162b9d6d5 VFSService and pom.xml updated Rogiel 2011-05-26 19:06:37 -03:00
  • 566c4e2037 Fixed compiler warnings Rogiel 2011-05-26 13:46:47 -03:00
  • fc0dcd221e Calculator Javadoc Rogiel 2011-05-26 12:01:00 -03:00
  • 6a527038e2 Fix for ProxyConfigurationService Rogiel 2011-05-26 11:13:10 -03:00
  • 96bf7df86f Initial work in the attack service Rogiel 2011-05-25 20:22:02 -03:00
  • f955208c2e Gatekeeper complete implementation Rogiel 2011-05-25 15:26:27 -03:00
  • 4a003b21e0 NPC Html chat messages Rogiel 2011-05-25 13:54:59 -03:00
  • 7033518023 NPC Chatting Rogiel 2011-05-25 02:38:15 -03:00
  • ad6a2e89d2 TeleporterTemplate Rogiel 2011-05-25 00:54:21 -03:00
  • cc44946831 Implemented XML templates Rogiel 2011-05-24 22:55:31 -03:00
  • 6497016e14 Calculator update Rogiel 2011-05-24 01:53:34 -03:00
  • a1b1211616 Character calculators Rogiel 2011-05-23 23:49:19 -03:00
  • 1909bb06cc DAO abstractions and updated 'npc' sql file Rogiel 2011-05-23 12:51:52 -03:00
  • 66d5fee187 Template classes for all NPC instances Rogiel 2011-05-23 01:23:41 -03:00
  • ebc7947473 NPC instances Rogiel 2011-05-22 21:35:28 -03:00
  • 98feb1ecce Character broadcast working Rogiel 2011-05-22 21:32:55 -03:00
  • 49a8513ec5 Removed object capabilities Rogiel 2011-05-22 14:55:54 -03:00
  • 3554664367 Signed-off-by: Rogiel <rogiel@rogiel.com> Rogiel 2011-05-22 13:53:52 -03:00
  • 0661b41cfd Open map implemented Rogiel 2011-05-22 13:21:08 -03:00
  • 87ce7bb987 Teleporter implementation Rogiel 2011-05-22 02:04:35 -03:00
  • b3ff0795ec Service exceptions externalized and better logging configuration Rogiel 2011-05-21 22:41:27 -03:00
  • ab38e7d5ba Several improvements Rogiel 2011-05-21 20:19:13 -03:00
  • 6efce6615f Added in-game message for exception in server Rogiel 2011-05-21 01:07:11 -03:00
  • c3c7277dd9 SQL files moved to 'dist' folder Rogiel 2011-05-21 00:38:42 -03:00
  • 949bcf64e0 WorldEventFuture implementation Rogiel 2011-05-21 00:35:29 -03:00
  • 33b05c33cf Updated SQL files Rogiel 2011-05-20 23:09:35 -03:00