Commit Graph

843 Commits

Author SHA1 Message Date
Jeroen Ketelaar 9d1c4533ca Merge pull request #238 from Parabot/feature/timer-days
[Feature] Added days into Timer
2018-01-03 00:40:02 +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 6a6b7cd7da [TASK] Moved to openjdk7
For some reason it was using oracle's jdk.
2018-01-02 17:41:22 +00:00
SCoutinho 58d9e23094 [FEATURE] Added days into Timer
Credits to @parnassian
2018-01-02 17:32:45 +00:00
Jeroen Ketelaar 4162d4b032 Merge pull request #232 from Parabot/feature/randoms
[FEATURE] Added Randoms to Script
2017-11-29 18:22:38 +01:00
Emmastone 84816acd27 [FEATURE] Added Randoms to Script
Allows users to add randoms though scripts.
2017-11-28 21:42:06 +00:00
Jeroen Ketelaar 04ea26e70c Merge pull request #230 from Parabot/bugfix/screenshots
[BUGFIX] Fixed height on screenshots
2017-11-21 13:25:23 +01: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
Jeroen Ketelaar 6bb9dd32ec Merge pull request #229 from JMapfel/development
[BUGFIX] A bug where the method node lookup didn't work
2017-09-26 23:56:38 +02: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
Jeroen Ketelaar 4da3756f3e Merge pull request #226 from Parabot/release/2.6.7
[MERGE] Release V2.6.7 into Development
2017-09-12 00:21:04 +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
Jeroen Ketelaar f05226d32d Merge pull request #225 from Parabot/bugfix/protected-domain
[BUGFIX] Added getProtectionDomain to ClassRedirect
2017-09-12 00:06:23 +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
Jeroen Ketelaar e335cfa835 Merge pull request #224 from Parabot/bugfix/travis-openjdk7
[BUGFIX] Set deployment requirement to openjdk7
2017-09-11 23:38:00 +02:00
JKetelaar db8d7989cb [BUGFIX] Set deployment requirement to openjdk7
Instead of oraclejdk7
2017-09-11 23:22:03 +02:00
Jeroen Ketelaar bf45dfb08d Merge pull request #223 from Parabot/bugfix/issue-222
[BUGFIX] Solving currentThread null return
2017-09-11 23:17:42 +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 724d98a6e0 [BUGFIX] Solving issues with Travis building 2017-09-11 23:09:26 +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
JKetelaar d3541f795b [TASK] Set version to 2.6.7 in travis config 2017-08-29 00:13:47 +02:00
JKetelaar 15d2f2a4f7 [TASK] Set version to 2.6.7 2017-08-29 00:13:25 +02:00
Jeroen Ketelaar a51cd95aae Merge pull request #221 from Parabot/development
[MERGE] Development into master
2017-08-28 23:57:55 +02:00
Jeroen Ketelaar 2434c7f5ca Merge branch 'master' into development 2017-08-28 23:55:20 +02:00
Jeroen Ketelaar 9e7cabd1e3 Merge pull request #220 from Parabot/feature/automatic-maven-deployments
[FEATURE] Added integration for automatic deployment
2017-08-28 23:53:21 +02:00
JKetelaar a15adf67a9 [FEATURE] Added integration for automatic deployment 2017-08-28 23:17:41 +02:00
Jeroen Ketelaar 7de1a7ea1a Merge pull request #216 from JMapfel/development
[BUGFIX] A bug where reflection method lookup did not work
2017-08-24 18:03:59 +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
Jeroen Ketelaar 071152d2f6 Merge pull request #214 from Parabot/development
[MERGE] Development into Master
2017-08-21 17:26:16 +02:00
Jeroen Ketelaar 703969bf56 Merge pull request #213 from Parabot/release/2.6.6
[RELEASE] Release of V2.6.6
2017-08-21 17:10:56 +02:00
JKetelaar 8184b0f39e [RELEASE] Release of V2.6.6 2017-08-21 17:10:14 +02:00
Jeroen Ketelaar 68c16c592a Merge pull request #210 from Parabot/feature/alert-download
[FEATURE] Alert of new version
2017-06-01 01:23:57 +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
Jeroen Ketelaar 85c00e8880 Merge pull request #209 from Parabot/bugfix/screenshot-fix
[BUGFIX] Removed JFrame from screenshot
2017-05-16 23:19:14 +02:00
Emma Stone bb711f4064 [BUGFIX] Removed JFrame from screenshot 2017-05-16 17:56:32 +01:00
Jeroen Ketelaar 1337708a26 Merge pull request #208 from Parabot/bugfix/set-uncaught-exception-handler
[BUGFIX] Solves NoSuchMethodError for Thread
2017-05-13 01:32:09 +02:00
JKetelaar a5d091cae8 [BUGFIX] Solves NoSuchMethodError for Thread
Thread.setUncaughtExceptionHandler
2017-05-13 01:28:17 +02:00
Jeroen Ketelaar 1bb3f1ae6c Merge pull request #207 from Parabot/bugfix/random-loop-run
[BUGFIX] Random loop run
2017-04-23 01:45:05 +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
Jeroen Ketelaar ed5b454260 Merge pull request #206 from Parabot/task/add-server-to-provider-download
Task/add server to provider download
2017-04-02 20:04:34 +02:00
JKetelaar 19e337be90 [BUGFIX] Removed local url 2017-04-02 19:55:41 +02:00