]> git.xonotic.org Git - xonotic/xonotic.git/log
xonotic/xonotic.git
2 years agoRemove the -low autobuild.
Rudolf Polzer [Sun, 30 May 2021 21:11:27 +0000 (23:11 +0200)]
Remove the -low autobuild.

It's confusing to some users, as it does not actually have better performancer (may even use more RAM and take longer to load). It was meant to be a lower _size_ build only. But nowadays there is little demand for that.

Instead, redirect users to the regular build.

3 years agoDon't start an X server for texture compression - crunch doesn't need that.
Rudolf Polzer [Thu, 1 Apr 2021 13:19:09 +0000 (15:19 +0200)]
Don't start an X server for texture compression - crunch doesn't need that.

3 years agoAlso update map screenshot script from zernichter.
Rudolf Polzer [Thu, 1 Apr 2021 12:23:20 +0000 (14:23 +0200)]
Also update map screenshot script from zernichter.

3 years agoUpdate map compiler script from rm.cloudns.org.
Rudolf Polzer [Thu, 1 Apr 2021 12:20:40 +0000 (14:20 +0200)]
Update map compiler script from rm.cloudns.org.

3 years agoSync release build script from srv03.
Rudolf Polzer [Thu, 1 Apr 2021 12:19:04 +0000 (14:19 +0200)]
Sync release build script from srv03.

3 years agoFUN: a shell script to convert Nokia ringtones to cfg files for the tuba.
Rudolf Polzer [Wed, 24 Mar 2021 12:16:46 +0000 (08:16 -0400)]
FUN: a shell script to convert Nokia ringtones to cfg files for the tuba.

Use with care.

Demo video: https://www.youtube.com/watch?v=n7b5UVkpg8g

3 years agoAllow DXT1 for textures that have alpha (e.g. grates).
Rudolf Polzer [Fri, 19 Mar 2021 16:27:36 +0000 (09:27 -0700)]
Allow DXT1 for textures that have alpha (e.g. grates).

Should save some VRAM.

3 years agoTurn off renormalizing.
Rudolf Polzer [Thu, 18 Mar 2021 14:43:11 +0000 (07:43 -0700)]
Turn off renormalizing.

Crunch's renormalizing code looks hellish, and DP already renormalizes
normalmaps in the GLSL shader anyway.

Yes, means the mipmaps may not end up great. Should be OK though.

3 years agoAdd support for the "crunch" texture compression tool.
Rudolf Polzer [Thu, 18 Mar 2021 12:19:31 +0000 (05:19 -0700)]
Add support for the "crunch" texture compression tool.

3 years agoTry to not dither normalmaps, but instead dither colormaps with higher quality.
Rudolf Polzer [Wed, 17 Mar 2021 21:19:23 +0000 (14:19 -0700)]
Try to not dither normalmaps, but instead dither colormaps with higher quality.

3 years agoGenerate deluxemap textures dds files in normalmap mode.
Rudolf Polzer [Wed, 17 Mar 2021 20:20:51 +0000 (13:20 -0700)]
Generate deluxemap textures dds files in normalmap mode.

3 years ago./all keygen: also accept ed25519 keys.
Rudolf Polzer [Fri, 5 Mar 2021 19:08:17 +0000 (11:08 -0800)]
./all keygen: also accept ed25519 keys.

3 years agoMerge branch 'divVerent/ticrate-change-allowed' into 'master'
Mario [Thu, 25 Feb 2021 22:41:36 +0000 (22:41 +0000)]
Merge branch 'divVerent/ticrate-change-allowed' into 'master'

Document new allowed sys_ticrate value.

See merge request xonotic/xonotic!78

3 years agoDocument new allowed sys_ticrate value. 78/head
Rudolf Polzer [Thu, 25 Feb 2021 18:57:54 +0000 (10:57 -0800)]
Document new allowed sys_ticrate value.

Part of https://gitlab.com/xonotic/xonotic-data.pk3dir/-/issues/2545

3 years agoMerge branch 'tos-updates' into 'master'
Mario [Sun, 20 Dec 2020 14:31:48 +0000 (14:31 +0000)]
Merge branch 'tos-updates' into 'master'

TOS updates

See merge request xonotic/xonotic!77

3 years agoUse single-quote to prevent display weirdness on the web.
Ant Zucaro [Sun, 20 Dec 2020 14:03:21 +0000 (09:03 -0500)]
Use single-quote to prevent display weirdness on the web.

3 years agoCheck if tos text has more than one line. Use a suffix.
Ant Zucaro [Sun, 20 Dec 2020 14:02:59 +0000 (09:02 -0500)]
Check if tos text has more than one line. Use a suffix.

3 years agoMerge branch 'Mario/tos' into 'master'
Ant Zucaro [Thu, 17 Dec 2020 15:56:34 +0000 (15:56 +0000)]
Merge branch 'Mario/tos' into 'master'

Merge branch Mario/tos (XXS merge request)

See merge request xonotic/xonotic!76

3 years agoExperimental terms of service syncing script and file
Mario [Thu, 17 Dec 2020 06:46:45 +0000 (16:46 +1000)]
Experimental terms of service syncing script and file

3 years agoMerge branch 'refresh-checkupdate' into 'master'
Mario [Sun, 13 Dec 2020 14:45:27 +0000 (14:45 +0000)]
Merge branch 'refresh-checkupdate' into 'master'

Add script to sync checkupdate.txt on the web host.

See merge request xonotic/xonotic!75

3 years agoUse GitLab's raw URL instead.
Ant Zucaro [Sun, 13 Dec 2020 14:39:02 +0000 (09:39 -0500)]
Use GitLab's raw URL instead.

3 years agoAdd script to sync checkupdate.txt on the web host.
Ant Zucaro [Sun, 13 Dec 2020 14:27:22 +0000 (09:27 -0500)]
Add script to sync checkupdate.txt on the web host.

3 years agoMerge branch 'Mario/confirm_rsync' into 'master'
Mario [Thu, 10 Dec 2020 01:04:25 +0000 (01:04 +0000)]
Merge branch 'Mario/confirm_rsync' into 'master'

Merge branch Mario/confirm_rsync (XS merge request)

Closes #148

See merge request xonotic/xonotic!73

3 years agoRequire inputting Y to confirm in the Linux script as well, courtesy of Cloudwalk
Mario [Wed, 9 Dec 2020 14:47:11 +0000 (00:47 +1000)]
Require inputting Y to confirm in the Linux script as well, courtesy of Cloudwalk

3 years agoMerge branch 'Mario/crypto_linux' into 'master'
Mario [Tue, 8 Dec 2020 13:55:08 +0000 (13:55 +0000)]
Merge branch 'Mario/crypto_linux' into 'master'

Merge branch Mario/crypto_linux (XXS merge request)

See merge request xonotic/xonotic!74

3 years agoRemove commented out crypto message that no long applies
Mario [Tue, 8 Dec 2020 13:51:05 +0000 (23:51 +1000)]
Remove commented out crypto message that no long applies

3 years agoEnable crypto_aeslevel in Linux releases (hopefully)
Mario [Tue, 8 Dec 2020 07:45:43 +0000 (17:45 +1000)]
Enable crypto_aeslevel in Linux releases (hopefully)

3 years agoAdd yes/no dialogs to the update scripts, fixes #148
Mario [Tue, 8 Dec 2020 06:45:07 +0000 (16:45 +1000)]
Add yes/no dialogs to the update scripts, fixes #148

3 years agoMerge branch 'sev/xolonium4_2' into 'master'
Mario [Wed, 18 Nov 2020 20:12:03 +0000 (20:12 +0000)]
Merge branch 'sev/xolonium4_2' into 'master'

Update Xolonium fonts to version 4.2

See merge request xonotic/xonotic!72

3 years agoUpdate Xolonium fonts to version 4.2
Severin Meyer [Wed, 18 Nov 2020 19:52:41 +0000 (20:52 +0100)]
Update Xolonium fonts to version 4.2

3 years agoMerge branch 'bones_was_here/build.cron' into 'master'
Mario [Sun, 8 Nov 2020 16:14:14 +0000 (16:14 +0000)]
Merge branch 'bones_was_here/build.cron' into 'master'

Update xonotic-release-build.cron to the current version from srv03

See merge request xonotic/xonotic!71

3 years agoUpdate xonotic-release-build.cron to the current version from srv03
bones_was_here [Sun, 8 Nov 2020 16:08:11 +0000 (02:08 +1000)]
Update xonotic-release-build.cron to the current version from srv03

3 years agoDisable the German Git host of Xonotic until it can be repaired
Mario [Sun, 8 Nov 2020 04:59:51 +0000 (14:59 +1000)]
Disable the German Git host of Xonotic until it can be repaired

3 years agoMerge branch 'update-windows-dlls' into 'master'
Mario [Sat, 17 Oct 2020 00:27:25 +0000 (00:27 +0000)]
Merge branch 'update-windows-dlls' into 'master'

Update Windows DLLs

Closes #303 and #307

See merge request xonotic/xonotic!69

3 years agoAvoid using nested quotes in the map screenshot script
Mario [Wed, 14 Oct 2020 23:13:57 +0000 (09:13 +1000)]
Avoid using nested quotes in the map screenshot script

3 years agolibjpeg (libjpeg-turbo) 2.0.5
incognico [Tue, 7 Jul 2020 13:26:26 +0000 (15:26 +0200)]
libjpeg (libjpeg-turbo) 2.0.5

3 years agolibcurl 7.71.1
incognico [Tue, 7 Jul 2020 13:20:32 +0000 (15:20 +0200)]
libcurl 7.71.1

3 years agoMerge remote-tracking branch 'upstream/master' into update-windows-dlls
incognico [Tue, 7 Jul 2020 13:18:52 +0000 (15:18 +0200)]
Merge remote-tracking branch 'upstream/master' into update-windows-dlls

3 years agogmqcc: the usual branch now is main. amade/cleanup_includes
Rudolf Polzer [Mon, 15 Jun 2020 23:33:37 +0000 (19:33 -0400)]
gmqcc: the usual branch now is main.

If your local checkout is offended (as in, broken) by this, run:

./all checkout

to bring everything in order again.

3 years agoOops, add missing cygpopt-0.dll
incognico [Sat, 13 Jun 2020 17:28:52 +0000 (17:28 +0000)]
Oops, add missing cygpopt-0.dll

3 years agolibcurl-4.dll (7.70.0.0) with support for http2
incognico [Fri, 12 Jun 2020 16:21:28 +0000 (16:21 +0000)]
libcurl-4.dll (7.70.0.0) with support for http2

3 years agoUpdate rsync.exe, chmod.exe, and cygwin dlls too
incognico [Tue, 9 Jun 2020 08:37:43 +0000 (08:37 +0000)]
Update rsync.exe, chmod.exe, and cygwin dlls too

3 years agoRebuild with --enable-libccd
incognico [Tue, 9 Jun 2020 07:56:41 +0000 (07:56 +0000)]
Rebuild with --enable-libccd

3 years agoadd libode3 as optional, now it actually works and does not crash
incognico [Tue, 9 Jun 2020 07:30:14 +0000 (07:30 +0000)]
add libode3 as optional, now it actually works and does not crash

3 years agozlib1.dll - 1.2.11
incognico [Sun, 7 Jun 2020 21:58:34 +0000 (21:58 +0000)]
zlib1.dll - 1.2.11

3 years agoogg.dll -> libogg-0.dll
incognico [Sun, 7 Jun 2020 21:58:26 +0000 (21:58 +0000)]
ogg.dll -> libogg-0.dll

3 years agolibwinpthread-1.dll - 8.0.0.5906.c9a21571 (dependency of libgcc_s_dw2-1.dll)
incognico [Sun, 7 Jun 2020 21:57:51 +0000 (21:57 +0000)]
libwinpthread-1.dll - 8.0.0.5906.c9a21571 (dependency of libgcc_s_dw2-1.dll)

3 years agovorbisfile.dll -> libvorbisfile-3.dll
incognico [Sun, 7 Jun 2020 21:57:31 +0000 (21:57 +0000)]
vorbisfile.dll -> libvorbisfile-3.dll

3 years agovorbisenc.dll -> libvorbisenc-2.dll
incognico [Sun, 7 Jun 2020 21:57:14 +0000 (21:57 +0000)]
vorbisenc.dll -> libvorbisenc-2.dll

3 years agolibvorbisfile-3.dll - 1.3.6
incognico [Sun, 7 Jun 2020 21:56:54 +0000 (21:56 +0000)]
libvorbisfile-3.dll - 1.3.6

3 years agolibvorbisenc-2.dll - 1.3.6
incognico [Sun, 7 Jun 2020 21:56:43 +0000 (21:56 +0000)]
libvorbisenc-2.dll - 1.3.6

3 years agovorbis.dll -> libvorbis-0.dll
incognico [Sun, 7 Jun 2020 21:56:19 +0000 (21:56 +0000)]
vorbis.dll -> libvorbis-0.dll

3 years agolibvorbis-0.dll - 1.3.6
incognico [Sun, 7 Jun 2020 21:56:05 +0000 (21:56 +0000)]
libvorbis-0.dll - 1.3.6

3 years agolibtheora.dll -> libtheora-0.dll
incognico [Sun, 7 Jun 2020 21:55:48 +0000 (21:55 +0000)]
libtheora.dll -> libtheora-0.dll

3 years agolibtheora-0.dll 1.1.1
incognico [Sun, 7 Jun 2020 21:55:16 +0000 (21:55 +0000)]
libtheora-0.dll 1.1.1

3 years agolibpng16-16.dll - 1.6.37
incognico [Sun, 7 Jun 2020 21:54:47 +0000 (21:54 +0000)]
libpng16-16.dll - 1.6.37

3 years agolibogg-0.dll - 1.3.4
incognico [Sun, 7 Jun 2020 21:54:27 +0000 (21:54 +0000)]
libogg-0.dll - 1.3.4

3 years agolibjpeg.dll - 2.0.4 (jpeg-turbo)
incognico [Sun, 7 Jun 2020 21:54:10 +0000 (21:54 +0000)]
libjpeg.dll - 2.0.4 (jpeg-turbo)

3 years agolibgmp-10.dll - 6.2.0
incognico [Sun, 7 Jun 2020 21:53:58 +0000 (21:53 +0000)]
libgmp-10.dll - 6.2.0

3 years agolibgcc_s_dw2-1.dll - 10.1.0 (dependency)
incognico [Sun, 7 Jun 2020 21:52:04 +0000 (21:52 +0000)]
libgcc_s_dw2-1.dll - 10.1.0 (dependency)

3 years agolibfreetype-6.dll - 2.10.2
incognico [Sun, 7 Jun 2020 21:51:43 +0000 (21:51 +0000)]
libfreetype-6.dll - 2.10.2

3 years agolibcurl-4.dll - 7.70.0.0
incognico [Sun, 7 Jun 2020 21:51:31 +0000 (21:51 +0000)]
libcurl-4.dll - 7.70.0.0

3 years agolibpng15-15.dll -> libpng16-16.dll
incognico [Sun, 7 Jun 2020 21:50:36 +0000 (21:50 +0000)]
libpng15-15.dll -> libpng16-16.dll

3 years agochmod -x
incognico [Sun, 7 Jun 2020 21:50:20 +0000 (21:50 +0000)]
chmod -x

3 years agozlib1.dll - 1.2.11
incognico [Sun, 7 Jun 2020 21:48:46 +0000 (21:48 +0000)]
zlib1.dll - 1.2.11

3 years agolibpng16-16.dll - 1.6.37
incognico [Sun, 7 Jun 2020 21:48:30 +0000 (21:48 +0000)]
libpng16-16.dll - 1.6.37

3 years agolibvorbisenc.dll -> libvorbisenc-2.dll
incognico [Sun, 7 Jun 2020 21:48:11 +0000 (21:48 +0000)]
libvorbisenc.dll -> libvorbisenc-2.dll

3 years agolibvorbisfile.dll -> libvorbisfile-3.dll
incognico [Sun, 7 Jun 2020 21:46:58 +0000 (21:46 +0000)]
libvorbisfile.dll -> libvorbisfile-3.dll

3 years agolibvorbisfile-3.dll - 1.3.6
incognico [Sun, 7 Jun 2020 21:46:44 +0000 (21:46 +0000)]
libvorbisfile-3.dll - 1.3.6

3 years agolibvorbisenc-2.dll - 1.3.6
incognico [Sun, 7 Jun 2020 21:46:27 +0000 (21:46 +0000)]
libvorbisenc-2.dll - 1.3.6

3 years agolibvorbis.dll -> libvorbis-0.dll
incognico [Sun, 7 Jun 2020 21:46:07 +0000 (21:46 +0000)]
libvorbis.dll -> libvorbis-0.dll

3 years agolibvorbis-0.dll - 1.3.6
incognico [Sun, 7 Jun 2020 21:45:41 +0000 (21:45 +0000)]
libvorbis-0.dll - 1.3.6

3 years agochmod -x
incognico [Sun, 7 Jun 2020 21:45:05 +0000 (21:45 +0000)]
chmod -x

3 years agolibtheora.dll -> libtheora-0.dll
incognico [Sun, 7 Jun 2020 21:44:19 +0000 (21:44 +0000)]
libtheora.dll -> libtheora-0.dll

3 years agolibtheora-0.dll 1.1.1
incognico [Sun, 7 Jun 2020 21:43:57 +0000 (21:43 +0000)]
libtheora-0.dll 1.1.1

3 years agolibpng15-15.dll -> libpng16-16.dll
incognico [Sun, 7 Jun 2020 21:43:39 +0000 (21:43 +0000)]
libpng15-15.dll -> libpng16-16.dll

3 years agolibogg.dll -> libogg-0.dll
incognico [Sun, 7 Jun 2020 21:42:38 +0000 (21:42 +0000)]
libogg.dll -> libogg-0.dll

3 years agolibogg-0.dll - 1.3.4
incognico [Sun, 7 Jun 2020 21:42:13 +0000 (21:42 +0000)]
libogg-0.dll - 1.3.4

3 years agolibjpeg.dll - 2.0.4 (jpeg-turbo)
incognico [Sun, 7 Jun 2020 21:41:57 +0000 (21:41 +0000)]
libjpeg.dll - 2.0.4 (jpeg-turbo)

3 years agolibgmp-10.dll - 6.2.0
incognico [Sun, 7 Jun 2020 21:41:42 +0000 (21:41 +0000)]
libgmp-10.dll - 6.2.0

3 years agolibfreetype-6.dll - 2.10.2
incognico [Sun, 7 Jun 2020 21:41:29 +0000 (21:41 +0000)]
libfreetype-6.dll - 2.10.2

3 years agolibcurl-4.dll - 7.70.0.0
incognico [Sun, 7 Jun 2020 21:40:16 +0000 (21:40 +0000)]
libcurl-4.dll - 7.70.0.0

3 years agoDelete libstdc++-6.dll, not required anymore
nico [Sun, 7 Jun 2020 21:36:17 +0000 (21:36 +0000)]
Delete libstdc++-6.dll, not required anymore

3 years agoDelete libgcc_s_sjlj-1.dll, it was required by the remove libode-3.dll
nico [Sun, 7 Jun 2020 21:30:20 +0000 (21:30 +0000)]
Delete libgcc_s_sjlj-1.dll, it was required by the remove libode-3.dll

3 years agoDelete libode-3.dll, it is not loaded by the client on Windows and if it is, the...
nico [Sun, 7 Jun 2020 21:29:41 +0000 (21:29 +0000)]
Delete libode-3.dll, it is not loaded by the client on Windows and if it is, the game will crash

3 years agoDelete libode-3.dll, it is not loaded by the client on Windows and if it is, the...
nico [Sun, 7 Jun 2020 21:29:12 +0000 (21:29 +0000)]
Delete libode-3.dll, it is not loaded by the client on Windows and if it is, the game will crash

3 years agotransifex.cron: actually push new strings
Rudolf Polzer [Fri, 29 May 2020 21:59:46 +0000 (23:59 +0200)]
transifex.cron: actually push new strings

3 years agoAdd -nocrashdialog to scripts that automate a game session, to ensure they are not...
Mario [Tue, 26 May 2020 14:55:34 +0000 (00:55 +1000)]
Add -nocrashdialog to scripts that automate a game session, to ensure they are not stopped by a popup error message

3 years agoMerge branch 'bones_was_here/norelpk3' into 'master'
Mario [Tue, 26 May 2020 06:56:22 +0000 (06:56 +0000)]
Merge branch 'bones_was_here/norelpk3' into 'master'

Release builds: build the qcsrc with "make qc" instead of "make all"

Closes #223

See merge request xonotic/xonotic!68

3 years agoRelease builds: build the qcsrc with "make qc" instead of "all" 68/head
bones_was_here [Tue, 26 May 2020 06:14:12 +0000 (16:14 +1000)]
Release builds: build the qcsrc with "make qc" instead of "all"

3 years agoDon't create a top-level gmqcc directory since there are no prebuilt GMQCC binaries...
Mario [Sun, 24 May 2020 18:16:06 +0000 (04:16 +1000)]
Don't create a top-level gmqcc directory since there are no prebuilt GMQCC binaries to pull from, fixes #218

3 years agoDisable feature branches in the release script, since they no longer exist
Mario [Sun, 24 May 2020 17:51:49 +0000 (03:51 +1000)]
Disable feature branches in the release script, since they no longer exist

3 years agoMerge branch 'linux-desktop-prefer-non-default-gpu' into 'master'
Martin Taibr [Mon, 11 May 2020 00:34:21 +0000 (00:34 +0000)]
Merge branch 'linux-desktop-prefer-non-default-gpu' into 'master'

Request the dedicated GPU when starting Xonotic from the `.desktop` file

See <https://www.hadess.net/2020/05/dual-gpu-support-launch-on-discrete-gpu.html> for more information about this newly added `.desktop` entry property.

See merge request xonotic/xonotic!66

3 years agoRequest the dedicated GPU when starting Xonotic from the `.desktop` file 66/head
Hugo Locurcio [Wed, 6 May 2020 19:18:47 +0000 (21:18 +0200)]
Request the dedicated GPU when starting Xonotic from the `.desktop` file

See <https://www.hadess.net/2020/05/dual-gpu-support-launch-on-discrete-gpu.html>
for more information about this newly added `.desktop` entry property.

3 years agoWhen building a release, build only gmqcc, not all the other stuff.
Rudolf Polzer [Fri, 24 Apr 2020 00:18:07 +0000 (20:18 -0400)]
When building a release, build only gmqcc, not all the other stuff.

4 years agoMerge branch 'bones_was_here/improve-serverbench' into 'master'
Martin Taibr [Sun, 12 Apr 2020 22:52:54 +0000 (22:52 +0000)]
Merge branch 'bones_was_here/improve-serverbench' into 'master'

Improve serverbench command WRT #273

- Use a temporary directory for the files previously created in the repo with -nohome (eg lock, data/data/defaultSVQC.cfg). This is better than just deleting the files as it will still work if the files created change, and won't annoy a user who is running their normal server or client with -nohome.
- Gitignore the temp directory, so it won't get committed if the serverbench was interrupted.
- Use dedicated instead of requiring it as an argument, previously without args it would run in threaded server mode which is considered unstable and doesn't run properly in this useage.

Resolves #273

See merge request xonotic/xonotic!62

4 years agoRemove temp dir at ^C, kill, terminal closed, broken pipe, segfault, etc as well...
bones_was_here [Sun, 12 Apr 2020 22:02:24 +0000 (08:02 +1000)]
Remove temp dir at ^C, kill, terminal closed, broken pipe, segfault, etc as well as script exit

4 years agoFix omission of user supplied args
bones_was_here [Sun, 12 Apr 2020 21:32:45 +0000 (07:32 +1000)]
Fix omission of user supplied args

4 years agoUse lowercase hidden temp dir for serverbench
bones_was_here [Sun, 12 Apr 2020 21:11:24 +0000 (07:11 +1000)]
Use lowercase hidden temp dir for serverbench

4 years agoMerge branch 'bones_was_here/gitignorewebsite' into 'master'
Martin Taibr [Wed, 8 Apr 2020 01:10:38 +0000 (01:10 +0000)]
Merge branch 'bones_was_here/gitignorewebsite' into 'master'

Avoid untracked files issues when having xonotic.org repo enabled

See merge request xonotic/xonotic!65