Major-
|
c93e23e5b9
|
Rename 'Runecrafting' to 'Runecraft'.
|
2014-02-23 19:46:33 +00:00 |
|
Major-
|
fc68c132f6
|
Merge pull request #14 from lare96/master.
Update LoginDecoder.java.
|
2014-02-23 18:02:33 +00:00 |
|
lare96
|
e9669d7e90
|
Update LoginDecoder.java.
|
2014-02-23 03:01:59 -05:00 |
|
lare96
|
93d7b5a92e
|
Update LoginDecoder.java.
|
2014-02-23 01:06:23 -05:00 |
|
Major-
|
0801d53e28
|
Support global tile item event.
|
2014-02-22 21:52:32 +00:00 |
|
Major-
|
e55b8ad0e6
|
Correct documentation.
|
2014-02-22 21:51:52 +00:00 |
|
Major-
|
3f67a6e106
|
Correct typo.
|
2014-02-22 19:30:32 +00:00 |
|
Major-
|
5d3dd47f17
|
Add utility methods to SlottedItem.
|
2014-02-22 00:53:43 +00:00 |
|
Major-
|
2d3522dea1
|
Make (some) blockset-related methods final.
|
2014-02-21 20:55:26 +00:00 |
|
Major-
|
55245c47f2
|
Store interacting mob instead of disposing of.
|
2014-02-21 01:05:04 +00:00 |
|
Major-
|
0c2617b8d5
|
Add UpdateWeightEvent and encoders.
|
2014-02-20 17:33:10 +00:00 |
|
Major-
|
6a1508a6d2
|
Add Npc boundaries.
|
2014-02-16 18:34:43 +00:00 |
|
Major-
|
5c0a11dab0
|
Standardise comments in Event implementations.
|
2014-02-16 17:47:22 +00:00 |
|
Major-
|
57f08d8bfc
|
Correct incomplete documentation in UpdateTileItemEvent.
|
2014-02-16 17:20:45 +00:00 |
|
Major-
|
cc89af0167
|
Add explanatory message re: PrivacyState workaround.
|
2014-02-16 17:13:25 +00:00 |
|
Major-
|
5f9974b04c
|
Remove unnecessary workaround method leftover from netty 3.
|
2014-02-16 17:12:17 +00:00 |
|
Major-
|
05d04c9fb2
|
Remove redundant code.
|
2014-02-16 00:18:03 +00:00 |
|
Major-
|
9d82797bd6
|
Add support for edited clients; Properly support chat filtering; Fix issue #11; Make certain Mining messages filterable.
|
2014-02-15 22:40:00 +00:00 |
|
Major-
|
953e4cb3db
|
Correctly utilise new PrivacyState.toInteger method.
|
2014-02-15 22:36:38 +00:00 |
|
Major-
|
da7b4ee23b
|
Fix bug where wrong integer value of privacy state would be returned.
|
2014-02-15 22:34:16 +00:00 |
|
Major-
|
9622efa6db
|
Add coins to a new player's bank - temporary workaround.
|
2014-02-15 22:17:41 +00:00 |
|
Major-
|
e57e3b35df
|
Add a listener for sector events.
|
2014-02-15 22:04:55 +00:00 |
|
Major-
|
eb4a655649
|
Correct LoginListener comment.
|
2014-02-15 21:52:30 +00:00 |
|
Major-
|
d2580074ae
|
Make the world sector repository public.
|
2014-02-15 15:19:29 +00:00 |
|
Major-
|
8c6d6bf189
|
Split SetTileItemEvent into three separate events.
|
2014-02-15 15:15:25 +00:00 |
|
Major-
|
1e5a354ea8
|
Register players and npcs in their appropriate sectors.
|
2014-02-15 15:14:27 +00:00 |
|
Major-
|
5026ac0477
|
Add warnings about consistent element ordering; Use ordinal where possible.
|
2014-02-15 15:13:48 +00:00 |
|
Major-
|
72f00e2fbe
|
Support (custom) filterable privacy state.
|
2014-02-15 03:12:09 +00:00 |
|
Major-
|
e89214e7be
|
Remove unnecessary removeSlot parameter.
|
2014-02-15 01:24:43 +00:00 |
|
Major-
|
67a27f921e
|
Stop equip event handler from breaking the handler chain when it shouldn't.
|
2014-02-15 00:35:54 +00:00 |
|
Major-
|
1cee70cec0
|
Add additional utility method to Inventory.
|
2014-02-15 00:35:22 +00:00 |
|
Major-
|
b56a1d7645
|
Add utility methods to Inventory.
|
2014-02-14 23:30:43 +00:00 |
|
Major-
|
f4f1b088cc
|
Format.
|
2014-02-14 23:03:14 +00:00 |
|
Major-
|
74142980d6
|
Add Npc.toString method.
|
2014-02-14 22:04:42 +00:00 |
|
Major-
|
0d367c9cf7
|
Improve comments.
|
2014-02-14 22:02:56 +00:00 |
|
Major-
|
e9367f3f1a
|
Support npcs facing directions; Send the direction when the npc is added.
|
2014-02-14 21:18:11 +00:00 |
|
Major-
|
93fcfe2107
|
Change default spawn position to tutorial island.
|
2014-02-14 13:58:53 +00:00 |
|
Major-
|
b24beddb11
|
Fix bug where incorrect privacy state would be retrieved.
|
2014-02-14 00:23:22 +00:00 |
|
Major-
|
af5fa61368
|
Fix bug where dependencies would not be loaded.
|
2014-02-13 23:53:22 +00:00 |
|
Major-
|
1883d131fe
|
Add proper mob health deduction when they are damaged.
|
2014-02-13 22:57:17 +00:00 |
|
Major-
|
cdee2581aa
|
Add support for dialogue interfaces; Change interface comments.
|
2014-02-13 22:44:52 +00:00 |
|
Major-
|
a2c744a7a9
|
Add consistent comments to synchronization blocks.
|
2014-02-13 20:54:58 +00:00 |
|
Major-
|
d7befe5ad0
|
Make event handler comments consistent.
|
2014-02-13 20:27:59 +00:00 |
|
Major-
|
4f316c08b4
|
Make exception messages consistent.
|
2014-02-13 15:15:23 +00:00 |
|
Major-
|
1ed7801598
|
Make ForwardPrivateMessageEventEncoder thread-safe; Rename method.
|
2014-02-13 14:42:31 +00:00 |
|
Major-
|
966a4012a0
|
Rename SendPrivateMessageEvent to PrivateMessageEvent.
|
2014-02-12 17:48:33 +00:00 |
|
Major-
|
7b6d897c31
|
Add private message support for r377.
|
2014-02-12 17:46:56 +00:00 |
|
Major-
|
832fb67fcd
|
Support ruby-only event handler chains; Add friend/ignore list support and private messaging; Format.
|
2014-02-12 17:02:16 +00:00 |
|
Major-
|
5964dcb219
|
Remove duplicate event and decoder.
|
2014-02-08 22:24:42 +00:00 |
|
Major-
|
cda640e5ae
|
Add support for events with ruby-only handlers.
|
2014-02-06 21:42:12 +00:00 |
|