Package: nexuiz-data / 2.5.2-11

Metadata

Package Version Patches format
nexuiz-data 2.5.2-11 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01_remove_broken_keys.diff | (download)

data/defaultNexuiz.cfg | 2 0 2 - 0 !
1 file changed, 2 deletions(-)

 remove broken keys from default keyboard configuration

Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=477397

02_disable_update_check.diff | (download)

data/defaultNexuiz.cfg | 2 1 1 - 0 !
1 file changed, 1 insertion( ), 1 deletion(-)

 disable update check so it won't nag users (closes: #522738)


03_no_datapk3_timestamp.diff | (download)

data/Makefile | 2 1 1 - 0 !
1 file changed, 1 insertion( ), 1 deletion(-)

 remove unnecessary release timestamps from .pk3-files


04_exclude_music_in_datapk3.diff | (download)

data/Makefile | 2 1 1 - 0 !
1 file changed, 1 insertion( ), 1 deletion(-)

 exclude the music files from the big data.pk3 zip archive


05_disable_development_warning.diff | (download)

data/defaultNexuiz.cfg | 16 3 13 - 0 !
1 file changed, 3 insertions( ), 13 deletions(-)

 make nexuiz not complain about being a development snapshot

This is necessary because we fetch sources from the upstream Subversion
repository.

exclude_textures_from_data.pk3.diff | (download)

data/Makefile | 2 1 1 - 0 !
1 file changed, 1 insertion( ), 1 deletion(-)

 split out textures for the nexuiz-textures binary package

Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=557218

windowed_by_default.diff | (download)

data/defaultNexuiz.cfg | 2 1 1 - 0 !
1 file changed, 1 insertion( ), 1 deletion(-)

 make the engine start in windowed mode by default


reproducible_build.diff | (download)

data/update-cvarcount.sh | 6 3 3 - 0 !
1 file changed, 3 insertions( ), 3 deletions(-)

 sort in a locale-independent way

During build a checksum over configuration settings is calculated and
embedded in some files. The lines are sorted before generating the
Put parentheses around array member dereferences.patch | (download)

data/qcsrc/client/sbar.qc | 18 9 9 - 0 !
data/qcsrc/server/cl_weaponsystem.qc | 4 2 2 - 0 !
data/qcsrc/server/g_damage.qc | 4 2 2 - 0 !
data/qcsrc/server/scores.qc | 12 6 6 - 0 !
data/qcsrc/server/w_common.qc | 20 10 10 - 0 !
5 files changed, 29 insertions( ), 29 deletions(-)

 put parentheses around array member dereferences

This avoids precedence issues in newer versions of fteqcc.

Similar in concept to
https://gitlab.com/xonotic/xonotic-data.pk3dir/commit/d27a9970837d9430120bc4dbe0fa873ecce87450
in Xonotic, although the lines involved are unrelated.

Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=668349