WSAL Evan
429e8628c5
Merge pull request #34 from KufloweMocneFan/main
...
Add hotbar
2025-02-17 15:51:12 -05:00
[Aleksander Zawadzki]
67ba41a071
Add hotbar
2025-02-16 22:43:58 +01:00
WSAL Evan
30ad63bf14
Changed to C++ 17 across all configurations
2025-01-28 16:18:48 -05:00
WSAL Evan
f93e8d1759
Merge pull request #33 from ApfelTeeSaft/main
...
Check Desccription (Config Loader)
2025-01-28 16:16:31 -05:00
ApfelTeeSaft
7c1490caec
Check Desc
...
Upgraded to C++17 (please verify i broke nothing with this, but C++17 is much better)
Added ConfigLoader to load Custom Configs from ./Config/Config.ini (add stuff to this as needed)
Currently Supported: int, std::string and bool
bool bUseCustomConfiguration false unpopulates the configMap ig?
2025-01-28 16:39:04 +01:00
WSAL Evan
82354bdd07
Maintain window size and position when toggling fullscreen
2025-01-27 13:49:06 -05:00
WSAL Evan
5f8d2f8b47
Merge pull request #21 from nowinar/fix-for-changing-render-distance
...
Fixing crash when changing render distance
2025-01-27 13:39:43 -05:00
WSAL Evan
ccd028cacb
Merge branch 'main' into fix-for-changing-render-distance
2025-01-27 13:39:36 -05:00
WSAL Evan
2767c35f01
Merge pull request #27 from ArgoreOfficial/main
...
readability and minor mutex fixes
2025-01-27 13:38:30 -05:00
WSAL Evan
df2cadaf50
Merge pull request #28 from CommanderRedYT/add-ci
...
Implement CI for automatic builds
2025-01-27 13:36:56 -05:00
WSAL Evan
d5a10e7f94
Merge pull request #30 from YeetElite/main
...
Fix crash after pressing F1.
2025-01-27 13:36:30 -05:00
WSAL Evan
a7035aa0be
Merge branch 'main' into main
2025-01-27 13:36:23 -05:00
WSAL Evan
071a410350
Merge pull request #31 from KufloweMocneFan/main
...
Add toggle fullscreen, add cap FPS, fix crashing after turning off ui
2025-01-27 13:35:20 -05:00
WSAL Evan
e9e3c3d78f
Merge pull request #32 from ApfelTeeSaft/main
...
Fix for Issue #26
2025-01-27 13:33:38 -05:00
ApfelTeeSaft
14c99db20d
Check desc
...
Removed my Stupid ass Variable
Defined Menu Bool as extern in a new Header
Now blocking all input when pressing Escape (even movement)
2025-01-07 12:17:33 +01:00
ApfelTeeSaft
4bca523aeb
Fix for Issue #26
...
Added Global Bool to keep track of MenuState and Check it on every Interaction
2025-01-07 08:35:09 +01:00
[Aleksander Zawadzki]
a80c6903fb
Add toggle fullscreen, add cap FPS, fix crashing after turning off ui
2024-12-24 19:22:02 +01:00
David
e8d2251909
modified: ScuffedMinecraft/src/Application.cpp
2024-12-21 17:53:32 -06:00
CommanderRedYT
e1e6cdaf51
Implement CI for automatic builds
2024-11-06 21:31:34 +01:00
Argore
9582453dd1
setMat4x4f uniform function
2024-11-05 19:28:30 +01:00
Argore
261b2540e0
iterator erase fix and improved readability
2024-11-05 17:00:17 +01:00
nowinar
125f993067
Fixing crash in which when you lowered the render distance game would crash.
2024-11-02 22:20:02 +01:00
WSAL Evan
ccacb3088f
Merge pull request #20 from StillGreen-san/fix-selected-block-text
...
fix "Selected Block" text display
2024-11-02 12:09:55 -04:00
StillGreen-san
93897037b8
fix "Selected Block" text display
2024-11-02 11:23:17 +01:00
WSAL Evan
90f1cc59d5
Merge pull request #19 from FoxMoss/main
...
Update CMake for new files
2024-11-01 21:00:53 -04:00
FoxMoss
b4e22d076b
Update CMake for new files
2024-11-01 16:28:08 -05:00
WSAL Evan
41e3abe45e
Episode 5
2024-11-01 13:41:23 -04:00
WSAL Evan
70157a4f7f
Merge pull request #14 from Just-Random-Dev/main
...
fix camera up and down movement and ignore missing pdb warning
2024-10-23 07:58:51 -04:00
WSAL Evan
a34f2fd9a3
Merge pull request #10 from FoxMoss/main
...
feat: allow cmake built executable to be run anywhere
2024-10-20 10:52:23 -04:00
WSAL Evan
28cc58d2c6
Merge pull request #15 from fintmc/main
...
fix framebuffer resize
2024-10-20 10:48:49 -04:00
fintmc
7d074585c1
resize framebuffer textures
2024-10-20 17:01:06 +03:00
Just-Random-Dev
bffb488446
Make camera go up and down properly and ignore missing pdb warning
2024-10-20 12:41:02 +02:00
FoxMoss
cced9a2b95
feat: provide reasonable response to a lack of asset directory
2024-10-19 18:42:28 -05:00
FoxMoss
ec70bb48ac
feat: allow cmake built executable to be run anywhere
2024-10-19 13:22:55 -05:00
WSAL Evan
7788b5f6be
Merge pull request #7 from williamistGitHub/fix-cmake
...
Fix cmake
2024-10-18 18:58:58 -04:00
williamistGitHub
734030edcb
fix weird gcc thing (i dont even know)
2024-10-18 18:24:58 -04:00
williamistGitHub
6c3f2ddd84
fix linking glfw on linux
2024-10-18 18:17:23 -04:00
williamistGitHub
34ba20188f
fix running from vs
2024-10-18 17:19:44 -04:00
williamistGitHub
f58173649b
fix cmake building
2024-10-18 17:05:31 -04:00
WSAL Evan
4e1c4fe98a
Episode 4 - Water
2024-10-18 10:07:14 -04:00
WSAL Evan
117e2c321d
Merge pull request #6 from fintmc/main
...
Fix CMake Support
2024-10-06 18:29:02 -04:00
fintmc
e7dd7d13d3
Add CMake build instructions
2024-10-06 14:05:21 +03:00
fintmc
d8aaa00f1a
fix cmake support
2024-10-06 14:04:55 +03:00
WSAL Evan
8b26492b78
Merge pull request #4 from FoxMoss/main
...
Add CMake Support
2024-10-04 18:24:25 -04:00
FoxMoss
5d485b21a5
Add cmake support
2024-10-04 17:16:59 -05:00
WSAL Evan
adee5b3da3
Update .gitignore
2024-10-04 13:53:36 -04:00
WSAL Evan
5d993ce1b7
Episode 3
2024-10-04 13:53:11 -04:00
WSAL Evan
749347981f
Merge branch 'main' of https://github.com/EvanatorM/ScuffedMinecraft
2024-09-20 07:41:37 -04:00
WSAL Evan
ad910a47f1
Episode 2
2024-09-20 07:41:34 -04:00
WSAL Evan
87228cc4e8
Update README.md
2024-09-06 08:33:24 -04:00