Graham
c9b53f3aa6
Rename the Entity class
...
Signed-off-by: Graham <gpe@openrs2.dev>
4 years ago
Graham
5c5ca5730f
Refactor the ObjStack class
...
Signed-off-by: Graham <gpe@openrs2.dev>
4 years ago
Graham
fd137191e7
Refactor Inv and InvType
...
Signed-off-by: Graham <gpe@openrs2.dev>
4 years ago
Graham
2c0093a633
Refactor the BufferPool class
...
Signed-off-by: Graham <gpe@openrs2.dev>
4 years ago
Graham
4f7192b9e6
Refactor the FrameBuffer class
...
Signed-off-by: Graham <gpe@openrs2.dev>
4 years ago
Graham
73c41d7302
Rename tick to loop
...
I suspect this is the name Jagex uses based on the TFU client.
Signed-off-by: Graham <gpe@openrs2.dev>
4 years ago
Graham
528deec61f
Refactor the MouseWheel class
...
Signed-off-by: Graham <gpe@openrs2.dev>
4 years ago
Graham
531965b504
Refactor the Keyboard and Mouse classes
...
Signed-off-by: Graham <gpe@openrs2.dev>
4 years ago
Graham
f088664ac9
Refactor MouseRecorder
...
Signed-off-by: Graham <gpe@openrs2.dev>
4 years ago
Graham
bce63109ec
Fix name of readEncryptedBytes
...
Signed-off-by: Graham <gpe@openrs2.dev>
4 years ago
Graham
df3370c0ef
Rename skullIcon to pkIcon
...
This fits with the name of the sprite (headicons_pk).
Signed-off-by: Graham <gpe@openrs2.dev>
4 years ago
Graham
10112f5112
Partially refactor LocType
...
Signed-off-by: Graham <gpe@openrs2.dev>
4 years ago
Graham
0e81bc211b
Refactor StructType
...
Signed-off-by: Graham <gpe@openrs2.dev>
4 years ago
Graham
fabe7983df
Update unpackclass.yaml
...
I missed this change.
Signed-off-by: Graham <gpe@openrs2.dev>
4 years ago
Graham
cf34a04b80
Move skyboxTextures to a Defaults class
...
Signed-off-by: Graham <gpe@openrs2.dev>
4 years ago
Graham
0bbf6b9507
Rename Js5ResourceProviderImpl to Js5CachedResourceProvider
...
Signed-off-by: Graham <gpe@openrs2.dev>
4 years ago
Graham
44adebd9be
Refactor the sorted WorldList
...
Signed-off-by: Graham <gpe@openrs2.dev>
4 years ago
Graham
3ffd7caaa1
Refactor the WorldList class
...
Signed-off-by: Graham <gpe@openrs2.dev>
4 years ago
Graham
24f094b387
Refactor decodeDefaults
...
Signed-off-by: Graham <gpe@openrs2.dev>
4 years ago
Graham
2a6e50d44d
Refactor the WordPack class
...
Signed-off-by: Graham <gpe@openrs2.dev>
4 years ago
Graham
946fa2c3db
Rename IntegerUtils to IntUtils
...
This ensures it appears next to IntHashTable and IntNode in the class
list.
Signed-off-by: Graham <gpe@openrs2.dev>
4 years ago
Graham
9907a7d2c3
Renmae clearSoft() to removeSoft()
...
This is closer to the official name.
Signed-off-by: Graham <gpe@openrs2.dev>
4 years ago
Graham
cc17a25f01
Refactor LruHashTable
...
Signed-off-by: Graham <gpe@openrs2.dev>
4 years ago
Graham
41ad780a65
Rename LruHashTable to SoftLruHashTable
...
This is to make way for the real LruHashTable class.
Signed-off-by: Graham <gpe@openrs2.dev>
4 years ago
Graham
7d626bcabb
Rename sweep() to clean()
...
This matches the Jagex name.
Signed-off-by: Graham <gpe@openrs2.dev>
4 years ago
Graham
0c020c7f36
Rename Js5Index::read to decode
...
Signed-off-by: Graham <gpe@openrs2.dev>
4 years ago
Graham
38859a2c18
Refactor NpcType, ObjectType and associated code
...
Signed-off-by: Graham <gpe@openrs2.dev>
4 years ago
Graham
22ec916000
Refactor Js5 instance names
...
In the future I will give these more descriptive names.
I'm not yet sure if the client class is the most appropriate location,
but it fits with the current heuristic of placing static members in the
class in which they are initialised if they are initialised in an
instance method.
Signed-off-by: Graham <gpe@openrs2.dev>
4 years ago
Graham
6fb19e402b
Fix typo (discardUnapcked -> discardUnpacked)
...
Signed-off-by: Graham <gpe@openrs2.dev>
4 years ago
Graham
4b1c6c7cb7
Rename Smart to ShortSmart
...
Signed-off-by: Graham <gpe@openrs2.dev>
4 years ago
Graham
1e1711820d
Rename actualSeq to actualBlockNum
...
Signed-off-by: Graham <gpe@openrs2.dev>
4 years ago
Graham
e8e2460d8e
Rename getDelta to getDuration
...
Signed-off-by: Graham <gpe@openrs2.dev>
4 years ago
Graham
c634d2e4d7
Rename seq to blockNum
...
Signed-off-by: Graham <gpe@openrs2.dev>
4 years ago
Graham
c21702a0d5
Refactor the insertBefore method
...
Signed-off-by: Graham <gpe@openrs2.dev>
4 years ago
Graham
db3421418c
Fix prefetch/len local names in Js5NetQueue
...
Signed-off-by: Graham <gpe@openrs2.dev>
4 years ago
Graham
8887b0a1e9
Refactor the crc32 method
...
Signed-off-by: Graham <gpe@openrs2.dev>
4 years ago
Graham
921ef3a08f
Refactor some of the client loading code
...
Signed-off-by: Graham <gpe@openrs2.dev>
4 years ago
Graham
10a99fc9fb
Refactor most of the preferences code
...
Signed-off-by: Graham <gpe@openrs2.dev>
4 years ago
Graham
cceaf59d3c
Refactor the Base37 encoding/decoding methods
...
Signed-off-by: Graham <gpe@openrs2.dev>
4 years ago
Graham
4f18ca0947
Refactor JS5 connection code
...
Signed-off-by: Graham <gpe@openrs2.dev>
4 years ago
Graham
1bb5cb4e06
Refactor Js5ResourceProvider and associated code
...
Signed-off-by: Graham <gpe@openrs2.dev>
4 years ago
Graham
07e5a6f488
Refactor the Js5MasterIndex class
...
Signed-off-by: Graham <gpe@openrs2.dev>
4 years ago
Graham
5144604f2d
Rename getReadyPercentage to getPercentageComplete
...
Signed-off-by: Graham <gpe@openrs2.dev>
4 years ago
Graham
4b1fdcf716
Refactor JS5 request queues
...
Signed-off-by: Graham <gpe@openrs2.dev>
4 years ago
Graham
6aac893a1f
Rename Js5Index to Js5 in unpackclass
...
I suspect Jagex have a really clever optimizer capable of inlining the
Js5Index class (or perhaps they did it manually?)
Signed-off-by: Graham <gpe@openrs2.dev>
4 years ago
Graham
026ffb21c4
Refactor the client's Js5 class
...
Signed-off-by: Graham <gpe@openrs2.dev>
4 years ago
Graham
693ed579e8
Refactor more of the GameShell class
...
Signed-off-by: Graham <gpe@openrs2.dev>
4 years ago
Graham
4616401987
Refactor Timer classes and associated code in GameShell
...
Signed-off-by: Graham <gpe@openrs2.dev>
4 years ago
Graham
4e4b0aad40
Refactor the HuffmanCodec class
...
Signed-off-by: Graham <gpe@openrs2.dev>
4 years ago
Graham
e689d65f6c
Refactor the SecondaryHashTable class
...
Signed-off-by: Graham <gpe@openrs2.dev>
4 years ago