Mario
37ba76c6b9
Add -nocrashdialog to scripts that automate a game session, to ensure they are not stopped by a popup error message
2020-05-27 00:55:44 +10:00
Mario
b61dd32317
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
2020-05-26 06:56:22 +00:00
bones_was_here
9e16ed5e34
Release builds: build the qcsrc with "make qc" instead of "all"
2020-05-26 16:14:12 +10:00
Mario
095d084707
Don't create a top-level gmqcc directory since there are no prebuilt GMQCC binaries to pull from, fixes #218
2020-05-25 04:16:06 +10:00
Mario
c77e169721
Disable feature branches in the release script, since they no longer exist
2020-05-25 03:51:49 +10:00
Martin Taibr
ffaf0595bf
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
2020-05-11 00:34:21 +00:00
Hugo Locurcio
0344efc00b
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.
2020-05-06 21:18:47 +02:00
Rudolf Polzer
ccb88e2234
When building a release, build only gmqcc, not all the other stuff.
2020-04-23 20:18:07 -04:00
Martin Taibr
9df4cd612d
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
2020-04-12 22:52:54 +00:00
bones_was_here
dee2bf9bd9
Remove temp dir at ^C, kill, terminal closed, broken pipe, segfault, etc as well as script exit
2020-04-13 08:02:24 +10:00
bones_was_here
9e34e2f43b
Fix omission of user supplied args
2020-04-13 07:32:45 +10:00
bones_was_here
67caf9f66d
Use lowercase hidden temp dir for serverbench
2020-04-13 07:11:24 +10:00
Martin Taibr
9825dc306e
Merge branch 'bones_was_here/gitignorewebsite' into 'master'
...
Avoid untracked files issues when having xonotic.org repo enabled
See merge request xonotic/xonotic!65
2020-04-08 01:10:38 +00:00
bones_was_here
29a2ac2c1d
Avoid untracked files issues when having xonotic.org repo enabled
2020-04-08 00:40:48 +10:00
Martin Taibr
e923f1c5c1
Merge branch 'bones_was_here/curlhttpsfix' into 'master'
...
Enable http redirects for curl and request https for beta.xonotic.org
Closes #301
See merge request xonotic/xonotic!64
2020-03-21 06:11:57 +00:00
bones_was_here
c19fb6c4f5
Enable http redirects for curl and request https for beta.xonotic.org
2020-03-21 15:54:44 +10:00
Martin Taibr
53f9a1b4b2
Merge branch 'bones_was_here/autobuildlno' into 'master'
...
Include line numbers in autobuild/beta qc crashes
Closes #300
See merge request xonotic/xonotic!63
2020-03-19 21:31:06 +00:00
bones_was_here
4211ab400e
Include line numbers in autobuild/beta qc crashes
2020-03-19 21:31:06 +00:00
Mario
24a9e8b3ef
Update sv_vote_commands in server.cfg to match current default
2020-03-14 11:33:41 +10:00
Rudolf Polzer
81086fbdb3
Fix netradiant compile to put the q3map2 binary in the path where the compile script expects it.
2020-01-12 05:19:58 +01:00
Martin Taibr
4de6a91842
rename daemon to daemon-glue
2020-01-10 17:45:23 +01:00
Rudolf Polzer
eb3a4bed3f
Turn off cl_movement on the screenshot server.
...
It might be the cause of "all screenshots equal".
Impulses are run as part of player movement packet processing, but nextframe
uses StartFrame, and there's no 1:1 relation between the two. With cl_movement
0, there is.
2020-01-07 02:22:22 +01:00
Martin Taibr
5a9ba06ab1
link to trranslation guide
2020-01-01 12:33:44 +01:00
Martin Taibr
ee2690eac5
reban for faking activity
2019-12-27 09:45:46 +01:00
Mario
5b09fc3bbb
Remove some old banned IPs for the Xonotic 0.8.2 server, add a note about the system supporting 16 servers
2019-12-26 01:17:27 +10:00
Mario
1b3d98f51b
Add more information to fpsclassico ban reason (adds a spectator bot posing as a client when empty)
2019-11-26 10:01:35 +10:00
Martin Taibr
429d4f3d12
Update COPYING - user branch naming scheme is not enforced
2019-11-24 00:09:02 +00:00
Martin Taibr
2e1e717887
reban
2019-11-09 22:55:10 +01:00
Martin Taibr
5179dcf51d
dupe
2019-11-02 21:16:18 +01:00
Martin Taibr
df19af404c
reban
2019-11-02 21:14:38 +01:00
Martin Taibr
0a0711d96d
reban
2019-11-02 17:10:34 +01:00
Martin Taibr
d95ee83f3b
reban server faking activity
2019-11-02 14:46:08 +01:00
Rudolf Polzer
b21867380b
Merge branch 'cmake-q3map2' into 'master'
...
all: compile q3map2 using cmake
See merge request xonotic/xonotic!45
2019-10-11 16:43:37 +00:00
Rudolf Polzer
d1c4747210
xonotic-map-compiler infrastructure script: allow running "from scratch".
2019-10-11 18:41:47 +02:00
Rudolf Polzer
33aa8d8b57
Make xonotic-map-compiler use cmake.
2019-10-11 18:38:31 +02:00
bones_was_here
5b67f01dc4
Improve serverbench command WRT #273 (fix)
2019-10-06 00:06:28 +10:00
bones_was_here
acea210d59
Improve serverbench command WRT #273
2019-10-03 03:34:22 +10:00
Mario
3125fa3054
Merge branch 'nyov/wikiexporter' into 'master'
...
redmine wiki crawler
See merge request xonotic/xonotic!3
2019-09-30 04:41:33 +00:00
Mario
b1001612ef
Merge branch 'packer/cached-converter' into 'master'
...
cached-converter: check file extensions correctly
Closes xonotic-data.pk3dir#2158
See merge request xonotic/xonotic!48
2019-09-30 04:38:37 +00:00
Mario
4027658f3d
Merge branch 'translate_desktop' into 'master'
...
Translate desktop files and AppData to German
See merge request xonotic/xonotic!57
2019-09-28 00:59:56 +00:00
Wuzzy
12e4ebadb5
Merge branch 'master' into 'translate_desktop'
...
# Conflicts:
# misc/logos/xonotic-glx.desktop
# misc/logos/xonotic.appdata.xml
# misc/logos/xonotic.desktop
2019-09-27 20:47:09 +00:00
Martin Taibr
f68b642333
futureproof -r default
2019-09-27 15:15:49 +02:00
Mario
7533f624e9
Merge branch 'all-default-to-release' into 'master'
...
Build an optimized release binary when using `./all compile` by default
See merge request xonotic/xonotic!60
2019-09-27 11:39:10 +00:00
Hugo Locurcio
76b9444fed
Build an optimized release binary when using ./all compile
by default
...
This prevents players who download the source code to build and play
from using an unoptimized debug build by forgetting to pass the `-r`
switch.
Compiling a debug build is now done by passing `-d`.
The `-r` flag is still supported for compatibility with existing
scripts.
2019-09-27 13:34:48 +02:00
Mario
8fd5135b8d
Merge branch 'translate-desktop-appdata-french' into 'master'
...
Translate desktop files and AppData to French
See merge request xonotic/xonotic!61
2019-09-27 00:02:15 +00:00
Mario
7e91a2c46d
Merge branch 'martin-t/vbots' into 'master'
...
Add bots, nobots, document new bot skill
See merge request xonotic/xonotic!52
2019-09-25 23:51:52 +00:00
Hugo Locurcio
e206afdbac
Translate desktop files and AppData to French
2019-09-20 22:00:47 +02:00
Martin Taibr
1d61c51312
match skill in example config to default
2019-09-12 01:36:24 +02:00
Mario
9d6e4bb3b9
Update "Xonotic 0.8.2 Server" IP in ban list
2019-09-04 05:23:29 +10:00
Mario
c6297696ed
Restore yet another weird path in SDL lib configs
2019-08-26 12:44:10 +10:00