Commit Graph

  • 5861b2bf43 Remove unnecessary cast left over from netty 4 conversion. Major- 2014-06-27 22:52:12 +01:00
  • d4925262bb Format GamePacketDecoder. Major- 2014-06-27 22:50:47 +01:00
  • f803c87406 Merge pull request #30 from thispixel/master. Major- 2014-06-27 22:46:55 +01:00
  • ed4e341400 Fix empty packets not being processed and added opcode 121 for 317 revision as a spam packet. it is something to do with resetting entities in a region and is not neded. thispixel 2014-06-27 22:42:58 +01:00
  • 448829e096 Fix bug where players would not be added to the username map. Major- 2014-06-27 17:01:50 +01:00
  • 2d598853d0 Add resetInteractingCharacter method, prevent some methods being overridden. Major- 2014-06-27 13:28:43 +01:00
  • 6612a8fc14 Move sector-related items, correct a bug in MobRepository and NpcActionVerificationHandler. Major- 2014-06-27 13:05:04 +01:00
  • 464db2cc27 Remove unnecessary check in design verification handler. Major- 2014-06-27 13:00:06 +01:00
  • 3f4a9febe2 Merge pull request #29 from thispixel/master. Major- 2014-06-27 12:56:57 +01:00
  • c205a52389 Fix 317 revision npc interaction packets, fixed npc indexes being +1 and added npc action verification. thispixel 2014-06-27 12:52:53 +01:00
  • 247d86fd3c Merge branch 'master' of https://github.com/apollo-rsps/apollo. Major- 2014-06-22 15:27:09 +01:00
  • 3ee5757565 Add new player flag. Major- 2014-06-22 15:26:49 +01:00
  • 3be4069a54 Merge pull request #27 from TehJayden/patch-1. Major- 2014-06-22 15:17:11 +01:00
  • 96312ae95b Update World.java. TehJayden 2014-06-21 16:40:56 +12:00
  • 34927136e0 Merge pull request #25 from thispixel/master. Major- 2014-06-19 00:38:16 +01:00
  • fd118824bd Fix skull being shown overhead always. thispixel 2014-06-17 14:59:54 +01:00
  • b0a537d356 Merge pull request #22 from nikkiii/master. Major- 2014-05-01 18:50:36 +01:00
  • e313190dca Remove extra comment information. Nikki 2014-05-01 13:45:18 -04:00
  • 9a7210deb1 Recursive plugin loading. Nikki 2014-05-01 13:37:44 -04:00
  • aab8ae23a3 Merge pull request #21 from nikkiii/master. Major- 2014-04-29 23:56:45 +01:00
  • 1561e56c82 Update netty and remove unused import. Nikki 2014-04-29 18:53:16 -04:00
  • 52d537c42b Rename getCryptedPassword to getHashedPassword. Nikki 2014-04-29 18:48:56 -04:00
  • c197010bb4 Updated library versions and move password saving to scrypt. Nikki 2014-04-29 18:47:43 -04:00
  • 96e7ea97c5 Use try-with-resource throughout. Major- 2014-04-14 16:13:53 +01:00
  • 232accb19f Format. Major- 2014-04-14 16:12:41 +01:00
  • 4993441a33 Merge pull request #19 from thedaneeffect/master. Major- 2014-04-14 15:52:38 +01:00
  • 662c5798f5 Merge pull request #17 from Subby/master. Major- 2014-04-14 15:41:23 +01:00
  • 9da5b69b25 Fix bones id and BuryBoneAction delay. Dane 2014-04-07 14:43:52 -04:00
  • d8e447196a Fix bank using invalid variable. Dane 2014-04-07 13:44:06 -04:00
  • d3ffb10ff0 Fix ancients teleport logic and teleport delay. Dane 2014-04-07 13:18:26 -04:00
  • ac2c6b4704 Fix herblore potion using invalid skill id. Dane 2014-04-07 12:59:41 -04:00
  • e7bb3e5a19 Add ::runes command. Dane 2014-04-07 12:15:57 -04:00
  • b4f643f5ce Fix login.xml. Denver Fernandes 2014-04-05 19:50:41 +01:00
  • b44cf4b6c6 Add login.xml. Denver Fernandes 2014-04-05 00:37:51 +01:00
  • b13c5d187e Use diamond parameter. Major- 2014-03-18 17:52:39 +00:00
  • 3b8eb72e04 Rename getNpcIndex method. Major- 2014-03-18 17:52:23 +00:00
  • a16a817b8a Use diamond operator for one particular deque. Major- 2014-03-18 17:43:22 +00:00
  • 7e144308ed Comment and naming improvements and clarifications. Major- 2014-03-12 00:51:41 +00:00
  • 872d373546 Prevent event encoders and decoders from being subclassed. Major- 2014-03-09 22:55:11 +00:00
  • ca1f9cb5fb Add player menu action events and decoders. Major- 2014-03-09 22:51:25 +00:00
  • 41f224d8e2 Cleanup and improve comments. Major- 2014-03-09 20:46:02 +00:00
  • 2b08bb6678 Add the runecraft skill. Major- 2014-03-09 09:51:26 +00:00
  • 9d181fbe45 Format. Major- 2014-03-09 09:50:13 +00:00
  • 7bc522619c Clarify parameter names in item on object event. Major- 2014-03-09 09:49:29 +00:00
  • 01a9631f32 Fix bugs in the magic skill plugin. Major- 2014-03-09 09:42:06 +00:00
  • f9d982934c Fix bug when removing an entity from a sector. Major- 2014-03-08 12:46:55 +00:00
  • 8e75b79ed6 Fix DistancedAction breaking bug in the walking queue. Major- 2014-03-08 12:44:39 +00:00
  • 1d5ffd1aff Use position in item on object event; add verification handler. Major- 2014-03-08 10:45:26 +00:00
  • 733ffb8f9f Improve sector utility methods and object management. Major- 2014-03-08 10:44:53 +00:00
  • b82a2b75df Remove import of incorrect item on object event decoder. Major- 2014-03-08 10:26:44 +00:00
  • 16fcf542cf Merge object entity types into one. Major- 2014-03-08 10:11:15 +00:00
  • 12dec81473 Support the item on object event. Major- 2014-03-08 09:32:12 +00:00
  • 1bb7b37aaa Fix mining. Major- 2014-03-07 17:11:09 +00:00
  • 0cbf94c20a Format bootstrap. Major- 2014-03-07 17:09:50 +00:00
  • 0fefa940d2 Add support for turning to an entity on login. Major- 2014-03-06 18:35:11 +00:00
  • 8bca73629f Add display crossbones event. Major- 2014-03-06 18:28:21 +00:00
  • d98c176585 Add extra sector functionality. Major- 2014-03-06 18:27:43 +00:00
  • 92f4c7daf5 Add an ::objectinfo command. Major- 2014-03-06 18:26:58 +00:00
  • b9db104679 Add set player action event. Major- 2014-02-26 19:55:35 +00:00
  • 74b1b18ab1 Rename message-filter plugin to cmd-filter. Major- 2014-02-25 08:18:15 +00:00
  • 8841434c2f Stop prayer head icon showing on 377 clients. Major- 2014-02-25 08:17:43 +00:00
  • 0d169d5871 Cleanup and re-organise methods in some org.apollo.game.model classes. Major- 2014-02-25 05:40:39 +00:00
  • a71d14ed55 Remove hello plugin. Major- 2014-02-25 01:09:47 +00:00
  • 14a7cb5ac5 Remove minor repetition in potions.rb. Major- 2014-02-24 08:06:02 +00:00
  • a5c95015b4 Cleanup. Major- 2014-02-24 08:02:33 +00:00
  • a325cd1d09 Add support for potion consumption. Major- 2014-02-24 07:53:10 +00:00
  • 194c031502 Start an action on consumption to prevent multiple consumptions per tick. Major- 2014-02-24 07:52:43 +00:00
  • 82796eda28 Remove message sent when an npc is registered/unregistered. Major- 2014-02-24 00:07:56 +00:00
  • 16b0ffaeeb Add consumables base and support food consumption. Major- 2014-02-23 22:58:56 +00:00
  • 86b8eea4f4 Make constructors of blocks package-private. Major- 2014-02-23 22:56:52 +00:00
  • da0ac85aa5 Remove unnecessary password.isEmpty check. Major- 2014-02-23 22:55:27 +00:00
  • 5f4b7055c4 Make current skill level updating optional when using ::level. Major- 2014-02-23 22:48:55 +00:00
  • 6a393ca189 Cache experience for level values instead of recalculating. Major- 2014-02-23 22:22:19 +00:00
  • 87d1ba4478 Cleanup. Major- 2014-02-23 19:47:13 +00:00
  • c93e23e5b9 Rename 'Runecrafting' to 'Runecraft'. Major- 2014-02-23 19:46:33 +00:00
  • 2dbca66606 Use constants instead of the java Skill class. Major- 2014-02-23 19:45:52 +00:00
  • 93f49e0769 Add constants representing the skill ids. Major- 2014-02-23 19:45:11 +00:00
  • 4db6a93493 Merge branch 'master' of https://github.com/apollo-rsps/apollo. Major- 2014-02-23 18:05:21 +00:00
  • fc68c132f6 Merge pull request #14 from lare96/master. Major- 2014-02-23 18:02:33 +00:00
  • e9669d7e90 Update LoginDecoder.java. lare96 2014-02-23 03:01:59 -05:00
  • 93d7b5a92e Update LoginDecoder.java. lare96 2014-02-23 01:06:23 -05:00
  • 2580b6ed2b Fix ::item and ::remove commands. Major- 2014-02-23 04:10:26 +00:00
  • 0801d53e28 Support global tile item event. Major- 2014-02-22 21:52:32 +00:00
  • e55b8ad0e6 Correct documentation. Major- 2014-02-22 21:51:52 +00:00
  • 3f67a6e106 Correct typo. Major- 2014-02-22 19:30:32 +00:00
  • 5d3dd47f17 Add utility methods to SlottedItem. Major- 2014-02-22 00:53:43 +00:00
  • b06bd36d55 Warn if the id parameter of ::remove is out of bounds. Major- 2014-02-21 20:58:45 +00:00
  • 2d3522dea1 Make (some) blockset-related methods final. Major- 2014-02-21 20:55:26 +00:00
  • 55245c47f2 Store interacting mob instead of disposing of. Major- 2014-02-21 01:05:04 +00:00
  • 57e9e9eabe Format. Major- 2014-02-20 22:55:40 +00:00
  • 127c9658bc Stop incorrect position being calculated. Major- 2014-02-20 22:55:02 +00:00
  • 6e49b605af Prevent ReturnJumpException. Major- 2014-02-20 22:49:38 +00:00
  • f84b46f286 Format. Major- 2014-02-20 22:48:57 +00:00
  • ea0961fc9a Prevent IndexOutOfBoundsException when using the item command. Major- 2014-02-20 20:08:11 +00:00
  • 21f6a1d192 Fix incorrect number of parameters bug when creating a bone. Major- 2014-02-20 19:19:13 +00:00
  • 82104d85d0 Remove unnecessary name parameter. Major- 2014-02-20 18:04:22 +00:00
  • 8713151671 Cleanup code. Major- 2014-02-20 17:41:17 +00:00
  • c461127234 Format. Major- 2014-02-20 17:41:00 +00:00
  • 0c2617b8d5 Add UpdateWeightEvent and encoders. Major- 2014-02-20 17:33:10 +00:00
  • 566b142a02 Add base prayer plugin; Support bone burying. Major- 2014-02-17 22:55:16 +00:00