Major-
|
3ce2d2386a
|
Generally improve SkillSet by utilising lambdas etc.
|
2014-09-12 14:23:19 +01:00 |
|
Major-
|
a7d668c3dc
|
Add default values to definitions.
|
2014-09-11 21:40:12 +01:00 |
|
Major-
|
c8cc7a5cd2
|
Rename height field of ObjectDefinition to length.
|
2014-09-11 21:29:52 +01:00 |
|
Major-
|
238e6236a7
|
Format.
|
2014-09-11 21:23:21 +01:00 |
|
Major-
|
1d1375bd3a
|
Make getWidth and getHeight methods return the correct fields in ObjectDefinition.
|
2014-08-23 17:48:27 +01:00 |
|
Major-
|
9ec73e2602
|
Finally use the diamond operator throughout.
|
2014-08-14 21:33:30 +01:00 |
|
Major-
|
2f0a062929
|
Use the Java 7 file API in the IndexedFileSystem.
|
2014-08-10 04:28:53 +01:00 |
|
Major-
|
6cb3996fbf
|
Fix bug where players weren't added to the online players list when they logged in.
|
2014-08-10 03:56:53 +01:00 |
|
Major-
|
f5adb92743
|
Add utility methods to Skill and SkillSet.
|
2014-08-10 03:42:33 +01:00 |
|
Major-
|
969b203e5d
|
Make specific action-related methods final.
|
2014-08-10 02:58:30 +01:00 |
|
Major-
|
7505aa7332
|
Fix sector repository and make minor improvement to WalkingQueue.
|
2014-08-10 02:32:51 +01:00 |
|
Major-
|
a2a16d7b7f
|
Improve existing verification handlers and add PlayerActionVerificationHandler.
|
2014-08-09 19:13:08 +01:00 |
|
Major-
|
467bcfe39f
|
Improve sector-related code.
|
2014-08-09 17:36:14 +01:00 |
|
Major-
|
17975206cb
|
Improve the toString result in Position.
|
2014-08-09 16:53:32 +01:00 |
|
Major-
|
f276954998
|
Fix grammatically-incorrect comments introduced when renaming Events to Messages.
|
2014-08-08 14:20:21 +01:00 |
|
Major-
|
027a39aad4
|
Make channel disconnection method log at the fine level.
|
2014-08-08 14:14:22 +01:00 |
|
Major-
|
3931b9eb48
|
Rename Events to Messages.
|
2014-08-08 13:50:56 +01:00 |
|
Major-
|
1ecdedd2e8
|
Move the RSA key parsing into NetworkConstants so that the modulus and exponent can be immutable.
|
2014-08-08 06:41:24 +01:00 |
|
Major-
|
caa0eda7ee
|
Ensure the player's password is encrypted immediately after their profile is loaded.
|
2014-08-08 06:40:34 +01:00 |
|
Major-
|
b58826aaaf
|
Refactor some utility classes.
|
2014-08-08 06:33:13 +01:00 |
|
Major-
|
44b8972fb3
|
Add world as a global variable for plugins.
|
2014-08-08 04:43:55 +01:00 |
|
Major-
|
32aadfeaa4
|
Remove unused methods from PluginContext.
|
2014-08-08 03:50:33 +01:00 |
|
Major-
|
9bc9ddd0ce
|
Cheaply prevent distanced action from executing when the mob is within the required distance but on the wrong side.
|
2014-08-08 03:43:44 +01:00 |
|
Major-
|
8f669f059b
|
Change many log messages to the fine level.
|
2014-08-08 03:33:03 +01:00 |
|
Major-
|
a863d8ea71
|
Rename StaticObjectDecoder to GameObjectDecoder.
|
2014-08-07 21:23:39 +01:00 |
|
Major-
|
7dab24a64d
|
Fix error thrown by javac but not the eclipse compiler.
|
2014-08-06 02:13:04 +01:00 |
|
Major-
|
20f9e20e8f
|
Cleanup small parts of ItemDefinitionDecoder and StaticObjectDecoder.
|
2014-08-01 15:10:44 +01:00 |
|
Major-
|
5788f7d8a4
|
Improve hashcode in Sectorcoordinates.
|
2014-08-01 15:09:41 +01:00 |
|
Major-
|
b32b5bee55
|
Add notice about getSectors() returning a shallow copy.
|
2014-08-01 15:09:20 +01:00 |
|
Major-
|
9942d6f81b
|
Update the sector the mob was previously in when they move out of one.
|
2014-08-01 15:06:15 +01:00 |
|
Major-
|
7727e9a148
|
Cleanup equals().
|
2014-08-01 15:04:50 +01:00 |
|
Major-
|
394d9fe55a
|
Pack the values in GameObject into a single integer, to reduce memory usage.
|
2014-07-22 01:12:02 +01:00 |
|
Major-
|
7eaccb4960
|
Move attribute base from Entity to Mob.
|
2014-07-22 00:46:27 +01:00 |
|
Major-
|
b2263f1637
|
Remove duplicate code in NpcActionVerificationHandler.
|
2014-07-22 00:32:18 +01:00 |
|
Major-
|
e574cdecbb
|
Suppress a specific and unnecessary exception when a user ends the client's java process instead of logging out normally.
|
2014-07-22 00:31:54 +01:00 |
|
Major-
|
47f9248184
|
Remove debug message.
|
2014-07-22 00:27:08 +01:00 |
|
Major-
|
81ddd36662
|
Fix getLongestDelta bug reported by lmctruck.
|
2014-07-20 16:31:01 +01:00 |
|
Major-
|
f58c4784fa
|
Fix BufferUnderflow when loading players, reported by avatarscape.
|
2014-07-19 14:11:35 +01:00 |
|
Major-
|
9d05349b26
|
Move attribute persistence to its own file.
|
2014-07-19 04:46:20 +01:00 |
|
Major-
|
9118f9c14a
|
Actually add saving support.
|
2014-07-19 04:43:13 +01:00 |
|
Major-
|
13ca51809c
|
Redo attributes system, add support for saving and loading, move settings classes around.
|
2014-07-19 04:15:06 +01:00 |
|
Major-
|
9d465e4885
|
Add SendObjectEvent.
|
2014-07-11 17:25:13 +01:00 |
|
Major-
|
354dbbaa1b
|
Format (again).
|
2014-07-11 17:24:46 +01:00 |
|
Major-
|
0173d0b8c8
|
Move GameObject to the entity package (and remove the now empty entity.obj package).
|
2014-07-10 20:28:48 +01:00 |
|
Major-
|
337322f491
|
Fix potential NullPointerExceptions when retrieving entities from a sector.
|
2014-07-10 18:21:30 +01:00 |
|
Major-
|
3654d28b18
|
Update JavaDoc and move the model.settings package to model.entity.settings.
|
2014-07-10 15:58:31 +01:00 |
|
Major-
|
465d820890
|
Remove duplicate sector package, add ObjectActionVerificationHandler, expand NpcActionVerificationHandler, and add a utility method to SectorRepository.
|
2014-07-10 00:18:02 +01:00 |
|
Major-
|
31ba87262a
|
Clean-up and format; use diamond operator.
|
2014-07-09 23:38:32 +01:00 |
|
Major-
|
d40b5d3514
|
Add support for equipping tiaras.
|
2014-07-05 00:09:52 +01:00 |
|
Major-
|
90c2d48fd1
|
Stop EquipEventHandler breaking the chain when equipping was successful.
|
2014-07-04 23:00:45 +01:00 |
|