X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Futil.qh;h=2033aa94b7eeeaa7a226ac516757cfbac84cd0cd;hb=3b4ecdd4afd99573627e610610dc3908f1003c0b;hp=d0a8ab86a1acec5d974fa5ea56001ef8973e4bb8;hpb=44aa8946945001e43f22bb2ca8c7b725dc8c9513;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/util.qh b/qcsrc/common/util.qh index d0a8ab86a..2033aa94b 100644 --- a/qcsrc/common/util.qh +++ b/qcsrc/common/util.qh @@ -26,8 +26,8 @@ vector real_origin(entity ent); #endif #ifdef SVQC -// temporary array used to dump weapon and turret settings -const int MAX_CONFIG_SETTINGS = 256; +// temporary array used to dump settings for each weapon / turret +const int MAX_CONFIG_SETTINGS = 70; string config_queue[MAX_CONFIG_SETTINGS]; #endif @@ -156,6 +156,9 @@ float get_model_parameters_fixbone; string get_model_parameters_desc; float get_model_parameters(string mod, float skn); // call with string_null to clear; skin -1 means mod is the filename of the txt file and is to be split +ERASEABLE +string translate_key(string key); + // x-encoding (encoding as zero length invisible string) // encodes approx. 14 bits into 5 bytes of color code string const float XENCODE_MAX = 21295; // 2*22*22*22-1