ME1312
aef7a164e6
Update default templates
2021-11-30 23:55:50 -05:00
ME1312
3e074e365d
Update GalaxiEngine
...
The changes this time are to some of GalaxiEngine's core utilities... which means it took a lot of work this time.
2021-10-24 00:14:07 -04:00
ME1312
16b170df1e
Updated stats for nerds
...
Our bstats pages have been reorganised so you can have an easier time finding what you're looking for.
There's also a new versioning stat available for proxies. That'll be neat once we get some data.
2021-07-28 02:28:16 -04:00
ME1312
668fccccfe
Update Dependencies
2021-06-26 16:54:04 -04:00
ME1312
1533987bf5
Feature creep commit
...
This commit has 3 new features in it:
-> Internal Templates
-> The new Purpur Template
-> Changes to External Logging
2021-06-24 23:06:53 -04:00
ME1312
2a9c74f601
Add action methods to RemotePlayer
2021-06-13 21:31:59 -04:00
ME1312
910b504af8
Update SubServers.Console
2021-06-12 23:20:41 -04:00
ME1312
eba5e6a7d1
A better terminator for Linux
...
SubServers' child processes now get their very own Session ID in Linux.
2021-04-07 22:06:13 -04:00
ME1312
3dea3b67d0
Rework SubServers.Bungee's app lifecycle
...
SubServers.Bungee now puts code in 2 new places to better load/unload it's data.
When supported, this should give it better compatabilty with ordanary plugins. Also, it no longer has to 'shutdown' to handle /greload. Isn't that neat?
2021-02-06 23:53:03 -05:00
ME1312
4ea69298a3
Optimize imports
2020-11-16 15:34:59 -05:00
ME1312
8d21771857
Update GalaxiEngine
2020-11-14 02:07:25 -05:00
ME1312
489b25f48d
Update SubData
2020-11-07 11:35:25 -05:00
ME1312
bb0dd55c95
#50 #46 Selecting Multiple Servers
...
This commit includes the following major changes and additions:
-> New Command & Permission Formatting
-> RemotePlayer API
-> SubData with Blocks
2020-06-12 01:45:49 -04:00
ME1312
73c402fc53
Add a default Paper template
2019-12-18 00:08:59 -05:00
ME1312
35c80bba80
Use the new .net URL structure
2019-12-11 21:01:28 -05:00
ME1312
27806b91f9
Update SubData
2019-09-24 15:56:22 -04:00
ME1312
bccbfb39c9
Add a grace period on rogue SubServer detection
...
Async subdata shenanigans made rogue SubServer detection a little inacurrate. Specifically in regards to the last commit.
This is the fix to that
2019-08-30 15:44:54 -04:00
ME1312
c6d611836c
Add display scaling to SubServers.Console
2019-07-02 00:11:10 -04:00
ME1312
be8f87d17c
Add the Update command
...
And several related UI changes to SubServers.Client
2019-06-16 23:13:48 -04:00
ME1312
b808a62fcb
Add support for GalaxiBungee
2019-05-16 18:36:41 -04:00
ME1312
61ee89cfe3
Mirror changes in SubServers.Host
2019-05-12 23:28:27 -04:00
ME1312
3dab84c0eb
Begin rewrite for SubData 2
2019-04-18 10:02:09 -04:00
ME1312
975a12f3b6
#36 Init SubServers.Console before SubAPI
2019-01-23 12:27:34 -05:00
ME1312
9b01aebd87
#31 Add environment variables to SubCreator scripts
2019-01-13 19:52:44 -05:00
ME1312
0d46c5b604
Add a restart command
2019-01-07 16:09:20 -05:00
ME1312
06898964ce
Rewrite the SubServers.Console commands
2019-01-06 20:32:53 -05:00
ME1312
3635fea2f5
Update SubServers.Console
2019-01-06 15:58:15 -05:00
ME1312
c05f5131b5
Remove logger history
2019-01-02 13:46:10 -05:00
ME1312
114f4f2209
Add support for unicode escapes outside of the char limit
2018-10-30 15:12:53 -04:00
ME1312
b2bbff0692
Add autocompletes to Galaxi commands
...
Commands here use cached data, in a simalar fasion to SubServers.Sync.
2018-10-25 16:47:44 -04:00
ME1312
f4a78fc7b0
Update SubServers.Console
2018-10-24 01:37:55 -04:00
ME1312
dfa37c9022
Fix compatibility with the UI Designer & Maven
2018-10-22 22:06:25 -04:00
ME1312
3f0cb45aa3
Update vanilla patch locations
2018-07-26 21:29:26 -04:00
ME1312
55f97338f8
Seperate Sponge from Forge
...
The sponge template now builds SpongeVanilla, and a new template called `Forge` will continue to build SpongeForge
2018-07-26 13:34:31 -04:00
ME1312
08a7d6d176
Misc changes
2018-07-19 15:34:58 -04:00
ME1312
75b9b688cc
Rewrite SubData API for JSON dependancy changes
...
This commit removes the org.JSON library where alternatives are already provided (Bungee & Bukkit provide Gson). This change was made to improve compatability with BungeeCord plugins and reduce file sizes.
This means big changes to the SubData API, which heavily relied on org.JSON. Now we submit our data through YAMLSection to be converted and sent over the network.
2018-04-14 21:53:51 -04:00
ME1312
03505996a7
Correct dependency versions
2018-04-12 20:48:33 -04:00
ME1312
99910b2249
Correct Dependancies
2018-04-10 02:28:39 -04:00
ME1312
05825bcbce
Mark maven source directories
2018-04-10 02:11:52 -04:00
ME1312
046c987a31
Attempt to make contributing a little easier
...
This commit is to maven-ify this repo into something a little more usable to anyone who isn't me
2018-04-10 01:48:18 -04:00
ME1312
eb18c01b22
Rewrite Launch & PluginLoader for SubServers.Host
...
This commit changes the way SubServers.Host launches itself and loads it's plugins. Overall loading plugins this way is more efficient, faster, and can cause less problems than before.
Plugins will still use the package.xml & @SubPlugin annotation system to be loaded.
Also, there are some changes to the logger that better support async logging.
2018-01-21 15:45:27 -05:00
ME1312
562072df3f
Lang API Rewrite // Add TabCompletes to Sync
2018-01-02 17:29:25 -05:00
ME1312
9a219a7d0f
Queue packets until subdata connection is authorized
2017-09-23 23:19:22 -04:00
ME1312
f2f01576df
SubServers Console v2.12.1a
2017-08-30 20:12:26 -04:00
ME1312
8b65ec04dd
SubServers Console v2.12b
2017-07-25 01:37:25 -04:00
ME1312
c02db9890c
SubServers Console v2.12a
2017-07-23 17:05:33 -04:00
ME1312
5bddfbed0b
SubServers, Host, & Client Beta v2.12b;1/2.12c;1/2.12b;1
2017-07-18 19:28:59 -04:00
ME1312
e238add62c
SubServers v2.11.2l
2017-05-25 15:55:47 -04:00
ME1312
98187137c4
Make SubData Reconnections Async
2017-04-09 23:39:28 -04:00
ME1312
7821c1f88e
SubServers.Host Alpha 2
...
This update to SubServers.Host adds the core functions to the program.
It can now be used to host and create servers on other machines. API
while available is quite limited right now. This is also a very early
build, so it's probably not so stable just yet fyi.
2017-04-01 01:37:48 -04:00