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
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.
2011-09-19 00:22:23 -03:00
665e82c97a
Clean up in the entire source code
...
Major clean up in the source code reformatting it and organizing
imports.
2011-09-16 13:58:41 -03:00
074f216ffc
Code formatting
2011-08-07 22:31:55 -03:00
6b79db00c2
Fixed small bugs
...
Signed-off-by: Rogiel <rogiel@rogiel.com >
2011-07-31 23:18:38 -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
ebb2b2a81a
Implemented ShortcutID and fixed compile warnings
...
Signed-off-by: Rogiel <rogiel@rogiel.com >
2011-06-15 12:26:12 -03:00
4d6289b12c
Very simple skill templates implemented
...
Signed-off-by: Rogiel <rogiel@rogiel.com >
2011-06-03 14:58:07 -03:00
fe7373ba29
NPC skills added, updated item template
...
Signed-off-by: Rogiel <rogiel@rogiel.com >
2011-06-03 14:04:57 -03:00
657b555fe1
Several performance improvements, monster template and xml updates and
...
fixed bug while logging-in
Signed-off-by: Rogiel <rogiel@rogiel.com >
2011-05-31 17:05:39 -03:00
7d4d9114e5
Calculator engine improved
...
Signed-off-by: Rogiel <rogiel@rogiel.com >
2011-05-31 00:03:04 -03:00
ae3007559f
Semi-working attack service
...
Signed-off-by: Rogiel <rogiel@rogiel.com >
2011-05-30 20:02:19 -03:00
faec07b8d5
ThreadService implementation
...
Signed-off-by: Rogiel <rogiel@rogiel.com >
2011-05-27 12:35:05 -03:00
73f51e53c0
Base AI, new Cache system, DAO changes and better geometry handling
...
Signed-off-by: Rogiel <rogiel@rogiel.com >
2011-05-27 02:49:15 -03:00
a162b9d6d5
VFSService and pom.xml updated
...
Signed-off-by: Rogiel <rogiel@rogiel.com >
2011-05-26 19:06:37 -03:00
96bf7df86f
Initial work in the attack service
...
Signed-off-by: Rogiel <rogiel@rogiel.com >
2011-05-25 20:22:02 -03:00
f955208c2e
Gatekeeper complete implementation
...
Signed-off-by: Rogiel <rogiel@rogiel.com >
2011-05-25 15:26:27 -03:00
4a003b21e0
NPC Html chat messages
...
Signed-off-by: Rogiel <rogiel@rogiel.com >
2011-05-25 13:54:59 -03:00
7033518023
NPC Chatting
...
Signed-off-by: Rogiel <rogiel@rogiel.com >
2011-05-25 02:38:15 -03:00
ad6a2e89d2
TeleporterTemplate
...
Signed-off-by: Rogiel <rogiel@rogiel.com >
2011-05-25 00:54:21 -03:00
cc44946831
Implemented XML templates
2011-05-24 22:55:31 -03:00
a1b1211616
Character calculators
...
Signed-off-by: Rogiel <rogiel@rogiel.com >
2011-05-23 23:49:19 -03:00
66d5fee187
Template classes for all NPC instances
...
Signed-off-by: Rogiel <rogiel@rogiel.com >
2011-05-23 01:23:41 -03:00
98feb1ecce
Character broadcast working
...
Signed-off-by: Rogiel <rogiel@rogiel.com >
2011-05-22 21:32:55 -03:00
49a8513ec5
Removed object capabilities
...
Signed-off-by: Rogiel <rogiel@rogiel.com >
2011-05-22 14:55:54 -03:00
0661b41cfd
Open map implemented
...
Signed-off-by: Rogiel <rogiel@rogiel.com >
2011-05-22 13:21:08 -03:00
87ce7bb987
Teleporter implementation
...
Signed-off-by: Rogiel <rogiel@rogiel.com >
2011-05-22 02:04:35 -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
2d1181483a
Event dispatcher changes and packet implementations
...
Signed-off-by: Rogiel <rogiel@rogiel.com >
2011-05-19 13:08:32 -03:00
2c4af6d91d
Several improvements
...
Signed-off-by: Rogiel <rogiel@rogiel.com >
2011-05-19 01:40:53 -03:00
9bb83652e4
Signed-off-by: Rogiel <rogiel@rogiel.com>
2011-05-18 19:59:27 -03:00
4c27add4ef
Several changes
...
Signed-off-by: Rogiel <rogiel@rogiel.com >
2011-05-18 02:18:37 -03:00
31cc1a97e3
Implemented new packets and several services
...
Signed-off-by: Rogiel <rogiel@rogiel.com >
2011-05-17 12:37:52 -03:00
4952a6a47b
Service improvements
...
Signed-off-by: Rogiel <rogiel@rogiel.com >
2011-05-16 13:41:55 -03:00
95c124cda0
License notice header
...
Signed-off-by: Rogiel <rogiel@rogiel.com >
2011-05-15 20:38:29 -03:00
85f1f8eba0
Template concept changes
...
Signed-off-by: Rogiel <rogiel@rogiel.com >
2011-05-15 18:53:17 -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
fddc6fbfbb
Fixed compiler warnings
...
Signed-off-by: Rogiel <rogiel@rogiel.com >
2011-05-14 13:41:15 -03:00
1e52e960f5
Code cleanup
...
Signed-off-by: Rogiel <rogiel@rogiel.com >
2011-05-14 13:35:12 -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
4b954b2818
Small script changes
...
Signed-off-by: Rogiel <rogiel@rogiel.com >
2011-05-13 13:50:51 -03:00
15fa8d389f
Source formatting
...
Signed-off-by: Rogiel <rogiel@rogiel.com >
2011-05-13 11:29:56 -03:00
rogiel
e071ced9b2
Change-Id: I04b40ac9094ed82a87bba234191ea0b8db67c718
2011-05-08 22:33:08 -03:00
rogiel
51aea46020
Change-Id: I0000000000000000000000000000000000000000
...
Change-Id: I8636776eaf000fcdfb528cc403710f6d6ee9e73e
Change-Id: Iebc523681d07ecd6d7b7e89343b29a8034558f94
2011-05-07 01:06:17 -03:00
rogiel
81d2babede
Change-Id: I0000000000000000000000000000000000000000
...
Change-Id: Idb54de2399013c159bda588be1ce065b8314af60
Change-Id: I8b913da4fe5139078b935b99e8e1aaa091480a75
2011-05-04 14:22:42 -03:00
rogiel
9a6c0233e9
Change-Id: Ia0d07d075e9feeb872124348948d8664364d1c8a
2011-04-30 11:18:01 -03:00
rogiel
d76e80f9a0
Scripting engine
...
Change-Id: I5d6df6fd0d76cc07fd2631b5589f5200d9e50000
2011-04-30 09:31:32 -03:00
rogiel
4b9252c98f
Change-Id: I3d4cd283cff0f3ea0202c4fe9b60ec5ed0b42ebd
2011-04-29 02:04:54 -03:00