Commit Graph

209 Commits

Author SHA1 Message Date
Shadowrs aec6196e01 Merge branch 'bugfix/zeroarg-callbacks' of github.com:shadowrs/Parabot into bugfix/zeroarg-callbacks 2018-09-10 12:21:09 +01:00
Jeroen Ketelaar 7571d84f9e Merge branch 'development' into bugfix/zeroarg-callbacks 2018-09-09 18:26:48 -05:00
Jak dfd5dca089 Merge branch 'development' into feature/allow-dupe-config-names 2018-09-07 18:17:32 +01:00
Shadowrs 3a91763a57 Code style fix 2018-09-07 17:59:27 +01:00
Shadowrs ca0d68ed08 Add an NPE catch wtih useful message 2018-09-05 10:40:58 +01:00
Shadowrs d609d7d8bb Add support for zero-arg callbacks 2018-09-05 10:06:37 +01:00
Shadowrs beeaebf323 Add waypoint methods for Applet pre init and post start 2018-09-04 22:21:07 +01:00
Shadowrs b4ba5efb49 Brackets 2018-09-01 20:11:12 +01:00
Jak 097a0bdf7b Fix ServerDesc comparitor to allow duplicate server names 2018-08-24 03:10:51 +01:00
Jeroen Ketelaar e6605c4a75 [TASK] Added verbose line 2018-07-02 15:08:24 +02:00
Jeroen Ketelaar a2c94f9267 [BUGFIX] Added support for ImagePS 2018-07-02 15:06:39 +02:00
Jeroen Ketelaar 5d612762e9 [TASK] Added start parameter to docs 2018-01-03 11:06:53 +01:00
Jeroen Ketelaar 3f0d8d64fe [TASK] Added unit tests for the Timer class 2018-01-03 11:05:00 +01:00
SCoutinho 2e1817d254 Merge branch 'feature/timer-days' of https://github.com/Parabot/Parabot into feature/timer-days 2018-01-02 23:28:05 +00:00
SCoutinho cc360f59e7 [TASK] Removed append 2018-01-02 23:27:53 +00:00
Sandro Coutinho c24f03cfe6 Merge branch 'development' into feature/timer-days 2018-01-02 17:46:50 +00:00
SCoutinho 58d9e23094 [FEATURE] Added days into Timer
Credits to @parnassian
2018-01-02 17:32:45 +00:00
Emmastone 84816acd27 [FEATURE] Added Randoms to Script
Allows users to add randoms though scripts.
2017-11-28 21:42:06 +00:00
Emmastone 47570cbce0 [TASK] Removed random number
Also bumped version
2017-11-21 10:41:49 +00:00
Emmastone 610778597f [BUGFIX] Fixed heigh on screenshots 2017-11-21 08:59:52 +00:00
JMapfel 44625f7280 [BUGFIX] A bug where the method node lookup didn't work
The 'getMethod' method in the Invoker wrapper did only check the
descriptor of the parameters. To ensure that the right method is
returned, the full method desc must be used.

The return desc (the 'desc' element in the hooks file) is still optional,
but should be used to avoid conflicts.
2017-09-26 23:37:07 +02:00
JKetelaar 7d9d2a2ea1 Merge branch 'development' of github.com:Parabot/Parabot into release/2.6.7
# Conflicts:
#	src/main/java/org/parabot/core/asm/redirect/ThreadRedirect.java
#	src/main/java/org/parabot/core/asm/redirect/ToolkitRedirect.java
2017-09-12 00:11:53 +02:00
JKetelaar a6b444572d [BUGFIX] Added createImage with ImageProducer 2017-09-12 00:04:17 +02:00
JKetelaar bbe7496ecb [BUGFIX] Granting access instead of blocking it 2017-09-12 00:00:07 +02:00
JKetelaar a7debba54b [BUGFIX] Added getProtectionDomain to ClassRedirect 2017-09-11 23:57:24 +02:00
JKetelaar 0834ff2057 [BUGFIX] Using the given Toolkit and not default Toolkit 2017-09-11 23:14:12 +02:00
JKetelaar f667850121 [BUGFIX] Solved issue with returning null image 2017-09-11 23:13:43 +02:00
JKetelaar f284fa0e80 [BUGFIX] Solving currentThread null return
Solves issue #222
2017-09-11 23:05:42 +02:00
JKetelaar bcb0ddfab7 [CLEANUP] Reformatted code 2017-08-29 00:19:17 +02:00
JMapfel cb7bca5454 [BUGFIX] A bug where reflection method lookup did not work
RefClass#getMethod didn't work with parameters
2017-08-24 17:35:12 +02:00
Emma Stone d2c64f935c [BUGFIX] Added the retuns 2017-05-31 03:25:30 +01:00
Emma Stone d6547e3b84 [FEATURE] Alert of new version
Related to issue #195
2017-05-31 03:15:43 +01:00
Emma Stone bb711f4064 [BUGFIX] Removed JFrame from screenshot 2017-05-16 17:56:32 +01:00
JKetelaar a5d091cae8 [BUGFIX] Solves NoSuchMethodError for Thread
Thread.setUncaughtExceptionHandler
2017-05-13 01:28:17 +02:00
JKetelaar ee0a263630 [BUGFIX] Set all multiple random-executions to runAll 2017-04-23 01:40:25 +02:00
JKetelaar 4831cae068 [FEATURE] Added methods to allow runs of multiple randoms 2017-04-23 01:39:33 +02:00
JKetelaar 19e337be90 [BUGFIX] Removed local url 2017-04-02 19:55:41 +02:00
JKetelaar 1f6c41e96d [TASK] Added server to provider download 2017-04-02 19:54:45 +02:00
JKetelaar 0dcccc58f1 [BUGFIX] Added desiredAssertionStatus
Solves issue #198
2017-03-05 20:58:33 +01:00
JKetelaar f25ca0955e [BUGFIX] Avoiding screenshot creation 2017-02-22 23:26:00 +01:00
Emma Stone 97dc83c37b [TASK] Removed \n from SystemRedirect methods 2017-02-17 14:46:21 +00:00
Emma Stone 63e0e97084 [BUGFIX] Logger#addMessage
Related to issue #185.
2017-02-17 13:38:34 +00:00
Jeroen Ketelaar 260eaa5491 Merge branch 'development' into bugfix/getsystemprop 2017-02-17 12:37:59 +01:00
Emma Stone 3b2d544310 [BUGFIX] Keep Tools menu
Related to issue #183.
2017-02-15 22:22:05 +00:00
Emma Stone e5df44b54f [BUGFIX] Replaced the output to verbose only 2017-02-13 22:26:58 +00:00
JKetelaar bff0bfbe6a [FEATURE] Finished notifications system 2017-02-07 00:32:50 +01:00
Emma Stone 27b4296854 Merge branch 'development' into feature/PushBulletNotifications 2017-02-06 17:26:44 +00:00
Emma Stone 6559261154 [TASK] Updated download link 2017-02-06 17:22:53 +00:00
Jeroen Ketelaar e7a87fb232 Merge branch 'development' into cleanup/classredirect 2017-02-05 21:02:13 +01:00
JKetelaar d9230448dd [CLEANUP] Added brackets and set output to err 2017-02-05 21:00:47 +01:00