Commit Graph
15813 Commits
Author SHA1 Message Date
zeruth 11dd1cdb41 chore: bump rl ver 2021-02-24 00:10:32 -05:00
Tyler Bochard 2cc2fd6f18 Merge pull request #2925 from Noodleeater/runelite
client: Added api to get more info about actor animations. Also added api "getIsFlat" to SceneTileModel
2021-02-24 00:01:30 -05:00
Tyler Bochard c4e889d10a Merge pull request #2938 from ImNoOSRS/runelite
RSTile: setWallObject
2021-02-24 00:01:00 -05:00
Tyler Bochard 4c765fa5ae Merge pull request #2939 from open-osrs/worldproxy
project: proxy and world support
2021-02-24 00:00:08 -05:00
Adam fc72d17a55 ping: use icmp ping on linux if available
This uses IPPROTO_ICMP sockets, which most modern linux systems support.
This allows directly sending icmp echo requests without having to use
the tcp ping check. As a fallback the old tcp ping method is used if
socket setup fails.
2021-02-23 16:50:22 -05:00
Kyle 323a2d7bf0 project: proxy and world support
project: proxy and world support

--proxy USERNAME:PASSWORD
--proxy IP:PORT:USERNAME:PASSWORD
--world WORLD
2021-02-23 16:58:52 +00:00
Abex e58202c153 Merge pull request #13254 from Broooklyn/soul-wars-imbues
Add Soul wars imbues
2021-02-23 09:05:27 -07:00
RuneLite Cache-Code Autoupdater c2f27fcdac Update Widget IDs to 2021-2-23 2021-02-23 08:58:37 -07:00
RuneLite Cache-Code Autoupdater af7aae49b9 Update NPC IDs to 2021-2-23 2021-02-23 08:58:30 -07:00
RuneLite Cache-Code Autoupdater 3e0c19bb99 Update Object IDs to 2021-2-23 2021-02-23 08:58:30 -07:00
RuneLite Cache-Code Autoupdater 49b30ae6d9 Update Item variations to 2021-2-23 2021-02-23 08:58:30 -07:00
RuneLite Cache-Code Autoupdater 98942ddfb3 Update Item IDs to 2021-2-23 2021-02-23 08:58:30 -07:00
RuneLite Cache-Code Autoupdater bc4144f418 Update Script arguments to 2021-2-23 2021-02-23 08:58:29 -07:00
ImNoOSRS 8b12c2de3a RSTile: setWallObject 2021-02-23 14:17:33 +01:00
Broooklyn a3b45ee506 ItemMapping: Add Soul Wars imbues 2021-02-23 02:49:10 -05:00
Broooklyn 0a666e5924 clues: Add Soul Wars imbued Slayer Helmets to Emote and Skill sets 2021-02-23 02:34:41 -05:00
Broooklyn e9439efc82 slayer: Add Soul Wars imbued Slayer Helmets to slayer item set 2021-02-23 02:34:40 -05:00
Owain van Brakel d390a516dd tablecomponent: Fix package 2021-02-23 05:37:09 +01:00
Owain van Brakel 5796643817 Merge pull request #2937 from Owain94/config-hiding
config: Support for hiding / unhiding
2021-02-23 05:21:52 +01:00
Owain van Brakel a9ef3d1bc5 config: Support for hiding / unhiding 2021-02-23 05:10:39 +01:00
Kyle 3c97586343 project: discord api (#2936)
project: discord api
2021-02-23 02:20:34 +00:00
Kyle b58482938e project: add missing api components (#2935)
* api: add missing api components

api: add missing api components

* oops

* .
2021-02-22 23:59:40 +00:00
Elliott 0d33d3d356 overlay/util: table for overlays and WeaponSpeedMap (#2928)
* Create TableAlignment.java

* Add files via upload

* Create WeaponSpeedMap.java

* overlay: table folder moved

Moved table folder from
net/runelite/client to com/openosrs/client
2021-02-22 23:49:13 +00:00
Owain van Brakel fa6c7780d2 Merge pull request #2934 from open-osrs/config-sync
client: disable runelite config sync, keep profiles
2021-02-22 23:46:56 +01:00
Owain van Brakel bcda3387e0 Merge pull request #2933 from Owain94/config-enumset-ugh
config: Support for EnumSet
2021-02-22 23:32:51 +01:00
zeruth db848eb4b2 client: disable runelite config sync, keep profiles 2021-02-22 17:28:35 -05:00
Owain van Brakel d71c3f6dd8 config: Support for EnumSet 2021-02-22 23:26:29 +01:00
Owain van Brakel edfe1f4d6a Merge pull request #2930 from Owain94/config-parsing 2021-02-22 23:16:06 +01:00
Owain van Brakel c4e66d100a Merge remote-tracking branch 'origin/runelite' into config-parsing 2021-02-22 23:11:35 +01:00
Owain van Brakel 87d83cf836 Merge pull request #2932 from Owain94/config-inheritance
config: Support inheritance
2021-02-22 23:03:04 +01:00
Owain van Brakel 1f314c440a Merge pull request #2929 from Owain94/config-titles
config: Support for titles
2021-02-22 23:02:13 +01:00
Owain van Brakel f6c45775b1 Merge pull request #2927 from Owain94/externals 2021-02-22 23:02:05 +01:00
Owain van Brakel e84df0a7b4 Merge pull request #2926 from Owain94/dependencies 2021-02-22 23:02:00 +01:00
ThatGamerBlue 4e88fd01f5 Revert "api: add missing API components"
This reverts commit fdd8cec721.
2021-02-22 21:26:52 +00:00
Kyle fdd8cec721 api: add missing API components
api: add missing API components
2021-02-22 21:17:53 +00:00
Andrey Kaipov 6c45d1d3bb config: Support inheritance 2021-02-22 21:47:21 +01:00
Owain van Brakel d94fd69d56 config: Support for parsing of text fields 2021-02-22 21:32:01 +01:00
Owain van Brakel 210eecc6b6 config: Support for titles 2021-02-22 21:13:31 +01:00
Owain van Brakel 1c8fe5bda3 Merge branch 'runelite' into dependencies 2021-02-22 19:17:23 +01:00
Owain van Brakel 0b75e03e5d Merge branch 'runelite' into externals 2021-02-22 19:16:36 +01:00
Owain van Brakel b0447f518b hooks: Checkstyle 2021-02-22 19:15:28 +01:00
Owain van Brakel 26db3b062f config: Add metadata to external plugins configs 2021-02-22 19:07:21 +01:00
Owain van Brakel 185826b835 config: Reload button for external plugins in development mode 2021-02-22 19:06:21 +01:00
Owain van Brakel a3becd39e2 client: Allow loading externals from source 2021-02-22 18:38:22 +01:00
Owain van Brakel 2b2369a6db dependencies: Match RL dependencies 2021-02-22 03:18:19 +01:00
ThatGamerBlue fe93dae57f hooks: whoopsies 2021-02-22 00:19:48 +00:00
ThatGamerBlue 2d03cf1374 clientthread: implement executor and make Schedulers.single() use it 2021-02-22 00:16:15 +00:00
ThatGamerBlue db49157fc8 Merge remote-tracking branch 'upstream/master' into runelite 2021-02-22 00:13:07 +00:00
Adam 5f7c2a9dee corp plugin: use varbit changed event to track damage
In masses it has been observed that the players damage counter can
increment after the last hitsplat has been applied, which causes
the final damage summary message to be incorrect
2021-02-21 12:10:59 -05:00
ThatGamerBlue 51301a274f .runelite -> .openosrs 2021-02-21 16:22:43 +00:00