iProgramInCpp
c9b4449bac
* Define NOMINMAX.
...
This gets rid of Windows' own min/max macros.
2024-03-23 17:37:52 +02:00
iProgramInCpp
7d0d01825b
* Use the latest version of the toolchain for Windows x64 builds.
...
The v141_xp build tools introduce significant slowdown (not sure why) in Debug mode.
2024-03-23 11:39:48 +02:00
ljcool2006
56e51027b1
fix raknet not being loaded ( #117 )
2024-02-11 22:06:33 +02:00
iProgramInCpp
501a2a8dbd
* Fix some more references to __MyCompanyName__
2024-01-22 17:38:48 +02:00
iProgramInCpp
7bd9101d2d
* Rename __MyCompanyName__.
...
* Remove extraneous assignment from HumanoidModel
2024-01-22 17:26:27 +02:00
Brent
afe875e4fa
iOS Support ( #113 )
...
undefined
2024-01-22 17:22:41 +02:00
iProgramInCpp
de020470f4
* Add Rocket item, WIP rocket launcher
2023-12-31 15:15:17 +02:00
Rob
3c11d99a70
Clean Up VS Changes
2023-12-30 13:31:35 -07:00
Rob
88d28f7b50
Fix VS Directories
2023-12-30 13:22:41 -07:00
iProgramInCpp
7eae466865
* Fixes to fancy pants grass detection, etc.
2023-12-26 01:18:54 +02:00
iProgramInCpp
dafc28e01d
* Android Native: Add SoundSystemSL!
...
This gives the native Android build sound support!
2023-12-23 00:51:42 +02:00
iProgramInCpp
6822c7eb59
* Fix Win32 build.
2023-12-19 19:41:45 +02:00
TheBrokenRail
e8696ae0eb
Use ES 2
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
93dc4e934e
OpenAL + Android
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
683879a3f0
Another CI Fix
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
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
fa87823fcb
* Fix VS filters
2023-12-10 12:56:23 +02:00
iProgramInCpp
3443349df0
* Add Pig
2023-12-06 21:58:28 +02:00
iProgramInCpp
805087d36a
* Add PathfinderMob base
...
* Normalize tab style in source/CMakeLists.txt
2023-12-06 21:20:14 +02:00
iProgramInCpp
cd7acc8bd7
* Fix VS filters
2023-12-06 14:04:11 +02:00
iProgramInCpp
777bd6a3e2
* Add PathFinder and friends.
2023-12-06 14:03:20 +02:00
iProgramInCpp
5554fc7c6a
* Normalize paths to MC_ROOT.
2023-12-05 22:38:36 +02:00
iProgramInCpp
efebfdd122
* Add CowRenderer
2023-12-05 21:12:05 +02:00
iProgramInCpp
ca295740dd
* Add PigModel and PigRenderer
2023-12-05 20:07:20 +02:00
iProgramInCpp
8b3c01b092
* Add ModelPart from 0.2.0
2023-12-05 18:27:01 +02:00
SanyaSho
b055b37b02
HaikuOS port ( #97 )
...
* ExternalFileLevelStorageSource: add workaround for d_type on Haiku
* raknet: FileList: do not include io.h on Haiku
* raknet: SocketLayer: add sockio.h for Haiku
* cmake: link -lnetwork on Haiku
* readme: add Haiku build dependencies
* cmake: use link_libraries instead of add_link_options
* ExternalFileLevelStorageSource: use scary stdstring instead of char
2023-11-05 21:33:57 +02:00
iProgramInCpp
3b60855ad0
* Android: Determine feature availability at compile time.
...
Since assets are baked in to the APK, we can simply check for the existence of assets at compile time using CMake.
2023-11-05 21:30:33 +02:00