MinecraftConsoles/Minecraft.Client/PS3/SPU_Tasks/ChunkUpdate
ModMaker101 28614b922f
Modernize project codebase (#906)
* 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

* Add safety checks and fix a issue with vector going OOR
2026-03-08 18:08:36 -05:00
..
AnvilTile_SPU.h Initial commit 2026-03-01 12:16:08 +08:00
BedTile_SPU.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
BookshelfTile_SPU.h Initial commit 2026-03-01 12:16:08 +08:00
BrewingStandTile_SPU.h Initial commit 2026-03-01 12:16:08 +08:00
Bush_SPU.h Initial commit 2026-03-01 12:16:08 +08:00
ButtonTile_SPU.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
CactusTile_SPU.h Initial commit 2026-03-01 12:16:08 +08:00
CakeTile_SPU.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
CarrotTile_SPU.h Initial commit 2026-03-01 12:16:08 +08:00
CauldronTile_SPU.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
ChestTile_SPU.h Initial commit 2026-03-01 12:16:08 +08:00
ChunkRebuildData.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
ChunkRebuildData.h Initial commit 2026-03-01 12:16:08 +08:00
ChunkUpdate.spu.vcxproj Initial commit 2026-03-01 12:16:08 +08:00
ChunkUpdate.spu.vcxproj.filters Initial commit 2026-03-01 12:16:08 +08:00
ChunkUpdate.spu.vcxproj.vspscc Initial commit 2026-03-01 12:16:08 +08:00
ClothTile_SPU.h Initial commit 2026-03-01 12:16:08 +08:00
CocoaTile_SPU.h Initial commit 2026-03-01 12:16:08 +08:00
CropTile_SPU.h Initial commit 2026-03-01 12:16:08 +08:00
DetectorRailTile_SPU.h Initial commit 2026-03-01 12:16:08 +08:00
DiodeTile_SPU.cpp Initial commit 2026-03-01 12:16:08 +08:00
DiodeTile_SPU.h Initial commit 2026-03-01 12:16:08 +08:00
Direction_SPU.cpp Initial commit 2026-03-01 12:16:08 +08:00
Direction_SPU.h Initial commit 2026-03-01 12:16:08 +08:00
DirectionalTile_SPU.h Initial commit 2026-03-01 12:16:08 +08:00
DirtTile_SPU.h Initial commit 2026-03-01 12:16:08 +08:00
DispenserTile_SPU.h Initial commit 2026-03-01 12:16:08 +08:00
DoorTile_SPU.cpp Initial commit 2026-03-01 12:16:08 +08:00
DoorTile_SPU.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
EggTile_SPU.h Initial commit 2026-03-01 12:16:08 +08:00
EnchantmentTableTile_SPU.h Initial commit 2026-03-01 12:16:08 +08:00
EnderChestTile_SPU.h Initial commit 2026-03-01 12:16:08 +08:00
EntityTile_SPU.h Initial commit 2026-03-01 12:16:08 +08:00
Facing_SPU.cpp Initial commit 2026-03-01 12:16:08 +08:00
Facing_SPU.h Initial commit 2026-03-01 12:16:08 +08:00
FarmTile_SPU.h Initial commit 2026-03-01 12:16:08 +08:00
FenceGateTile_SPU.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
FenceTile_SPU.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
FenceTile_SPU.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
FireTile_SPU.h Initial commit 2026-03-01 12:16:08 +08:00
FlowerPotTile_SPU.h Initial commit 2026-03-01 12:16:08 +08:00
FurnaceTile_SPU.h Initial commit 2026-03-01 12:16:08 +08:00
GlassTile_SPU.h Initial commit 2026-03-01 12:16:08 +08:00
GrassTile_SPU.cpp Initial commit 2026-03-01 12:16:08 +08:00
GrassTile_SPU.h Initial commit 2026-03-01 12:16:08 +08:00
HalfSlabTile_SPU.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
HalfSlabTile_SPU.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
HalfTransparentTile_SPU.h Initial commit 2026-03-01 12:16:08 +08:00
HugeMushroomTile_SPU.h Initial commit 2026-03-01 12:16:08 +08:00
IceTile_SPU.h Initial commit 2026-03-01 12:16:08 +08:00
Icon_SPU.cpp Initial commit 2026-03-01 12:16:08 +08:00
Icon_SPU.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
LadderTile_SPU.h Initial commit 2026-03-01 12:16:08 +08:00
LeafTile_SPU.cpp Initial commit 2026-03-01 12:16:08 +08:00
LeafTile_SPU.h Initial commit 2026-03-01 12:16:08 +08:00
LeverTile_SPU.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
LiquidTile_SPU.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
LiquidTile_SPU.h Initial commit 2026-03-01 12:16:08 +08:00
Makefile Initial commit 2026-03-01 12:16:08 +08:00
Material_SPU.h Initial commit 2026-03-01 12:16:08 +08:00
MelonTile_SPU.h Initial commit 2026-03-01 12:16:08 +08:00
MobSpawnerTile_SPU.h Initial commit 2026-03-01 12:16:08 +08:00
Mushroom_SPU.h Initial commit 2026-03-01 12:16:08 +08:00
MycelTile_SPU.h Initial commit 2026-03-01 12:16:08 +08:00
NetherStalkTile_SPU.h Initial commit 2026-03-01 12:16:08 +08:00
PistonBaseTile_SPU.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
PistonExtensionTile_SPU.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
PistonMovingPiece_SPU.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
PortalTile_SPU.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
PotatoTile_SPU.h Initial commit 2026-03-01 12:16:08 +08:00
PressurePlateTile_SPU.cpp Initial commit 2026-03-01 12:16:08 +08:00
PressurePlateTile_SPU.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
PumpkinTile_SPU.h Initial commit 2026-03-01 12:16:08 +08:00
QuartzBlockTile_SPU.h Initial commit 2026-03-01 12:16:08 +08:00
RailTile_SPU.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
RecordPlayerTile_SPU.h Initial commit 2026-03-01 12:16:08 +08:00
RedlightTile_SPU.h Initial commit 2026-03-01 12:16:08 +08:00
RedStoneDustTile_SPU.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
ReedTile_SPU.h Initial commit 2026-03-01 12:16:08 +08:00
SandStoneTile_SPU.h Initial commit 2026-03-01 12:16:08 +08:00
Sapling_SPU.h Initial commit 2026-03-01 12:16:08 +08:00
SignTile_SPU.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
SkullTile_SPU.h Initial commit 2026-03-01 12:16:08 +08:00
SmoothStoneBrickTile_SPU.h Initial commit 2026-03-01 12:16:08 +08:00
StairTile_SPU.cpp Initial commit 2026-03-01 12:16:08 +08:00
StairTile_SPU.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
stdafx.h Initial commit 2026-03-01 12:16:08 +08:00
StemTile_SPU.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
StoneMonsterTile_SPU.h Initial commit 2026-03-01 12:16:08 +08:00
StoneSlabTile_SPU.h Initial commit 2026-03-01 12:16:08 +08:00
stubs_SPU.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
TallGrass_SPU.cpp Initial commit 2026-03-01 12:16:08 +08:00
TallGrass_SPU.h Initial commit 2026-03-01 12:16:08 +08:00
task.cpp Initial commit 2026-03-01 12:16:08 +08:00
Tesselator_SPU.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
Tesselator_SPU.h Initial commit 2026-03-01 12:16:08 +08:00
TheEndPortal_SPU.h Revert "shared_ptr -> std::shared_ptr" 2026-03-02 17:37:16 +07:00
TheEndPortalFrameTile_SPU.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
ThinFenceTile_SPU.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
ThinFenceTile_SPU.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
Tile_SPU.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
Tile_SPU.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
TileRenderer_SPU.cpp Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
TileRenderer_SPU.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
TntTile_SPU.h Initial commit 2026-03-01 12:16:08 +08:00
TopSnowTile_SPU.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
TorchTile_SPU.h Initial commit 2026-03-01 12:16:08 +08:00
TrapDoorTile_SPU.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
TreeTile_SPU.h Initial commit 2026-03-01 12:16:08 +08:00
TripWireSourceTile_SPU.h Initial commit 2026-03-01 12:16:08 +08:00
TripWireTile_SPU.h Initial commit 2026-03-01 12:16:08 +08:00
VineTile_SPU.h Modernize project codebase (#906) 2026-03-08 18:08:36 -05:00
WallTile_SPU.h Initial commit 2026-03-01 12:16:08 +08:00
WaterLilyTile_SPU.h Initial commit 2026-03-01 12:16:08 +08:00
WebTile_SPU.h Initial commit 2026-03-01 12:16:08 +08:00
WoodSlabTile_SPU.h Initial commit 2026-03-01 12:16:08 +08:00
WoodTile_SPU.h Initial commit 2026-03-01 12:16:08 +08:00
WoolCarpetTile_SPU.h Initial commit 2026-03-01 12:16:08 +08:00
WorkbenchTile_SPU.h Initial commit 2026-03-01 12:16:08 +08:00