Commit Graph

171 Commits

Author SHA1 Message Date
DeadVoxelx
f718fe7055 Update IUIScene_CreativeMenu.cpp 2026-04-24 16:06:31 -04:00
DeadVoxelx
b69aeda34d Update Consoles_App.cpp 2026-04-24 16:02:14 -04:00
DeadVoxelx
91f62751a3 Add Endorium Toolset 2026-04-22 21:28:33 -04:00
DeadVoxelx
65e157ebc6 Add Crit Sound 2026-04-15 11:52:51 -04:00
DeadVoxelx
cc2e0ac729 Update UIScene_EndPoem.cpp 2026-04-13 19:58:41 -04:00
DeadVoxelx
b6d12d2a7a Add White Enderman Textures 2026-04-12 16:22:46 -04:00
DeadVoxelx
a0d38c1fdd Update IUIScene_CreativeMenu.cpp 2026-04-12 16:16:28 -04:00
DeadVoxelx
cb88dc9e6b Add Zombice Texture 2026-04-11 22:28:42 -04:00
DeadVoxelx
9205eac8f6 Add Zombice Spawn Egg To Creative Inventory 2026-04-11 22:23:33 -04:00
DeadVoxelx
0c5c5f7b06 Update Zombie Villager Texture 2026-04-11 19:06:17 -04:00
DeadVoxelx
256e045630 Add Husk And Stray Textures 2026-04-11 18:51:14 -04:00
DeadVoxelx
aaccab3ffa Add Husk Spawn Egg To Creative Menu 2026-04-11 18:49:00 -04:00
DeadVoxelx
1413596181 Add Faceless Pumpkins To Creative Inventory 2026-04-10 21:08:30 -04:00
DeadVoxelx
9256b9b0e5 Add Veloett Berry To Creative Menu 2026-04-09 20:11:53 -04:00
DeadVoxelx
d2ba47d492 End Update Content 2026-04-09 13:16:52 -04:00
DeadVoxelx
731c820771 Prepare New Textures
for the end update
2026-04-09 12:04:52 -04:00
DeadVoxelx
60d86c8d95 Add End Music To Outer Islands 2026-04-06 07:48:42 -04:00
DeadVoxelx
4bf355eb82 Add End Music To Outer Islands 2026-04-06 07:48:14 -04:00
DeadVoxelx
9d1ccdcaee Add End Music To Outer Islands 2026-04-06 07:47:32 -04:00
DeadVoxelx
4c70c64c5d Add Watcher Texture 2026-04-03 11:20:06 -04:00
DeadVoxelx
85d0cd0305 Add Watcher 2026-04-03 11:15:37 -04:00
DeadVoxelx
a80d49987d Fixed issue with world seeds not saving correctly (SmartCMD) 2026-03-30 08:55:14 -04:00
DeadVoxelx
ed589b87ae Add Pigman Texture 2026-03-30 00:58:39 -04:00
DeadVoxelx
473977c5f3 Add Pigmen 2026-03-30 00:53:25 -04:00
DeadVoxelx
e2b6abf2f5 Add Netherrack Furnace Textures 2026-03-29 19:01:13 -04:00
DeadVoxelx
cbfcdada7d Add Netherrack Furnace 2026-03-29 18:56:36 -04:00
DeadVoxelx
d17948d652 Add files via upload 2026-03-28 19:27:45 -04:00
DeadVoxelx
54bff99bf0 Update IUIScene_CreativeMenu.cpp 2026-03-28 19:26:20 -04:00
DeadVoxelx
1943e1fd02 Update IUIScene_CreativeMenu.cpp 2026-03-28 12:26:33 -04:00
DeadVoxelx
efacc791a2 Update UIScene_ConnectingProgress.cpp 2026-03-26 11:29:14 -04:00
DeadVoxelx
444cdbd0b2 Update UIScene_ConnectingProgress.h 2026-03-26 11:28:47 -04:00
DeadVoxelx
6277bf5f0a Update PlatformNetworkManagerStub.cpp 2026-03-26 11:26:48 -04:00
DeadVoxelx
f9fac355f1 Update PlatformNetworkManagerStub.h 2026-03-26 11:26:14 -04:00
DeadVoxelx
e5aad0826c Update GameNetworkManager.h 2026-03-26 11:24:07 -04:00
DeadVoxelx
926902dbaa Update UIScene_JoinMenu.cpp 2026-03-26 11:23:16 -04:00
DeadVoxelx
e97ef780d4 Update IUIScene_CreativeMenu.cpp 2026-03-25 11:32:39 -04:00
deadvoxelx
ada5afd46f Add files via upload 2026-03-25 11:20:02 -04:00
deadvoxelx
270ee28974 Add files via upload 2026-03-25 11:17:55 -04:00
Ayush Thoren
ed9cbae3f7 Fix initial cursor position for in-game UI elements (#1120)
Signed-off-by: Ayush Thoren <ayushthoren@gmail.com>
2026-03-23 21:06:20 -05:00
Sylvessa
127465b0eb add advanced tooltips, F3+H combo, and handle settings (#1389) 2026-03-23 17:54:46 -05:00
Lord Cambion
9a6d126ae1 Stained Glass Survival Integration & Crafting UI Fix (#1195)
* Added Stained Glass

i found out that stained glass  was not accessible in survival, then i  saw they disabled it in the code

* Grouping glass correctly in crafting table

I removed the #if/endif from the ClothDyeRecipes.cpp and added a different one in StructureRecipies.cpp
also changed the Tile definition giving it the same
setBaseItemTypeAndMaterial of stained glass to group it correctly inside the crafting table UI.
also aincremented the Vertical Slot for crafting table to include many more craftings in the same group
2026-03-22 21:15:02 -05:00
Revela
39e46751bf Add clipboard paste support to UIControl_TextInput and UIScene_Keyboard (#1298)
Previously paste only worked in the chat screen. Wire Screen::getClipboard() into the two remaining text input paths so Ctrl+V works for sign editing, seed entry, server IP/port, and world name fields.
2026-03-22 21:09:10 -05:00
Sylvessa
b6e25415ca Remove redundant buffer in UIScene_SettingsGraphicsMenu.cpp (#1348) (#1380) 2026-03-22 18:37:59 -04:00
GabsPuNs
250accd40b Fix Sign (#1369)
fix for the sign's interface.

SignEntryMenu720 was being replaced by an older version of SkinWinHD.

SignEntryMenu720 was is now replaced with it's original version.
2026-03-21 17:49:21 -04:00
Xenovyy
a94ee1ca22 Fixed the ear bleeding sound when using a slider with mouse controls (#1296)
* Fixed the ear bleeding sound when using a slider with mouse controls

Now only ticks every 9 "ticks" unless the slider has less than 18 possible values..

* cured rtm516's ocd

title

* rtm516 reaches enlightenment

* rtm516 reaches total enlightenment
2026-03-17 22:44:12 +00:00
rtm516
02a5961f39 Move project to CMake (#781)
* Move to cmake

* Move sources to source_groups and ditch more old VS files

* Add BuildVer.h generation

* Break out cmake source lists to platforms

* Don't copy swf files

* Revert audio changes from merge

* Add platform defines

* Match MSBuild flags

* Move BuildVer.h to common include and fix rebuild issue

* Seperate projects properly

* Exclude more files and make sure GameHDD exists

* Missing line

* Remove remaining VS project files

* Update readme and actions

* Use incremental LTCG

* Update workflows

* Update build workflows and output folder

* Disable vcpkg checks

* Force MSVC

* Use precompiled headers

* Only use PCH for cpp

* Exclude compat_shims from PCH

* Handle per-platform source includes

* Copy only current platform media

* Define Iggy libs per platform

* Fix EnsureGameHDD check

* Only set WIN32_EXECUTABLE on Windows

* Correct Iggy libs path

* Remove include of terrain_MipmapLevel

* Correct path to xsb/xwb

* Implement copilot suggestions

* Add clang flags (untested)

* Fix robocopy error checking

* Update documentation

* Drop CMakePresets.json version as we dont use v6 features

* Always cleanup artifacts in nightly even if some builds fail

* Re-work compiler target options

* Move newer iggy dll into redist and cleanup

* Fix typos

* Remove 'Source Files' from all source groups

* Remove old ps1 build scripts
2026-03-17 16:39:22 -05:00
Loki Rautio
1a3fcb5b20 Remove Miles Sound System from credits
we don't use it anymore!
2026-03-17 16:22:49 -05:00
Loki Rautio
a3ca23fdf6 Cleanup project credits and README 2026-03-17 16:15:26 -05:00
Alex
994a23f96b Fix save space indicator display
Include space indicator UI element in windows build, logic to handle getting save file sizes on windows
2026-03-17 07:44:52 -07:00
GabsPuNs
5a59f5d146 Update to more accurate logo (#1305)
* Updated Logo

* Updated two old files.
2026-03-16 19:00:51 -05:00