Page MenuHomeWildfire Games

Add a dancing test-map
ClosedPublic

Authored by wraitii on Jan 11 2021, 3:36 PM.

Details

Summary

This adds a test-map for various dancing behaviour:

  • Manual dancing
  • Patrol dancing
  • 'Square' dancing.
  • 'Zigzag' dancing.

With a bunch of units.

The results are currently horrible. While javelineers sort of manage, archers basically still don't work at all.

Test Plan

Run the map.

Diff Detail

Repository
rP 0 A.D. Public Repository
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

wraitii created this revision.Jan 11 2021, 3:36 PM
Owners added a subscriber: Restricted Owners Package.Jan 11 2021, 3:36 PM
This comment was removed by wraitii.

Build is green

builderr-debug-macos.txt
ld: warning: text-based stub file /System/Library/Frameworks//CoreAudio.framework/CoreAudio.tbd and library file /System/Library/Frameworks//CoreAudio.framework/CoreAudio are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//AudioToolbox.framework/AudioToolbox.tbd and library file /System/Library/Frameworks//AudioToolbox.framework/AudioToolbox are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//ForceFeedback.framework/ForceFeedback.tbd and library file /System/Library/Frameworks//ForceFeedback.framework/ForceFeedback are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreVideo.framework/CoreVideo.tbd and library file /System/Library/Frameworks//CoreVideo.framework/CoreVideo are out of sync. Falling back to library file for linking.
ld: warning: text-based stu

See https://jenkins.wildfiregames.com/job/macos-differential/2768/display/redirect for more details.

wraitii requested review of this revision.Jan 11 2021, 3:42 PM
wraitii updated this revision to Diff 15144.Jan 11 2021, 6:04 PM

Add a second run with no spread, clean up a few things.

wraitii edited the summary of this revision. (Show Details)Jan 11 2021, 6:04 PM

Current Run

Experiment start
Success (4400): Experiment reg_zigzag_jav finished: target was killed
Success (10200): Experiment unit_manual_dance_multi_jav finished: target was killed
Success (18200): Experiment reg_zigzag_archer_multi finished: target was killed
Success (18800): Experiment fast_patrol_jav finished: target was killed
Success (21200): Experiment fast_unit_manual_bad_dance_jav finished: target was killed
Success (22400): Experiment unit_manual_bad_dance_jav finished: target was killed
Success (31200): Experiment fast_unit_manual_dance_jav finished: target was killed
Success (35800): Experiment fast_zizag_archer_multi finished: target was killed
Success (37000): Experiment fast_square_archer_multi finished: target was killed
Success (43800): Experiment unit_manual_dance_jav finished: target was killed
Success (50200): Experiment reg_square_archer_multi finished: target was killed
Success (51200): Experiment fast_patrol_archer finished: target was killed
Success (54200): Experiment fast_unit_manual_bad_dance_archer finished: target was killed
Failure (60200): Experiment fast_square_archer finished: target was not killed
Success (64200): Experiment fast_unit_manual_dance_archer finished: target was killed
Failure (79800): Experiment reg_square_archer finished: target was not killed
Success (86200): Experiment reg_zigzag_archer finished: target was killed
Success (95400): Experiment unit_manual_dance_multi_archer finished: target was killed
Success (97200): Experiment unit_manual_bad_dance_archer finished: target was killed
Failure (98800): Experiment unit_manual_dance_archer finished: target was not killed
Failure (119600): Experiment fast_zizag_archer finished: target was not killed
Experiment start
Success (4400): Experiment reg_zigzag_jav finished: target was killed
Success (6200): Experiment unit_manual_dance_multi_jav finished: target was killed
Success (14000): Experiment reg_zigzag_archer_multi finished: target was killed
Success (16200): Experiment unit_manual_bad_dance_jav finished: target was killed
Success (17400): Experiment fast_patrol_jav finished: target was killed
Success (17400): Experiment fast_unit_manual_bad_dance_jav finished: target was killed
Success (19600): Experiment fast_square_archer_multi finished: target was killed
Success (26200): Experiment unit_manual_dance_jav finished: target was killed
Success (30200): Experiment fast_unit_manual_dance_archer finished: target was killed
Success (31200): Experiment fast_unit_manual_bad_dance_archer finished: target was killed
Success (31200): Experiment fast_unit_manual_dance_jav finished: target was killed
Success (35200): Experiment fast_patrol_archer finished: target was killed
Success (35800): Experiment fast_zizag_archer_multi finished: target was killed
Success (38200): Experiment unit_manual_bad_dance_archer finished: target was killed
Success (42200): Experiment reg_square_archer_multi finished: target was killed
Success (53000): Experiment reg_zigzag_archer finished: target was killed
Failure (60200): Experiment fast_square_archer finished: target was not killed
Failure (79800): Experiment reg_square_archer finished: target was not killed
Failure (98800): Experiment unit_manual_dance_archer finished: target was not killed
Failure (98800): Experiment unit_manual_dance_multi_archer finished: target was not killed
Failure (119600): Experiment fast_zizag_archer finished: target was not killed

Build is green

builderr-debug-macos.txt
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../../binaries/system/libsimulation2_dbg.a(precompiled.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../../binaries/system/libgraphics_dbg.a(precompiled.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: ../../../binaries/system/libatlas_dbg.a(precompiled.o) has no symbols
ld: warning: text-based stub file /System/Library/Frameworks//CoreAudio.framework/CoreAudio.tbd and library file /System/Library/Frameworks//CoreAudio.framework/CoreAudio are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//AudioToolbox.framework/AudioToolbox.tbd and library file /System/Library/Frameworks//AudioToolbox.framework/AudioToolbox are out of sync. Falling back to library

See https://jenkins.wildfiregames.com/job/macos-differential/2773/display/redirect for more details.

This revision was not accepted when it landed; it landed in state Needs Review.Jan 12 2021, 7:04 PM
This revision was automatically updated to reflect the committed changes.