aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.Client/Windows64Media
AgeCommit message (Collapse)Author
5 daysUpdate to more accurate logo (#1305)GabsPuNs
* Updated Logo * Updated two old files.
6 daysAdjusted Exit Game title (#1277)Xenovyy
* Adjusted Exit Game title Replaced "Return to Xbox Dashboard" with "Exit Minecraft" on the exit game screen. * Fixed Blending on Intro Sequence Fixed Blocky, Crappy blending on the ESRB and Mojang Logos in the Intro Sequence.
9 daysAdded LittleBigPlanet Skin Pack (#793)RatCatcherVr
Co-authored-by: RatCatcherVr <littlerat111811@gmail.com>
2026-03-07update audio to prevent artifactsLoki Rautio
2026-03-06Actually really switch back to extracted sounds, add back missing soundsLoki Rautio
The sounds Guglio was using were missing several sounds (skeleton damage, etc) as well as the "original" sound pack just being wrong. Switches back to the original sounds, though Miles was still louder somehow
2026-03-06Revert to original soundsLoki Rautio
Original sounds from Guglio - should be correct audio levels. Current sounds were too quiet so swapping these for JE sounds will have to be done with some sort of normalization level sampling thingie with ffmpeg or smthn
2026-03-06Fix SkinsBirthday.pck incompatabilityLoki Rautio
Technically incompatible in debug builds, this removes the .loc file from the archive
2026-03-06Update DLCs for windows64media (#778)GabsPuNs123
* Fix DLCs textures and crash in 720p * Revert "Fix DLCs textures and crash in 720p" This reverts commit 7c386053608a489e31875e00460f69b231d3fe8b. * Update Durango and Windows64 DLCs Textures also fix crash in 720p * DLC update for Windows edition - The windows edition dont use anymore DurangoMedia - Fixed Bed and missing items in Skyrim - Fixed Hud in almost all the DLCs (Halo hud in 720p is still the default hud) - Add 720p support - Add missing skin packs - High quality Music for DLCs * Add Fantasy Texture Pack, Remove LittleBigPlanet DLC The LittleBigPlanet world crash the game, the texture pack dont support 1080p, and the loc file wasn't working
2026-03-06Fix ocelot hit noises (#776)FriedMonkey
it couldnt play sound because folder has hitt with 2 t instead of just hit
2026-03-06Sound Fixes (#686)GuglioIsStupid
* Fix sound settings not applying * Reimplement miles sound artifacts * Fix stone brick stairs recipe * Fix craft and scroll sound * Rename scrollfocus.ogg to scroll.ogg * Remove unneeded code * Reorganize sounds, revert spam sound press, add witch sounds and fix slimes * I forgot my console again
2026-03-06Reimplement miles sound artifacts, Stone Brick Stairs recipe, and craft ↵GuglioIsStupid
sound (#684) * Reimplement miles sound artifacts * Fix stone brick stairs recipe * Fix craft and scroll sound
2026-03-05Add missing Firework sounds (#660)ZyroX
2026-03-05Add missing horse/donkey/mule/zombie/skeleton horse sounds (#650)Marlian
2026-03-06Miniaudio Implementation (+stb_vorbis) (#624)GuglioIsStupid
* Miniaudio Implementation * Do not link miles + remove miles lib
2026-03-05Fix DLCs textures and update logo in 720p (#517)GabsPuNs123
* Fix DLCs textures and crash in 720p * Revert "Fix DLCs textures and crash in 720p" This reverts commit 7c386053608a489e31875e00460f69b231d3fe8b. * Update Durango and Windows64 DLCs Textures also fix crash in 720p
2026-03-04Ship revised logo from @wiskerdmageLoki Rautio
This one looks a bit nicer so let's use this for now...
2026-03-04Ship updated, maybe temporary subtitleLoki Rautio
People keep going "Oh no I don't like the red WINDOWS text, oh no! I hate it! The red windows text is the devil, it will be my undoing! Please remove the red windows text or I shall simply perish!" And for that? Well, I have removed it. Now you can enjoy this logo made by @wiskerdmage in the style of the existing Edition logos. (https://github.com/smartcmd/MinecraftConsoles/pull/385#issuecomment-3996671081)
2026-03-03Move Tutorial.pck to the correct Dec2014 locationLoki Rautio
Fixes #190
2026-03-03feat: TU19 (Dec 2014) Features & Content (#155)daoge
* try to resolve merge conflict * feat: TU19 (Dec 2014) Features & Content (#32) * December 2014 files * Working release build * Fix compilation issues * Add sound to Windows64Media * Add DLC content and force Tutorial DLC * Revert "Add DLC content and force Tutorial DLC" This reverts commit 97a43994725008e35fceb984d5549df9c8cea470. * Disable broken light packing * Disable breakpoint during DLC texture map load Allows DLC loading but the DLC textures are still broken * Fix post build not working * ... * fix vs2022 build * fix cmake build --------- Co-authored-by: Loki <lokirautio@gmail.com>
2026-03-02Revert "Add missing DLC and Sounds to Windows64Media"void_17
2026-03-01Add missing DLC and Sounds to Windows64MediaLoki Rautio
2026-03-01Initial commitdaoge_cmd