Daniel Gibbs
4e4062114b
fix(wipe): resolve random seed not working ( #3190 )
* random seed
* correct name
* add seed to info_parms
* fix(wipe): resolve random seed not working
4 years ago
Christian
27e56ee7ba
fix(ut2k4server): better parsing of the serverconfig ( #3192 )
4 years ago
Christian
785b117e09
fix(stop): change csgoserver stop mode ( #3171 )
Co-authored-by: Daniel Gibbs <[email protected] >
4 years ago
Christian
67ace6c80a
fix(steamcmd): add dependency SDL 32bit for debian and ubuntu ( #3186 )
4 years ago
Christian
3f018455fa
feat(steamcmd): set platformtype for steamcmd in the default config for the game server ( #3167 )
4 years ago
Christian
4eb2c52fd4
fix(steamcmd): fix update on start not starting the server ( #3169 )
Co-authored-by: Daniel Gibbs <[email protected] >
4 years ago
Christian
6f2c7ede4d
fix(inss): fix config to only use parameter ( #3179 )
4 years ago
Christian
5ab5d9c5cf
fix(pvr): add new dependency ( #3180 )
Co-authored-by: Daniel Gibbs <[email protected] >
4 years ago
Christian
cacfd38f78
feat(dev): add libc++.so.1 for dependency detection ( #3181 )
Co-authored-by: Daniel Gibbs <[email protected] >
4 years ago
Christian
6d3dc8e579
fix(rust): wipe command does not wipe all sav files ( #3183 )
4 years ago
Christian
f14678e820
fix(steamcmd): remove unused parameter ( #3170 )
4 years ago
Christian
b6f9ac83bc
fix(rust): server config text change for rcon ( #3175 )
Co-authored-by: Daniel Gibbs <[email protected] >
4 years ago
Christian
b83d699907
feat(newserver): SCP: Secret Laboratory ( #3163 )
4 years ago
Christian
a0cbfc4957
feat(newserver): Vintage Story ( #3156 )
Co-authored-by: Daniel Gibbs <[email protected] >
4 years ago
Christian
d269905246
fix(steamcmd): fix branch switch ( #3168 )
4 years ago
Christian
49d81c4c98
fix(gmod): update link for wiki page ( #3165 )
4 years ago
Daniel Gibbs
07e7344f2f
feat: refactor check_config removing some game specific code ( #3160 )
4 years ago
Christian
97da99c370
fix(steamcmd): retries are not honored if install succeeds ( #3155 )
4 years ago
Christian
09ce7899d1
feat(check-update): add new command check-update for steamcmd game servers ( #3146 )
4 years ago
Daniel Gibbs
8ab3dccb71
feat(skeleton): New command skeleton ( #3152 )
* initial commit of skel
* getopt
* getopt
* getopt
* cpio
* adding messages
* exit
* message
* shellcheck
* truncate netstat for colserver
* added cpio dependency
* tabs
4 years ago
Christian
6de6d900ed
feat(newserver): Colony Survival ( #3075 )
4 years ago
Daniel Gibbs
ccbe56926c
feat(config): add secrets config to store sensitive settings ( #3080 )
* feat(config): add secrets.cfg
* changed name of config
* updated wording
4 years ago
Christian
1e78dbd926
fix(minecraft): fix java ram assignment ( #3147 )
4 years ago
Christian
97d0b2a23e
fix(bmdm): add missing dependency ncurses libs ( #3138 )
Co-authored-by: Daniel Gibbs <[email protected] >
4 years ago
Christian
452323a72c
fix(update): redo steamcmd update part for new behavoir ( #3139 )
Co-authored-by: Daniel Gibbs <[email protected] >
4 years ago
unknowntrojan
2f5ee83ca1
fix(stop) stop will clear tmux text before entering stop command ( #3142 )
Tmux will ENTER before using stop command to clear any text entered in teh console
4 years ago
Daniel Gibbs
871af8adc9
release v20.6.2
4 years ago
Daniel Gibbs
67e08ba84f
fix(update): fix broken branch selection. ( #3130 )
This change fixes the update command for those on public branches.
add fix to core_dl.sh
4 years ago
Daniel Gibbs
db559aabe0
v20.6.1
4 years ago
Daniel Gibbs
9254d820b0
fix(monitor):correct monitor not picking up date from lock file
4 years ago
Daniel Gibbs
6bf2351a77
code tidy
codacy
4 years ago
Daniel Gibbs
e405e84b0f
updated PVR _default.cfg
4 years ago
Daniel Gibbs
0b38915f03
feat:add version and port details to lockfile
4 years ago
Daniel Gibbs
b7c8f9e548
v20.6.0
4 years ago
Daniel Gibbs
4659f98941
codacy
codacy
4 years ago
Daniel Gibbs
b19c9a0a4a
Revert "feat: improve uniqueness tmux session name ( #3081 )"
This reverts commit 990edfd775
.
4 years ago
Daniel Gibbs
b513e8c8b8
codacy changes
4 years ago
Christian
b1d866d023
fix(samp): fix config change after installation ( #3119 )
4 years ago
Christian
269bf6e491
fix: add connect timeout to core curl functions ( #3117 )
4 years ago
Daniel Gibbs
d7b4ac6b46
feat(mcserver): select Minecraft release or snapshot ( #3114 )
Select either release or snapshot branch. Also, have the option to select either latest or specific release/snapshot.
A new more efficient way to get the local release that extracts the jar file and parses json file with version number
Co-authored-by: Josh Bryans <[email protected] >
4 years ago
Daniel Gibbs
6eabed9565
feat(ut99server): update UT99 to version 469a (OldUnreal patch) ( #3110 )
4 years ago
tkrn
097bb991ab
feat(mods): metamod/amxmodx for goldsrc engines ( #3104 )
4 years ago
Christian
afe2b70cae
feat(new server): pvrserver ( #2384 )
4 years ago
Daniel Gibbs
a62d9236a3
code tidy
4 years ago
Christian
5add746d00
fix(deps): change ubuntu 20.10 to use lib32gcc-s1 ( #3094 )
4 years ago
Christian
bb78ee3655
fix(bf1942): servername parsing ( #3096 )
4 years ago
Christian
e8a71183b8
fix(bf1942): add missing dependency to checks for libncurses5:i386 ( #3098 )
4 years ago
H3o66
27fe4a6529
fix(btserver): add dependency check for libicu
5 years ago
Christian
5d7ff92d9b
fix(details): Barotrauma will show as needing to be edited in game config ( #3085 )
5 years ago
Daniel Gibbs
990edfd775
feat: improve uniqueness tmux session name ( #3081 )
* Fixed uniqueness constraint on session names by adding port to tmux sesssions. Removed content constraint from session name by avoiding grep regex
Co-authored-by: jason <[email protected] >
5 years ago