MinecraftConsoles/Minecraft.Client/Common/DLC
ModMaker101 a9be52c41a
Project modernization (#630)
* Fixed boats falling and a TP glitch #266

* Replaced every C-style cast with C++ ones

* Replaced every C-style cast with C++ ones

* Fixed boats falling and a TP glitch #266

* Updated NULL to nullptr and fixing some type issues

* Modernized and fixed a few bugs

- Replaced most instances of `NULL` with `nullptr`.
- Replaced most `shared_ptr(new ...)` with `make_shared`.
- Removed the `nullptr` macro as it was interfering with the actual nullptr keyword in some instances.

* Fixing more conflicts

* Replace int loops with size_t and start work on overrides
2026-03-08 09:56:03 +07:00
..
DLCAudioFile.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
DLCAudioFile.h Project modernization (#630) 2026-03-08 09:56:03 +07:00
DLCCapeFile.cpp Initial commit 2026-03-01 12:16:08 +08:00
DLCCapeFile.h Project modernization (#630) 2026-03-08 09:56:03 +07:00
DLCColourTableFile.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
DLCColourTableFile.h Project modernization (#630) 2026-03-08 09:56:03 +07:00
DLCFile.cpp Initial commit 2026-03-01 12:16:08 +08:00
DLCFile.h Project modernization (#630) 2026-03-08 09:56:03 +07:00
DLCGameRules.h Initial commit 2026-03-01 12:16:08 +08:00
DLCGameRulesFile.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
DLCGameRulesFile.h Project modernization (#630) 2026-03-08 09:56:03 +07:00
DLCGameRulesHeader.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
DLCGameRulesHeader.h Project modernization (#630) 2026-03-08 09:56:03 +07:00
DLCLocalisationFile.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
DLCLocalisationFile.h Project modernization (#630) 2026-03-08 09:56:03 +07:00
DLCManager.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
DLCManager.h win cpp23 compat: Minecraft.Client 2026-03-07 23:58:51 +07:00
DLCPack.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
DLCPack.h Project modernization (#630) 2026-03-08 09:56:03 +07:00
DLCSkinFile.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
DLCSkinFile.h Project modernization (#630) 2026-03-08 09:56:03 +07:00
DLCTextureFile.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
DLCTextureFile.h Project modernization (#630) 2026-03-08 09:56:03 +07:00
DLCUIDataFile.cpp Project modernization (#630) 2026-03-08 09:56:03 +07:00
DLCUIDataFile.h Project modernization (#630) 2026-03-08 09:56:03 +07:00