Commit Graph

162 Commits

Author SHA1 Message Date
Major- dea1ab1198 Finished Runescape Guide, add partial Survival Expert support in Tutorial Island plugin. 2015-03-02 08:55:28 +00:00
Major- e73c4e150e Add Quest plugin. 2015-03-02 08:54:54 +00:00
Major- 7487526ee8 Minor code improvements to the dialogue plugin. 2015-03-02 08:40:51 +00:00
Major- 29cafba387 Merge branch 'master' of bitbucket.org:Major-/apollo. 2015-03-02 03:57:39 +00:00
Major- 03c1fe16ac Improve attributes code. 2015-03-02 03:57:15 +00:00
Ryley Kimmel 794bd49607 Basic implementation of player context menu action management. 2015-03-01 14:38:00 -05:00
Major- 8968786c01 Move 'org.apollo.game.model.setting' to 'org.apollo.game.model.entity.setting'. 2015-03-01 08:46:55 +00:00
Major- 406329c295 Listen for the PositionUpdateEvent so area listeners now function. 2015-03-01 02:31:55 +00:00
Major- 6d0b832bfd Remove statement dialogue type, automatically infer that type if no continue option is specified. 2015-02-28 09:45:44 +00:00
Major- 30deffa7bc Use Mob instead of Entity in attributes.rb. 2015-02-28 05:32:15 +00:00
Major- 42f9456a97 Raise errors if conversation or dialogues already exist. 2015-02-27 19:13:53 +00:00
Major- 8bb537ce7c Add Conversation support, make numerous bug fixes and code improvements. 2015-02-27 19:07:22 +00:00
Major- fd9009aecb Add imports to command.rb. 2015-02-27 19:03:03 +00:00
Major- f6046cce23 Add basic prayer support. 2015-02-27 18:27:23 +00:00
Major- fd04bd4e53 Rename ':serialized' attribute type to ':persistent'. 2015-02-27 18:26:47 +00:00
Major- 4cf2af762d Remove debug message from attributes.rb. 2015-02-27 05:55:35 +00:00
Major- d81f0feaf7 Move EventContext functionality into Event, remove EventContext, add LogoutEvent support. 2015-02-27 04:34:09 +00:00
Major- 06b6f5fb74 Move login and logout listening to the new Event system and update plugins to reflect this move, remove previous listening system, fix minor bug in EventListenerChainSet. 2015-02-27 04:11:08 +00:00
Ryley Kimmel 6ce4fe198a Format author tag, for consistency with other authors. 2015-02-26 22:11:32 -05:00
Ryley Kimmel ac70cdeef4 Fix a typo within the bootstrap. 2015-02-26 19:27:57 -05:00
Major- 0b6b6ccd03 Move potion constants into a module. 2015-02-26 22:32:59 +00:00
Ryley Kimmel be4a4ea7c9 Add default dependencies tag to the consumable plugin. 2015-02-26 17:26:23 -05:00
Ryley Kimmel 36fe2933b5 Add support for 'slices' of food (pizza, cakes).
Fix skill constant that did not exist.
Add support for different food delays.
2015-02-26 17:15:48 -05:00
Ryley Kimmel 369fa6e661 Remove unnecessary skill dependency from consumable Potions. 2015-02-26 17:14:10 -05:00
Ryley Kimmel 00627e0f48 Use player#openBank() over BankUtils#openBank(Player). 2015-02-26 13:56:01 -05:00
Major- 5f2b1566de Make minor code improvements to bootstrap, make spawn_npc return the spawned npc. 2015-02-26 04:30:09 +00:00
Major- 9e5f454aa5 Add dialogue support. 2015-02-25 16:40:36 +00:00
Major- 5814c5b44f Correct typo in name-lookup plugin. 2015-02-25 16:33:57 +00:00
Major- 496de2b7f8 Update wilderness coordinates to the ones used by Jagex. 2015-02-25 16:33:20 +00:00
Major- 8b31333e23 Complete rename of 'PrivateMessageMessage' to 'PrivateChatMessage', rename 'TextUtil.uncompress' to 'TextUtil.decompress'. 2015-02-13 16:46:04 +00:00
thispixel b2e8e27d70 Runecrafting login listener fix. 2015-02-12 18:24:56 +00:00
Major- e5fb8a9529 Use symbols instead of strings in name-util. 2015-01-12 02:54:55 +00:00
Major- 17019523c2 Fix various skills (broken in cf7a742). 2015-01-12 02:40:51 +00:00
Major- 51c1cc3193 Fix Runecrafting (broken by cf7a742). 2015-01-12 02:33:05 +00:00
Major- 64fdb1dcb3 Remove Fletching plugin.xml file. 2015-01-09 19:17:18 +00:00
Major- 5ab0322cac Add Fishing skill (thanks to 1ek). 2015-01-07 17:02:21 +00:00
Major- 80c1642b9f Improve runecraft plugin. 2015-01-07 16:44:31 +00:00
Major- 5b9545fbee Remove skill id constants from bootstrap, improve consumables code. 2015-01-07 16:44:20 +00:00
Major- ec516bda67 Add extra utility methods to Inventory and utils plugin. 2015-01-07 16:28:02 +00:00
Major- 3e22f78ff2 Fix plugin issues created by breaking changes in previous commit. 2015-01-07 15:52:21 +00:00
Major- c8cc7a5cd2 Rename height field of ObjectDefinition to length. 2014-09-11 21:29:52 +01:00
Major- 5ab6d749b5 Merge branch 'master' of https://github.com/apollo-rsps/apollo. 2014-09-11 21:24:48 +01:00
Major- 57dc6c7c9c Correct typo in ::objectinfo and print width and height, format command.rb. 2014-09-11 21:24:40 +01:00
Major- cb4fa4eb31 Import IgnoreListMessage in friend.rb. 2014-09-02 14:23:59 +01:00
Major- 961a846c8b Undo last commit. 2014-09-02 14:23:22 +01:00
Major- 68ab2a7526 Import IgnoreListMessage in ignore.rb.
Import IgnoreListMessage (thanks lmctruck).
2014-09-01 00:07:28 +01:00
Major- c162705cd4 Update existing plugins to use the new utils plugin. 2014-08-09 17:12:25 +01:00
Major- 04a8a61f15 Remove incomplete item spawning file. 2014-08-09 06:47:43 +01:00
Major- f5831f4963 Update lookup command plugin.xml. 2014-08-09 06:46:51 +01:00
Major- 587901c630 Add the new utils plugin, change entity spawning and the lookup command plugins to use it. 2014-08-09 06:45:53 +01:00