Emma Stone
|
7d591f015e
|
[BUGFIX] Fixed a bug in RandomType
The id’s for the types were all the same
|
2017-02-03 15:56:57 +00:00 |
|
Jeroen Ketelaar
|
f6bb68eb11
|
Merge branch 'development' into bugfix/catching-random-errors
|
2017-02-03 13:17:09 +01:00 |
|
JKetelaar
|
d6f45ed9cb
|
[BUGFIX] Added redirect for issue #161
For `exec(Ljava/lang/Runtime;[Ljava/lang/String;)Ljava/lang/Process;`
|
2017-02-03 00:11:21 +01:00 |
|
JKetelaar
|
53667fa1f9
|
[BUGFIX] Added try catch and logger message for failed randoms
|
2017-02-03 00:08:33 +01:00 |
|
JKetelaar
|
25d46acb16
|
[CLEANUP] Reformatted code
|
2017-02-02 23:16:02 +01:00 |
|
JKetelaar
|
04a90761ad
|
[TASK] Added more methods for ClassLoaderRedirect
|
2017-01-26 20:52:59 +01:00 |
|
JKetelaar
|
d8d7c06cff
|
[TASK] Temp disable of ClassLoaderRedirect
|
2017-01-26 20:52:36 +01:00 |
|
JKetelaar
|
03b06a7e92
|
Merge branch 'development' of github.com:Parabot/Parabot into development
|
2017-01-25 12:22:15 +01:00 |
|
JKetelaar
|
6cc3e81583
|
[TASK] Added class path redirect
|
2017-01-25 12:22:08 +01:00 |
|
JKetelaar
|
e037177dbb
|
[BUGFIX] Got rid of the deprecated visit functions
|
2017-01-25 02:40:32 +01:00 |
|
JKetelaar
|
adbb2bd78b
|
[BUGFIX] Added #totalMemory and #freeMemory fakes
|
2017-01-25 02:40:11 +01:00 |
|
JKetelaar
|
7231ee0e5f
|
[CLEANUP] Proper format
|
2017-01-25 02:40:00 +01:00 |
|
JKetelaar
|
db180661ad
|
[FEATURE] Added String array reader, to display in Reflection GUI
|
2017-01-23 14:55:00 +01:00 |
|
JKetelaar
|
b533a8a64c
|
[TASK] Reverted class adapter
|
2017-01-23 14:53:49 +01:00 |
|
JKetelaar
|
c82d729c9c
|
[BUGFIX] Solved issue with IllegalArgumentException
|
2016-11-01 23:16:11 +01:00 |
|
JKetelaar
|
bc69dd7e0a
|
[!] [FEATURE] Added new Random system, to have different type of Randoms
This is a breaking change for old randoms
Related to issue #144
|
2016-11-01 23:09:25 +01:00 |
|
Emmastone
|
a76f9cc6f2
|
[BUGFIX] Would throw ClassCastException
This line would throw ClassCastException when starting the client.
|
2016-10-23 18:49:39 +01:00 |
|
JKetelaar
|
2e5eb6ada2
|
[BUGFIX] Removed username and password from downloading
|
2016-10-23 01:57:20 +02:00 |
|
JKetelaar
|
bb3456045a
|
[BUGFIX] Downloading instead of listing
Duh…
|
2016-10-23 01:57:09 +02:00 |
|
JKetelaar
|
ff70498a53
|
[BUGFIX] Calling validate before translating
|
2016-10-23 01:54:17 +02:00 |
|
JKetelaar
|
112d5ea59a
|
[BUGFIX] Implemented server provider download from BDN V3
|
2016-10-23 01:49:52 +02:00 |
|
Emmastone
|
3e6438362f
|
[CLEANUP] Added “-nightly” if it’s nightly to jar
|
2016-10-21 17:02:34 +01:00 |
|
Emmastone
|
a61c251311
|
[CLEANUP] Made if statement in one line
|
2016-10-21 01:09:03 +01:00 |
|
Emmastone
|
a152bfeec3
|
[FEATURE] Added nightly support for randoms
Related to issue #134.
|
2016-10-21 00:57:21 +01:00 |
|
JKetelaar
|
51859b90ff
|
[FEATURE] Added check for nightly version
|
2016-10-18 20:58:45 +02:00 |
|
JKetelaar
|
ab707bece5
|
[CLEANUP] Moved version notification to Core
|
2016-10-18 20:58:29 +02:00 |
|
JKetelaar
|
632e2ac10f
|
[BUGFIX] Updated urls to latest versions
|
2016-10-18 20:58:09 +02:00 |
|
JKetelaar
|
b737dfee12
|
[CLEANUP] Moved parts to internal API
|
2016-10-18 17:48:55 +02:00 |
|
JKetelaar
|
ccc491e12e
|
[CLEANUP] Removed latest version var
|
2016-10-18 01:03:33 +02:00 |
|
JKetelaar
|
1321395bce
|
[FEATURE] Implemented API
|
2016-10-18 01:03:22 +02:00 |
|
JKetelaar
|
e584b08846
|
[BUGFIX] No need to check for versions when validation is disabled
|
2016-10-18 00:48:55 +02:00 |
|
JKetelaar
|
5fa29675a7
|
[CLEANUP] Added configuration API extension
|
2016-10-18 00:31:56 +02:00 |
|
JKetelaar
|
fc64be1c4a
|
[BUGFIX] Solved issue with overridding files
|
2016-10-18 00:31:42 +02:00 |
|
JKetelaar
|
c9751094eb
|
[FEATURE] Added translations for Context
|
2016-10-17 15:31:04 +02:00 |
|
JKetelaar
|
ce05b8c6b0
|
Merge branch 'development' of github.com:Parabot/Parabot into feature/issue-100
|
2016-10-17 15:27:40 +02:00 |
|
JKetelaar
|
3e125c5211
|
[BUGFIX] Added check if there’s not already a key assigned
|
2016-10-17 02:50:29 +02:00 |
|
JKetelaar
|
0e6baf9b5f
|
[FEATURE] Finished key bindings
|
2016-10-17 02:47:07 +02:00 |
|
JKetelaar
|
88c94cfce1
|
[FEATURE] Started implementing translations
For issue #100
|
2016-10-17 00:36:14 +02:00 |
|
Fryslan
|
8402162ad5
|
[TYPO] Added a space between Text and Error at Landing:135
|
2016-10-16 20:40:42 +02:00 |
|
Jeroen Ketelaar
|
a6341938cf
|
Merge branch 'development' into bugfix/issue-108
|
2016-10-16 20:10:34 +02:00 |
|
Emmastone
|
8eae7dc050
|
[BUGFIX] Renamed started to initialised
|
2016-10-16 19:08:26 +01:00 |
|
Jeroen Ketelaar
|
8b145491b3
|
Merge branch 'development' into Development
|
2016-10-16 19:59:30 +02:00 |
|
JKetelaar
|
ae3b726a08
|
[FEATURE] Moved parts to internal API
|
2016-10-16 19:03:05 +02:00 |
|
Emmastone
|
21876c2541
|
[CLEANUP] Fixed the message on cleaning
|
2016-10-16 13:42:08 +01:00 |
|
Emmastone
|
5fe88ff58d
|
[BUGFIX] Fixed merge issues
|
2016-10-16 13:00:52 +01:00 |
|
JKetelaar
|
47195f1f84
|
[BUGFIX] Solved issue with docs build
|
2016-06-26 17:37:32 +02:00 |
|
JKetelaar
|
d467fc6665
|
[BUGFIX] Solve issue with checksum validation
|
2016-06-15 17:16:38 +02:00 |
|
Jeroen Ketelaar
|
41e2684900
|
Merge branch 'development' into feature/keybindings
|
2016-06-13 18:05:28 +02:00 |
|
Jeroen Ketelaar
|
079cf81b4f
|
Merge branch 'development' into feature/nightly-client-support
|
2016-06-13 18:00:22 +02:00 |
|
JKetelaar
|
e353efebd1
|
[CLEANUP] Removed debug
|
2016-06-12 02:39:37 +02:00 |
|