Commit Graph
16852 Commits
Author SHA1 Message Date
Owain van Brakel 7857494716 project: Bump OpenOSRS version 2021-10-29 04:43:42 +02: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 c5cfe4fd59 Merge pull request #3054 from open-osrs/signing 2021-10-29 04:42:07 +02:00
Owain van Brakel f1caede643 project: Mixins 2021-10-29 04:33:35 +02:00
Owain van Brakel 6a348fb135 Merge remote-tracking branch 'runelite/master' 2021-10-29 04:20:30 +02:00
Owain van Brakel c3de306086 project: Mixins 2021-10-29 04:20:12 +02:00
Adam f21596bc47 barrows: fix brothers slain overlay flashing
This was assuming there is always a tick between each frame to unhide the barrows potential
2021-10-28 19:03:17 -04:00
Adam 3c7339771d gpu: clear target buffer offset on login screen
This prevents the previous scene from rendering during loading prior to the welcome screen being opened
2021-10-28 19:03:17 -04:00
Adam ec5179dc77 music plugin: fix tooltips with uncapped fps 2021-10-28 19:02:56 -04:00
Adam f6929172fc camera plugin: fix tooltips with uncapped fps 2021-10-28 19:02:56 -04:00
Adam a96a6a5a40 api: add on tick callback 2021-10-28 19:02:56 -04:00
Owain van Brakel 0aedd915d4 project: Bump RL version 2021-10-28 22:42:50 +02:00
Owain van Brakel 31653d3fba Merge remote-tracking branch 'runelite/master' 2021-10-28 22:41:55 +02:00
Owain van Brakel 2dc032c513 Merge remote-tracking branch 'runelite/master' 2021-10-28 22:38:30 +02:00
Runelite auto updater cefb80a37b Bump for 1.8.1-SNAPSHOT 2021-10-28 19:51:13 +00:00
Runelite auto updater 6a5fae2666 Release 1.8.0 2021-10-28 19:51:10 +00:00
Adam 991e6e5aeb fpx config: increase fps max 2021-10-28 15:31:21 -04:00
Adam 6cad150f3a gpu: add uncap fps option 2021-10-28 14:27:46 -04:00
Adam 6ad7ba1799 client loader: add new jagex certificate 2021-10-28 14:24:13 -04:00
Adam ed2594a055 Bump to 1.8.0-SNAPSHOT 2021-10-28 13:59:59 -04:00
lkmrrs de1e564fa8 skill calculator: Add javelins to fletching calculator (#14317) 2021-10-28 17:41:55 +00:00
Adam da58903376 skillcalc: use fixed point arithmetic for xp calculations 2021-10-28 10:11:10 -04:00
Owain van Brakel 54eea68dab project: Bump version 2021-10-28 11:02:12 +02:00
Owain van Brakel 99bd6c08cd Merge remote-tracking branch 'runelite/master' 2021-10-28 11:01:49 +02:00
ThatGamerBlue a1248beead gradle: add ability to sign output jar files 2021-10-28 07:47:33 +01:00
Adam 6f5735be07 gpu: fix drawing loading and connection lost boxes 2021-10-27 20:15:27 -04: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
Tal s 533bcd26be woodcutting: Add clue nest notification config (#14132) 2021-10-27 21:21:43 +00:00
Adam 9e8551d832 skillcalc: use double precision for xp
Doing the xp calculation with floats and then converting it to double is
less precise, and causes minor errors that accumulate with very large xp
ranges
2021-10-27 17:03:02 -04:00
TheStonedTurtle ff9c15d52c spec counter: add bulwark threshold config 2021-10-27 12:49:52 -04:00
Adam 8197de776f skillcalc: round bonus xp to nearest tenth
XP cannot be more precise than a 10th of an xp. This was compute more precise xp values and when applied over many actions caused the computed actions to be incorrect
2021-10-26 22:00:59 -04:00
Adam b9191114fa skillcalc: only recompute xp bonus values once when bonus changes 2021-10-26 22:00:59 -04:00
Owain van Brakel 65fd9b22c7 Merge remote-tracking branch 'runelite/master' 2021-10-27 03:29:13 +02:00
Owain van Brakel 8bc6acddb9 project: More mixins 2021-10-27 02:47:38 +02:00
Owain van Brakel 37b1099942 project: Add back NodeHashTable.getNodes() for compatability 2021-10-27 02:27:40 +02:00
Owain van Brakel 24d7c9c351 project: Mixing stuff and what not 2021-10-27 02:26:59 +02:00
shmeepsandEthan Sarp 265e939116 prayer: add blighted super restore
Co-authored-by: Ethan Sarp <ethan.sarp@gmail.com>
2021-10-26 16:07:03 -04:00
Adam 4187db4059 prayer: fix sanfew prayer dose indicator
The plugin was incorectly computing the amount of prayer sanfews restore
2021-10-26 14:53:19 -04:00
Adam de810fb056 inventoryid: add gim shared storage inventories 2021-10-26 12:03:35 -04:00
Adam 983d82671c banktags: fix active tag being applied to shared storage 2021-10-26 11:59:17 -04:00
Owain van Brakel c7ae30f788 Revert "project: Add workaround for now"
This reverts commit 5c19e731fa.
2021-10-25 00:51:16 +02: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 455e75b7bc widget overlay: update gwd kc position 2021-10-24 16:56:48 -04:00
Adam 2f613fa300 api: add clan id to clan channel changed event 2021-10-24 16:03:22 -04:00
BrianSchimert 9a0203d813 chat commands: Add shorthand names for Grotesque Guardians (#14305) 2021-10-24 01:29:36 +00:00
Owain van Brakel 598f0c3a72 Merge pull request #3053 from open-osrs/upstream-2010 2021-10-20 16:08:10 +02:00
Owain van Brakel 5c19e731fa project: Add workaround for now 2021-10-20 16:03:16 +02:00
Owain van Brakel 176e6afdcd project: Bump OpenOSRS version 2021-10-20 14:54:20 +02:00