Commit Graph

170 Commits

Author SHA1 Message Date
Major- 194c031502 Start an action on consumption to prevent multiple consumptions per tick. 2014-02-24 07:52:43 +00:00
Major- 82796eda28 Remove message sent when an npc is registered/unregistered. 2014-02-24 00:07:56 +00:00
Major- 16b0ffaeeb Add consumables base and support food consumption. 2014-02-23 22:58:56 +00:00
Major- 86b8eea4f4 Make constructors of blocks package-private. 2014-02-23 22:56:52 +00:00
Major- da0ac85aa5 Remove unnecessary password.isEmpty check. 2014-02-23 22:55:27 +00:00
Major- 5f4b7055c4 Make current skill level updating optional when using ::level. 2014-02-23 22:48:55 +00:00
Major- 6a393ca189 Cache experience for level values instead of recalculating. 2014-02-23 22:22:19 +00:00
Major- 87d1ba4478 Cleanup. 2014-02-23 19:47:13 +00:00
Major- c93e23e5b9 Rename 'Runecrafting' to 'Runecraft'. 2014-02-23 19:46:33 +00:00
Major- 2dbca66606 Use constants instead of the java Skill class. 2014-02-23 19:45:52 +00:00
Major- 93f49e0769 Add constants representing the skill ids. 2014-02-23 19:45:11 +00:00
Major- 4db6a93493 Merge branch 'master' of https://github.com/apollo-rsps/apollo. 2014-02-23 18:05:21 +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- 2580b6ed2b Fix ::item and ::remove commands. 2014-02-23 04:10:26 +00: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- b06bd36d55 Warn if the id parameter of ::remove is out of bounds. 2014-02-21 20:58:45 +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- 57e9e9eabe Format. 2014-02-20 22:55:40 +00:00
Major- 127c9658bc Stop incorrect position being calculated. 2014-02-20 22:55:02 +00:00
Major- 6e49b605af Prevent ReturnJumpException. 2014-02-20 22:49:38 +00:00
Major- f84b46f286 Format. 2014-02-20 22:48:57 +00:00
Major- ea0961fc9a Prevent IndexOutOfBoundsException when using the item command. 2014-02-20 20:08:11 +00:00
Major- 21f6a1d192 Fix incorrect number of parameters bug when creating a bone. 2014-02-20 19:19:13 +00:00
Major- 82104d85d0 Remove unnecessary name parameter. 2014-02-20 18:04:22 +00:00
Major- 8713151671 Cleanup code. 2014-02-20 17:41:17 +00:00
Major- c461127234 Format. 2014-02-20 17:41:00 +00:00
Major- 0c2617b8d5 Add UpdateWeightEvent and encoders. 2014-02-20 17:33:10 +00:00
Major- 566b142a02 Add base prayer plugin; Support bone burying. 2014-02-17 22:55:16 +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- 6a493fd629 Correct typo in expected key when hash parsing. 2014-02-15 22:41:09 +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- 2ed1477d2c Make potion-making give experience; Change version number. 2014-02-15 22:38:09 +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- 7efa7690ab Add Herblore skill. 2014-02-15 16:01:04 +00:00
Major- d2580074ae Make the world sector repository public. 2014-02-15 15:19:29 +00:00