4895 Commits

Author SHA1 Message Date
Bixilon
f1080fd6ac
dynamically load all classes in command package 2020-12-26 14:19:52 +01:00
Bixilon
e0aebf7010
fixes, CLI 2020-12-26 13:32:10 +01:00
Bixilon
04c12f8409
cssc: more parsers (nbt and chat component), fixes 2020-12-25 18:13:11 +01:00
Bixilon
73f95a4cc0
cssc: more parsers 2020-12-25 11:36:59 +01:00
Bixilon
c84aea6c56
Improve CommandStringReader and cssc a lot 2020-12-24 22:14:19 +01:00
Bixilon
e99dee1b23
design improvements, more parsers: Objective and Time, remove dummy parser 2020-12-24 18:42:36 +01:00
Bixilon
e85434d6b5
launcher: fix session window opening, change menu button color to primary 2020-12-24 13:15:32 +01:00
Bixilon
107a2bb5ac
fix 1.8 block id loading (and mapping) 2020-12-24 13:08:32 +01:00
Bixilon
49398ecc4b
update style.css (selections) uddate resources.json 2020-12-23 23:12:40 +01:00
Bixilon
4b17fade93
Improved AccountListCell 2020-12-23 19:04:45 +01:00
Bixilon
2fa7fb1225
launcher: add offline accounts 2020-12-23 13:46:46 +01:00
Bixilon
9adb18681a
Improvements, WIP microsoft accounts (1): multiple login endpoints 2020-12-22 23:01:37 +01:00
Bixilon
569b9f4ba4
way improved account login dialog 2020-12-22 18:27:31 +01:00
Bixilon
d8ce48f102
launcher: remove static AccountMenu field 2020-12-21 20:43:12 +01:00
Bixilon
8a73fefaaa
launcher: addServer: don't allow http and filter spaces while pressing key 2020-12-21 19:32:11 +01:00
Bixilon
096279efd9
cssc: Check identifier against regex 2020-12-21 18:41:52 +01:00
Bixilon
7d6588378a
Remove .idea folder(s) 2020-12-21 14:13:06 +01:00
Bixilon
38ecc5d769
fix legacy identifier reading, fix bugs, BlockStateParser: Block Properties 2020-12-20 20:06:14 +01:00
Bixilon
2be01a1282
blockId: Map all available block states to it 2020-12-19 15:31:22 +01:00
Bixilon
0fbf4ec67f
ReadMe: add gitlab mirror, check for full identifier not just identifier 2020-12-19 14:12:23 +01:00
Bixilon
fc445f8450
bump guava, IdentifierListParser (Mob Effects, Enchantments) 2020-12-19 12:30:37 +01:00
Bixilon
9a1ef37625
remove more magic numbers 2020-12-18 21:50:34 +01:00
Bixilon
890c131c2f
add more text to Contributing files 2020-12-18 21:49:35 +01:00
Bixilon
14d25bcbb7
remove some java warning, improve code 2020-12-18 19:17:01 +01:00
Bixilon
d5707abc30
improve mod identifier handling with legacy identifiers 2020-12-18 18:32:07 +01:00
Bixilon
143b5c11e2
improvements: remove MapSet, rename Versions.java 2020-12-18 18:15:51 +01:00
Bixilon
d7bfb92fe6
wip (6) client side syntax check: UUID, Range parsers, improve hash methods 2020-12-18 14:37:06 +01:00
Bixilon
8dd92cf5ea
wip (5) client side syntax check: Position parser) 2020-12-17 22:51:15 +01:00
Bixilon
dd03a77da8
LANServerListener: don't use deprecated methods 2020-12-17 20:49:43 +01:00
Bixilon
250a005c3a
HashMaps: add some expected sizes to improve performance 2020-12-17 20:32:19 +01:00
Bixilon
dbd84f7481
NonBlockingSocketNetwork (improved Network handler) 2020-12-17 19:34:11 +01:00
Bixilon
98a43cf73d
support for 20w49a, 20w51a 2020-12-17 17:17:47 +01:00
Bixilon
1b93449347
Config: throw correct exception 2020-12-16 21:27:55 +01:00
Bixilon
a1e7c8cbf7
Text api: Real "obfuscating", config settings for text api 2020-12-16 19:46:22 +01:00
Bixilon
b5bc70ab7c
update serverlist screenshot 2020-12-16 16:48:36 +01:00
Bixilon
831e903018
server list cell: show ping, other fixes 2020-12-16 16:17:03 +01:00
Bixilon
5b9ced9b9c
remove (hopefully) all magic version numbers 2020-12-16 14:00:53 +01:00
Bixilon
1ec9f24df8
add some annotations, fix disconnect event miss match (vs login), fix network bug 2020-12-15 20:03:03 +01:00
Bixilon
a182e4dbfe
Improve SocketNetwork.java 2020-12-15 18:05:47 +01:00
Bixilon
96db60d8d5
optimizations: use more kotlin features (String.format) 2020-12-15 00:25:11 +01:00
Bixilon
90476fecb3
remove PacketHandler.java (handle packets in Packets classes) 2020-12-14 20:35:01 +01:00
Bixilon
1aecd27657
Remove 2. Constructor in VersionValueMap 2020-12-14 20:05:04 +01:00
Bixilon
16c5ff8c89
really big refactoring
Enums now use a static array to ordinal mapping (values())
More structure (static final instead of final static)
Write constants in CAPS
2020-12-14 18:37:46 +01:00
Bixilon
73f30fc45a
fixes: Remove all records and replace with kotlin data classes, other fixes 2020-12-14 16:30:56 +01:00
Bixilon
6e955e7571
bump jline 2020-12-14 13:30:27 +01:00
Bixilon
9d0b60ead5
fix maven build and pipelines (because of kotlin) 2020-12-14 13:30:04 +01:00
Bixilon
963afa0681
More kotlin, code improvements 2020-12-13 23:34:54 +01:00
Bixilon
848a274862
Kotlin support, refactoring, ItemStackParser 2020-12-13 22:52:45 +01:00
Bixilon
eb784ed625
rename exception packet, remove dummy commands 2020-12-12 23:15:37 +01:00
Bixilon
2bee414802
Launcher: fix connected state 2020-12-11 17:27:12 +01:00