13
0
Commit graph

3449 Commits

Autor SHA1 Nachricht Datum
yoyosource
3f2878d4ba Fix settings.gradle.kts
Remove checkstyle.xml
Fix Platform
2021-12-01 14:38:59 +01:00
44fcd15edc Merge pull request 'Fixed multi-session config entries' (#26) from Fix-for-Multi-Session-config-keys into master
Reviewed-on: SteamWar/WorldEdit#26
2021-05-25 17:54:49 +02:00
a8cf63716f no infinite amount of saved sessions anymore 2021-05-12 20:22:30 +02:00
0b98600468 Fixed multi-session config entries 2021-05-12 16:39:36 +02:00
72935a93bf Merge pull request 'MultiSessions' (#25) from MultiSessions into master
Reviewed-on: SteamWar/WorldEdit#25
2021-05-07 20:37:47 +02:00
4fce2274cb codestyle 2021-05-07 20:31:47 +02:00
31580d6041 Merge branch 'master' into MultiSessions 2021-05-05 14:53:20 +02:00
45832912dd codestyle 2021-05-05 14:52:54 +02:00
5593a42a4f Merge pull request 'Wands now have lore' (#24) from MoreLore into master
Reviewed-on: SteamWar/WorldEdit#24
2021-05-05 13:36:41 +02:00
d357bd9235 Initial Implementation
Still missing tab-completion
2021-05-04 18:52:56 +02:00
181838c9b1 Lore is neat 2021-05-02 20:59:46 +02:00
59c48b002b Merge pull request 'Update BlockTransformExtent.java' (#22) from RailFix into master
Reviewed-on: SteamWar/WorldEdit#22
2021-04-27 11:32:28 +02:00
e80dd61741 Merge branch 'master' into RailFix 2021-04-27 11:32:17 +02:00
1e29d6c78c Merge pull request 'DoorFix' (#23) from DoorFix into master
Reviewed-on: SteamWar/WorldEdit#23
2021-04-27 11:31:58 +02:00
d99aebd09d Merge pull request 'Wands now have proper names' (#21) from WorldEdit-Wand into master
Reviewed-on: SteamWar/WorldEdit#21
2021-04-26 15:34:04 +02:00
10e3da23ad codestyle 2021-04-24 21:27:58 +02:00
b39613874f Update BlockTransformExtent.java
wooden doors now rotate appropriately
2021-04-24 21:24:46 +02:00
df10efcd7c Removed Debug-outprints 2021-04-24 15:06:11 +02:00
e85bfd1fd3 Update BukkitWorld.java 2021-04-22 22:25:41 +02:00
d517cb6f9c Update BlockTransformExtent.java
Rails can now be flipped vertically semi-appropriately
2021-04-22 15:24:20 +02:00
ade8c34380 Merge pull request 'RailFix' (#20) from NewChunkSystem into master
Reviewed-on: SteamWar/WorldEdit#20
2021-04-21 14:31:04 +02:00
a791c10537 Wands now have proper names 2021-04-19 20:48:26 +02:00
a1d339b4ba Removed useless logic 2021-04-17 13:32:12 +02:00
203b7ef506 better names 2021-04-16 17:43:54 +02:00
609fc3bf34 Merge branch 'master' into NewChunkSystem 2021-04-16 17:43:03 +02:00
1dbce01975 Jaja, conflicts und so 2021-04-16 17:41:46 +02:00
c890d854c7 Rails and doors can now be flipped appropriately 2021-04-16 17:36:01 +02:00
821d2a132b added rotate for rails 2021-04-16 17:00:17 +02:00
ac26eb135a updated messaged 2021-04-10 19:58:38 +02:00
8213aa1ead cleaned up code 2021-04-05 23:57:15 +02:00
fed50bb37a Fixed missing nbt data on setBlock 2021-04-05 22:02:49 +02:00
071dfb85f7 Hotfix tileentities 2021-04-05 18:42:10 +02:00
91bc3ed72d Merge pull request 'Implemented new method for getting blocks' (#18) from NewChunkSystem into master
Reviewed-on: SteamWar/WorldEdit#18
2021-04-05 17:34:37 +02:00
ab50c464dd Fix PistonHeads through inserting Chunk.setType 2021-04-04 21:15:38 +02:00
4924461522 Move to commit Operation, fix flagDirty 2021-04-04 20:32:47 +02:00
473a5b5ce3 Block placement fix + light engine?!? 2021-03-29 17:38:33 +02:00
bfe7fb4b6d Updated ChunkPacket Sending 2021-03-29 16:26:57 +02:00
4d9abe819d Block placement fix, speedup 2021-03-29 15:49:06 +02:00
yoyosource
7b3f893ef6 Optimize imports 2021-03-28 19:20:57 +02:00
yoyosource
4c2d2803fc Fix BukkitWorld.setBlock 2021-03-28 19:20:09 +02:00
yoyosource
53311dac8e Remove unused code 2021-03-28 18:26:08 +02:00
yoyosource
26a0e42743 Optimize Chunk sending outside view 2021-03-28 18:24:17 +02:00
yoyosource
41f73c0508 Optimize Chunk sending outside view 2021-03-28 18:23:43 +02:00
yoyosource
e02b5156e9 Optimize Chunk sending outside view 2021-03-28 17:06:18 +02:00
yoyosource
2f5f1d0e83 Optimize Chunk sending outside view 2021-03-28 17:04:38 +02:00
yoyosource
211e9d5f16 Add TileEntity remove on world 2021-03-28 16:57:47 +02:00
5193d65342 Push to share
push so YoyoNow can make it functional
2021-03-28 16:53:59 +02:00
679007510f partial fix for missing NBTTags 2021-03-28 14:24:22 +02:00
fbd74b0786 remove commented out code 2021-03-28 01:25:06 +01:00
3a6a2ece8b Implemented new method for getting blocks
Chunks are now getting cached for 1 tick to minimize the overhead of getChunkAt
2021-03-28 00:49:00 +01:00