Major-
d40b5d3514
Add support for equipping tiaras.
2014-07-05 00:09:52 +01:00
Major-
e3943429fa
Fix bug where the chain was always being broken for first item option events.
2014-07-05 00:07:39 +01:00
Major-
90c2d48fd1
Stop EquipEventHandler breaking the chain when equipping was successful.
2014-07-04 23:00:45 +01:00
Major-
e0f6e8618b
Remove extra (missing) script from entity-spawning.
2014-07-04 20:11:50 +01:00
Major-
cea982a424
Make some listeners Functional Interfaces.
2014-07-04 14:31:21 +01:00
Major-
446caaaf2a
Update Sector and SectorRepository to take advantage of Java 8.
2014-07-03 01:36:53 +01:00
Major-
9d8e7cda0a
Move some classes into the new org.apollo.game.model.entity package, and update plugins and classes that reference these.
2014-07-03 01:02:02 +01:00
Major-
5b173fc7ae
Update pom.xml.
2014-06-29 13:06:56 +01:00
Major-
3ce49872ff
Add attributes system.
2014-06-29 03:05:04 +01:00
Major-
203b6150c2
Make EnterAmountListener and InterfaceListener functional interfaces.
2014-06-27 22:52:39 +01:00
Major-
5861b2bf43
Remove unnecessary cast left over from netty 4 conversion.
2014-06-27 22:52:12 +01:00
Major-
d4925262bb
Format GamePacketDecoder.
2014-06-27 22:50:47 +01:00
Major-
f803c87406
Merge pull request #30 from thispixel/master.
...
Fix empty packets not being processed and added opcode 121 for 317 rev...
2014-06-27 22:46:55 +01:00
thispixel
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.
2014-06-27 22:42:58 +01:00
Major-
448829e096
Fix bug where players would not be added to the username map.
2014-06-27 17:01:50 +01:00
Major-
2d598853d0
Add resetInteractingCharacter method, prevent some methods being overridden.
2014-06-27 13:28:43 +01:00
Major-
6612a8fc14
Move sector-related items, correct a bug in MobRepository and NpcActionVerificationHandler.
2014-06-27 13:05:04 +01:00
Major-
464db2cc27
Remove unnecessary check in design verification handler.
2014-06-27 13:00:06 +01:00
Major-
3f4a9febe2
Merge pull request #29 from thispixel/master.
...
Fix 317 revision npc interaction packets, fixed npc indexes being +1 a...
2014-06-27 12:56:57 +01:00
thispixel
c205a52389
Fix 317 revision npc interaction packets, fixed npc indexes being +1 and added npc action verification.
2014-06-27 12:52:53 +01:00
Major-
247d86fd3c
Merge branch 'master' of https://github.com/apollo-rsps/apollo .
2014-06-22 15:27:09 +01:00
Major-
3ee5757565
Add new player flag.
2014-06-22 15:26:49 +01:00
Major-
3be4069a54
Merge pull request #27 from TehJayden/patch-1.
...
Update World.java.
2014-06-22 15:17:11 +01:00
TehJayden
96312ae95b
Update World.java.
...
If the first operand is false (meaning the world is full) the bitwise AND operation will still check the second operand, thus adding them to the online players list. the player will never be unregistered (removed from the player list) because they they never registered. the server will always report them as online and logged in, even though this is not the case.
2014-06-21 16:40:56 +12:00
Major-
34927136e0
Merge pull request #25 from thispixel/master.
...
Fix skull being shown overhead always on 377 revision.
2014-06-19 00:38:16 +01:00
thispixel
fd118824bd
Fix skull being shown overhead always.
2014-06-17 14:59:54 +01:00
Major-
b0a537d356
Merge pull request #22 from nikkiii/master.
...
Recursive plugin loading.
2014-05-01 18:50:36 +01:00
Nikki
e313190dca
Remove extra comment information.
2014-05-01 13:45:18 -04:00
Nikki
9a7210deb1
Recursive plugin loading.
2014-05-01 13:37:44 -04:00
Major-
aab8ae23a3
Merge pull request #21 from nikkiii/master.
...
scrypt password hashing.
2014-04-29 23:56:45 +01: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