Paldiu
1e4ebd1ff8
Readme
2021-05-14 13:05:20 -05:00
Paldiu
e9544ec8b7
Delete IStructure.java
2021-05-01 02:07:36 -05:00
Paldiu
70a339a130
Alpha Release 1.0
2021-05-01 02:07:01 -05:00
Paldiu
d8829d4931
Release Candidate 3
2021-04-30 13:52:02 -05:00
Paldiu
d2087a2f49
Release Candidate 2
2021-04-30 00:30:32 -05:00
Paldiu
f3e4aab3ce
Release Candidate 1
...
Alpha Release Candidate 1; almost ready for official Alpha Release.
2021-04-27 15:25:50 -05:00
Paldiu
e617b0f87a
Update Command System
2021-04-16 00:51:18 -05:00
Paldiu
970709ee2c
BLEEDING EDGE 1.3_15
2021-04-11 23:55:55 -05:00
Paldiu
6c800e077c
BLEEDING EDGE 1.3_14
...
Recipe and Item Builder, and an IMPL to show how they're used.
TODO: Remove IMPL before LTS release, ideally before any RC is released.
2021-04-06 13:50:23 -05:00
Paldiu
5abf62aa68
Update BanManager.java
2021-04-04 22:42:59 -05:00
Paldiu
96b25fe139
BLEEDING EDGE 1.3_13
2021-04-04 22:33:55 -05:00
Paldiu
4039e9b86b
Merge branch 'main' of https://github.com/SimplexDevelopment/SimplexCore into main
2021-04-01 12:40:49 -05:00
Paldiu
df02a28350
todo
2021-04-01 12:40:39 -05:00
Paldiu and GitHub
bcbbbb8e02
Merge pull request #4 from SimplexDevelopment/add-license-1
...
Create LICENSE
2021-03-27 21:44:08 -05:00
Paldiu
e628393d23
Fix
2021-03-26 13:33:15 -05:00
Paldiu
e5e62fe8e1
Merge branch 'main' of https://github.com/SimplexDevelopment/SimplexCore into main
2021-03-26 13:28:50 -05:00
Paldiu
c3c9b965e5
Creating some DI
2021-03-26 13:28:03 -05:00
Paldiu
81dbe3b234
Json Stuff
2021-03-26 12:47:33 -05:00
Paldiu
c4b94c3754
BLEEDING EDGE 1.3_12
2021-03-25 13:17:05 -05:00
Paldiu
99c19f0ff7
BLEEDING EDGE 1.3_11
...
- Rename Addon to Module
- Adjusted announcer to run every hour
- Added Enchanting API, incomplete
2021-03-23 23:36:28 -05:00
Paldiu and GitHub
d9e1e553c4
Create LICENSE
...
Please review for errors
2021-03-23 00:54:01 -05:00
Paldiu
71789fa39f
BLEEDING EDGE 1.3_11
...
- Changed CommandLoader to initialize the instance of reflections with ReflectionTools#reflect(Class<?>);
- Added JavaDocs for SimplexTask
2021-03-21 14:20:00 -05:00
Paldiu
77400bd81a
BLEEDING EDGE 1.3_10
...
EPICO!
2021-03-17 14:04:44 -05:00
Paldiu
9b60b20a0f
BLEEDING EDGE 1.3_09
...
- CommandLoader fix in which it was incorrectly attempting to assign a subclass to a superclass.
- Added a friendly comment to Yaml which states the constructor is package private.
- Fixed a problem in YamlFactory where fileName and resourcePath were swapped, resulting in the resourcePath to possibly be the fileName and the fileName to possibly be null.
- Moved over some methods from SimplexCorePlugin so it is accessible by default to all modules.
- A Timer instance and two methods operating on that timer instance were added to SimplexTask
2021-03-12 01:24:11 -06:00
Paldiu
2b1e9b7362
JavaDocs!
...
Simple Docs
2021-03-07 21:58:53 -06:00
Paldiu and GitHub
29cd81edbc
Update gradle.properties
2021-03-05 23:07:57 -05:00
Paldiu
7f75586cd6
BLEEDING EDGE 1.3_08
...
- Merged Instances and Constants into SimplexCorePlugin
- Created a singleton instance for SimplexCorePlugin
- Added JavaDocs and updated classes to reflect the new merge
- Upcoming: converting the majority of classes to some form of Dependency Injection
2021-03-05 21:59:56 -06:00
Paldiu
a31093d3f8
remove license
2021-03-04 12:53:12 -06:00
Paldiu
298c7d5d7a
BLEEDING EDGE 1.3_07
2021-03-03 08:58:00 -06:00
Paldiu
628b87bfc1
Cleanup
...
- Removed Wrapper.java (unnecessary wrapper class which did unnecessary things)
- Removed Validate.java (BooleanSupplier)
- Changed how CommandLoader.Registry works, now uses ReflectionTools instead.
- Renamed Action to ClickAction to be more specific with what it does
- Added JavaDocs to ClickAction and IGUI, more to follow soon
💯
2021-03-02 18:30:55 -06:00
Paldiu
5490213609
BLEEDING EDGE v1.3_061
2021-03-01 23:21:49 -06:00
Paldiu
5f37e63b0f
BLEEDING EDGE v1.3_06
2021-03-01 22:56:13 -06:00
Paldiu
924c607ebc
BLEEDING EDGE v1.3_05
...
- Wrapper changes
- ReflectionTools updated
2021-03-01 18:56:04 -06:00
Paldiu
45cf69bf94
BLEEDING-EDGE v1.3_04
2021-02-27 17:27:58 -06:00
Paldiu
997c333cc1
Removed jenkins comment
2021-02-27 09:56:39 -06:00
Paldiu
d81b6137d7
BLEEDING_EDGE v1.3_03
...
- Added ReqType enum
- Renamed ServerInfo to Requires, removed all boolean values and replaced with a single ReqType value()
- Adjusted the registry to check for the requires annotation, and to disable the addon module if the server host is not running the requested server configuration
2021-02-27 09:08:22 -06:00
Paldiu
9bb8902eed
BLEEDING EDGE v1.3_02
2021-02-26 22:32:01 -06:00
Paldiu
549187b450
BLEEDING-EDGE v1.3_01
...
- Removed some static abuse
- Moved TimeValues to their own class
- Renamed package to simplexdev from paldiu
- Moved interface classes to a respective api package
- Removed Lisp
2021-02-25 23:35:46 -06:00
Paldiu and GitHub
d9f82e9ac6
Merge pull request #3 from SimplexDevelopment/gradle-migration
...
Migrate to gradle
2021-02-25 12:35:07 -06:00
Paldiu
43520032de
Jenkins AutoBuild test
2021-02-24 10:02:20 -06:00
Paldiu
9315a55dbc
Simplex Update v1.13 BLEEDING
2021-02-24 09:30:27 -06:00
Paldiu and GitHub
6c70bf3992
Merge pull request #2 from Pindicator/patch-2
...
Cuboid.java Fix
2021-02-23 07:33:50 -06:00
Paldiu
4bf672d3ee
Added a couple new api features
2021-02-22 12:43:56 -06:00
Paldiu
be3d38b868
Merge branch 'main' of https://github.com/SimplexDevelopment/SimplexCore into main
2021-02-22 09:42:39 -06:00
Paldiu
267961ab38
Updated a bunch of framework, removed useless functions and fixed possible N(2o) complexity issue.
2021-02-22 08:45:56 -06:00
Paldiu and GitHub
eaa0cb42f6
Create codacy-analysis.yml
2021-02-22 09:39:01 -05:00
Paldiu and GitHub
03b1d0140b
Create codeql-analysis.yml
2021-02-22 09:38:38 -05:00
Paldiu
c28c7064a8
Updated
2021-02-21 23:37:17 -06:00
Paldiu
eb05f43058
Updated a bunch of framework, removed useless functions and fixed possible N(2o) complexity issue.
2021-02-16 10:30:42 -06:00
Paldiu
e27fbaf9de
Updated.
2021-02-09 18:13:30 -06:00
Paldiu
d645e818e9
Nice stuff :)
2021-02-08 22:33:11 -06:00
Paldiu
9fe9f8e2ae
Bourgeoise
2021-02-08 17:09:15 -06:00
Paldiu
6117c21231
some stuff
2021-02-06 08:37:31 -06:00
Paldiu
6bd2e82041
minor updates
2021-02-05 17:58:43 -06:00
Paldiu
952bbd72d5
Some tweaks
2021-02-04 10:51:18 -06:00
Paldiu
6c18f25820
First working version of the API
2021-02-04 09:38:44 -06:00
Paldiu
2f5e2acfeb
Some edits
2021-01-29 21:03:36 -06:00
Paldiu
d8b8bedc98
Slowly adding more shit
2021-01-29 20:51:15 -06:00
Paldiu
4fd134f86b
Community Update #1
2021-01-29 11:43:43 -06:00
Paldiu
a932f60a24
Moving up in the world, eh?
2021-01-28 12:30:49 -06:00
Paldiu and GitHub
5a19e0d0dc
Delete .idea directory
2021-01-28 13:29:53 -05:00
Paldiu
95ff6fa01a
Removal of IDE files
2021-01-28 12:26:21 -06:00
Paldiu
0f71a93b54
Felt cute, might delete later
2021-01-27 13:33:10 -06:00
Paldiu
aea26ef2f3
a
2021-01-26 21:47:08 -06:00
Paldiu
b77ec36cee
Initial commit
2021-01-25 12:51:29 -06:00