]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - quakedef.h
raise MAX_STATICENTITIES for a new map goldenboy is making
[xonotic/darkplaces.git] / quakedef.h
index b308f60eaded7de4dc79baf3b2dd761d708692fb..975549672b9f336a35a67a69ad8025b56bacb769 100644 (file)
@@ -182,7 +182,7 @@ extern char engineversion[128];
 #define        MAX_DECALS_INITIAL              8192 ///< initial allocation for cl.decals
 #define        MAX_DECALS                              1048576 ///< upper limit on cl.decals size
 #define        MAX_ENITIES_INITIAL             256 ///< initial size of cl.entities
-#define        MAX_STATICENTITIES              256 ///< limit on size of cl.static_entities
+#define        MAX_STATICENTITIES              1024 ///< limit on size of cl.static_entities
 #define        MAX_EFFECTS                             256 ///< limit on size of cl.effects
 #define        MAX_BEAMS                               256 ///< limit on size of cl.beams
 #define        MAX_TEMPENTITIES                4096 ///< max number of temporary models visible per frame (certain sprite effects, certain types of CSQC entities also use this)
@@ -229,6 +229,8 @@ extern char engineversion[128];
 //#define STAT_TIME                    17 ///< FTE
 //#define STAT_VIEW2           20 ///< FTE
 #define STAT_VIEWZOOM          21 ///< DP
+#define STAT_MOVEVARS_AIRSTRAFEACCEL_QW 223 ///< DP
+#define STAT_MOVEVARS_AIRCONTROL_POWER                                 224 ///< DP
 #define STAT_MOVEFLAGS                              225 ///< DP
 #define STAT_MOVEVARS_WARSOWBUNNY_AIRFORWARDACCEL      226 ///< DP
 #define STAT_MOVEVARS_WARSOWBUNNY_ACCEL                                227 ///< DP
@@ -264,6 +266,8 @@ extern char engineversion[128];
 // moveflags values
 #define MOVEFLAG_VALID 0x80000000
 #define MOVEFLAG_Q2AIRACCELERATE 0x00000001
+#define MOVEFLAG_NOGRAVITYONGROUND 0x00000002
+#define MOVEFLAG_GRAVITYUNAFFECTEDBYTICRATE 0x00000004
 
 // stock defines