Sotr
6e5df77560
Spinning tick await
2019-05-14 13:02:49 +08:00
Sotr
2215a2da9f
Optimize and make scoreboard safer - GH-87
2019-05-03 16:53:03 +08:00
Sotr
2db912a9fd
Fix up PS & memory leak
2019-04-25 02:35:19 +08:00
Sotr
3db7f6990a
Brings getPlayer() and getWorld() to events
2019-04-22 20:03:09 +08:00
Sotr
16801d98a0
Overhaul Village API
...
@Cushaw_BlueMelon
- Add @Nullable
- Double won't be null, so a @NotNull is no need
- Format codes
- Add missing village API (Should not use implementation codes on API!)
- Brings the API to world and entity
2019-04-22 14:27:48 +08:00
Sotr
64238d53a4
Merge branch 'master' of github.com:Akarin-project/Akarin
2019-04-22 13:46:31 +08:00
Sotr
d446be1a3b
Fixes c&v issue on macOS
2019-04-22 13:46:06 +08:00
CBM1014
3b538f0cb5
Add getVillagesInRange(@NotNull double, @NotNull double, @NotNull double) and getNearestVillage(@NotNull double, @NotNull double, @NotNull double) method in class CraftVillager.
2019-04-21 22:42:50 +08:00
Sotr
ed1528a5fa
Corrects api patch fixes GH-83
2019-04-20 14:17:04 +08:00
Sotr
d419e8b12c
Actually resolve similar issues
2019-04-16 23:30:38 +08:00
Sotr
328079cab3
Oops
2019-04-16 22:40:24 +08:00
Sotr
6dda63b762
Fix compatibility with packet handling plugins
2019-04-16 22:35:56 +08:00
Sotr
336142f88f
Fixes CI
2019-04-16 22:21:56 +08:00
Sotr
38e61c4f83
Async half entity spawning
2019-04-12 16:44:16 +08:00
Sotr
54c4441d22
Done it fully async
2019-04-12 16:06:56 +08:00
Sotr
e36ffa16c5
Save json list async
2019-04-12 16:06:17 +08:00
Sotr
eb896713b2
Optimize json list
2019-04-12 16:05:24 +08:00
Sotr
18cd8f67cb
Revert "Improve performance for isOp and more"
...
This reverts commit 17e0e3edca .
2019-04-10 03:46:22 +08:00
Sotr
9850358e29
Check and use default repo for user cache
2019-04-10 03:05:07 +08:00
Sotr
17e0e3edca
Improve performance for isOp and more
2019-04-09 15:09:18 +08:00
Sotr
0d05c57c04
Overhaul user cache to fix op losing issue
2019-04-09 14:50:03 +08:00
Sotr
fcf97fa61e
Oops
2019-04-08 19:54:40 +08:00
Sotr
0deb4ca743
Improved mob spawn mechanics for PSPE w/ misc cleanup
2019-04-08 19:52:02 +08:00
Sotr
f3a6ec65cc
Better handle offline servers
2019-04-07 13:29:56 +08:00
Sotr
3a76f86a95
Upstream Paper
2019-04-07 02:25:49 +08:00
Sotr
62ce9910f2
Upstream Paper
2019-04-07 02:20:40 +08:00
Sotr
4011d37d99
Fixes PSPE by add option to configure ray trace
2019-04-07 02:14:56 +08:00
Sotr
90db58cbb3
Fixes PSPE by add option to configure excessive signs
2019-04-07 01:19:29 +08:00
Sotr
4de56af786
Fixes a NPE
2019-04-03 01:28:50 +08:00
Sotr
fc19a9cfce
Resolve user system for offline servers
2019-04-01 17:33:38 +08:00
Sotr
e616f1b1ed
Make argument profile use our usercache
2019-04-01 15:40:00 +08:00
Sotr
9c9f07f750
Oops
2019-04-01 15:16:40 +08:00
Sotr
1ec22529a0
Add option to allow disconnect player before PlayerLoginEvent
2019-04-01 14:17:19 +08:00
Sotr
be47051b23
Ensures thread safety, hopefully fixes GH-80
2019-03-31 15:31:25 +08:00
Sotr
96a5d7a702
Fixes double data saving w/ incorrect filter
2019-03-30 14:44:08 +08:00
Sotr
536e4edc4a
Fixes compile error
2019-03-30 01:12:38 +08:00
Sotr
71f37176b6
Remove 10000+ unnecessary object creation
2019-03-30 01:06:38 +08:00
Sotr
a0256c7a5b
Revert "Optimize physics"
...
This reverts commit b83eb29260 .
2019-03-29 22:58:31 +08:00
Sotr
48d3ceef61
Revert "@Sotr think is a thread-safe issue, so i use ConcurrentSkipListSet to replace TreeSet."
...
This reverts commit c1f585fc61 .
2019-03-29 22:58:14 +08:00
Ghost_chu
c2bd2f03ed
Merge remote-tracking branch 'origin/master'
2019-03-29 19:43:06 +08:00
Ghost_chu
c1f585fc61
@Sotr think is a thread-safe issue, so i use ConcurrentSkipListSet to replace TreeSet.
...
This commit without test, cause the issue #79 's issue i can't reproduce.
2019-03-29 19:42:12 +08:00
Sotr
b83eb29260
Optimize physics
2019-03-29 01:36:39 +08:00
Sotr
8210d0edd8
Merge branch 'master' of github.com:Akarin-project/Akarin
2019-03-29 01:16:00 +08:00
Sotr
839fb7f257
Make get more safe
2019-03-29 01:14:18 +08:00
Sotr
0346f1e26e
Optimize rand performance
2019-03-29 01:13:34 +08:00
Sotr
332a8c8d95
Move random light update to off-main thread
2019-03-29 01:13:01 +08:00
Sotr
a32ca321d5
Move sleep weather cycle to off-main thread
2019-03-29 01:10:21 +08:00
Sotr
71899f9fa3
Move difficulty lock w/ sleep time to off-main thread
2019-03-29 01:08:32 +08:00
Sotr
5147c73e6b
Automatic post async command
2019-03-28 23:22:21 +08:00
Ghost_chu
2a0f5f618e
Allow user custom yggdrasil server url.
2019-03-28 22:53:18 +08:00