rich pushed to ReWindow-Integration at rich/ReWalker 2025-01-13 10:59:02 -05:00
5526e76476 Added WindowTestApp (from test.cpp) alongside ReWalkerApp (from main.cpp)
rich pushed to ReWindow-Integration at rich/ReWalker 2025-01-13 10:28:54 -05:00
fd63afa355 Updated to reflect correct ReWindow integration.
rich pushed to ReWindow-Integration at rich/ReWalker 2025-01-13 10:25:41 -05:00
bd1f77bc86 changed window handle to smart pointer
rich pushed to main at rich/ReWalker 2025-01-13 10:24:38 -05:00
01f2acca60 changed to use smart pointer for window handle
rich pushed to main at rich/ReWalker 2025-01-10 14:26:35 -05:00
d8c3366508 Add test.cpp
rich pushed to main at rich/ReWalker 2025-01-10 14:22:44 -05:00
a0352d9263 Add README.md
rich pushed to main at rich/ReWalker 2025-01-10 14:22:08 -05:00
51e94c269b Delete README.mb
rich pushed to main at rich/ReWalker 2025-01-10 14:21:09 -05:00
8d4a098b58 Add README.mb
rich created branch main in rich/ReWalker 2025-01-10 14:21:09 -05:00
rich created repository rich/ReWalker 2025-01-10 14:15:33 -05:00
rich commented on issue josh/ReCaveGame#12 2025-01-01 11:39:16 -05:00
Today's build error is...

Still cant build. This is the output of errors from a clean git clone of ReCaveGame (ubuntu 24.10 gcc 14.2):

rich@neverwhere:build$ make [ 2%] Built target mcolor [ 4%] Built target…

rich commented on issue josh/ReCaveGame#12 2024-12-26 04:05:35 -05:00
Today's build error is...

Today's build error:

[ 38%] Building CXX object _deps/j3ml-build/tests/CMakeFiles/J3MLTestSuite.dir/tests.cpp.o In file included from /home/rich/Redacted/ReCaveGame/build/_deps/j3ml-src/tests/t…

rich commented on issue josh/ReCaveGame#12 2024-12-22 11:56:43 -05:00
Today's build error is...

Today's build error: ‘SLUSH’ is not a member of ‘CaveGame::Core::Tiles::ID’ {aka ‘CaveGame::Core::TileID’}

[ 82%] Building CXX object Core/CMakeFiles/CaveCore.dir/src/Core/Chunk.cpp.…

rich opened issue josh/ReCaveGame#13 2024-12-19 05:00:15 -05:00
ClientApp Credits popup wont close
rich commented on issue josh/ReCaveGame#12 2024-12-19 04:55:34 -05:00
Today's build error is...

above corrected. current build error is line 141 of Client/src/Client/LocalWorld.cpp which seems to be an incomplete if() statement.

If I delete line 141 it builds and runs fine.

rich commented on issue josh/ReCaveGame#12 2024-12-18 05:59:55 -05:00
Today's build error is...

above now works, todays build error Core/src/Core/Generator.cpp : /usr/include/c++/13/functional:847:21: error: static assertion failed: Wrong number of arguments for pointer-to-member /home/rich…

rich opened issue josh/ReCaveGame#12 2024-12-14 09:41:45 -05:00
Lots of build errors relating to tiles
rich opened issue josh/ReCaveGame#11 2024-12-11 04:37:27 -05:00
Multiple definition of global variable Credits
rich closed issue josh/ReCaveGame#10 2024-12-10 06:28:21 -05:00
ClientApp Error::FREETYPE: Failed to load font!
rich commented on issue josh/ReCaveGame#10 2024-12-10 06:28:21 -05:00
ClientApp Error::FREETYPE: Failed to load font!

build and run now works correctly on my x64 PC, will have a play on ARM and maybe RISC-V tonight, but due to the nature of the changed you made I am happy to assume it is not platform dependant.…