aboutsummaryrefslogtreecommitdiff
path: root/codegen/lib
AgeCommit message (Collapse)Author
2022-09-05Publish everything* to crates.iomat
Except azalea-client since it's not ready yet
2022-08-27Azalea registry (#20)mat
* make azalea-registry crate * add trait feature to az-block * registr * registry macro * impl Display for registry things * registries
2022-08-20fix block codegen for newer versionsmat
2022-08-20Implement ALL packets (#16)mat
* 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 :tada: * add remaining packets for other states * fix error in ping.rs
2022-08-051.19.2 (#15)mat
* Fix stuff with readme in codegen scripts Emojis broke it * 1.19.2-rc1 * 1.19.2
2022-07-06Fix the mod.rsmat
2022-07-06Fix bugs with migrationmat
2022-06-25Merge branch 'main' into 1.19.1mat
2022-06-24i hate mutexesmat
2022-06-23Fixesmat
2022-06-23Correctly detect updated packetsmat
2022-06-21add serverbound move packetsmat
2022-06-21Update to 1.19.1-pre1mat
2022-06-21Force the generator mod to support snapshotsmat
2022-06-21Improve clear_version_cachemat
2022-06-21Add get_generator_mod_datamat
Uses u9g's mod: https://github.com/u9g/minecraft-data-generator-server
2022-06-17ClientboundSetEquipmentPacketmat
2022-06-16type -> kindmat
2022-06-16less underscoresmat
2022-06-16"boolean" is cringemat
2022-06-16Fix for states that burger doesn't havemat
2022-06-11Fix ordering of blocksmat
2022-06-11Fix all the errorsmat
2022-06-11Include property names in blocksmat
2022-06-11Separate int propertiesmat
2022-06-11Clean code a littlemat
2022-06-10fix Facing propertymat
2022-06-10blocks works probablymat
2022-06-09work on genblocksmat
2022-05-28fixed macro for blocks with no propertiesmat
2022-05-28default block propertiesmat
2022-05-28fix blocks dirmat
2022-05-28Fixed data extractormat
2022-05-28genblocksmat
2022-05-27codegen/extract.pymat
Preparation for azalea-block
2022-05-27Fix codegen moremat
2022-05-27Fix version.py to work from any directorymat
2022-05-25set version idsmat
2022-05-25Migrate mod.rs worksmat
2022-05-25Update packet.pymat
2022-05-25delete files of removed packetsmat
2022-05-25more fixmat
2022-05-25fix set_packets maybemat
2022-05-25Fix detecting changed packet idsmat
2022-05-25Update packet.pymat
2022-05-25Almostmat
2022-05-25Fix migratemat
2022-05-25Migrate might be workingmat
2022-05-24start adding migratemat
2022-05-24rename code-generator to codegenmat