Commit Graph

217 Commits

Author SHA1 Message Date
Nikki 9a7210deb1 Recursive plugin loading. 2014-05-01 13:37:44 -04:00
Nikki 1561e56c82 Update netty and remove unused import. 2014-04-29 18:53:16 -04:00
Nikki 52d537c42b Rename getCryptedPassword to getHashedPassword. 2014-04-29 18:48:56 -04:00
Nikki c197010bb4 Updated library versions and move password saving to scrypt. 2014-04-29 18:47:43 -04:00
Major- 96e7ea97c5 Use try-with-resource throughout. 2014-04-14 16:13:53 +01:00
Major- 232accb19f Format. 2014-04-14 16:12:41 +01:00
Major- 4993441a33 Merge pull request #19 from thedaneeffect/master.
Multiple Tiny Fixes.
2014-04-14 15:52:38 +01:00
Major- 662c5798f5 Merge pull request #17 from Subby/master.
Add login.xml.
2014-04-14 15:41:23 +01:00
Dane 9da5b69b25 Fix bones id and BuryBoneAction delay.
The indices for bones were being set to "hash[:id], hash[:experience]".
instead of "hash[:id]" due to a syntax overlook.
2014-04-07 14:43:52 -04:00
Dane d8e447196a Fix bank using invalid variable.
In executeAction the variable 'character' was being used instead of.
'mob'. Just a simple overlook anybody could've made.
2014-04-07 13:44:06 -04:00
Dane d3ffb10ff0 Fix ancients teleport logic and teleport delay.
Teleporting at the first pulse with ancients feels too quick. It doesn't.
give the player enough time to get to the second part of their.
Animation.
2014-04-07 13:18:26 -04:00
Dane ac2c6b4704 Fix herblore potion using invalid skill id. 2014-04-07 12:59:41 -04:00
Dane e7bb3e5a19 Add ::runes command. 2014-04-07 12:15:57 -04:00
Denver Fernandes b4f643f5ce Fix login.xml. 2014-04-05 19:50:41 +01:00
Denver Fernandes b44cf4b6c6 Add login.xml. 2014-04-05 00:37:51 +01:00
Major- b13c5d187e Use diamond parameter. 2014-03-18 17:52:39 +00:00
Major- 3b8eb72e04 Rename getNpcIndex method. 2014-03-18 17:52:23 +00:00
Major- a16a817b8a Use diamond operator for one particular deque. 2014-03-18 17:43:22 +00:00
Major- 7e144308ed Comment and naming improvements and clarifications. 2014-03-12 00:51:41 +00:00
Major- 872d373546 Prevent event encoders and decoders from being subclassed. 2014-03-09 22:55:11 +00:00
Major- ca1f9cb5fb Add player menu action events and decoders. 2014-03-09 22:51:25 +00:00
Major- 41f224d8e2 Cleanup and improve comments. 2014-03-09 20:46:02 +00:00
Major- 2b08bb6678 Add the runecraft skill. 2014-03-09 09:51:26 +00:00
Major- 9d181fbe45 Format. 2014-03-09 09:50:13 +00:00
Major- 7bc522619c Clarify parameter names in item on object event. 2014-03-09 09:49:29 +00:00
Major- 01a9631f32 Fix bugs in the magic skill plugin. 2014-03-09 09:42:06 +00:00
Major- f9d982934c Fix bug when removing an entity from a sector. 2014-03-08 12:46:55 +00:00
Major- 8e75b79ed6 Fix DistancedAction breaking bug in the walking queue. 2014-03-08 12:44:39 +00:00
Major- 1d5ffd1aff Use position in item on object event; add verification handler. 2014-03-08 10:45:26 +00:00
Major- 733ffb8f9f Improve sector utility methods and object management. 2014-03-08 10:44:53 +00:00
Major- b82a2b75df Remove import of incorrect item on object event decoder. 2014-03-08 10:26:44 +00:00
Major- 16fcf542cf Merge object entity types into one. 2014-03-08 10:11:15 +00:00
Major- 12dec81473 Support the item on object event. 2014-03-08 09:32:12 +00:00
Major- 1bb7b37aaa Fix mining. 2014-03-07 17:11:09 +00:00
Major- 0cbf94c20a Format bootstrap. 2014-03-07 17:09:50 +00:00
Major- 0fefa940d2 Add support for turning to an entity on login. 2014-03-06 18:35:11 +00:00
Major- 8bca73629f Add display crossbones event. 2014-03-06 18:28:21 +00:00
Major- d98c176585 Add extra sector functionality. 2014-03-06 18:27:43 +00:00
Major- 92f4c7daf5 Add an ::objectinfo command. 2014-03-06 18:26:58 +00:00
Major- b9db104679 Add set player action event. 2014-02-26 19:55:35 +00:00
Major- 74b1b18ab1 Rename message-filter plugin to cmd-filter. 2014-02-25 08:18:15 +00:00
Major- 8841434c2f Stop prayer head icon showing on 377 clients. 2014-02-25 08:17:43 +00:00
Major- 0d169d5871 Cleanup and re-organise methods in some org.apollo.game.model classes. 2014-02-25 05:40:39 +00:00
Major- a71d14ed55 Remove hello plugin. 2014-02-25 01:09:47 +00:00
Major- 14a7cb5ac5 Remove minor repetition in potions.rb. 2014-02-24 08:06:02 +00:00
Major- a5c95015b4 Cleanup. 2014-02-24 08:02:33 +00:00
Major- a325cd1d09 Add support for potion consumption. 2014-02-24 07:53:10 +00:00
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