- Berlin, Germany
- https://lostcave.ddnss.de/
- Joined on
2019-12-14
BodgeMaster commented on issue BodgeMaster/FOSS-VG#60
lib/nbt: Lists and compounds can be constructed with vectors of invalid dataCompound done. Unit tests still needed.
BodgeMaster pushed to master at BodgeMaster/FOSS-VG
-
60a8ac9788
lib/nbt: Make constructor NBT::Tag::Compound::Compound(name, data) private
BodgeMaster commented on issue BodgeMaster/FOSS-VG#67
Dependencies: Sockpp fails to build on Cygwin.Option 2 was chosen, Sockpp is getting patched on the fly while setting up the project. Unfortunately, the produced cygdll doesn’t work.
BodgeMaster pushed to master at BodgeMaster/lambda-v
-
c0c99890d3
Mode detailed readme.
BodgeMaster pushed to master at BodgeMaster/lambda-v
-
c00f788d27
Minor improvements all over the place
-
b8b23249a0
Add runner portion of the interpreter
-
fbdf2e42f2
Implement remaining command_... functions for control structures
-
f9f454625b
Return formatted code from the parser so it can be used in error messages.
-
12dd5f50d6
Implement motion and take commands
- Compare 8 commits »
BodgeMaster pushed to master at BodgeMaster/lambda-v
-
c8ad44e93e
lambdaV: Implement parser
BodgeMaster pushed to master at BodgeMaster/lambda-v
-
eeade31e47
lambdaV: Implement parser
BodgeMaster pushed to master at BodgeMaster/lambda-v
-
709e6713e1
lambdaV: Implement parser
-
eab0d86d7a
gitignore: Ignore nano’s swp files and __pycache__
-
47fc6f5798
Outline: Add what I have so far
- Compare 3 commits »
BodgeMaster pushed to master at BodgeMaster/lambda-v
-
dff57cf324 Update 'README.md'
BodgeMaster created repository BodgeMaster/lambda-v
BodgeMaster commented on issue BodgeMaster/FOSS-VG#71
lib/file: Out of bounds access???NetBSD: 
BodgeMaster commented on issue BodgeMaster/FOSS-VG#71
lib/file: Out of bounds access???I added the following code to the test at line 164: ``` std::cout << readFile->size.value << std::endl; std::cout << modifyString << std::endl; ``` Output (shortened): ``` 61 Hall…
BodgeMaster opened issue BodgeMaster/FOSS-VG#71
lib/file: Out of bounds access???BodgeMaster pushed to cygwin at BodgeMaster/FOSS-VG
-
78880e1c20
setupenv: Fix spelling
-
1d899db889
scripts/clean: Add a link with the original file name of cygsockpp-0.dll
-
3cc91ae33d
Build system: Get sockpp to build on Cygwin
- Compare 3 commits »
BodgeMaster pushed to cygwin at BodgeMaster/FOSS-VG
-
63e1749ad1
lib/file: fix cutByte filesize bug
-
ea8e806366
lib/file.cpp: Implement cutByte function
- Compare 2 commits »
BodgeMaster deleted branch Soda-OwO11 from BodgeMaster/FOSS-VG
BodgeMaster pushed to cygwin at BodgeMaster/FOSS-VG
-
18a9517370
Build system: Start working on Cygwin support
-
cd93f4c4c6
gitignore: Ignore endianness check on Cygwin
- Compare 2 commits »
BodgeMaster merged pull request BodgeMaster/FOSS-VG#70
Fix filesize issue in cutByte