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
Jeroen Ketelaar
f83fc947d2
Merge branch 'development' into feature/PushBulletNotifications
2017-02-05 18:58:20 +01:00
Jeroen Ketelaar
32d89d6064
Merge branch 'development' into task/seperated-library-loading
2017-02-05 18:53:54 +01:00
JKetelaar
e7f4c6a15c
[BUGFIX] Removed user.home property
2017-02-05 18:47:07 +01:00
Jeroen Ketelaar
ac9e7b5a12
Merge branch 'development' into task/seperated-library-loading
2017-02-03 22:52:20 +01:00
JKetelaar
3f5aaf42b6
[TASK] Seperated library loading
...
Allowing to load libraries into the environment, seperated from loading the entire environment
2017-02-03 22:49:34 +01:00
Jeroen Ketelaar
3f3d0cc596
Merge branch 'development' into feature/cache-validation-test
2017-02-03 21:27:52 +01:00
JKetelaar
f58eef3c62
[BUGFIX] Added validate to create required directories
2017-02-03 21:25:34 +01:00
JKetelaar
3198b3aff9
[BUGFIX] Added throwable to method, instead of catching
2017-02-03 21:22:19 +01:00
JKetelaar
296025cbb2
[BUGFIX] Renamed CacheValidation to CacheValidationTest
...
Allowing JUnit to understand it has to run this test too
2017-02-03 21:10:05 +01:00
JKetelaar
f77aa730ee
[FEATURE] Added CacheValidation unit test
2017-02-03 21:03:01 +01:00
JKetelaar
c451bb6d29
[TASK] Moved StringUtils to Internal API StringUtil
2017-02-03 21:02:45 +01:00