Commit Graph

170 Commits

Author SHA1 Message Date
iProgramInCpp
ebca0664d0 * Fixes to the snow code. 2023-12-30 19:12:12 +02:00
iProgramInCpp
3c382d13b7 * Add functional snow rendering code. 2023-12-30 18:57:46 +02:00
iProgramInCpp
e9da87bfa0 * Update dynamic hand logic. 2023-12-26 22:57:26 +02:00
iProgramInCpp
2c84d2730c * Options: Allow old title logo to be shown. 2023-12-26 22:10:15 +02:00
iProgramInCpp
aabfeeca71 * Fix WebGL?
Not sure why this works.
2023-12-26 01:35:02 +02:00
iProgramInCpp
7eae466865 * Fixes to fancy pants grass detection, etc. 2023-12-26 01:18:54 +02:00
iProgramInCpp
7f219385c6 * ItemInHandRenderer: Add dynamic hand.
* Options: Fix saving of a few options
* PatchManager: Load patch options before regular options - this fixes a bug where the fancy grass option would be reset to false even if grass tint would be set to true.
2023-12-26 00:57:27 +02:00
iProgramInCpp
9d5b957339 * Start Menu: Fixes to 3D alpha style title logo. 2023-12-25 18:32:00 +02:00
iProgramInCpp
95556e3ccd Revert "Revert "* Start Menu: Add 3D alpha-style title screen logo.""
This reverts commit b3cc044375.

The bug appears have been just a fluke?!?
2023-12-25 17:49:19 +02:00
iProgramInCpp
b3cc044375 Revert "* Start Menu: Add 3D alpha-style title screen logo."
This reverts commit 792a120703.

This is because Android has an interesting graphical glitch regarding this feature. I'll add it back when it's fixed.
2023-12-25 17:42:53 +02:00
iProgramInCpp
105eb3a79c * Start Menu: Oops! Remove accidentally leftover debug feature. 2023-12-25 17:39:44 +02:00
iProgramInCpp
792a120703 * Start Menu: Add 3D alpha-style title screen logo. 2023-12-25 17:38:19 +02:00
iProgramInCpp
a3c9800bd8 * OptionList: Fix embarrassing flipped switch bug. 2023-12-20 12:59:51 +02:00
iProgramInCpp
37140eec0b * Options: Use a texture instead of drawing rectangles for the on/off switches. 2023-12-19 21:09:41 +02:00
iProgramInCpp
b168f33335 * Options: Fix remote press when off the right edge of the scrollable area 2023-12-19 20:16:27 +02:00
iProgramInCpp
5fcbf20067 * Minecraft: Increase GUI scale on higher resolution devices. 2023-12-19 20:14:33 +02:00
TheBrokenRail
630b1a3613 Fix Options Saving (Again) 2023-12-19 19:38:17 +02:00
TheBrokenRail
20790755d1 Fix Text Auto-Complete On Android 2023-12-19 19:38:17 +02:00
TheBrokenRail
4cabfd30ac Fix Selecting "..." Slot With Keyboard 2023-12-19 19:38:17 +02:00
TheBrokenRail
8823acecbd Fix Exiting Native Android 2023-12-19 19:38:17 +02:00
TheBrokenRail
06c69d3cc8 AppPlatform Fixes 2023-12-19 19:38:17 +02:00
TheBrokenRail
2356757730 Better Back Button Behavior On SDL Android 2023-12-19 19:38:17 +02:00
TheBrokenRail
fdf3106d7e Fix Some Indentation Errors 2023-12-19 19:38:17 +02:00
TheBrokenRail
c989ffa721 Allow Changing Input Mode 2023-12-19 19:38:17 +02:00
TheBrokenRail
7771bc20a7 Small Tweaks 2023-12-19 19:38:17 +02:00
TheBrokenRail
5cdd306a28 Fix Saving Options 2023-12-19 19:38:17 +02:00
TheBrokenRail
c47457725e In touchscreen mode, click button after release 2023-12-19 19:38:17 +02:00
TheBrokenRail
f9b07014d2 On-screen keyboard support! 2023-12-19 19:38:17 +02:00
TheBrokenRail
0559f66102 WIP Android SDL 2023-12-19 19:38:17 +02:00
iProgramInCpp
811bc7a6fa * Remove remaining references to mcpe01_canada.apk.
Closes #106.
2023-12-19 19:36:39 +02:00
iProgramInCpp
7f393150e1 * Fix some issues related to holding no item in hand 2023-12-10 13:24:55 +02:00
iProgramInCpp
89a7ee5ab6 * Add pick block feature for desktop 2023-12-10 13:13:09 +02:00
iProgramInCpp
0abbc9f4f4 * Fix bad mouse controls on desktop. 2023-12-10 13:06:26 +02:00
iProgramInCpp
52c9140b82 * Add CreeperModel 2023-12-05 22:35:57 +02:00
iProgramInCpp
3c433c2858 * Add ChickenRenderer 2023-12-05 21:50:03 +02:00
iProgramInCpp
efebfdd122 * Add CowRenderer 2023-12-05 21:12:05 +02:00
iProgramInCpp
5882d2dc7f * Fix a bug regarding bottom face rendering?
N.B. It's not in the original game.  Not sure how they fixed it.
2023-12-05 21:11:40 +02:00
iProgramInCpp
44c0beeabd * Fix CMake once again.. sigh.. 2023-12-05 20:14:55 +02:00
iProgramInCpp
ca295740dd * Add PigModel and PigRenderer 2023-12-05 20:07:20 +02:00
iProgramInCpp
166bcf708e * Add Base QuadrupedModel 2023-12-05 19:08:11 +02:00
iProgramInCpp
3fb4014dd9 * Oops, fix CMake build 2023-12-05 18:43:08 +02:00
iProgramInCpp
8b3c01b092 * Add ModelPart from 0.2.0 2023-12-05 18:27:01 +02:00
iProgramInCpp
eae06f0500 * Fix one last bug in OptionsScreen. 2023-11-05 19:25:51 +02:00
iProgramInCpp
253c89a6d5 * Fix some issues with the OptionList. 2023-11-05 18:57:08 +02:00
iProgramInCpp
58e03d6758 * Save the split controls option. 2023-11-05 18:48:37 +02:00
iProgramInCpp
0d23a455ed * Add option to split controls 2023-11-05 18:47:38 +02:00
iProgramInCpp
5df07e2fc1 Add scrollable options menu (#99)
* * Add new scrollable options list.

* * Add OptionList.cpp to the CMakeLists.txt

* * Add the new stuff by @jonkadelic to the new options menu.
2023-11-05 18:40:44 +02:00
jonkadelic
e6ab1214af Biome colour and grass side tint options (#98)
* Added biome colour and grass side tint options

* Moved GrassColor and FoliageColor to client/renderer/

* * Fix some build issues.

* * Add the new files to the CMakeLists.txt

---------

Co-authored-by: iProgramInCpp <iprogramincpp@gmail.com>
2023-11-05 18:19:41 +02:00
iProgramInCpp
5bba109b68 * Fix the "selecting the '...' slot" bug 2023-11-04 00:11:40 +02:00
iProgramInCpp
ebdb8d3576 * Fix use after free in ProgressScreen 2023-11-03 18:27:13 +02:00