Commit Graph

2323 Commits

Author SHA1 Message Date
Owain van Brakel
03db69ec08 Merge remote-tracking branch 'origin' 2021-10-29 04:42:46 +02:00
Owain van Brakel
b9a4a86c40 Merge pull request #3044 from weblue/oculus-feature 2021-10-29 04:42:32 +02:00
Owain van Brakel
6a348fb135 Merge remote-tracking branch 'runelite/master' 2021-10-29 04:20:30 +02:00
Adam
a96a6a5a40 api: add on tick callback 2021-10-28 19:02:56 -04:00
Owain van Brakel
2dc032c513 Merge remote-tracking branch 'runelite/master' 2021-10-28 22:38:30 +02:00
Adam
6cad150f3a gpu: add uncap fps option 2021-10-28 14:27:46 -04:00
Owain van Brakel
99bd6c08cd Merge remote-tracking branch 'runelite/master' 2021-10-28 11:01:49 +02:00
Adam
1443d5a34d Add runelite_callback opcode to cache
Also move the RL Instructions from the script assembler to cache too, so it can be reused by the updater. The api Opcodes class has no use in the public api and so is removed.
2021-10-27 20:13:01 -04:00
Owain van Brakel
65fd9b22c7 Merge remote-tracking branch 'runelite/master' 2021-10-27 03:29:13 +02:00
Owain van Brakel
37b1099942 project: Add back NodeHashTable.getNodes() for compatability 2021-10-27 02:27:40 +02:00
Adam
de810fb056 inventoryid: add gim shared storage inventories 2021-10-26 12:03:35 -04:00
Owain van Brakel
e16132a616 Revert "project: Revert these changes until mixins / injector parts are done"
This reverts commit 353a12ccb6.
2021-10-25 00:51:12 +02:00
Owain van Brakel
0a220102f1 Merge remote-tracking branch 'runelite/master' 2021-10-25 00:47:41 +02:00
Adam
2f613fa300 api: add clan id to clan channel changed event 2021-10-24 16:03:22 -04:00
Owain van Brakel
353a12ccb6 project: Revert these changes until mixins / injector parts are done 2021-10-20 14:53:44 +02:00
Owain van Brakel
a1d97f7ea7 project(rl-api): Add back MAGIC_TAB 2021-10-20 14:52:57 +02:00
Owain van Brakel
73b40bc302 Merge remote-tracking branch 'runelite/master' 2021-10-20 13:16:39 +02:00
RuneLite Cache-Code Autoupdater
7ff722dba0 Update Widget IDs to 2021-10-20 2021-10-19 22:11:30 -06:00
RuneLite Cache-Code Autoupdater
61416cd143 Update NPC IDs to 2021-10-20 2021-10-19 22:11:30 -06:00
RuneLite Cache-Code Autoupdater
bea4cb95a0 Update Object IDs to 2021-10-20 2021-10-19 22:11:30 -06:00
RuneLite Cache-Code Autoupdater
b66e2b48f1 Update Item IDs to 2021-10-20 2021-10-19 22:11:29 -06:00
BrastaSauce
366ec8cb68 hiscore: Add player lookup in group ironman tab 2021-10-18 17:26:46 -04:00
Adam
5dd1132d07 api: import model bottomY
Additionally, model height is already defined in the Renderable interface, and so isn't needed here
2021-10-15 17:26:27 -04:00
Adam
9dc779a5ef api: add getItemContainer(int) 2021-10-15 17:15:04 -04:00
Adam
870933985d game event manager: send itemcontainer change events for all containers 2021-10-15 17:15:04 -04:00
Adam
5b0acccbc7 api: make HashTable implement iterable 2021-10-15 17:15:04 -04:00
Owain van Brakel
b4a03f190c Merge remote-tracking branch 'runelite/master' 2021-10-13 11:57:45 +02:00
melkypie
771de7f431 banktags: fix group storage button location 2021-10-11 10:53:46 -04:00
Hydrox6
6536aba6ba api: add group ironman account types 2021-10-10 12:23:06 -04:00
Owain van Brakel
69faa1b0fb Merge remote-tracking branch 'runelite/master' 2021-10-06 14:00:00 +02:00
Max Weber
16830b0ad4 rl-api: add clan gim message types 2021-10-06 04:47:28 -06:00
RuneLite Cache-Code Autoupdater
c9fd2144bf Update Widget IDs to 2021-10-6 2021-10-06 04:47:28 -06:00
RuneLite Cache-Code Autoupdater
a63d56d8b4 Update NPC IDs to 2021-10-6 2021-10-06 04:47:28 -06:00
RuneLite Cache-Code Autoupdater
0c6a54a4ab Update Object IDs to 2021-10-6 2021-10-06 04:47:28 -06:00
RuneLite Cache-Code Autoupdater
5faf76c005 Update Script arguments to 2021-10-6 2021-10-06 04:47:28 -06:00
RuneLite Cache-Code Autoupdater
052807b1a7 Update Item IDs to 2021-10-6 2021-10-06 04:47:28 -06:00
Adam
c16172e508 api: add widget classes to runtime exclusions 2021-10-05 12:55:38 -04:00
Owain van Brakel
a8d5aed856 Merge remote-tracking branch 'runelite/master' 2021-10-02 22:12:27 +02:00
Adam
4ca3db6358 Fix ground marker minimap overlay position
The ground marker minimap overlay gets a local point for the tile to mark from fromWorld()
and passes it to localToMinimap() - but because the adjustment of -1, when the player position
is subtracted from it to compute the minimap location it causes the computed position to be off
by a full tile.

Additionally, drawRect() width and height is inclusive so the width/height must be subtracted by 1
2021-10-01 19:09:03 -04:00
Owain van Brakel
3e3ba784ea Merge remote-tracking branch 'runelite/master' 2021-10-01 10:42:22 +02:00
Owain van Brakel
beabb18428 Merge remote-tracking branch 'origin/master' 2021-10-01 10:38:13 +02:00
Adam
8d537cabf1 api: add clan ids and accessors 2021-09-30 16:37:35 -04:00
weblue
32a6f51484 oculus setter 2021-09-29 19:56:43 -10:00
OP
9715e2f263 add getModulus() to match setModulus used in the private server plugin. (#3043) 2021-09-29 19:56:23 -10:00
Adam
b6316b4772 api: move Favour to achievementdiary plugin 2021-09-29 10:23:36 -04:00
Jordan Atwood
7b678b2afb skill calculator: Define actions and bonuses in Java
As the number of bonus types increases, the existing system of allowing
only a single type of bonus to be applied, and only allowing actions to
entirely opt out of having bonuses applied rather than more fine-grained
control, is showing its age. This commit redefines all bonus and action
entries in Java enums so that such systems can be better-defined.
Additionally, it comes with the benefit of easier change validation via
testing and enabling item and sprite ID referencing via runelite-api.
2021-09-28 22:05:00 -04:00
Adam
87dda2d54e api: mark runtime classes as final 2021-09-28 20:19:01 -04:00
OP
6890dddf39 add getModulus() to match setModulus used in the private server plugin. (#3043) 2021-09-27 17:15:41 +01:00
Owain van Brakel
8ab73ae307 Merge remote-tracking branch 'runelite/master' 2021-09-25 03:01:56 +02:00
Owain van Brakel
d6579901c6 api(mixins): More object methods exposed 2021-09-25 03:01:43 +02:00