Fix paths for storing timer engine recordings on Linux
lambda/garrys-mod/gamemodes/timerengine
Project
dev
Branch
0
Additions
1
Modifications
0
Deletions
11 months ago
25th Aug, 2025 14:10
ZeRo
Updated .gitignore
Updated premake5.lua to use ISO C++ 20 and include additional source files and headers
Updated code to work crossplatform
Add make files
lambda/garrys-mod/binarymodules/gmsv_tickrecorder
Project
master
Branch
3
Additions
6
Modifications
0
Deletions
11 months ago
25th Aug, 2025 12:22
ZeRo
Updated .gitignore
Updated premake5.lua to use ISO C++ 20 and link SQLite3 devel libs
Add make files
lambda/garrys-mod/binarymodules/gmsv_lambdanetsql
Project
master
Branch
2
Additions
2
Modifications
0
Deletions
11 months ago
25th Aug, 2025 12:11
ZeRo
Updated .gitignore
Updated premake5.lua to use ISO C++ 20
Added make files
FIxed code that did not compile under GCC
lambda/garrys-mod/binarymodules/gmsv_lambdaio
Project
master
Branch
3
Additions
3
Modifications
0
Deletions
11 months ago
25th Aug, 2025 11:29
ZeRo
Linux support
Make files for Linux
lambda/garrys-mod/binarymodules/gmsv_httpquery
Project
master
Branch
2
Additions
1
Modifications
0
Deletions
11 months ago
25th Aug, 2025 11:29
ZeRo
Update .gitignore
lambda/garrys-mod/binarymodules/gmsv_httpquery
Project
master
Branch
0
Additions
1
Modifications
0
Deletions
11 months ago
25th Aug, 2025 06:52
ZeRo
Add a LINQ Where query to filter out files on the display table only applicable to our current OS
lambda/automation/deploy2
Project
master
Branch
0
Additions
1
Modifications
0
Deletions
11 months ago
25th Aug, 2025 06:47
ZeRo
Implemented Operating System (Target Platform) support for files.
lambda/web2/lambda-deploy
Project
dev
Branch
2
Additions
2
Modifications
0
Deletions
11 months ago
25th Aug, 2025 06:44
ZeRo
Lambda Deploy v2.1
Minor fixes to make Lambda Deploy work on Linux
Implemented TargetPlatform for Deployment Files, this tells the deploy client which target platform (Operating system) the file is meant to be used on. Options are Windows, Linux, MacOS and Any. Only the appropriate files will be installed.