Commit Graph

23 Commits

Author SHA1 Message Date
iProgramInCpp
9ef72164bb * Add writeable configuration. 2023-08-06 22:21:18 +03:00
iProgramInCpp
56c2d55c5c * Add command manager. 2023-08-06 21:49:14 +03:00
iProgramInCpp
ae3d87c5bf * Fix send to specific GUID actually broadcasting to everyone 2023-08-06 21:15:41 +03:00
iProgramInCpp
6d8693ada5 * Improve the DirectConnectScreen, among other things. 2023-08-06 13:50:17 +03:00
iProgramInCpp
bc407fda47 * Improve the Chat Screen 2023-08-06 13:19:37 +03:00
iProgramInCpp
2b105fe1eb * Fix errors caused by #30 2023-08-06 12:59:46 +03:00
ts
9e9d2110e3 Add Direct Connect Button and Screen (#30)
* Add Direct Connect Button and Screen

* Remove accidental extra build directories for wasm

* Add DirectConnectScreen.cpp to the CMake

* Use Hungarian coding style notation
2023-08-06 12:09:06 +03:00
iProgramInCpp
e073665644 * Gui: Use ratios instead of hardcoded sub-1 floating point values, to make the mechanism more clear. 2023-08-06 12:03:06 +03:00
iProgramInCpp
31a3d5f7c1 * Fix bad GUI scale setup. 2023-08-06 12:02:32 +03:00
TheBrokenRail
4b8791100c Address Review Comments 2023-08-05 23:03:13 +03:00
TheBrokenRail
af74761c97 Disable Multiplayer Buttons On WASM 2023-08-05 23:03:13 +03:00
TheBrokenRail
b985edac32 Put Textures.cpp Changes In ORIGINAL_CODE Block 2023-08-05 23:03:13 +03:00
TheBrokenRail
0fbe90752d SDL/WASM Port 2023-08-05 23:03:13 +03:00
iProgramInCpp
554c971c05 x 2023-08-05 22:17:24 +03:00
iProgramInCpp
9d88bfb962 * Rename screen related fields in Minecraft class 2023-08-05 16:26:02 +03:00
iProgramInCpp
0ceef907c0 * Allow handling of WM_CHAR in the case of Windows. 2023-08-05 16:13:11 +03:00
iProgramInCpp
386fac3ff6 * Add platform definitions file thanks to @Vruk11
Fixes #13
2023-08-05 15:55:04 +03:00
iProgramInCpp
90d72ac7e2 * Add quit button to the start menu. 2023-08-05 15:48:09 +03:00
iProgramInCpp
bfdd5beb75 * Fix include paths. Now it builds properly. 2023-08-05 15:34:07 +03:00
iProgramInCpp
71e700a300 * More work getting this shit to compile again 2023-08-05 14:57:18 +03:00
iProgramInCpp
8b92eced31 * Initial cleanup.
Will now need to cleanup includes, which will take a while ...
2023-08-05 14:21:40 +03:00
iProgramInCpp
3268f0aafc * Flip the tiles by 90 degrees
* Fix stairs rendering

This fixes bad lighting on the sand, but tiles are "mirrored" from their look in gui_blocks.png. But this is an overall better state :)
2023-08-05 14:01:35 +03:00
riall
ebe5f127e6 migrate ALMOST everything from source tree into client 2023-08-05 05:00:55 -04:00