Skip to content

Terencehill/dumpturrets

terencehill requested to merge terencehill/dumpturrets into master
  1. Fix #2199 (closed) "sv_cmd dumpturrets doesn't work". The new implementation is similar to the dumpweapons one
  2. Fix array indices out of bounds; abort dump if a weapon / turret has more than MAX_CONFIG_SETTINGS settings
  3. Remove unused turret cvars g_turrets_unit_*_ammo (initial ammo is loaded from g_turrets_unit_*_ammo_max)
  4. Fix g_turrets_unit_*_target_select_missilebias cvars that weren't read
  5. Improve implementation of turrets settings creation/loading

Merge request reports