Commit Graph
1228 Commits
Author SHA1 Message Date
Adam c0a530fe29 runelite-api: split getTriangles into getVerticies and getTriangles 2017-08-12 09:39:40 -04:00
Adam 793d8f9b5e runelite-api: expose higher level getTriangles instead in Model 2017-08-11 21:42:05 -04:00
Adam b5603f11b8 Add getModel to Renderable 2017-08-11 16:42:37 -04:00
Adam f7ab56945c model-viewer: remove hardcoded dependency version in pom [ci skip] 2017-08-10 17:57:46 -04:00
Adam b6a7108ca5 http-service: switch to spring-web from sparkjava/guice 2017-08-10 17:56:03 -04:00
Runelite auto updater a81935849d [maven-release-plugin] prepare for next development iteration 2017-08-07 22:02:50 +00:00
Runelite auto updater bb008f01b8 [maven-release-plugin] prepare release runelite-parent-1.2.1 2017-08-07 22:02:47 +00:00
Runelite auto updater 7e064eebcf Update 152 2017-08-07 21:53:20 +00:00
Adam f802ae8b21 cache: correct inventory dumper log message [ci skip] 2017-08-06 21:36:28 -04:00
Adam cc52cd7ce3 cache: add get_inventory_size instruction 3304 2017-08-06 17:09:59 -04:00
Adam 72e1df2a10 cache: add inventory loader and dumper 2017-08-06 17:08:57 -04:00
Adam 39f9cfbe70 runelite-api: fix widget children lookup logic
Also update dev tools panel widget tree to use show all widgets children,
and start from the root widgets.

Thanks to @rsbmatt for his assistance in explaining the logic
2017-08-05 14:11:05 -04:00
Adam b26ee3f193 Unset verbose on maven-jar-signer
Updater is nearing the 4MB travis limit
2017-08-03 08:48:36 -04:00
Runelite auto updater 13e4fc4117 [maven-release-plugin] prepare for next development iteration 2017-08-03 12:13:54 +00:00
Runelite auto updater 6ffe49f45d [maven-release-plugin] prepare release runelite-parent-1.2.0 2017-08-03 12:13:51 +00:00
Runelite auto updater 11c4071347 Update 151 2017-08-03 12:06:00 +00:00
Adam ff65210fd3 Merge pull request #137 from dey0/master
Add music filenames to hash list
2017-07-28 15:28:09 -04:00
dey0 2297df08d4 Add music filenames to hash list 2017-07-28 14:09:03 -05:00
Adam f1ac4b3539 runelite-client: bring to front when tray icon is clicked 2017-07-23 13:01:37 -04:00
Adam 95ad72257f Build out room pom more 2017-07-23 12:48:46 -04:00
Adam 9e02205b10 runelite-client: make toolbar not floatable 2017-07-23 12:38:35 -04:00
Adam ef8ab3c0b0 runelite-client: don't filter ttf, png, gif 2017-07-23 12:37:25 -04:00
Adam 54f9a0cf70 runelite-client: add version to title 2017-07-23 12:20:09 -04:00
Adam 1a8db90c45 Fix typo BEIGHT -> HEIGHT 2017-07-23 12:05:04 -04:00
Adam f9b68bc3bd runelite-client: convert nav panel to a toolbar 2017-07-23 12:00:27 -04:00
Adam 9a5a7a44f9 runelite-client: don't draw overlays on event dispatch thread
It is causing deadlocks as the client holds a lock on client in paint() at the time draw() is called, and the EDT then causes RSCanvas (which is the listener) to get triggered when the client draws onto the canvas, which goes back to client.paint() and deadlocks.
2017-07-22 19:05:03 -04:00
Adam 534690b452 runelite-client: update bosstimer plugin to use infobox timers 2017-07-22 15:16:53 -04:00
Adam 1783a3e2e3 runelite-client: exclude org.pushingpixels from maven-shade-plugin 2017-07-22 14:26:27 -04:00
Adam fe487f5795 runelite-client: add substance graphite look and feel 2017-07-22 14:15:16 -04:00
Adam 653128cd97 runelite-client: fix some incorrect swing usage
All swing operations should be on the event dispatch thread
2017-07-22 14:08:41 -04:00
Adam 40e6604cae runelite-client: only prompt on close if logged in 2017-07-22 14:04:29 -04:00
Adam 22c34e84c5 Bump for 1.2.0-SNAPSHOT 2017-07-22 13:57:33 -04:00
Adam 4aec21c47b Merge pull request #136 from kfricilone/rsclient/rename
Rename some rsclient classes
2017-07-22 12:00:14 -04:00
Adam 0c6a862654 Merge pull request #135 from kfricilone/deob/log
Use renamed type for field/return
2017-07-22 11:45:34 -04:00
Adam 2db13e4a58 runelite-client: add lvl chat command 2017-07-21 18:17:34 -04:00
Adam 8b5f22106e http-service: add single skill hiscore lookup 2017-07-21 18:15:10 -04:00
l2- 546973c116 Renamed PriceCommands plugin to ChatCommands 2017-07-21 18:10:24 -04:00
Runelite auto updater 1d4305a17a [maven-release-plugin] prepare for next development iteration 2017-07-20 15:25:52 +00:00
Runelite auto updater 5db59e745a [maven-release-plugin] prepare release runelite-parent-1.1.33 2017-07-20 15:25:49 +00:00
Adam ede3b1b691 runelite-api: update minimap code from 150 2017-07-20 10:00:37 -04:00
Adam 7fb4515cbe runescape-client: update 150 2017-07-20 10:00:36 -04:00
Adam 53be6e1ff5 Add maven jvm.config
Set -Xmx512m since the injector runs some executions which was stressing
the GC
2017-07-19 20:55:57 -04:00
Adam 030a235b68 Merge pull request #133 from SteveOSRS/feature/xpglobetooltip
added xp globe tooltip
2017-07-19 14:20:30 -04:00
Steve 493b19ddcd added xp globe tooltip 2017-07-19 18:50:07 +01:00
Adam 5a270cfc6d cache: don't complete haneshake future until after state is changed to connected 2017-07-18 20:48:05 -04:00
Adam 45e41e06d6 Merge pull request #131 from Sethtroll/addbindingnecklace
Add binding necklace to jewelrycount
2017-07-18 20:43:20 -04:00
sethtroll a0df460eac Add binding necklace to runecraft plugin
-Since all charges are same ID, it will display a "?" until your current necklace breaks/or you right click check it
2017-07-18 20:42:56 -04:00
Seth 0eb197d7b2 runelite-client: add infobox and timers plugin 2017-07-18 18:48:46 -04:00
l2- 990acf1f89 Added high alch values to price command 2017-07-17 21:14:28 -04:00
l2- 634a7dc2ce Added pm sent to valid message types 2017-07-17 21:10:23 -04:00