Commit Graph

808 Commits

Author SHA1 Message Date
Jesse Woolsey 8bc3ba60ac * Varrock Npcs
* Fixed The big indent so it should be readable now
2016-02-12 17:19:18 -05:00
Gary Tierney 5fe64215f6 Merge branch 'CharlesVaneenoo-useless_condition'
Closes #211
2016-02-12 20:22:43 +00:00
CharlesVaneenoo 85106063c9 Remove unused condition from NpcDefinitionDecoder 2016-02-12 20:21:27 +00:00
Major 81c14c9054 Merge pull request #208 from WizardJesse1/patch-4
Add more Edgeville Npcs
2016-02-12 11:50:42 +00:00
WizardJesse1 31d8d9ab17 Added Edgeville Npcs 2016-02-12 06:47:56 -05:00
WizardJesse1 ca1f09aece Added Edgeville Npcs
* Added every npc that was missing from edgeville 
* Removed and moved any npcs that were not in the correct area
2016-02-12 06:23:55 -05:00
Major 787e6c5d85 Merge pull request #207 from WizardJesse1/patch-3
Add more Npcs to Al-Kharid
2016-02-12 10:43:02 +00:00
WizardJesse1 1162eac7ad More Npcs to Al-Kharid
* Added every npc that was missing from al-kharid
* Removed and moved any npcs that were not in the correct area
2016-02-12 03:42:17 -05:00
Major d21d0e954b Merge pull request #206 from CharlesVaneenoo/improve-coverage-NameUtilTests
Test for case insensitivity of encodeBase37
2016-02-11 22:24:58 +00:00
CharlesVaneenoo d9d01d22fb added the case when we have a between 'A' and 'Z' in the methods encodeBase37 2016-02-11 22:48:26 +01:00
Major ac671b32ed Merge pull request #205 from shubheksha/master
Fix #204 (correct spelling of octet)
2016-02-11 17:45:29 +00:00
Shubheksha Jalan f4662d729b Fixes #204 - corrected spelling of octet 2016-02-11 23:04:28 +05:30
Ryley Kimmel dd9edb358d Merge pull request #202 from ryleykimmel/issue179
Rebase HintIconMessage
2016-02-11 11:36:05 -05:00
atomicint 437a664f00 Rebase HintIconMessage
- Split HintIconMessage into two separate classes (PositionHintIconMessage and MobHintIconMessage)
- Split HintIconMessageEncoder into two separate encoders (PositionHintIconMessageEncoder and MobHintIconMessageEncoder)

This resolves #179

Add PositionHintIconMessage#reset

Fix parse errors introduced in e799577
This also resolves #181

Order enumerators by value
Clean up PositionHintIconHintMessageEncoder for 377/317
2016-02-11 11:35:20 -05:00
Major- 774e7f9fef Fix #136
This also fixes a related issue where changes to the region were not
being sent on login.
2016-02-11 16:12:52 +00:00
Major- 4b744e5e86 Cleanup object-related code 2016-02-11 15:14:42 +00:00
Major- d6ac9eeeaa Remove message filtering 2016-02-11 13:07:02 +00:00
Major- c474908163 Log exception after failing to bind to HTTP 2016-02-11 12:57:12 +00:00
Major- f49bb8c023 Cleanup Player code 2016-02-11 12:57:05 +00:00
Major- 7a4392fe74 Add SetWidgetModelMessage 2016-02-10 19:45:32 +00:00
Major- d10eb1267f Improve GroupedRegionUpdateMessageEncoder code 2016-02-10 19:38:25 +00:00
Major- a880127c5f Improve internal Mob code 2016-02-10 19:32:32 +00:00
Major 3fde7c0fd0 Merge pull request #191 from apollo-rsps/bugfix/106-fix-astar-pathfinder
Fix the A* path finding implementation
2016-02-10 13:48:06 +00:00
Major 19266360c4 Merge pull request #193 from WizardJesse1/patch-18
Fix magic check issues
2016-02-10 13:47:36 +00:00
WizardJesse1 0fcd138f86 Fix Magic Check Issues
I forgot to check a few things when i changed magic check's

Issues Fix

* You couldn't teleport but now you can
* Illegal items would throw an error
* Process elements would get removed even if you couldn't cast the spell due to moving illegal items
2016-02-09 19:30:35 -05:00
Gary Tierney bea2e61b27 Add a heuristic using euclidean distance for cost 2016-02-09 23:41:15 +00:00
Gary Tierney 1ef364beb8 Fix missing direction in a* traversable call 2016-02-09 23:39:17 +00:00
Major b76445bad3 Merge pull request #190 from WizardJesse1/patch-16
Fix issue #186
2016-02-09 22:58:46 +00:00
WizardJesse1 74a8af7b91 Fixed Issue #186
It has the correct message now and it supports a/an
2016-02-09 17:54:55 -05:00
Major 67c2fd2d7b Merge pull request #188 from WizardJesse1/patch-15
Fix enchant ring animation
2016-02-09 22:09:04 +00:00
WizardJesse1 e5033965ee Fixed Enchant Ring Animation
Currently uses the correct animation now
2016-02-09 16:56:02 -05:00
Major 4526797095 Merge pull request #180 from ryleykimmel/issue142
Queue npcs before unregistering
2016-02-09 21:13:18 +00:00
atomicint 56ff74e844 Use ArrayDeque, concurrency not important 2016-02-09 13:48:10 -05:00
atomicint c4874acd3c Queue npcs before unregistering, increase maximum messages 2016-02-09 13:32:07 -05:00
Major b99b20fbb4 Merge pull request #171 from ryleykimmel/consistent-tests
Make test class and method names consistent
2016-02-09 16:10:43 +00:00
Major 3e08a62672 Merge pull request #167 from ryleykimmel/issue165
Fix String attribute encoding delimiter
2016-02-09 16:09:12 +00:00
atomicint 38486f9e3e Add unit test for Attribute#encode
Fix typo in Attribute unit test

Ensure test method names are consistent with others in Apollo

More clear tests
2016-02-09 11:06:21 -05:00
Major d9cf285f5e Merge pull request #172 from ryleykimmel/issue169
Pass the new Position of Players to area listeners
2016-02-09 16:02:29 +00:00
atomicint d2b54bde4d Made test class names consistent with other tests
Make test classes final

Ensure all test method names are consistent
2016-02-09 10:21:34 -05:00
atomicint 4a1c82da52 Let area listeners have access to the updated position from the MobPositionUpdateEvent
Fix issue #169
2016-02-08 17:44:25 -05:00
Major 732cb35dc7 Fix incorrect doc comment 2016-02-08 17:55:47 +00:00
atomicint 0c10acafdd Fix class cast exception when creating int attributes 2016-02-07 14:41:22 -05:00
atomicint 6c2edb8efd Add forLong attribute definition 2016-02-07 14:40:47 -05:00
Major b11d38a673 Merge pull request #166 from ryleykimmel/issue164
Notify area listeners upon login
2016-02-07 11:20:39 +00:00
Major 54f6d41165 Merge pull request #168 from WizardJesse1/patch-14
Fix PlayerAction order
2016-02-07 11:20:14 +00:00
WizardJesse1 84dcdc0761 Fixed Player Option Order
The order for player options were wrong. It's all in the correct order now
2016-02-07 04:18:30 -05:00
atomicint d50509001a Fix String attribute encoding delimiter 2016-02-07 03:49:19 -05:00
atomicint 18a4d69443 Notify area listeners upon login 2016-02-07 03:48:18 -05:00
Major e4d01e6e54 Merge pull request #163 from apollo-rsps/add-developer-info
Add developer information section to README
2016-02-06 20:16:18 +00:00
Gary Tierney 51728168e9 Add developer information section to README 2016-02-06 20:10:20 +00:00