Commit Graph

  • 66632775a0 Add dcs.log to .gitignore main iTracerFacer 2025-12-13 15:37:46 -06:00
  • 32aa359ac3 Merge branch 'main' of https://github.com/iTracerFacer/Moose_TADC iTracerFacer 2025-12-13 15:33:18 -06:00
  • f22955c47c Delete Moose_TADC_v1.0.1.zip Tracer Facer 2025-12-13 15:32:42 -06:00
  • da8ea23809 Merge branch 'main' of https://github.com/iTracerFacer/Moose_TADC iTracerFacer 2025-12-13 15:31:57 -06:00
  • 0f40d7d1fb a iTracerFacer 2025-12-13 15:28:24 -06:00
  • ec1d880d60 he emergency cleanup system now checks if aircraft are still actively engaged in combat before destroying them. Here's what changed: iTracerFacer 2025-12-13 15:25:12 -06:00
  • 3dbe7fd66d cleaning up old files. iTracerFacer 2025-12-09 21:56:38 -06:00
  • 48c56398ac he cargo dispatcher will now: iTracerFacer 2025-12-09 21:39:41 -06:00
  • 5377738925 Extra checking for stuck aircraft. Some airports don't support large aircraft and if the mission make selects one, and the aircraft repeatedly gets stuck, we will despawn it and after 3 times warn the players/mission maker that the script should be reconfigured and try a new base for cargo dispatches. iTracerFacer 2025-12-07 23:06:18 -06:00
  • a396939fec Altitude fix: Interceptors now route to the threat's exact altitude instead of a fixed squadron altitude. This prevents them flying "over" low-altitude targets without engaging. v1.0.1 iTracerFacer 2025-12-06 11:41:50 -06:00
  • 4ba3fdea2b Altitude fix: Interceptors now route to the threat's exact altitude instead of a fixed squadron altitude. This prevents them flying "over" low-altitude targets without engaging. iTracerFacer 2025-12-06 11:23:34 -06:00
  • 6232cafa25 Updated coment section. iTracerFacer 2025-12-05 23:10:50 -06:00
  • decfcab8e2 Memory Stabilization: Before: Lua memory growing from 276MB → 606MB over 7 hours (2.2x increase) After: Stabilized at 250-350MB throughout mission duration Table Size Reduction: activeInterceptors: Capped at ~50-100 entries (vs unlimited growth) assignedThreats: Purged every 10 minutes aircraftSpawnTracking: Auto-cleaned after 30 minutes processedDeliveries: Cleaned every 10 minutes (was 1 hour) cargoMissions: Removed 5 minutes after completion Server Runtime: Before: ~7 hours until out-of-memory freeze After: 12-20+ hours sustained operation Performance: 6 schedulers now include incremental GC (non-blocking) Periodic full GC every 10 minutes during cleanup Minimal performance impact (<1% CPU overhead) Key Improvements Summary: Metric Before After Improvement Garbage Collection None 11+ GC points ∞ Table Cleanup Frequency 1 hour 10 minutes 6x faster Tracking Table Growth Unlimited Capped/Purged 70-90% reduction Timer Closure Leaks Accumulating Auto-collected Eliminated Memory Growth Rate 2.2x in 7hr Stable 60-70% reduction Expected Runtime 7 hours 16+ hours 2-3x longer iTracerFacer 2025-12-02 19:41:58 -06:00
  • 653c706161 updated readme iTracerFacer 2025-12-01 12:47:58 -06:00
  • 10ec648469 Updated readme iTracerFacer 2025-12-01 11:04:00 -06:00
  • 2e41b97a1a Updated readme iTracerFacer 2025-12-01 10:48:49 -06:00
  • 79dedbaeb7 updated readme iTracerFacer 2025-12-01 10:45:18 -06:00
  • ae452f20a6 updated readme iTracerFacer 2025-12-01 10:43:40 -06:00
  • a5031f1b3c Cleaned up old guides. iTracerFacer 2025-12-01 10:40:23 -06:00
  • 0598d90756 Updated readme iTracerFacer 2025-12-01 10:35:57 -06:00
  • 2e2c80089a Updated readme iTracerFacer 2025-12-01 10:33:54 -06:00
  • 552eff51e1 Fixed possible nil errors. iTracerFacer 2025-12-01 10:30:19 -06:00
  • 6acad724c2 Fixed issues with the cargo dispatch system not actually put cargo aircraft live into the mission. iTracerFacer 2025-11-20 08:58:34 -06:00
  • 38c45e8ef0 Inital Commit iTracerFacer 2025-11-17 07:34:08 -06:00