Commit Graph
2346 Commits
Author SHA1 Message Date
Justin f41d8905ee Merge branch 'master' of https://github.com/runelite/runelite into upstream-2122021
 Conflicts:
	cache-client/pom.xml
	cache-updater/pom.xml
	cache/pom.xml
	http-api/pom.xml
	http-service/pom.xml
	pom.xml
	runelite-api/pom.xml
	runelite-api/src/main/java/net/runelite/api/MenuAction.java
	runelite-client/pom.xml
	runelite-client/src/main/java/net/runelite/client/config/ConfigManager.java
	runelite-client/src/main/java/net/runelite/client/plugins/chathistory/ChatHistoryPlugin.java
	runelite-client/src/main/java/net/runelite/client/plugins/config/ConfigPanel.java
	runelite-client/src/main/java/net/runelite/client/plugins/worldhopper/WorldSwitcherPanel.java
	runelite-jshell/pom.xml
	runelite-script-assembler-plugin/pom.xml
2021-12-02 09:06:51 +11:00
Adam 79cf2cb271 Add gim clan chat types 2021-11-27 09:08:11 -05:00
Justin 9d67f7d344 Merge branch 'master' of https://www.github.com/runelite/runelite into 24112021 2021-11-24 22:47:50 +11:00
RuneLite Cache-Code Autoupdater 084edbffb6 Update Scripts to 2021-11-24 2021-11-24 04:26:34 -07:00
RuneLite Cache-Code Autoupdater 0b4976b87b Update Widget IDs to 2021-11-24 2021-11-24 04:23:25 -07:00
RuneLite Cache-Code Autoupdater 589a7a9452 Update Object IDs to 2021-11-24 2021-11-24 04:23:24 -07:00
RuneLite Cache-Code Autoupdater 22f0369bca Update Item IDs to 2021-11-24 2021-11-24 04:23:24 -07:00
Owain van Brakel b9f7ed5078 Merge remote-tracking branch 'runelite/master' 2021-11-17 16:35:59 +01:00
RuneLite Cache-Code Autoupdater 2f3564e6e0 Update Item IDs to 2021-11-17 2021-11-17 04:24:53 -07:00
Max Weber 081a30056c avoid boxing Comparator.comparings 2021-11-14 18:56:08 -05:00
Adam 13ecfc0a9e gpu: add sync mode config
This allows the additional OFF mode which has the client manage its own
frame rate target without the use of vsync. On lower end systems which
have a hard time delivering a frame in the vsync interval this can give
a noticible performance improvement since it doesn't stall the cpu
waiting for the next vblank when a frame is skipped
2021-11-14 17:33:01 -05:00
Owain van Brakel d58b29ba55 Merge remote-tracking branch 'runelite/master' 2021-11-10 12:51:51 +01:00
RuneLite Cache-Code Autoupdater 4c5b5ea68b Update NPC IDs to 2021-11-10 2021-11-10 04:12:09 -07:00
RuneLite Cache-Code Autoupdater 417b0a0e6c Update Object IDs to 2021-11-10 2021-11-10 04:12:09 -07:00
Owain van Brakel 9a810aea57 Merge remote-tracking branch 'runelite/master' 2021-11-10 00:37:44 +01:00
Adam 8ebef03e4d opponent info: use long npc name if available
This name is used on the in game hd hud (eg "Baby Muttadile" instead of "Muttadile")
2021-11-09 16:55:54 -05:00
Adam 7b6074f0f8 opponent info: hide overlay if hp hud is active 2021-11-09 16:23:19 -05:00
Owain van Brakel 2f90cf3075 Merge remote-tracking branch 'runelite/master' 2021-11-04 21:41:32 +01:00
Tal Skverer e50b0f61a8 timers: Track imbued heart timer from varbit 2021-11-04 11:46:28 -07:00
Owain van Brakel 798b93802b Merge remote-tracking branch 'runelite/master' 2021-11-03 13:15:32 +01:00
Adam 63034431c0 api: add ambient sound effect 2021-11-02 14:44:44 -04:00
Justin a653dff3bc client: removal of deprecated methods 2021-11-02 20:53:14 +11:00
Adam 87e51bd960 bank: block bank pin going to chatbox
With invokeLater() now running next tick instead of next frame, with uncapped fps there can be several frames with the bank pin visible in the chatbox. This blocks the keyboard input on this tick, preventing having to clear the chatbox later.
2021-11-01 14:28:50 -04:00
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