Commit graph

61 commits

Author SHA1 Message Date
mat
c9b4dccd7e
All block shapes & collisions (#22)
* start adding shapes

* add more collision stuff

* DiscreteCubeMerger

* more mergers

* start adding BitSetDiscreteVoxelShape::join

* i love rust 😃 😃 😃

* r

* IT COMPILES????

* fix warning

* fix error

* fix more clippy issues

* add box_shape

* more shape stuff

* make DiscreteVoxelShape an enum

* Update shape.rs

* also make VoxelShape an enum

* implement BitSet::clear

* add more missing things

* it compiles

W

* start block shape codegen

* optimize shape codegen

* make az-block/blocks.rs look better (broken)

* almost new block macro

* make the codegen not generate 'type'

* try to fix

* work more on the blocks macro

* wait it compiles

* fix clippy issues

* shapes codegen works

* well it's almost working

* simplify some shape codegen

* enum type names are correct

* W it compiles

* cargo check no longer warns

* fix some clippy issues

* start making it so the shape impl is on BlockStates

* insane code

* new impl compiles

* fix wrong find_bits + TESTS PASS!

* add a test for slab collision

* fix clippy issues

* ok rust

* fix error that happens when on stairs

* add test for top slabs

* start adding join_is_not_empty

* add more to join_is_not_empty

* top slabs still don't work!!

* x..=0 doesn't work in rust 😃 😃 😃 😃 😃 😃 😃 😃 😃 😃 😃 😃 😃 😃

* remove comment since i added more useful names

* remove some printlns

* fix walls in some configurations erroring

* fix some warnings

* change comment to \`\`\`ignore instead of \`\`\`no_run

* players are .6 wide not .8

* fix clippy's complaints

* i missed one clippy warning
2022-10-02 12:29:47 -05:00
mat
e9f88ce546 Publish everything* to crates.io
Except azalea-client since it's not ready yet
2022-09-05 10:36:48 -05:00
mat
b8228a0360
Azalea registry (#20)
* make azalea-registry crate

* add trait feature to az-block

* registr

* registry macro

* impl Display for registry things

* registries
2022-08-27 20:31:21 -05:00
mat
2fff0e7564 fix block codegen for newer versions 2022-08-20 16:48:08 -05:00
mat
dbb2092ac0
Implement ALL packets (#16)
* add a couple more packets and improve codegen

* enums in packet codegen

* fix enums and MORE PACKETS

* make unsigned numbers the default

* codegen can make hashmaps

* UnsizedByteArray in codegen

* Vec and Option

* enum codgen works in more situations

* ServerboundInteractPacket

* Fix error with new error system

* More packets

* more packets

* more packets

* guess what was added

* yeah it's more packets

* add more packets

* packets

* start adding ClientboundBossEventPacket

* finish boss event packet

* improve codegen for linux

* start on command suggestions packet

* rename declare_commands to commands

* más paquetes

* fix generating custom payload packet

* more packets

* mehr Pakete

* improve codegen for movement packets

* rename move packets to have "packet" at the end

* fix some unused variable warns

* addere plus facis

* pli da pakoj

* plus de paquets

* più pacchetti

* make ChatFormatting a macro in azalea-chat

* change a match to matches! macro

* update SetPlayerTeam to use ChatFormatting

* ClientboundSetScorePacket & fix clippy warnings

* finish game state 🎉

* add remaining packets for other states

* fix error in ping.rs
2022-08-20 15:17:07 -05:00
mat
1d48c3fe34
1.19.2 (#15)
* Fix stuff with readme in codegen scripts

Emojis broke it

* 1.19.2-rc1

* 1.19.2
2022-08-05 23:58:50 -05:00
mat
cb8005be65 Fix the mod.rs 2022-07-06 19:04:38 -05:00
mat
048792f83c Fix bugs with migration 2022-07-06 18:52:24 -05:00
mat
c46eb556e2 Merge branch 'main' into 1.19.1 2022-06-25 14:25:56 -05:00
mat
41f61bf9c1 i hate mutexes 2022-06-24 23:54:31 -05:00
mat
ce834aeca5 Fixes 2022-06-23 23:45:23 -05:00
mat
8755f18c2b Correctly detect updated packets 2022-06-23 21:54:38 -05:00
mat
0280fb58e1 add serverbound move packets 2022-06-21 22:10:33 -05:00
mat
deef5d27c0 Update to 1.19.1-pre1 2022-06-21 19:57:18 -05:00
mat
392c553d56 Force the generator mod to support snapshots 2022-06-21 19:48:01 -05:00
mat
af7a7b428c Merge branch 'main' into 1.19.1 2022-06-21 19:06:18 -05:00
mat
317567b77a Improve clear_version_cache 2022-06-21 19:05:44 -05:00
mat
107f945a23 Add get_generator_mod_data
Uses u9g's mod: https://github.com/u9g/minecraft-data-generator-server
2022-06-21 18:33:54 -05:00
mat
a1484f6629
Merge branch 'main' into 1.19.1 2022-06-20 06:22:16 +00:00
mat
d0fc7d0eff ClientboundSetEquipmentPacket 2022-06-17 16:27:58 -05:00
mat
9c0b6f6631 22w24a & update packets when they're modified 2022-06-16 20:59:19 -05:00
mat
4f89f70091 type -> kind 2022-06-16 20:48:01 -05:00
mat
5d5441427f less underscores 2022-06-16 19:33:34 -05:00
mat
b907ea5a3f "boolean" is cringe 2022-06-16 19:29:16 -05:00
mat
043f70aa6e Fix for states that burger doesn't have 2022-06-16 15:12:20 -05:00
mat
8aa8baa20d Fix ordering of blocks 2022-06-11 17:33:58 -05:00
mat
e36095c2b1 Fix all the errors 2022-06-11 17:18:57 -05:00
mat
e79e58da36 Include property names in blocks 2022-06-11 15:29:42 -05:00
mat
b852bdc481 Separate int properties 2022-06-11 09:50:14 -05:00
mat
6926907528 Clean code a little 2022-06-11 09:36:08 -05:00
mat
8c5d7407fe fix Facing property 2022-06-10 15:17:13 -05:00
mat
ab0796119b blocks works probably 2022-06-10 15:06:15 -05:00
mat
4a3a2d2a3d work on genblocks 2022-06-09 19:37:03 -05:00
mat
05af65d16c no burger.json 2022-06-08 18:32:28 -05:00
mat
e832c84eb8 fixed macro for blocks with no properties 2022-05-28 21:38:30 -05:00
mat
9c1c286236 default block properties 2022-05-28 20:59:22 -05:00
mat
8cd0ff2aac fix blocks dir 2022-05-28 18:28:35 -05:00
mat
6c1aeb4255 Fixed data extractor 2022-05-28 18:26:22 -05:00
mat
5d764c79d0 genblocks 2022-05-28 18:20:15 -05:00
mat
86cc2a9b7c codegen/extract.py
Preparation for azalea-block
2022-05-27 01:37:52 -05:00
mat
68ab3d6524 Fix codegen more 2022-05-27 01:11:42 -05:00
mat
cb4b060f35 Fix version.py to work from any directory 2022-05-27 00:32:29 -05:00
mat
7743bb1a84 Fix version.py to work from any directory 2022-05-27 00:32:10 -05:00
mat
1e145a82b8 1.19 2022-05-26 13:45:48 -05:00
mat
3fbbb61c30 set version ids 2022-05-25 22:59:05 -05:00
mat
64eaa63e23 Migrate mod.rs works 2022-05-25 22:54:49 -05:00
mat
053e5375b5 Update packet.py 2022-05-25 22:49:29 -05:00
mat
03c50bf22b delete files of removed packets 2022-05-25 20:30:34 -05:00
mat
35511e83c3 more fix 2022-05-25 20:28:46 -05:00
mat
054c6e678b fix set_packets maybe 2022-05-25 20:24:41 -05:00