|
574ef6e4d0
|
Add MinecraftVersion#toStringAnd() and #toStringOr()
|
2021-02-11 18:33:13 +01:00 |
|
|
861a41f6e0
|
Add 1.16.5 in MinecraftVersion enum
|
2021-02-07 17:35:10 +01:00 |
|
|
c597cb85c9
|
Now compile with Java 11
|
2021-02-07 17:34:30 +01:00 |
|
|
96753f4a30
|
Java 11 + Fix SSL warning for DB connection
|
2020-12-27 01:35:49 +01:00 |
|
|
ac78be7efc
|
Filter null suggestions for tab completion (avoid potential NPE)
|
2020-11-30 23:27:29 +01:00 |
|
|
0a88c2d55f
|
Fix various NPE and other potential errors
|
2020-11-17 23:29:27 +01:00 |
|
|
45738ddbb8
|
Simple generic search engine
|
2020-11-15 00:58:52 +01:00 |
|
|
9a945c950e
|
Fix potential NPE when the input stream is closed too soon in the old network API
|
2020-11-12 00:03:57 +01:00 |
|
|
a73f428bc4
|
add ReflexionUtil.getAllSubclasses(Class) with 10 minutes cache (because it takes time to compute the result)
|
2020-11-07 15:00:47 +01:00 |
|
|
ea39a7a84a
|
Pretty big commit with lot of unrelated changes
|
2020-11-02 23:23:41 +01:00 |
|
|
34e015cb01
|
Aditionnal methods in DisplayUtil + some refactoring
|
2020-06-08 16:16:18 +02:00 |
|
|
e65c402684
|
Suggestions + BiMap improvement
|
2020-05-07 18:37:06 +02:00 |
|
|
b870095bea
|
readd Suggestions.fromIntRange
|
2020-04-06 00:42:07 +02:00 |
|
|
057f5e8cfa
|
Refactor Tab Suggestions code
|
2020-04-06 00:10:14 +02:00 |
|
|
0f8f190428
|
Fix deprecated methods
|
2020-03-31 02:15:26 +02:00 |
|
|
b38e0c7b60
|
improve MemoryUtil
|
2020-03-29 21:22:31 +02:00 |
|
|
cda196e377
|
Update project files
|
2020-03-10 17:08:24 +01:00 |
|
|
617afc9bfc
|
Fix case
|
2020-03-07 16:07:35 +01:00 |
|
|
6023ec1946
|
Update pom
|
2020-03-07 16:01:38 +01:00 |
|
|
70ee5a6b39
|
Make SQLWhere and SQLOrderBy generic
|
2020-03-05 20:04:34 +01:00 |
|
|
f510099068
|
Update ORM API (makes usage less verbose)
|
2020-02-27 02:06:38 +01:00 |
|
|
0c3e1425fd
|
Full refactor of network API + deprecation of old API
|
2020-02-08 15:43:19 +01:00 |
|
|
c510c0197e
|
Add startupDelay in ServerPropertyFile
|
2020-02-02 17:00:58 +01:00 |
|
|
dba1916de7
|
Add DirUtils
|
2020-02-02 16:37:06 +01:00 |
|
|
173762e481
|
fix potential db connexion problem
|
2020-02-02 16:36:43 +01:00 |
|
|
1c632788f1
|
Adding 1.15.2
|
2020-01-23 17:07:34 +01:00 |
|
|
781d291f86
|
Adding 1.15 and 1.15.1
|
2019-12-26 17:56:42 +01:00 |
|
|
ea9bfd1270
|
Some ORM refactoring
|
2019-12-02 01:25:40 +01:00 |
|
|
ccaf9bf26c
|
Check empty SQLWhereChain
|
2019-12-01 23:39:19 +01:00 |
|
|
14da2611c0
|
add ORM.delete() method
|
2019-11-20 18:30:12 +01:00 |
|
|
49f5c57696
|
put ORM initialisation log messages in debug level
|
2019-11-07 15:48:43 +01:00 |
|
|
d99c64721c
|
Fix SQLWhereIn when there is no element to compare to
|
2019-11-04 22:27:59 +01:00 |
|
|
bcb46b7cd5
|
Add SQLWhereIn and LevenshteinDistance algorithm
|
2019-11-03 00:15:23 +01:00 |
|
|
05d115cd19
|
Refactor package
|
2019-10-26 23:15:49 +02:00 |
|
|
e23a19213c
|
Move util file in PandacubeUtil
|
2019-10-12 16:28:49 +02:00 |
|
|
c778304401
|
Add run option in Server property file
|
2019-08-30 15:45:54 +02:00 |
|
|
92a1d21b3b
|
Fix important parameter not used in ReflexionUtil
|
2019-07-29 22:10:43 +02:00 |
|
|
c72a1af3ba
|
Add 1.14.4
|
2019-07-24 18:34:52 +02:00 |
|
|
1ab42b351b
|
Add ReflexionUtil
|
2019-07-23 16:01:33 +02:00 |
|
|
b3b0349ebd
|
Fix column name escaping again
|
2019-07-21 13:41:17 +02:00 |
|
|
d0a80abd41
|
fix again table column name escaping
|
2019-07-18 18:26:19 +02:00 |
|
|
4773999dd6
|
escaping column names in ORM
|
2019-07-18 17:37:27 +02:00 |
|
|
e9188b8c1a
|
refactoring TabProposal
|
2019-07-05 22:18:09 +02:00 |
|
|
7739473213
|
Update ORM
|
2019-07-05 22:17:45 +02:00 |
|
|
7cdd1befdc
|
Adding version 1.14.3
|
2019-07-05 22:16:09 +02:00 |
|
|
71fefda597
|
Add 1.14.1 and 1.14.2 + cleaner error messages for network API
|
2019-06-01 20:58:54 +02:00 |
|
|
8a56e6a50e
|
Change version numbering (shorter)
|
2019-05-12 14:36:15 +02:00 |
|
|
c41e96ce6e
|
Move ColorUtil to PandacubeSpigot
|
2019-05-12 14:16:35 +02:00 |
|
|
2b45da9c55
|
Fix in ORM
|
2019-05-11 00:33:54 +02:00 |
|
|
c8f717394f
|
Add 1.14 in MinecraftVersion
|
2019-05-10 23:12:01 +02:00 |
|