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
iProgramInCpp
6822c7eb59
* Fix Win32 build.
2023-12-19 19:41:45 +02:00
TheBrokenRail
10c02a0d06
Literally Nothing Uses This Header
2023-12-19 19:38:17 +02:00
TheBrokenRail
077861b79d
Add ZLib To README
2023-12-19 19:38:17 +02:00
TheBrokenRail
e8696ae0eb
Use ES 2
2023-12-19 19:38:17 +02:00
TheBrokenRail
630b1a3613
Fix Options Saving (Again)
2023-12-19 19:38:17 +02:00
TheBrokenRail
433b1532d9
Fix Texture Detection
2023-12-19 19:38:17 +02:00
TheBrokenRail
ec12755632
Fix Immersive Mode On Older Android
2023-12-19 19:38:17 +02:00
TheBrokenRail
5bb20dae24
Ignore .idea
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
d4a100825b
Remove MCPE Icon
2023-12-19 19:38:17 +02:00
TheBrokenRail
4cabfd30ac
Fix Selecting "..." Slot With Keyboard
2023-12-19 19:38:17 +02:00
TheBrokenRail
93dc4e934e
OpenAL + Android
2023-12-19 19:38:17 +02:00
TheBrokenRail
68166a3c36
Update CI And README
2023-12-19 19:38:17 +02:00
TheBrokenRail
4ca50c0fd8
Friendship Ended With LibPNG
2023-12-19 19:38:17 +02:00
TheBrokenRail
3776dc26f5
Fix Building On Windows
2023-12-19 19:38:17 +02:00
TheBrokenRail
8823acecbd
Fix Exiting Native Android
2023-12-19 19:38:17 +02:00
TheBrokenRail
8d3abda2fe
Last Minute Changes
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
8af9d4b0c8
Fix Native Android Build
2023-12-19 19:38:17 +02:00
TheBrokenRail
88ef02a06b
Another CI Fix (Again) (Again)
2023-12-19 19:38:17 +02:00
TheBrokenRail
31486f82c4
Another CI Fix (Again)
2023-12-19 19:38:17 +02:00
TheBrokenRail
683879a3f0
Another CI Fix
2023-12-19 19:38:17 +02:00
TheBrokenRail
030d723f8d
CI Fixes
2023-12-19 19:38:17 +02:00
TheBrokenRail
a2e830d114
Fancy Paralel CI
2023-12-19 19:38:17 +02:00
TheBrokenRail
185878d79f
Simplify CMake
2023-12-19 19:38:17 +02:00
TheBrokenRail
6e9ccf7b49
Fix Non-GLES SDL Build
2023-12-19 19:38:17 +02:00
TheBrokenRail
23ec46f266
Simplify Android SDL Build
2023-12-19 19:38:17 +02:00
TheBrokenRail
e9ddb5ab61
Use Host ZLib In CMake Builds
...
The vendored ZLib is still in the repo for VS builds.
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
118d28910d
Better Android Immersive Mode
2023-12-19 19:38:17 +02:00
TheBrokenRail
91f3b5a5d5
Use "External" Storage
2023-12-19 19:38:17 +02:00
TheBrokenRail
0721741564
Update AGP
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
fa87823fcb
* Fix VS filters
2023-12-10 12:56:23 +02:00
iProgramInCpp
db4543fa67
* Make the end-user extract assets from v0.1.3 instead of mcpe01_canada.apk.
...
This allows for less breakage from ignorance or other reasons, because the following things will now work by default:
- Touch controls
- Clouds
- update_game blocks
- The iOS port can use default8.png directly
2023-12-10 12:55:11 +02:00
iProgramInCpp
1be6479e57
* Remove insert_or_assign dependency.
...
The `insert_or_assign` method was introduced in C++17.
We try to steer clear of anything C++11 or newer, because
we want to support platforms whose toolchains aren't
up to date and don't implement C++11. :)
2023-12-08 09:02:08 +02:00
iProgramInCpp
23444c2d83
* Misc. fixes to the pig
...
Still broken....
2023-12-07 19:35:58 +02:00
iProgramInCpp
3443349df0
* Add Pig
2023-12-06 21:58:28 +02:00