├── .gitignore ├── LICENSE ├── README.md ├── Source ├── AbstractGroup.h ├── AbstractOrder.h ├── ActionGenerator.cpp ├── ActionGenerator.h ├── ActionProbabilities.h ├── CombatInfo.h ├── CombatSimDecreased.cpp ├── CombatSimDecreased.h ├── CombatSimLanchester.cpp ├── CombatSimLanchester.h ├── CombatSimSustained.cpp ├── CombatSimSustained.h ├── CombatSimulator.cpp ├── CombatSimulator.h ├── EvaluationFunction.cpp ├── EvaluationFunction.h ├── GameNode.cpp ├── GameNode.h ├── GameState.cpp ├── GameState.h ├── MCTSCD.cpp ├── MCTSCD.h ├── Negamax.h ├── RegionManager.cpp ├── RegionManager.h ├── TargetSorting.cpp ├── TargetSorting.h ├── UnitInfoStatic.cpp ├── UnitInfoStatic.h ├── stdafx.cpp ├── stdafx.h └── targetver.h ├── StarAlgo.sdf ├── StarAlgo.sln ├── StarAlgo.v12.suo ├── StarAlgo.vcxproj ├── StarAlgo.vcxproj.filters ├── StarAlgo.vcxproj.user ├── examples └── UAlbertaBot with StarAlgo │ ├── BOSS │ ├── .gitignore │ ├── Makefile │ ├── Qt │ │ ├── BOSSGUI.pro │ │ ├── Protoss_Probe.ico │ │ ├── main.cpp │ │ ├── mainwindow.cpp │ │ ├── mainwindow.h │ │ └── mainwindow.ui │ ├── VisualStudio │ │ ├── BOSS.sln │ │ ├── BOSS.vcxproj │ │ ├── BOSS.vcxproj.filters │ │ ├── BOSS_combatsearch.vcxproj │ │ ├── BOSS_main.psess │ │ ├── BOSS_main.vcxproj │ │ └── BOSS_main.vcxproj.filters │ ├── bin │ │ ├── buildorders │ │ │ ├── Protoss_DarkTemplarRush.txt │ │ │ ├── Protoss_DragoonRange.txt │ │ │ ├── Terran_TankPush.txt │ │ │ ├── Zerg_2HatchHydra.txt │ │ │ └── Zerg_3HatchMuta.txt │ │ └── images │ │ │ ├── command_icons │ │ │ ├── Adrenal_Glands.png │ │ │ ├── Anabolic_Synthesis.png │ │ │ ├── Antennae.png │ │ │ ├── Apial_Sensors.png │ │ │ ├── Apollo_Reactor.png │ │ │ ├── Argus_Jewel.png │ │ │ ├── Argus_Talisman.png │ │ │ ├── Burrowing.png │ │ │ ├── Caduceus_Reactor.png │ │ │ ├── Carrier_Capacity.png │ │ │ ├── Charon_Boosters.png │ │ │ ├── Chitinous_Plating.png │ │ │ ├── Cloaking_Field.png │ │ │ ├── Colossus_Reactor.png │ │ │ ├── Command_Attack.png │ │ │ ├── Command_Build_Advanced_Structure.png │ │ │ ├── Command_Build_Basic_Structure.png │ │ │ ├── Command_Gather.png │ │ │ ├── Command_Halt_Construction.png │ │ │ ├── Command_Hold_Position.png │ │ │ ├── Command_Load.png │ │ │ ├── Command_Move.png │ │ │ ├── Command_Patrol.png │ │ │ ├── Command_Repair.png │ │ │ ├── Command_Return_Cargo.png │ │ │ ├── Command_Set_Rally_Point.png │ │ │ ├── Command_Spider_Mine.png │ │ │ ├── Command_Stop.png │ │ │ ├── Command_Unload.png │ │ │ ├── Consume.png │ │ │ ├── Dark_Swarm.png │ │ │ ├── Defensive_Matrix.png │ │ │ ├── Disruption_Web.png │ │ │ ├── EMP_Shockwave.png │ │ │ ├── Ensnare.png │ │ │ ├── Feedback.png │ │ │ ├── Fusion_Cutter.png │ │ │ ├── Gamete_Meiosis.png │ │ │ ├── Gauss_Rifle.png │ │ │ ├── Gravitic_Boosters.png │ │ │ ├── Gravitic_Drive.png │ │ │ ├── Gravitic_Thrusters.png │ │ │ ├── Grooved_Spines.png │ │ │ ├── Hallucination.png │ │ │ ├── Heal.png │ │ │ ├── Infest_Command_Center.png │ │ │ ├── Ion_Thrusters.png │ │ │ ├── Irradiate.png │ │ │ ├── Khaydarin_Amulet.png │ │ │ ├── Khaydarin_Core.png │ │ │ ├── Land.png │ │ │ ├── Leg_Enhancements.png │ │ │ ├── Lift_Off.png │ │ │ ├── Lockdown.png │ │ │ ├── Lurker_Aspect.png │ │ │ ├── Maelstrom.png │ │ │ ├── Metabolic_Boost.png │ │ │ ├── Metasynaptic_Node.png │ │ │ ├── Mind_Control.png │ │ │ ├── Moebius_Reactor.png │ │ │ ├── Muscular_Augments.png │ │ │ ├── Nuclear_Strike.png │ │ │ ├── Ocular_Implants.png │ │ │ ├── Optical_Flare.png │ │ │ ├── Parasite.png │ │ │ ├── Personnel_Cloaking.png │ │ │ ├── Plague.png │ │ │ ├── Pneumatized_Carapace.png │ │ │ ├── Protoss_Air_Armor.png │ │ │ ├── Protoss_Air_Weapons.png │ │ │ ├── Protoss_Ground_Armor.png │ │ │ ├── Protoss_Ground_Weapons.png │ │ │ ├── Protoss_Plasma_Shields.png │ │ │ ├── Psionic_Storm.png │ │ │ ├── Reaver_Capacity.png │ │ │ ├── Recall.png │ │ │ ├── Restoration.png │ │ │ ├── Scanner_Sweep.png │ │ │ ├── Scarab_Damage.png │ │ │ ├── Sensor_Array.png │ │ │ ├── Singularity_Charge.png │ │ │ ├── Spawn_Broodlings.png │ │ │ ├── Spider_Mines.png │ │ │ ├── Stasis_Field.png │ │ │ ├── Stim_Packs.png │ │ │ ├── Tank_Siege_Mode.png │ │ │ ├── Tank_Tank_Mode.png │ │ │ ├── Terran_Infantry_Armor.png │ │ │ ├── Terran_Infantry_Weapons.png │ │ │ ├── Terran_Ship_Plating.png │ │ │ ├── Terran_Ship_Weapons.png │ │ │ ├── Terran_Vehicle_Plating.png │ │ │ ├── Terran_Vehicle_Weapons.png │ │ │ ├── Titan_Reactor.png │ │ │ ├── U_238_Shells.png │ │ │ ├── Unburrow.png │ │ │ ├── Ventral_Sacs.png │ │ │ ├── Vulture_Mine.png │ │ │ ├── Yamato_Gun.png │ │ │ ├── Zerg_Carapace.png │ │ │ ├── Zerg_Flyer_Attacks.png │ │ │ ├── Zerg_Flyer_Carapace.png │ │ │ ├── Zerg_Melee_Attacks.png │ │ │ ├── Zerg_Missile_Attacks.png │ │ │ ├── fix.bat │ │ │ └── incomplete │ │ │ │ ├── Mind_Control (2).png │ │ │ │ ├── cmdicons000.png │ │ │ │ ├── cmdicons001.png │ │ │ │ ├── cmdicons002.png │ │ │ │ ├── cmdicons003.png │ │ │ │ ├── cmdicons004.png │ │ │ │ ├── cmdicons005.png │ │ │ │ ├── cmdicons007.png │ │ │ │ ├── cmdicons008.png │ │ │ │ ├── cmdicons009.png │ │ │ │ ├── cmdicons010.png │ │ │ │ ├── cmdicons011.png │ │ │ │ ├── cmdicons012.png │ │ │ │ ├── cmdicons013.png │ │ │ │ ├── cmdicons014.png │ │ │ │ ├── cmdicons015.png │ │ │ │ ├── cmdicons016.png │ │ │ │ ├── cmdicons018.png │ │ │ │ ├── cmdicons025.png │ │ │ │ ├── cmdicons035.png │ │ │ │ ├── cmdicons036.png │ │ │ │ ├── cmdicons037.png │ │ │ │ ├── cmdicons038.png │ │ │ │ ├── cmdicons039.png │ │ │ │ ├── cmdicons041.png │ │ │ │ ├── cmdicons042.png │ │ │ │ ├── cmdicons043.png │ │ │ │ ├── cmdicons044.png │ │ │ │ ├── cmdicons045.png │ │ │ │ ├── cmdicons046.png │ │ │ │ ├── cmdicons047.png │ │ │ │ ├── cmdicons050.png │ │ │ │ ├── cmdicons051.png │ │ │ │ ├── cmdicons059.png │ │ │ │ ├── cmdicons064.png │ │ │ │ ├── cmdicons065.png │ │ │ │ ├── cmdicons066.png │ │ │ │ ├── cmdicons067.png │ │ │ │ ├── cmdicons068.png │ │ │ │ ├── cmdicons069.png │ │ │ │ ├── cmdicons070.png │ │ │ │ ├── cmdicons071.png │ │ │ │ ├── cmdicons072.png │ │ │ │ ├── cmdicons073.png │ │ │ │ ├── cmdicons074.png │ │ │ │ ├── cmdicons081.png │ │ │ │ ├── cmdicons084.png │ │ │ │ ├── cmdicons085.png │ │ │ │ ├── cmdicons087.png │ │ │ │ ├── cmdicons089.png │ │ │ │ ├── cmdicons090.png │ │ │ │ ├── cmdicons091.png │ │ │ │ ├── cmdicons092.png │ │ │ │ ├── cmdicons093.png │ │ │ │ ├── cmdicons095.png │ │ │ │ ├── cmdicons101.png │ │ │ │ ├── cmdicons106.png │ │ │ │ ├── cmdicons107.png │ │ │ │ ├── cmdicons108.png │ │ │ │ ├── cmdicons109.png │ │ │ │ ├── cmdicons110.png │ │ │ │ ├── cmdicons111.png │ │ │ │ ├── cmdicons112.png │ │ │ │ ├── cmdicons113.png │ │ │ │ ├── cmdicons114.png │ │ │ │ ├── cmdicons115.png │ │ │ │ ├── cmdicons116.png │ │ │ │ ├── cmdicons117.png │ │ │ │ ├── cmdicons118.png │ │ │ │ ├── cmdicons119.png │ │ │ │ ├── cmdicons120.png │ │ │ │ ├── cmdicons121.png │ │ │ │ ├── cmdicons122.png │ │ │ │ ├── cmdicons123.png │ │ │ │ ├── cmdicons124.png │ │ │ │ ├── cmdicons125.png │ │ │ │ ├── cmdicons126.png │ │ │ │ ├── cmdicons127.png │ │ │ │ ├── cmdicons130.png │ │ │ │ ├── cmdicons131.png │ │ │ │ ├── cmdicons132.png │ │ │ │ ├── cmdicons133.png │ │ │ │ ├── cmdicons134.png │ │ │ │ ├── cmdicons135.png │ │ │ │ ├── cmdicons136.png │ │ │ │ ├── cmdicons137.png │ │ │ │ ├── cmdicons138.png │ │ │ │ ├── cmdicons139.png │ │ │ │ ├── cmdicons140.png │ │ │ │ ├── cmdicons141.png │ │ │ │ ├── cmdicons142.png │ │ │ │ ├── cmdicons143.png │ │ │ │ ├── cmdicons144.png │ │ │ │ ├── cmdicons146.png │ │ │ │ ├── cmdicons147.png │ │ │ │ ├── cmdicons148.png │ │ │ │ ├── cmdicons149.png │ │ │ │ ├── cmdicons150.png │ │ │ │ ├── cmdicons151.png │ │ │ │ ├── cmdicons154.png │ │ │ │ ├── cmdicons155.png │ │ │ │ ├── cmdicons156.png │ │ │ │ ├── cmdicons157.png │ │ │ │ ├── cmdicons159.png │ │ │ │ ├── cmdicons160.png │ │ │ │ ├── cmdicons161.png │ │ │ │ ├── cmdicons162.png │ │ │ │ ├── cmdicons163.png │ │ │ │ ├── cmdicons164.png │ │ │ │ ├── cmdicons165.png │ │ │ │ ├── cmdicons166.png │ │ │ │ ├── cmdicons167.png │ │ │ │ ├── cmdicons168.png │ │ │ │ ├── cmdicons169.png │ │ │ │ ├── cmdicons170.png │ │ │ │ ├── cmdicons171.png │ │ │ │ ├── cmdicons172.png │ │ │ │ ├── cmdicons173.png │ │ │ │ ├── cmdicons174.png │ │ │ │ ├── cmdicons175.png │ │ │ │ ├── cmdicons176.png │ │ │ │ ├── cmdicons177.png │ │ │ │ ├── cmdicons178.png │ │ │ │ ├── cmdicons188.png │ │ │ │ ├── cmdicons189.png │ │ │ │ ├── cmdicons194.png │ │ │ │ ├── cmdicons195.png │ │ │ │ ├── cmdicons196.png │ │ │ │ ├── cmdicons197.png │ │ │ │ ├── cmdicons200.png │ │ │ │ ├── cmdicons212.png │ │ │ │ ├── cmdicons213.png │ │ │ │ ├── cmdicons214.png │ │ │ │ ├── cmdicons215.png │ │ │ │ ├── cmdicons216.png │ │ │ │ ├── cmdicons217.png │ │ │ │ ├── cmdicons218.png │ │ │ │ ├── cmdicons219.png │ │ │ │ ├── cmdicons220.png │ │ │ │ ├── cmdicons239.png │ │ │ │ ├── cmdicons244.png │ │ │ │ ├── cmdicons253.png │ │ │ │ ├── cmdicons257.png │ │ │ │ ├── cmdicons258.png │ │ │ │ ├── cmdicons269.png │ │ │ │ ├── cmdicons272.png │ │ │ │ ├── cmdicons273.png │ │ │ │ ├── cmdicons279.png │ │ │ │ ├── cmdicons308.png │ │ │ │ ├── cmdicons324.png │ │ │ │ ├── cmdicons325.png │ │ │ │ ├── cmdicons326.png │ │ │ │ ├── cmdicons327.png │ │ │ │ ├── cmdicons328.png │ │ │ │ ├── cmdicons330.png │ │ │ │ ├── cmdicons331.png │ │ │ │ ├── cmdicons333.png │ │ │ │ ├── cmdicons334.png │ │ │ │ ├── cmdicons335.png │ │ │ │ ├── cmdicons336.png │ │ │ │ ├── cmdicons337.png │ │ │ │ ├── cmdicons339.png │ │ │ │ ├── cmdicons340.png │ │ │ │ ├── cmdicons341.png │ │ │ │ ├── cmdicons344.png │ │ │ │ ├── cmdicons345.png │ │ │ │ ├── cmdicons346.png │ │ │ │ ├── cmdicons347.png │ │ │ │ ├── cmdicons348.png │ │ │ │ ├── cmdicons349.png │ │ │ │ ├── cmdicons350.png │ │ │ │ ├── cmdicons351.png │ │ │ │ ├── cmdicons354.png │ │ │ │ ├── cmdicons355.png │ │ │ │ ├── cmdicons356.png │ │ │ │ ├── cmdicons359.png │ │ │ │ ├── cmdicons360.png │ │ │ │ ├── cmdicons361.png │ │ │ │ ├── cmdicons362.png │ │ │ │ ├── cmdicons363.png │ │ │ │ ├── cmdicons366.png │ │ │ │ ├── cmdicons368.png │ │ │ │ ├── cmdicons370.png │ │ │ │ ├── cmdicons374.png │ │ │ │ ├── cmdicons375.png │ │ │ │ ├── cmdicons377.png │ │ │ │ └── cmdicons382.png │ │ │ ├── fonts │ │ │ └── alpha_trans.png │ │ │ ├── ground │ │ │ ├── ground.png │ │ │ ├── ground1.png │ │ │ ├── ground2.png │ │ │ └── ground3.png │ │ │ └── units │ │ │ ├── Protoss_Arbiter.png │ │ │ ├── Protoss_Arbiter_Tribunal.png │ │ │ ├── Protoss_Archon.png │ │ │ ├── Protoss_Assimilator.png │ │ │ ├── Protoss_Carrier.png │ │ │ ├── Protoss_Citadel_of_Adun.png │ │ │ ├── Protoss_Corsair.png │ │ │ ├── Protoss_Cybernetics_Core.png │ │ │ ├── Protoss_Dark_Archon.png │ │ │ ├── Protoss_Dark_Templar.png │ │ │ ├── Protoss_Dragoon.png │ │ │ ├── Protoss_Fleet_Beacon.png │ │ │ ├── Protoss_Forge.png │ │ │ ├── Protoss_Gateway.png │ │ │ ├── Protoss_High_Templar.png │ │ │ ├── Protoss_Nexus.png │ │ │ ├── Protoss_Observatory.png │ │ │ ├── Protoss_Observer.png │ │ │ ├── Protoss_Photon_Cannon.png │ │ │ ├── Protoss_Probe.png │ │ │ ├── Protoss_Pylon.png │ │ │ ├── Protoss_Reaver.png │ │ │ ├── Protoss_Robotics_Facility.png │ │ │ ├── Protoss_Robotics_Support_Bay.png │ │ │ ├── Protoss_Scout.png │ │ │ ├── Protoss_Shield_Battery.png │ │ │ ├── Protoss_Shuttle.png │ │ │ ├── Protoss_Stargate.png │ │ │ ├── Protoss_Templar_Archives.png │ │ │ ├── Protoss_Zealot.png │ │ │ ├── Resource_Mineral_Field.png │ │ │ ├── Resource_Vespene_Geyser.png │ │ │ ├── Terran_Academy.png │ │ │ ├── Terran_Arbiter_Tribunal.png │ │ │ ├── Terran_Armory.png │ │ │ ├── Terran_Barracks.png │ │ │ ├── Terran_Battlecruiser.png │ │ │ ├── Terran_Bunker.png │ │ │ ├── Terran_Command_Center.png │ │ │ ├── Terran_Comsat_Station.png │ │ │ ├── Terran_Control_Tower.png │ │ │ ├── Terran_Covert_Ops.png │ │ │ ├── Terran_Dropship.png │ │ │ ├── Terran_Engineering_Bay.png │ │ │ ├── Terran_Factory.png │ │ │ ├── Terran_Firebat.png │ │ │ ├── Terran_Ghost.png │ │ │ ├── Terran_Goliath.png │ │ │ ├── Terran_Machine_Shop.png │ │ │ ├── Terran_Marine.png │ │ │ ├── Terran_Medic.png │ │ │ ├── Terran_Missile_Turret.png │ │ │ ├── Terran_Nuclear_Silo.png │ │ │ ├── Terran_Physics_Lab.png │ │ │ ├── Terran_Refinery.png │ │ │ ├── Terran_SCV - Copy.png │ │ │ ├── Terran_SCV.png │ │ │ ├── Terran_Science_Facility.png │ │ │ ├── Terran_Science_Vessel.png │ │ │ ├── Terran_Siege_Tank_Siege_Mode.png │ │ │ ├── Terran_Siege_Tank_Tank_Mode.png │ │ │ ├── Terran_Starport.png │ │ │ ├── Terran_Supply_Depot.png │ │ │ ├── Terran_Valkyrie.png │ │ │ ├── Terran_Vulture.png │ │ │ ├── Terran_Wraith.png │ │ │ ├── Zerg_Creep_Colony.png │ │ │ ├── Zerg_Defiler.png │ │ │ ├── Zerg_Defiler_Mound.png │ │ │ ├── Zerg_Devourer.png │ │ │ ├── Zerg_Drone.png │ │ │ ├── Zerg_Evolution_Chamber.png │ │ │ ├── Zerg_Extractor.png │ │ │ ├── Zerg_Greater_Spire.png │ │ │ ├── Zerg_Guardian.png │ │ │ ├── Zerg_Hatchery.png │ │ │ ├── Zerg_Hive.png │ │ │ ├── Zerg_Hydralisk.png │ │ │ ├── Zerg_Hydralisk_Den.png │ │ │ ├── Zerg_Infested_Terran.png │ │ │ ├── Zerg_Lair.png │ │ │ ├── Zerg_Larva.png │ │ │ ├── Zerg_Lurker.png │ │ │ ├── Zerg_Mutalisk.png │ │ │ ├── Zerg_Nydus_Canal.png │ │ │ ├── Zerg_Overlord.png │ │ │ ├── Zerg_Queen.png │ │ │ ├── Zerg_Queens_Nest.png │ │ │ ├── Zerg_Scourge.png │ │ │ ├── Zerg_Spawning_Pool.png │ │ │ ├── Zerg_Spire.png │ │ │ ├── Zerg_Spore_Colony.png │ │ │ ├── Zerg_Sunken_Colony.png │ │ │ ├── Zerg_Ultralisk.png │ │ │ ├── Zerg_Ultralisk_Cavern.png │ │ │ ├── Zerg_Zergling.png │ │ │ └── fix.bat │ ├── emscripten │ │ ├── BOSS.html │ │ ├── BOSS2.html │ │ ├── config.html │ │ └── config.txt │ ├── make_windows.bat │ └── source │ │ ├── ActionInProgress.cpp │ │ ├── ActionInProgress.h │ │ ├── ActionSet.cpp │ │ ├── ActionSet.h │ │ ├── ActionType.cpp │ │ ├── ActionType.h │ │ ├── ActionTypeData.cpp │ │ ├── ActionTypeData.h │ │ ├── Array.hpp │ │ ├── BOSS.cpp │ │ ├── BOSS.h │ │ ├── BOSSAssert.cpp │ │ ├── BOSSAssert.h │ │ ├── BOSSException.cpp │ │ ├── BOSSException.h │ │ ├── BOSSExperiments.cpp │ │ ├── BOSSExperiments.h │ │ ├── BOSSLogger.cpp │ │ ├── BOSSLogger.h │ │ ├── BOSSParameters.cpp │ │ ├── BOSSParameters.h │ │ ├── BOSSPlotBuildOrders.cpp │ │ ├── BOSSPlotBuildOrders.h │ │ ├── BOSS_main.cpp │ │ ├── BaseTypes.h │ │ ├── BuildOrder.cpp │ │ ├── BuildOrder.h │ │ ├── BuildOrderPlot.cpp │ │ ├── BuildOrderPlot.h │ │ ├── BuildOrderSearchGoal.cpp │ │ ├── BuildOrderSearchGoal.h │ │ ├── BuildOrderTester.cpp │ │ ├── BuildOrderTester.h │ │ ├── BuildingData.cpp │ │ ├── BuildingData.h │ │ ├── CImg │ │ └── CImg.h │ │ ├── CombatSearch.cpp │ │ ├── CombatSearch.h │ │ ├── CombatSearchExperiment.cpp │ │ ├── CombatSearchExperiment.h │ │ ├── CombatSearchParameters.cpp │ │ ├── CombatSearchParameters.h │ │ ├── CombatSearchResults.cpp │ │ ├── CombatSearchResults.h │ │ ├── CombatSearch_BestResponse.cpp │ │ ├── CombatSearch_BestResponse.h │ │ ├── CombatSearch_BestResponseData.cpp │ │ ├── CombatSearch_BestResponseData.h │ │ ├── CombatSearch_Bucket.cpp │ │ ├── CombatSearch_Bucket.h │ │ ├── CombatSearch_BucketData.cpp │ │ ├── CombatSearch_BucketData.h │ │ ├── CombatSearch_Integral.cpp │ │ ├── CombatSearch_Integral.h │ │ ├── CombatSearch_IntegralData.cpp │ │ ├── CombatSearch_IntegralData.h │ │ ├── Common.h │ │ ├── Constants.cpp │ │ ├── Constants.h │ │ ├── DFBB_BuildOrderSearchParameters.cpp │ │ ├── DFBB_BuildOrderSearchParameters.h │ │ ├── DFBB_BuildOrderSearchResults.cpp │ │ ├── DFBB_BuildOrderSearchResults.h │ │ ├── DFBB_BuildOrderSearchSaveState.cpp │ │ ├── DFBB_BuildOrderSearchSaveState.h │ │ ├── DFBB_BuildOrderSmartSearch.cpp │ │ ├── DFBB_BuildOrderSmartSearch.h │ │ ├── DFBB_BuildOrderStackSearch.cpp │ │ ├── DFBB_BuildOrderStackSearch.h │ │ ├── Eval.cpp │ │ ├── Eval.h │ │ ├── GameState.cpp │ │ ├── GameState.h │ │ ├── GraphViz.hpp │ │ ├── HatcheryData.cpp │ │ ├── HatcheryData.h │ │ ├── JSONTools.cpp │ │ ├── JSONTools.h │ │ ├── NaiveBuildOrderSearch.cpp │ │ ├── NaiveBuildOrderSearch.h │ │ ├── Position.hpp │ │ ├── PrerequisiteSet.cpp │ │ ├── PrerequisiteSet.h │ │ ├── StarCraftGUI.cpp │ │ ├── StarCraftGUI.h │ │ ├── Timer.hpp │ │ ├── Tools.cpp │ │ ├── Tools.h │ │ ├── UnitData.cpp │ │ ├── UnitData.h │ │ ├── deprecated │ │ ├── BOSSAssert.cpp │ │ ├── BOSSAssert.h │ │ ├── BOSSVisExperiment.cpp │ │ ├── BOSSVisExperiment.h │ │ ├── GUI.cpp │ │ ├── GUI.h │ │ ├── GUITools.cpp │ │ ├── GUITools.h │ │ └── bwapidata │ │ │ ├── README.txt │ │ │ └── include │ │ │ ├── AIModule.cpp │ │ │ ├── BWAPI.cpp │ │ │ ├── BWAPI.h │ │ │ ├── BWAPI │ │ │ ├── AIModule.h │ │ │ ├── Bitmap.h │ │ │ ├── Bullet.h │ │ │ ├── BulletType.h │ │ │ ├── Client.h │ │ │ ├── Client │ │ │ │ ├── BulletData.h │ │ │ │ ├── BulletImpl.h │ │ │ │ ├── Client.h │ │ │ │ ├── Command.h │ │ │ │ ├── CommandType.h │ │ │ │ ├── Event.h │ │ │ │ ├── ForceData.h │ │ │ │ ├── ForceImpl.h │ │ │ │ ├── GameData.h │ │ │ │ ├── GameImpl.h │ │ │ │ ├── PlayerData.h │ │ │ │ ├── PlayerImpl.h │ │ │ │ ├── Shape.h │ │ │ │ ├── ShapeType.h │ │ │ │ ├── UnitCommand.h │ │ │ │ ├── UnitData.h │ │ │ │ └── UnitImpl.h │ │ │ ├── Color.h │ │ │ ├── Constants.h │ │ │ ├── CoordinateType.h │ │ │ ├── DamageType.h │ │ │ ├── Error.h │ │ │ ├── Event.h │ │ │ ├── EventType.h │ │ │ ├── ExplosionType.h │ │ │ ├── Flag.h │ │ │ ├── Force.h │ │ │ ├── Game.h │ │ │ ├── GameType.h │ │ │ ├── Input.h │ │ │ ├── Latency.h │ │ │ ├── Order.h │ │ │ ├── Player.h │ │ │ ├── PlayerType.h │ │ │ ├── Position.h │ │ │ ├── Race.h │ │ │ ├── TechType.h │ │ │ ├── TilePosition.h │ │ │ ├── Unit.h │ │ │ ├── UnitCommand.h │ │ │ ├── UnitCommandType.h │ │ │ ├── UnitSizeType.h │ │ │ ├── UnitType.h │ │ │ ├── UpgradeType.h │ │ │ └── WeaponType.h │ │ │ ├── Bitmap.cpp │ │ │ ├── BulletType.cpp │ │ │ ├── Color.cpp │ │ │ ├── Common.cpp │ │ │ ├── Common.h │ │ │ ├── DamageType.cpp │ │ │ ├── Error.cpp │ │ │ ├── Event.cpp │ │ │ ├── ExplosionType.cpp │ │ │ ├── GameType.cpp │ │ │ ├── Order.cpp │ │ │ ├── PlayerType.cpp │ │ │ ├── Position.cpp │ │ │ ├── Race.cpp │ │ │ ├── TechType.cpp │ │ │ ├── TilePosition.cpp │ │ │ ├── UnitCommandType.cpp │ │ │ ├── UnitSizeType.cpp │ │ │ ├── UnitType.cpp │ │ │ ├── UpgradeType.cpp │ │ │ ├── Util │ │ │ ├── Bitmask.h │ │ │ ├── Exceptions.cpp │ │ │ ├── Exceptions.h │ │ │ ├── FileLogger.cpp │ │ │ ├── FileLogger.h │ │ │ ├── Foreach.h │ │ │ ├── Gnu.h │ │ │ ├── LogLevel.h │ │ │ ├── Logger.cpp │ │ │ ├── Logger.h │ │ │ ├── RectangleArray.h │ │ │ ├── RegionQuadTree.h │ │ │ ├── Strings.cpp │ │ │ ├── Strings.h │ │ │ ├── Types.h │ │ │ ├── sha1.cpp │ │ │ └── sha1.h │ │ │ └── WeaponType.cpp │ │ └── rapidjson │ │ ├── document.h │ │ ├── filestream.h │ │ ├── internal │ │ ├── pow10.h │ │ ├── stack.h │ │ └── strfunc.h │ │ ├── prettywriter.h │ │ ├── rapidjson.h │ │ ├── reader.h │ │ ├── stringbuffer.h │ │ └── writer.h │ ├── SparCraft │ ├── .gitignore │ ├── LINUX_HOW_TO_COMPILE.txt │ ├── Makefile │ ├── README.txt │ ├── VisualStudio │ │ ├── SparCraft.sln │ │ ├── SparCraft.vcxproj │ │ ├── SparCraft.vcxproj.filters │ │ ├── SparCraft_main.vcxproj │ │ ├── SparCraft_main.vcxproj.filters │ │ ├── bwapidata.vcxproj │ │ ├── bwapidata.vcxproj.filters │ │ └── set_environment_variables.bat │ ├── asset │ │ └── images │ │ │ ├── command_icons │ │ │ ├── Adrenal_Glands.png │ │ │ ├── Anabolic_Synthesis.png │ │ │ ├── Antennae.png │ │ │ ├── Apial_Sensors.png │ │ │ ├── Apollo_Reactor.png │ │ │ ├── Argus_Jewel.png │ │ │ ├── Argus_Talisman.png │ │ │ ├── Burrowing.png │ │ │ ├── Caduceus_Reactor.png │ │ │ ├── Carrier_Capacity.png │ │ │ ├── Charon_Boosters.png │ │ │ ├── Chitinous_Plating.png │ │ │ ├── Cloaking_Field.png │ │ │ ├── Colossus_Reactor.png │ │ │ ├── Command_Attack.png │ │ │ ├── Command_Build_Advanced_Structure.png │ │ │ ├── Command_Build_Basic_Structure.png │ │ │ ├── Command_Gather.png │ │ │ ├── Command_Halt_Construction.png │ │ │ ├── Command_Hold_Position.png │ │ │ ├── Command_Load.png │ │ │ ├── Command_Move.png │ │ │ ├── Command_Patrol.png │ │ │ ├── Command_Repair.png │ │ │ ├── Command_Return_Cargo.png │ │ │ ├── Command_Set_Rally_Point.png │ │ │ ├── Command_Spider_Mine.png │ │ │ ├── Command_Stop.png │ │ │ ├── Command_Unload.png │ │ │ ├── Consume.png │ │ │ ├── Dark_Swarm.png │ │ │ ├── Defensive_Matrix.png │ │ │ ├── Disruption_Web.png │ │ │ ├── EMP_Shockwave.png │ │ │ ├── Ensnare.png │ │ │ ├── Feedback.png │ │ │ ├── Fusion_Cutter.png │ │ │ ├── Gamete_Meiosis.png │ │ │ ├── Gauss_Rifle.png │ │ │ ├── Gravitic_Boosters.png │ │ │ ├── Gravitic_Drive.png │ │ │ ├── Gravitic_Thrusters.png │ │ │ ├── Grooved_Spines.png │ │ │ ├── Hallucination.png │ │ │ ├── Heal.png │ │ │ ├── Infest_Command_Center.png │ │ │ ├── Ion_Thrusters.png │ │ │ ├── Irradiate.png │ │ │ ├── Khaydarin_Amulet.png │ │ │ ├── Khaydarin_Core.png │ │ │ ├── Land.png │ │ │ ├── Leg_Enhancements.png │ │ │ ├── Lift_Off.png │ │ │ ├── Lockdown.png │ │ │ ├── Lurker_Aspect.png │ │ │ ├── Maelstrom.png │ │ │ ├── Metabolic_Boost.png │ │ │ ├── Metasynaptic_Node.png │ │ │ ├── Mind_Control.png │ │ │ ├── Moebius_Reactor.png │ │ │ ├── Muscular_Augments.png │ │ │ ├── Nuclear_Strike.png │ │ │ ├── Ocular_Implants.png │ │ │ ├── Optical_Flare.png │ │ │ ├── Parasite.png │ │ │ ├── Personnel_Cloaking.png │ │ │ ├── Plague.png │ │ │ ├── Pneumatized_Carapace.png │ │ │ ├── Protoss_Air_Armor.png │ │ │ ├── Protoss_Air_Weapons.png │ │ │ ├── Protoss_Ground_Armor.png │ │ │ ├── Protoss_Ground_Weapons.png │ │ │ ├── Protoss_Plasma_Shields.png │ │ │ ├── Psionic_Storm.png │ │ │ ├── Reaver_Capacity.png │ │ │ ├── Recall.png │ │ │ ├── Restoration.png │ │ │ ├── Scanner_Sweep.png │ │ │ ├── Scarab_Damage.png │ │ │ ├── Sensor_Array.png │ │ │ ├── Singularity_Charge.png │ │ │ ├── Spawn_Broodlings.png │ │ │ ├── Spider_Mines.png │ │ │ ├── Stasis_Field.png │ │ │ ├── Stim_Packs.png │ │ │ ├── Tank_Siege_Mode.png │ │ │ ├── Tank_Tank_Mode.png │ │ │ ├── Terran_Infantry_Armor.png │ │ │ ├── Terran_Infantry_Weapons.png │ │ │ ├── Terran_Ship_Plating.png │ │ │ ├── Terran_Ship_Weapons.png │ │ │ ├── Terran_Vehicle_Plating.png │ │ │ ├── Terran_Vehicle_Weapons.png │ │ │ ├── Titan_Reactor.png │ │ │ ├── U_238_Shells.png │ │ │ ├── Unburrow.png │ │ │ ├── Ventral_Sacs.png │ │ │ ├── Vulture_Mine.png │ │ │ ├── Yamato_Gun.png │ │ │ ├── Zerg_Carapace.png │ │ │ ├── Zerg_Flyer_Attacks.png │ │ │ ├── Zerg_Flyer_Carapace.png │ │ │ ├── Zerg_Melee_Attacks.png │ │ │ ├── Zerg_Missile_Attacks.png │ │ │ ├── fix.bat │ │ │ └── incomplete │ │ │ │ ├── Mind_Control (2).png │ │ │ │ ├── cmdicons000.png │ │ │ │ ├── cmdicons001.png │ │ │ │ ├── cmdicons002.png │ │ │ │ ├── cmdicons003.png │ │ │ │ ├── cmdicons004.png │ │ │ │ ├── cmdicons005.png │ │ │ │ ├── cmdicons007.png │ │ │ │ ├── cmdicons008.png │ │ │ │ ├── cmdicons009.png │ │ │ │ ├── cmdicons010.png │ │ │ │ ├── cmdicons011.png │ │ │ │ ├── cmdicons012.png │ │ │ │ ├── cmdicons013.png │ │ │ │ ├── cmdicons014.png │ │ │ │ ├── cmdicons015.png │ │ │ │ ├── cmdicons016.png │ │ │ │ ├── cmdicons018.png │ │ │ │ ├── cmdicons025.png │ │ │ │ ├── cmdicons035.png │ │ │ │ ├── cmdicons036.png │ │ │ │ ├── cmdicons037.png │ │ │ │ ├── cmdicons038.png │ │ │ │ ├── cmdicons039.png │ │ │ │ ├── cmdicons041.png │ │ │ │ ├── cmdicons042.png │ │ │ │ ├── cmdicons043.png │ │ │ │ ├── cmdicons044.png │ │ │ │ ├── cmdicons045.png │ │ │ │ ├── cmdicons046.png │ │ │ │ ├── cmdicons047.png │ │ │ │ ├── cmdicons050.png │ │ │ │ ├── cmdicons051.png │ │ │ │ ├── cmdicons059.png │ │ │ │ ├── cmdicons064.png │ │ │ │ ├── cmdicons065.png │ │ │ │ ├── cmdicons066.png │ │ │ │ ├── cmdicons067.png │ │ │ │ ├── cmdicons068.png │ │ │ │ ├── cmdicons069.png │ │ │ │ ├── cmdicons070.png │ │ │ │ ├── cmdicons071.png │ │ │ │ ├── cmdicons072.png │ │ │ │ ├── cmdicons073.png │ │ │ │ ├── cmdicons074.png │ │ │ │ ├── cmdicons081.png │ │ │ │ ├── cmdicons084.png │ │ │ │ ├── cmdicons085.png │ │ │ │ ├── cmdicons087.png │ │ │ │ ├── cmdicons089.png │ │ │ │ ├── cmdicons090.png │ │ │ │ ├── cmdicons091.png │ │ │ │ ├── cmdicons092.png │ │ │ │ ├── cmdicons093.png │ │ │ │ ├── cmdicons095.png │ │ │ │ ├── cmdicons101.png │ │ │ │ ├── cmdicons106.png │ │ │ │ ├── cmdicons107.png │ │ │ │ ├── cmdicons108.png │ │ │ │ ├── cmdicons109.png │ │ │ │ ├── cmdicons110.png │ │ │ │ ├── cmdicons111.png │ │ │ │ ├── cmdicons112.png │ │ │ │ ├── cmdicons113.png │ │ │ │ ├── cmdicons114.png │ │ │ │ ├── cmdicons115.png │ │ │ │ ├── cmdicons116.png │ │ │ │ ├── cmdicons117.png │ │ │ │ ├── cmdicons118.png │ │ │ │ ├── cmdicons119.png │ │ │ │ ├── cmdicons120.png │ │ │ │ ├── cmdicons121.png │ │ │ │ ├── cmdicons122.png │ │ │ │ ├── cmdicons123.png │ │ │ │ ├── cmdicons124.png │ │ │ │ ├── cmdicons125.png │ │ │ │ ├── cmdicons126.png │ │ │ │ ├── cmdicons127.png │ │ │ │ ├── cmdicons130.png │ │ │ │ ├── cmdicons131.png │ │ │ │ ├── cmdicons132.png │ │ │ │ ├── cmdicons133.png │ │ │ │ ├── cmdicons134.png │ │ │ │ ├── cmdicons135.png │ │ │ │ ├── cmdicons136.png │ │ │ │ ├── cmdicons137.png │ │ │ │ ├── cmdicons138.png │ │ │ │ ├── cmdicons139.png │ │ │ │ ├── cmdicons140.png │ │ │ │ ├── cmdicons141.png │ │ │ │ ├── cmdicons142.png │ │ │ │ ├── cmdicons143.png │ │ │ │ ├── cmdicons144.png │ │ │ │ ├── cmdicons146.png │ │ │ │ ├── cmdicons147.png │ │ │ │ ├── cmdicons148.png │ │ │ │ ├── cmdicons149.png │ │ │ │ ├── cmdicons150.png │ │ │ │ ├── cmdicons151.png │ │ │ │ ├── cmdicons154.png │ │ │ │ ├── cmdicons155.png │ │ │ │ ├── cmdicons156.png │ │ │ │ ├── cmdicons157.png │ │ │ │ ├── cmdicons159.png │ │ │ │ ├── cmdicons160.png │ │ │ │ ├── cmdicons161.png │ │ │ │ ├── cmdicons162.png │ │ │ │ ├── cmdicons163.png │ │ │ │ ├── cmdicons164.png │ │ │ │ ├── cmdicons165.png │ │ │ │ ├── cmdicons166.png │ │ │ │ ├── cmdicons167.png │ │ │ │ ├── cmdicons168.png │ │ │ │ ├── cmdicons169.png │ │ │ │ ├── cmdicons170.png │ │ │ │ ├── cmdicons171.png │ │ │ │ ├── cmdicons172.png │ │ │ │ ├── cmdicons173.png │ │ │ │ ├── cmdicons174.png │ │ │ │ ├── cmdicons175.png │ │ │ │ ├── cmdicons176.png │ │ │ │ ├── cmdicons177.png │ │ │ │ ├── cmdicons178.png │ │ │ │ ├── cmdicons188.png │ │ │ │ ├── cmdicons189.png │ │ │ │ ├── cmdicons194.png │ │ │ │ ├── cmdicons195.png │ │ │ │ ├── cmdicons196.png │ │ │ │ ├── cmdicons197.png │ │ │ │ ├── cmdicons200.png │ │ │ │ ├── cmdicons212.png │ │ │ │ ├── cmdicons213.png │ │ │ │ ├── cmdicons214.png │ │ │ │ ├── cmdicons215.png │ │ │ │ ├── cmdicons216.png │ │ │ │ ├── cmdicons217.png │ │ │ │ ├── cmdicons218.png │ │ │ │ ├── cmdicons219.png │ │ │ │ ├── cmdicons220.png │ │ │ │ ├── cmdicons239.png │ │ │ │ ├── cmdicons244.png │ │ │ │ ├── cmdicons253.png │ │ │ │ ├── cmdicons257.png │ │ │ │ ├── cmdicons258.png │ │ │ │ ├── cmdicons269.png │ │ │ │ ├── cmdicons272.png │ │ │ │ ├── cmdicons273.png │ │ │ │ ├── cmdicons279.png │ │ │ │ ├── cmdicons308.png │ │ │ │ ├── cmdicons324.png │ │ │ │ ├── cmdicons325.png │ │ │ │ ├── cmdicons326.png │ │ │ │ ├── cmdicons327.png │ │ │ │ ├── cmdicons328.png │ │ │ │ ├── cmdicons330.png │ │ │ │ ├── cmdicons331.png │ │ │ │ ├── cmdicons333.png │ │ │ │ ├── cmdicons334.png │ │ │ │ ├── cmdicons335.png │ │ │ │ ├── cmdicons336.png │ │ │ │ ├── cmdicons337.png │ │ │ │ ├── cmdicons339.png │ │ │ │ ├── cmdicons340.png │ │ │ │ ├── cmdicons341.png │ │ │ │ ├── cmdicons344.png │ │ │ │ ├── cmdicons345.png │ │ │ │ ├── cmdicons346.png │ │ │ │ ├── cmdicons347.png │ │ │ │ ├── cmdicons348.png │ │ │ │ ├── cmdicons349.png │ │ │ │ ├── cmdicons350.png │ │ │ │ ├── cmdicons351.png │ │ │ │ ├── cmdicons354.png │ │ │ │ ├── cmdicons355.png │ │ │ │ ├── cmdicons356.png │ │ │ │ ├── cmdicons359.png │ │ │ │ ├── cmdicons360.png │ │ │ │ ├── cmdicons361.png │ │ │ │ ├── cmdicons362.png │ │ │ │ ├── cmdicons363.png │ │ │ │ ├── cmdicons366.png │ │ │ │ ├── cmdicons368.png │ │ │ │ ├── cmdicons370.png │ │ │ │ ├── cmdicons374.png │ │ │ │ ├── cmdicons375.png │ │ │ │ ├── cmdicons377.png │ │ │ │ └── cmdicons382.png │ │ │ ├── fonts │ │ │ └── alpha_trans.png │ │ │ ├── ground │ │ │ ├── ground.png │ │ │ ├── ground1.png │ │ │ ├── ground2.png │ │ │ └── ground3.png │ │ │ └── units │ │ │ ├── Protoss_Arbiter.png │ │ │ ├── Protoss_Arbiter_Tribunal.png │ │ │ ├── Protoss_Archon.png │ │ │ ├── Protoss_Assimilator.png │ │ │ ├── Protoss_Carrier.png │ │ │ ├── Protoss_Citadel_of_Adun.png │ │ │ ├── Protoss_Corsair.png │ │ │ ├── Protoss_Cybernetics_Core.png │ │ │ ├── Protoss_Dark_Archon.png │ │ │ ├── Protoss_Dark_Templar.png │ │ │ ├── Protoss_Dragoon.png │ │ │ ├── Protoss_Fleet_Beacon.png │ │ │ ├── Protoss_Forge.png │ │ │ ├── Protoss_Gateway.png │ │ │ ├── Protoss_High_Templar.png │ │ │ ├── Protoss_Nexus.png │ │ │ ├── Protoss_Observatory.png │ │ │ ├── Protoss_Observer.png │ │ │ ├── Protoss_Photon_Cannon.png │ │ │ ├── Protoss_Probe.png │ │ │ ├── Protoss_Pylon.png │ │ │ ├── Protoss_Reaver.png │ │ │ ├── Protoss_Robotics_Facility.png │ │ │ ├── Protoss_Robotics_Support_Bay.png │ │ │ ├── Protoss_Scout.png │ │ │ ├── Protoss_Shield_Battery.png │ │ │ ├── Protoss_Shuttle.png │ │ │ ├── Protoss_Stargate.png │ │ │ ├── Protoss_Templar_Archives.png │ │ │ ├── Protoss_Zealot.png │ │ │ ├── Resource_Mineral_Field.png │ │ │ ├── Resource_Vespene_Geyser.png │ │ │ ├── Terran_Academy.png │ │ │ ├── Terran_Arbiter_Tribunal.png │ │ │ ├── Terran_Armory.png │ │ │ ├── Terran_Barracks.png │ │ │ ├── Terran_Battlecruiser.png │ │ │ ├── Terran_Bunker.png │ │ │ ├── Terran_Command_Center.png │ │ │ ├── Terran_Comsat_Station.png │ │ │ ├── Terran_Control_Tower.png │ │ │ ├── Terran_Covert_Ops.png │ │ │ ├── Terran_Dropship.png │ │ │ ├── Terran_Engineering_Bay.png │ │ │ ├── Terran_Factory.png │ │ │ ├── Terran_Firebat.png │ │ │ ├── Terran_Ghost.png │ │ │ ├── Terran_Goliath.png │ │ │ ├── Terran_Machine_Shop.png │ │ │ ├── Terran_Marine.png │ │ │ ├── Terran_Medic.png │ │ │ ├── Terran_Missile_Turret.png │ │ │ ├── Terran_Nuclear_Silo.png │ │ │ ├── Terran_Physics_Lab.png │ │ │ ├── Terran_Refinery.png │ │ │ ├── Terran_SCV.png │ │ │ ├── Terran_Science_Facility.png │ │ │ ├── Terran_Science_Vessel.png │ │ │ ├── Terran_Siege_Tank_Siege_Mode.png │ │ │ ├── Terran_Siege_Tank_Tank_Mode.png │ │ │ ├── Terran_Starport.png │ │ │ ├── Terran_Supply_Depot.png │ │ │ ├── Terran_Valkyrie.png │ │ │ ├── Terran_Vulture.png │ │ │ ├── Terran_Wraith.png │ │ │ ├── Zerg_Creep_Colony.png │ │ │ ├── Zerg_Defiler.png │ │ │ ├── Zerg_Defiler_Mound.png │ │ │ ├── Zerg_Devourer.png │ │ │ ├── Zerg_Drone.png │ │ │ ├── Zerg_Evolution_Chamber.png │ │ │ ├── Zerg_Extractor.png │ │ │ ├── Zerg_Greater_Spire.png │ │ │ ├── Zerg_Guardian.png │ │ │ ├── Zerg_Hatchery.png │ │ │ ├── Zerg_Hive.png │ │ │ ├── Zerg_Hydralisk.png │ │ │ ├── Zerg_Hydralisk_Den.png │ │ │ ├── Zerg_Infested_Terran.png │ │ │ ├── Zerg_Lair.png │ │ │ ├── Zerg_Larva.png │ │ │ ├── Zerg_Lurker.png │ │ │ ├── Zerg_Mutalisk.png │ │ │ ├── Zerg_Nydus_Canal.png │ │ │ ├── Zerg_Overlord.png │ │ │ ├── Zerg_Queen.png │ │ │ ├── Zerg_Queens_Nest.png │ │ │ ├── Zerg_Scourge.png │ │ │ ├── Zerg_Spawning_Pool.png │ │ │ ├── Zerg_Spire.png │ │ │ ├── Zerg_Spore_Colony.png │ │ │ ├── Zerg_Sunken_Colony.png │ │ │ ├── Zerg_Ultralisk.png │ │ │ ├── Zerg_Ultralisk_Cavern.png │ │ │ ├── Zerg_Zergling.png │ │ │ └── fix.bat │ ├── bin │ │ └── .gitkeep │ ├── bwapidata │ │ ├── README.txt │ │ └── include │ │ │ ├── AIModule.cpp │ │ │ ├── BWAPI.cpp │ │ │ ├── BWAPI.h │ │ │ ├── BWAPI │ │ │ ├── AIModule.h │ │ │ ├── Bitmap.h │ │ │ ├── Bullet.h │ │ │ ├── BulletType.h │ │ │ ├── Client.h │ │ │ ├── Client │ │ │ │ ├── BulletData.h │ │ │ │ ├── BulletImpl.h │ │ │ │ ├── Client.h │ │ │ │ ├── Command.h │ │ │ │ ├── CommandType.h │ │ │ │ ├── Event.h │ │ │ │ ├── ForceData.h │ │ │ │ ├── ForceImpl.h │ │ │ │ ├── GameData.h │ │ │ │ ├── GameImpl.h │ │ │ │ ├── PlayerData.h │ │ │ │ ├── PlayerImpl.h │ │ │ │ ├── Shape.h │ │ │ │ ├── ShapeType.h │ │ │ │ ├── UnitCommand.h │ │ │ │ ├── UnitData.h │ │ │ │ └── UnitImpl.h │ │ │ ├── Color.h │ │ │ ├── Constants.h │ │ │ ├── CoordinateType.h │ │ │ ├── DamageType.h │ │ │ ├── Error.h │ │ │ ├── Event.h │ │ │ ├── EventType.h │ │ │ ├── ExplosionType.h │ │ │ ├── Flag.h │ │ │ ├── Force.h │ │ │ ├── Game.h │ │ │ ├── GameType.h │ │ │ ├── Input.h │ │ │ ├── Latency.h │ │ │ ├── Order.h │ │ │ ├── Player.h │ │ │ ├── PlayerType.h │ │ │ ├── Position.h │ │ │ ├── Race.h │ │ │ ├── TechType.h │ │ │ ├── TilePosition.h │ │ │ ├── Unit.h │ │ │ ├── UnitCommand.h │ │ │ ├── UnitCommandType.h │ │ │ ├── UnitSizeType.h │ │ │ ├── UnitType.h │ │ │ ├── UpgradeType.h │ │ │ └── WeaponType.h │ │ │ ├── Bitmap.cpp │ │ │ ├── BulletType.cpp │ │ │ ├── Color.cpp │ │ │ ├── Common.cpp │ │ │ ├── Common.h │ │ │ ├── DamageType.cpp │ │ │ ├── Error.cpp │ │ │ ├── Event.cpp │ │ │ ├── ExplosionType.cpp │ │ │ ├── GameType.cpp │ │ │ ├── Order.cpp │ │ │ ├── PlayerType.cpp │ │ │ ├── Position.cpp │ │ │ ├── Race.cpp │ │ │ ├── TechType.cpp │ │ │ ├── TilePosition.cpp │ │ │ ├── UnitCommandType.cpp │ │ │ ├── UnitSizeType.cpp │ │ │ ├── UnitType.cpp │ │ │ ├── UpgradeType.cpp │ │ │ ├── Util │ │ │ ├── Bitmask.h │ │ │ ├── Exceptions.cpp │ │ │ ├── Exceptions.h │ │ │ ├── FileLogger.cpp │ │ │ ├── FileLogger.h │ │ │ ├── Foreach.h │ │ │ ├── Gnu.h │ │ │ ├── LogLevel.h │ │ │ ├── Logger.cpp │ │ │ ├── Logger.h │ │ │ ├── RectangleArray.h │ │ │ ├── RegionQuadTree.h │ │ │ ├── Strings.cpp │ │ │ ├── Strings.h │ │ │ ├── Types.h │ │ │ ├── sha1.cpp │ │ │ └── sha1.h │ │ │ └── WeaponType.cpp │ ├── sample_experiment │ │ ├── sample_exp.txt │ │ ├── sample_exp_linux.txt │ │ ├── sample_map_files │ │ │ ├── destination.txt │ │ │ └── map_file_format.txt │ │ ├── sample_results │ │ │ ├── sample_exp_2013-03-22_17-49-13_config.txt │ │ │ ├── sample_exp_2013-03-22_17-49-13_results_raw.txt │ │ │ └── sample_exp_2013-03-22_17-49-13_results_summary.txt │ │ └── sample_state.txt │ ├── source │ │ ├── Action.cpp │ │ ├── Action.h │ │ ├── AllPlayers.cpp │ │ ├── AllPlayers.h │ │ ├── AlphaBetaMove.cpp │ │ ├── AlphaBetaMove.h │ │ ├── AlphaBetaSearch.cpp │ │ ├── AlphaBetaSearch.h │ │ ├── AlphaBetaSearchParameters.hpp │ │ ├── AlphaBetaSearchResults.hpp │ │ ├── AnimationFrameData.cpp │ │ ├── AnimationFrameData.h │ │ ├── Array.hpp │ │ ├── BaseTypes.hpp │ │ ├── Common.cpp │ │ ├── Common.h │ │ ├── ConfigFileGenerator.h │ │ ├── EnumData.cpp │ │ ├── EnumData.h │ │ ├── Game.cpp │ │ ├── Game.h │ │ ├── GameState.cpp │ │ ├── GameState.h │ │ ├── GraphViz.hpp │ │ ├── Hash.cpp │ │ ├── Hash.h │ │ ├── Logger.cpp │ │ ├── Logger.h │ │ ├── Map.hpp │ │ ├── MoveArray.cpp │ │ ├── MoveArray.h │ │ ├── MoveSet.hpp │ │ ├── Player.cpp │ │ ├── Player.h │ │ ├── PlayerProperties.cpp │ │ ├── PlayerProperties.h │ │ ├── Player_AlphaBeta.cpp │ │ ├── Player_AlphaBeta.h │ │ ├── Player_AttackClosest.cpp │ │ ├── Player_AttackClosest.h │ │ ├── Player_AttackDPS.cpp │ │ ├── Player_AttackDPS.h │ │ ├── Player_AttackWeakest.cpp │ │ ├── Player_AttackWeakest.h │ │ ├── Player_Cluster.cpp │ │ ├── Player_Cluster.h │ │ ├── Player_Kiter.cpp │ │ ├── Player_Kiter.h │ │ ├── Player_KiterDPS.cpp │ │ ├── Player_KiterDPS.h │ │ ├── Player_Kiter_NOKDPS.cpp │ │ ├── Player_Kiter_NOKDPS.h │ │ ├── Player_NOKDPS.cpp │ │ ├── Player_NOKDPS.h │ │ ├── Player_PortfolioGreedySearch.cpp │ │ ├── Player_PortfolioGreedySearch.h │ │ ├── Player_Random.cpp │ │ ├── Player_Random.h │ │ ├── Player_UCT.cpp │ │ ├── Player_UCT.h │ │ ├── PortfolioGreedySearch.cpp │ │ ├── PortfolioGreedySearch.h │ │ ├── Position.hpp │ │ ├── Random.hpp │ │ ├── SparCraft.cpp │ │ ├── SparCraft.h │ │ ├── SparCraftAssert.cpp │ │ ├── SparCraftAssert.h │ │ ├── SparCraftException.cpp │ │ ├── SparCraftException.h │ │ ├── Timer.cpp │ │ ├── Timer.h │ │ ├── TranspositionTable.cpp │ │ ├── TranspositionTable.h │ │ ├── TutorialCode.cpp │ │ ├── UCTMemoryPool.hpp │ │ ├── UCTNode.h │ │ ├── UCTSearch.cpp │ │ ├── UCTSearch.h │ │ ├── UCTSearchParameters.hpp │ │ ├── UCTSearchResults.hpp │ │ ├── Unit.cpp │ │ ├── Unit.h │ │ ├── UnitAction.hpp │ │ ├── UnitProperties.cpp │ │ ├── UnitProperties.h │ │ ├── UnitScriptData.cpp │ │ ├── UnitScriptData.h │ │ ├── UnitType.hpp │ │ ├── WeaponProperties.cpp │ │ ├── WeaponProperties.h │ │ ├── glext │ │ │ ├── glext.h │ │ │ └── wglext.h │ │ ├── glfont2 │ │ │ ├── glfont.cc │ │ │ └── glfont.h │ │ ├── gui │ │ │ ├── GUI.cpp │ │ │ ├── GUI.h │ │ │ ├── GUIGame.cpp │ │ │ ├── GUIGame.h │ │ │ ├── GUITools.cpp │ │ │ └── GUITools.h │ │ └── main │ │ │ ├── SearchExperiment.cpp │ │ │ ├── SearchExperiment.h │ │ │ └── main.cpp │ └── starcraft_images │ │ ├── fonts │ │ └── couriernew.glf │ │ ├── ground │ │ ├── ground.png │ │ ├── ground1.png │ │ ├── ground2.png │ │ └── ground3.png │ │ └── units │ │ ├── Protoss_Arbiter.png │ │ ├── Protoss_Archon.png │ │ ├── Protoss_Assimilator.png │ │ ├── Protoss_Cybernetics_Core.png │ │ ├── Protoss_Dragoon.png │ │ ├── Protoss_Fleet_Beacon.png │ │ ├── Protoss_Forge.png │ │ ├── Protoss_Gateway.png │ │ ├── Protoss_High_Templar.png │ │ ├── Protoss_Nexus.png │ │ ├── Protoss_Photon_Cannon.png │ │ ├── Protoss_Probe.png │ │ ├── Protoss_Pylon.png │ │ ├── Protoss_Reaver.png │ │ ├── Protoss_Robotics_Bay.png │ │ ├── Protoss_Robotics_Support_Bay.png │ │ ├── Protoss_Scout.png │ │ ├── Protoss_Shield_Battery.png │ │ ├── Protoss_Shuttle.png │ │ ├── Protoss_Stargate.png │ │ ├── Protoss_Templar_Archives.png │ │ ├── Protoss_Zealot.png │ │ ├── Resource_Mineral_Field.png │ │ ├── Resource_Vespene_Geyser.png │ │ ├── Terran_Academy.png │ │ ├── Terran_Arbiter_Tribunal.png │ │ ├── Terran_Armory.png │ │ ├── Terran_Barracks.png │ │ ├── Terran_Battlecruiser.png │ │ ├── Terran_Bunker.png │ │ ├── Terran_Command_Center.png │ │ ├── Terran_Comsat_Station.png │ │ ├── Terran_Covert_Ops.png │ │ ├── Terran_Dropship.png │ │ ├── Terran_Engineering_Bay.png │ │ ├── Terran_Factory.png │ │ ├── Terran_Firebat.png │ │ ├── Terran_Ghost.png │ │ ├── Terran_Machine_Shop.png │ │ ├── Terran_Marine.png │ │ ├── Terran_Medic.png │ │ ├── Terran_Missile_Turret.png │ │ ├── Terran_Nuclear_Silo.png │ │ ├── Terran_Physics_Lab.png │ │ ├── Terran_Refinery.png │ │ ├── Terran_SCV.png │ │ ├── Terran_Science_Facility.png │ │ ├── Terran_Science_Vessel.png │ │ ├── Terran_Siege_Tank_Siege_Mode.png │ │ ├── Terran_Siege_Tank_Tank_Mode.png │ │ ├── Terran_Starport.png │ │ ├── Terran_Supply_Depot.png │ │ ├── Terran_Valkyrie.png │ │ ├── Terran_Vulture.png │ │ ├── Terran_Wraith.png │ │ └── Zerg_Zergling.png │ └── UAlbertaBot │ ├── .gitignore │ ├── Source │ ├── AutoObserver.cpp │ ├── AutoObserver.h │ ├── BOSSManager.cpp │ ├── BOSSManager.h │ ├── BuildOrder.cpp │ ├── BuildOrder.h │ ├── BuildOrderQueue.cpp │ ├── BuildOrderQueue.h │ ├── BuildingData.cpp │ ├── BuildingData.h │ ├── BuildingManager.cpp │ ├── BuildingManager.h │ ├── BuildingPlacer.cpp │ ├── BuildingPlacer.h │ ├── CombatCommander - Copy.cpp │ ├── CombatCommander.cpp │ ├── CombatCommander.h │ ├── CombatData.cpp │ ├── CombatData.h │ ├── CombatSimulation.cpp │ ├── CombatSimulation.h │ ├── Common.cpp │ ├── Common.h │ ├── Config.cpp │ ├── Config.h │ ├── DetectorManager.cpp │ ├── DetectorManager.h │ ├── DistanceMap.hpp │ ├── Dll.cpp │ ├── GameCommander.cpp │ ├── GameCommander.h │ ├── GameHistory.hpp │ ├── HardCodedInfo.cpp │ ├── HardCodedInfo.h │ ├── InformationManager.cpp │ ├── InformationManager.h │ ├── JSONTools.cpp │ ├── JSONTools.h │ ├── Logger.cpp │ ├── Logger.h │ ├── MapGrid.cpp │ ├── MapGrid.h │ ├── MapTools.cpp │ ├── MapTools.h │ ├── MedicManager.cpp │ ├── MedicManager.h │ ├── MeleeManager.cpp │ ├── MeleeManager.h │ ├── MetaType.cpp │ ├── MetaType.h │ ├── Micro.cpp │ ├── Micro.h │ ├── MicroManager.cpp │ ├── MicroManager.h │ ├── ParseUtils.cpp │ ├── ParseUtils.h │ ├── PokeManager.cpp │ ├── PokeManager.h │ ├── ProductionManager.cpp │ ├── ProductionManager.h │ ├── RangedManager.cpp │ ├── RangedManager.h │ ├── ScoutManager.cpp │ ├── ScoutManager.h │ ├── Squad.cpp │ ├── Squad.h │ ├── SquadData.cpp │ ├── SquadData.h │ ├── SquadOrder.h │ ├── StrategyManager.cpp │ ├── StrategyManager.h │ ├── TankManager.cpp │ ├── TankManager.h │ ├── TimerManager.cpp │ ├── TimerManager.h │ ├── TransportManager.cpp │ ├── TransportManager.h │ ├── UABAssert.cpp │ ├── UABAssert.h │ ├── UAlbertaBotModule.cpp │ ├── UAlbertaBotModule.h │ ├── UnitData.cpp │ ├── UnitData.h │ ├── UnitUtil.cpp │ ├── UnitUtil.h │ ├── WorkerData.cpp │ ├── WorkerData.h │ ├── WorkerManager.cpp │ ├── WorkerManager.h │ ├── rapidjson │ │ ├── allocators.h │ │ ├── document.h │ │ ├── encodedstream.h │ │ ├── encodings.h │ │ ├── error │ │ │ ├── en.h │ │ │ └── error.h │ │ ├── filereadstream.h │ │ ├── filewritestream.h │ │ ├── internal │ │ │ ├── biginteger.h │ │ │ ├── diyfp.h │ │ │ ├── dtoa.h │ │ │ ├── ieee754.h │ │ │ ├── itoa.h │ │ │ ├── meta.h │ │ │ ├── pow10.h │ │ │ ├── stack.h │ │ │ ├── strfunc.h │ │ │ └── strtod.h │ │ ├── memorybuffer.h │ │ ├── memorystream.h │ │ ├── msinttypes │ │ │ ├── inttypes.h │ │ │ └── stdint.h │ │ ├── pointer.h │ │ ├── prettywriter.h │ │ ├── rapidjson.h │ │ ├── reader.h │ │ ├── stringbuffer.h │ │ └── writer.h │ └── research │ │ ├── combatpredictor │ │ ├── CombatPredictor.cpp │ │ └── CombatPredictor.h │ │ ├── hlsearch │ │ ├── HLCombatCommander.cpp │ │ ├── HLCombatCommander.h │ │ ├── HLManager.cpp │ │ ├── HLManager.h │ │ ├── HLSearch.cpp │ │ ├── HLSearch.h │ │ ├── HLSquad.cpp │ │ ├── HLSquad.h │ │ ├── HLState.cpp │ │ ├── HLState.h │ │ ├── HLStatistics.cpp │ │ ├── HLStatistics.h │ │ ├── HLStrategyManager.cpp │ │ ├── HLStrategyManager.h │ │ ├── HLTranspositionTable.cpp │ │ ├── HLTranspositionTable.h │ │ ├── HLUnitData.cpp │ │ └── HLUnitData.h │ │ ├── sparcraft │ │ ├── SparCraftManager.cpp │ │ ├── SparCraftManager.h │ │ ├── UnitCommandData.cpp │ │ ├── UnitCommandData.h │ │ ├── UnitCommandManager.cpp │ │ └── UnitCommandManager.h │ │ └── visualizer │ │ ├── Display.cpp │ │ ├── Display.h │ │ ├── EnhancedInterface.hpp │ │ ├── ReplayVisualizer.cpp │ │ ├── ReplayVisualizer.h │ │ ├── Visualizer.cpp │ │ └── Visualizer.h │ ├── UAlbertaBot_Config.txt │ ├── VisualStudio │ ├── .vs │ │ └── UAlbertaBot │ │ │ └── v14 │ │ │ └── .suo │ ├── ClassDiagram.cd │ ├── PokeManager.cpp │ ├── PokeManager.h │ ├── UAlbertaBot.sdf │ ├── UAlbertaBot.sln │ ├── UAlbertaBot.v12.suo │ ├── UAlbertaBot.vcxproj │ ├── UAlbertaBot.vcxproj.filters │ └── UAlbertaBot.vcxproj.user │ └── uml │ ├── ualbertabot.dia │ └── ualbertabot.png └── patches ├── CombatPatchCpp ├── CombatPatchH ├── GameCommanderCpp └── UAlbertaModuleCpp /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/README.md -------------------------------------------------------------------------------- /Source/AbstractGroup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/Source/AbstractGroup.h -------------------------------------------------------------------------------- /Source/AbstractOrder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/Source/AbstractOrder.h -------------------------------------------------------------------------------- /Source/ActionGenerator.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/Source/ActionGenerator.cpp -------------------------------------------------------------------------------- /Source/ActionGenerator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/Source/ActionGenerator.h -------------------------------------------------------------------------------- /Source/ActionProbabilities.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/Source/ActionProbabilities.h -------------------------------------------------------------------------------- /Source/CombatInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/Source/CombatInfo.h -------------------------------------------------------------------------------- /Source/CombatSimDecreased.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/Source/CombatSimDecreased.cpp -------------------------------------------------------------------------------- /Source/CombatSimDecreased.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/Source/CombatSimDecreased.h -------------------------------------------------------------------------------- /Source/CombatSimLanchester.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/Source/CombatSimLanchester.cpp -------------------------------------------------------------------------------- /Source/CombatSimLanchester.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/Source/CombatSimLanchester.h -------------------------------------------------------------------------------- /Source/CombatSimSustained.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/Source/CombatSimSustained.cpp -------------------------------------------------------------------------------- /Source/CombatSimSustained.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/Source/CombatSimSustained.h -------------------------------------------------------------------------------- /Source/CombatSimulator.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/Source/CombatSimulator.cpp -------------------------------------------------------------------------------- /Source/CombatSimulator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/Source/CombatSimulator.h -------------------------------------------------------------------------------- /Source/EvaluationFunction.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/Source/EvaluationFunction.cpp -------------------------------------------------------------------------------- /Source/EvaluationFunction.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/Source/EvaluationFunction.h -------------------------------------------------------------------------------- /Source/GameNode.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/Source/GameNode.cpp -------------------------------------------------------------------------------- /Source/GameNode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/Source/GameNode.h -------------------------------------------------------------------------------- /Source/GameState.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/Source/GameState.cpp -------------------------------------------------------------------------------- /Source/GameState.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/Source/GameState.h -------------------------------------------------------------------------------- /Source/MCTSCD.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/Source/MCTSCD.cpp -------------------------------------------------------------------------------- /Source/MCTSCD.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/Source/MCTSCD.h -------------------------------------------------------------------------------- /Source/Negamax.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/Source/Negamax.h -------------------------------------------------------------------------------- /Source/RegionManager.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/Source/RegionManager.cpp -------------------------------------------------------------------------------- /Source/RegionManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/Source/RegionManager.h -------------------------------------------------------------------------------- /Source/TargetSorting.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/Source/TargetSorting.cpp -------------------------------------------------------------------------------- /Source/TargetSorting.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/Source/TargetSorting.h -------------------------------------------------------------------------------- /Source/UnitInfoStatic.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/Source/UnitInfoStatic.cpp -------------------------------------------------------------------------------- /Source/UnitInfoStatic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/Source/UnitInfoStatic.h -------------------------------------------------------------------------------- /Source/stdafx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/Source/stdafx.cpp -------------------------------------------------------------------------------- /Source/stdafx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/Source/stdafx.h -------------------------------------------------------------------------------- /Source/targetver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/Source/targetver.h -------------------------------------------------------------------------------- /StarAlgo.sdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/StarAlgo.sdf -------------------------------------------------------------------------------- /StarAlgo.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/StarAlgo.sln -------------------------------------------------------------------------------- /StarAlgo.v12.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/StarAlgo.v12.suo -------------------------------------------------------------------------------- /StarAlgo.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/StarAlgo.vcxproj -------------------------------------------------------------------------------- /StarAlgo.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/StarAlgo.vcxproj.filters -------------------------------------------------------------------------------- /StarAlgo.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/StarAlgo.vcxproj.user -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/.gitignore -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/Makefile -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/Qt/BOSSGUI.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/Qt/BOSSGUI.pro -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/Qt/Protoss_Probe.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/Qt/Protoss_Probe.ico -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/Qt/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/Qt/main.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/Qt/mainwindow.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/Qt/mainwindow.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/Qt/mainwindow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/Qt/mainwindow.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/Qt/mainwindow.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/Qt/mainwindow.ui -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/VisualStudio/BOSS.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/VisualStudio/BOSS.sln -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/VisualStudio/BOSS.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/VisualStudio/BOSS.vcxproj -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/VisualStudio/BOSS.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/VisualStudio/BOSS.vcxproj.filters -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/VisualStudio/BOSS_combatsearch.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/VisualStudio/BOSS_combatsearch.vcxproj -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/VisualStudio/BOSS_main.psess: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/VisualStudio/BOSS_main.psess -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/VisualStudio/BOSS_main.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/VisualStudio/BOSS_main.vcxproj -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/VisualStudio/BOSS_main.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/VisualStudio/BOSS_main.vcxproj.filters -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/buildorders/Protoss_DarkTemplarRush.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/buildorders/Protoss_DarkTemplarRush.txt -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/buildorders/Protoss_DragoonRange.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/buildorders/Protoss_DragoonRange.txt -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/buildorders/Terran_TankPush.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/buildorders/Terran_TankPush.txt -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/buildorders/Zerg_2HatchHydra.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/buildorders/Zerg_2HatchHydra.txt -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/buildorders/Zerg_3HatchMuta.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/buildorders/Zerg_3HatchMuta.txt -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Adrenal_Glands.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Adrenal_Glands.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Antennae.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Antennae.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Apial_Sensors.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Apial_Sensors.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Apollo_Reactor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Apollo_Reactor.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Argus_Jewel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Argus_Jewel.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Argus_Talisman.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Argus_Talisman.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Burrowing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Burrowing.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Cloaking_Field.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Cloaking_Field.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Command_Attack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Command_Attack.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Command_Gather.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Command_Gather.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Command_Load.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Command_Load.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Command_Move.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Command_Move.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Command_Patrol.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Command_Patrol.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Command_Repair.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Command_Repair.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Command_Stop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Command_Stop.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Command_Unload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Command_Unload.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Consume.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Consume.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Dark_Swarm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Dark_Swarm.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Disruption_Web.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Disruption_Web.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/EMP_Shockwave.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/EMP_Shockwave.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Ensnare.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Ensnare.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Feedback.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Feedback.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Fusion_Cutter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Fusion_Cutter.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Gamete_Meiosis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Gamete_Meiosis.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Gauss_Rifle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Gauss_Rifle.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Gravitic_Drive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Gravitic_Drive.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Grooved_Spines.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Grooved_Spines.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Hallucination.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Hallucination.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Heal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Heal.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Ion_Thrusters.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Ion_Thrusters.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Irradiate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Irradiate.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Khaydarin_Core.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Khaydarin_Core.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Land.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Land.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Lift_Off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Lift_Off.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Lockdown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Lockdown.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Lurker_Aspect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Lurker_Aspect.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Maelstrom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Maelstrom.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Mind_Control.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Mind_Control.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Nuclear_Strike.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Nuclear_Strike.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Optical_Flare.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Optical_Flare.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Parasite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Parasite.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Plague.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Plague.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Psionic_Storm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Psionic_Storm.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Recall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Recall.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Restoration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Restoration.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Scanner_Sweep.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Scanner_Sweep.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Scarab_Damage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Scarab_Damage.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Sensor_Array.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Sensor_Array.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Spider_Mines.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Spider_Mines.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Stasis_Field.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Stasis_Field.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Stim_Packs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Stim_Packs.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Tank_Tank_Mode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Tank_Tank_Mode.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Titan_Reactor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Titan_Reactor.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/U_238_Shells.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/U_238_Shells.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Unburrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Unburrow.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Ventral_Sacs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Ventral_Sacs.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Vulture_Mine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Vulture_Mine.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Yamato_Gun.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Yamato_Gun.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Zerg_Carapace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/Zerg_Carapace.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/fix.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/command_icons/fix.bat -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/fonts/alpha_trans.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/fonts/alpha_trans.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/ground/ground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/ground/ground.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/ground/ground1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/ground/ground1.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/ground/ground2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/ground/ground2.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/ground/ground3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/ground/ground3.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Protoss_Arbiter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Protoss_Arbiter.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Protoss_Archon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Protoss_Archon.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Protoss_Assimilator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Protoss_Assimilator.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Protoss_Carrier.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Protoss_Carrier.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Protoss_Corsair.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Protoss_Corsair.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Protoss_Dark_Archon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Protoss_Dark_Archon.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Protoss_Dark_Templar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Protoss_Dark_Templar.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Protoss_Dragoon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Protoss_Dragoon.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Protoss_Fleet_Beacon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Protoss_Fleet_Beacon.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Protoss_Forge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Protoss_Forge.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Protoss_Gateway.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Protoss_Gateway.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Protoss_High_Templar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Protoss_High_Templar.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Protoss_Nexus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Protoss_Nexus.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Protoss_Observatory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Protoss_Observatory.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Protoss_Observer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Protoss_Observer.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Protoss_Photon_Cannon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Protoss_Photon_Cannon.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Protoss_Probe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Protoss_Probe.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Protoss_Pylon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Protoss_Pylon.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Protoss_Reaver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Protoss_Reaver.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Protoss_Scout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Protoss_Scout.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Protoss_Shield_Battery.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Protoss_Shield_Battery.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Protoss_Shuttle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Protoss_Shuttle.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Protoss_Stargate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Protoss_Stargate.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Protoss_Zealot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Protoss_Zealot.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Resource_Mineral_Field.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Resource_Mineral_Field.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_Academy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_Academy.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_Armory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_Armory.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_Barracks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_Barracks.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_Battlecruiser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_Battlecruiser.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_Bunker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_Bunker.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_Command_Center.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_Command_Center.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_Control_Tower.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_Control_Tower.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_Covert_Ops.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_Covert_Ops.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_Dropship.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_Dropship.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_Factory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_Factory.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_Firebat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_Firebat.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_Ghost.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_Ghost.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_Goliath.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_Goliath.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_Machine_Shop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_Machine_Shop.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_Marine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_Marine.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_Medic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_Medic.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_Nuclear_Silo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_Nuclear_Silo.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_Physics_Lab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_Physics_Lab.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_Refinery.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_Refinery.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_SCV - Copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_SCV - Copy.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_SCV.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_SCV.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_Starport.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_Starport.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_Supply_Depot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_Supply_Depot.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_Valkyrie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_Valkyrie.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_Vulture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_Vulture.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_Wraith.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Terran_Wraith.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Zerg_Creep_Colony.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Zerg_Creep_Colony.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Zerg_Defiler.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Zerg_Defiler.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Zerg_Defiler_Mound.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Zerg_Defiler_Mound.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Zerg_Devourer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Zerg_Devourer.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Zerg_Drone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Zerg_Drone.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Zerg_Extractor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Zerg_Extractor.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Zerg_Greater_Spire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Zerg_Greater_Spire.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Zerg_Guardian.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Zerg_Guardian.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Zerg_Hatchery.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Zerg_Hatchery.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Zerg_Hive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Zerg_Hive.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Zerg_Hydralisk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Zerg_Hydralisk.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Zerg_Hydralisk_Den.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Zerg_Hydralisk_Den.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Zerg_Infested_Terran.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Zerg_Infested_Terran.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Zerg_Lair.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Zerg_Lair.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Zerg_Larva.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Zerg_Larva.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Zerg_Lurker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Zerg_Lurker.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Zerg_Mutalisk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Zerg_Mutalisk.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Zerg_Nydus_Canal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Zerg_Nydus_Canal.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Zerg_Overlord.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Zerg_Overlord.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Zerg_Queen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Zerg_Queen.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Zerg_Queens_Nest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Zerg_Queens_Nest.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Zerg_Scourge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Zerg_Scourge.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Zerg_Spawning_Pool.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Zerg_Spawning_Pool.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Zerg_Spire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Zerg_Spire.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Zerg_Spore_Colony.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Zerg_Spore_Colony.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Zerg_Sunken_Colony.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Zerg_Sunken_Colony.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Zerg_Ultralisk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Zerg_Ultralisk.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Zerg_Zergling.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/Zerg_Zergling.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/fix.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/bin/images/units/fix.bat -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/emscripten/BOSS.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/emscripten/BOSS.html -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/emscripten/BOSS2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/emscripten/BOSS2.html -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/emscripten/config.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/emscripten/config.html -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/emscripten/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/emscripten/config.txt -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/make_windows.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/make_windows.bat -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/source/ActionInProgress.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/source/ActionInProgress.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/source/ActionInProgress.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/source/ActionInProgress.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/source/ActionSet.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/source/ActionSet.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/source/ActionSet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/source/ActionSet.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/source/ActionType.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/source/ActionType.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/source/ActionType.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/source/ActionType.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/source/ActionTypeData.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/source/ActionTypeData.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/source/ActionTypeData.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/source/ActionTypeData.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/source/Array.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/source/Array.hpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/source/BOSS.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/source/BOSS.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/source/BOSS.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/source/BOSS.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/source/BOSSAssert.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/source/BOSSAssert.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/source/BOSSAssert.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/source/BOSSAssert.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/source/BOSSException.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/source/BOSSException.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/source/BOSSException.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/source/BOSSException.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/source/BOSSExperiments.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/source/BOSSExperiments.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/source/BOSSExperiments.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/source/BOSSExperiments.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/source/BOSSLogger.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/source/BOSSLogger.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/source/BOSSLogger.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/source/BOSSLogger.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/source/BOSSParameters.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/source/BOSSParameters.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/source/BOSSParameters.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/source/BOSSParameters.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/source/BOSSPlotBuildOrders.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/source/BOSSPlotBuildOrders.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/source/BOSSPlotBuildOrders.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/source/BOSSPlotBuildOrders.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/source/BOSS_main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/source/BOSS_main.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/source/BaseTypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/source/BaseTypes.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/source/BuildOrder.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/source/BuildOrder.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/source/BuildOrder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/source/BuildOrder.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/source/BuildOrderPlot.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/source/BuildOrderPlot.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/source/BuildOrderPlot.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/source/BuildOrderPlot.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/source/BuildOrderSearchGoal.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/source/BuildOrderSearchGoal.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/source/BuildOrderSearchGoal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/source/BuildOrderSearchGoal.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/source/BuildOrderTester.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/source/BuildOrderTester.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/source/BuildOrderTester.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/source/BuildOrderTester.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/source/BuildingData.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/source/BuildingData.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/source/BuildingData.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/source/BuildingData.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/source/CImg/CImg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/source/CImg/CImg.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/source/CombatSearch.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/source/CombatSearch.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/source/CombatSearch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/source/CombatSearch.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/source/CombatSearchExperiment.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/source/CombatSearchExperiment.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/source/CombatSearchExperiment.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/source/CombatSearchExperiment.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/source/CombatSearchParameters.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/source/CombatSearchParameters.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/source/CombatSearchParameters.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/source/CombatSearchParameters.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/source/CombatSearchResults.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/source/CombatSearchResults.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/source/CombatSearchResults.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/source/CombatSearchResults.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/source/CombatSearch_BestResponse.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/source/CombatSearch_BestResponse.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/source/CombatSearch_BestResponse.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/source/CombatSearch_BestResponse.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/source/CombatSearch_BestResponseData.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/source/CombatSearch_BestResponseData.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/source/CombatSearch_BestResponseData.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/source/CombatSearch_BestResponseData.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/source/CombatSearch_Bucket.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/source/CombatSearch_Bucket.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/source/CombatSearch_Bucket.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/source/CombatSearch_Bucket.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/source/CombatSearch_BucketData.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/source/CombatSearch_BucketData.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/source/CombatSearch_BucketData.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/source/CombatSearch_BucketData.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/source/CombatSearch_Integral.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/source/CombatSearch_Integral.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/source/CombatSearch_Integral.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/source/CombatSearch_Integral.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/source/CombatSearch_IntegralData.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/source/CombatSearch_IntegralData.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/source/CombatSearch_IntegralData.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/source/CombatSearch_IntegralData.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/source/Common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/source/Common.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/source/Constants.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/source/Constants.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/source/Constants.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/source/Constants.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/source/DFBB_BuildOrderSearchParameters.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/source/DFBB_BuildOrderSearchParameters.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/source/DFBB_BuildOrderSearchResults.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/source/DFBB_BuildOrderSearchResults.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/source/DFBB_BuildOrderSearchResults.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/source/DFBB_BuildOrderSearchResults.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/source/DFBB_BuildOrderSearchSaveState.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/source/DFBB_BuildOrderSearchSaveState.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/source/DFBB_BuildOrderSearchSaveState.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/source/DFBB_BuildOrderSearchSaveState.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/source/DFBB_BuildOrderSmartSearch.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/source/DFBB_BuildOrderSmartSearch.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/source/DFBB_BuildOrderSmartSearch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/source/DFBB_BuildOrderSmartSearch.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/source/DFBB_BuildOrderStackSearch.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/source/DFBB_BuildOrderStackSearch.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/source/DFBB_BuildOrderStackSearch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/source/DFBB_BuildOrderStackSearch.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/source/Eval.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/source/Eval.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/source/Eval.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/source/Eval.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/source/GameState.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/source/GameState.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/source/GameState.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/source/GameState.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/source/GraphViz.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/source/GraphViz.hpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/source/HatcheryData.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/source/HatcheryData.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/source/HatcheryData.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/source/HatcheryData.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/source/JSONTools.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/source/JSONTools.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/source/JSONTools.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/source/JSONTools.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/source/NaiveBuildOrderSearch.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/source/NaiveBuildOrderSearch.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/source/NaiveBuildOrderSearch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/source/NaiveBuildOrderSearch.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/source/Position.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/source/Position.hpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/source/PrerequisiteSet.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/source/PrerequisiteSet.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/source/PrerequisiteSet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/source/PrerequisiteSet.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/source/StarCraftGUI.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/source/StarCraftGUI.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/source/StarCraftGUI.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/source/StarCraftGUI.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/source/Timer.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/source/Timer.hpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/source/Tools.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/source/Tools.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/source/Tools.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/source/Tools.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/source/UnitData.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/source/UnitData.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/source/UnitData.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/source/UnitData.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/source/deprecated/BOSSAssert.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/source/deprecated/BOSSAssert.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/source/deprecated/BOSSAssert.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/source/deprecated/BOSSAssert.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/source/deprecated/BOSSVisExperiment.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/source/deprecated/BOSSVisExperiment.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/source/deprecated/BOSSVisExperiment.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/source/deprecated/BOSSVisExperiment.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/source/deprecated/GUI.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/source/deprecated/GUI.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/source/deprecated/GUI.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/source/deprecated/GUI.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/source/deprecated/GUITools.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/source/deprecated/GUITools.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/source/deprecated/GUITools.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/source/deprecated/GUITools.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/source/deprecated/bwapidata/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/source/deprecated/bwapidata/README.txt -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/source/rapidjson/document.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/source/rapidjson/document.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/source/rapidjson/filestream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/source/rapidjson/filestream.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/source/rapidjson/internal/pow10.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/source/rapidjson/internal/pow10.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/source/rapidjson/internal/stack.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/source/rapidjson/internal/stack.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/source/rapidjson/internal/strfunc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/source/rapidjson/internal/strfunc.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/source/rapidjson/prettywriter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/source/rapidjson/prettywriter.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/source/rapidjson/rapidjson.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/source/rapidjson/rapidjson.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/source/rapidjson/reader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/source/rapidjson/reader.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/source/rapidjson/stringbuffer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/source/rapidjson/stringbuffer.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/BOSS/source/rapidjson/writer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/BOSS/source/rapidjson/writer.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/.gitignore -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/LINUX_HOW_TO_COMPILE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/LINUX_HOW_TO_COMPILE.txt -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/Makefile -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/README.txt -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/VisualStudio/SparCraft.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/VisualStudio/SparCraft.sln -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/VisualStudio/SparCraft.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/VisualStudio/SparCraft.vcxproj -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/VisualStudio/SparCraft_main.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/VisualStudio/SparCraft_main.vcxproj -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/VisualStudio/bwapidata.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/VisualStudio/bwapidata.vcxproj -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Heal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Heal.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Land.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/Land.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/fix.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/command_icons/fix.bat -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/fonts/alpha_trans.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/fonts/alpha_trans.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/ground/ground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/ground/ground.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/ground/ground1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/ground/ground1.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/ground/ground2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/ground/ground2.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/ground/ground3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/ground/ground3.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Protoss_Forge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Protoss_Forge.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Protoss_Nexus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Protoss_Nexus.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Protoss_Probe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Protoss_Probe.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Protoss_Pylon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Protoss_Pylon.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Protoss_Scout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Protoss_Scout.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Terran_Armory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Terran_Armory.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Terran_Bunker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Terran_Bunker.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Terran_Ghost.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Terran_Ghost.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Terran_Marine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Terran_Marine.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Terran_Medic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Terran_Medic.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Terran_SCV.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Terran_SCV.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Terran_Wraith.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Terran_Wraith.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Zerg_Defiler.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Zerg_Defiler.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Zerg_Devourer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Zerg_Devourer.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Zerg_Drone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Zerg_Drone.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Zerg_Guardian.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Zerg_Guardian.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Zerg_Hatchery.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Zerg_Hatchery.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Zerg_Hive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Zerg_Hive.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Zerg_Lair.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Zerg_Lair.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Zerg_Larva.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Zerg_Larva.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Zerg_Lurker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Zerg_Lurker.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Zerg_Mutalisk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Zerg_Mutalisk.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Zerg_Overlord.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Zerg_Overlord.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Zerg_Queen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Zerg_Queen.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Zerg_Scourge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Zerg_Scourge.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Zerg_Spire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Zerg_Spire.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Zerg_Zergling.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/Zerg_Zergling.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/fix.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/asset/images/units/fix.bat -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/bin/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/README.txt -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/AIModule.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/AIModule.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/BWAPI.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/BWAPI.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/BWAPI.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/BWAPI.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/BWAPI/AIModule.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/BWAPI/AIModule.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/BWAPI/Bitmap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/BWAPI/Bitmap.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/BWAPI/Bullet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/BWAPI/Bullet.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/BWAPI/BulletType.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/BWAPI/BulletType.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/BWAPI/Client.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/BWAPI/Client.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/BWAPI/Color.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/BWAPI/Color.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/BWAPI/Constants.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/BWAPI/Constants.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/BWAPI/DamageType.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/BWAPI/DamageType.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/BWAPI/Error.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/BWAPI/Error.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/BWAPI/Event.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/BWAPI/Event.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/BWAPI/EventType.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/BWAPI/EventType.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/BWAPI/Flag.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/BWAPI/Flag.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/BWAPI/Force.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/BWAPI/Force.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/BWAPI/Game.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/BWAPI/Game.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/BWAPI/GameType.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/BWAPI/GameType.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/BWAPI/Input.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/BWAPI/Input.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/BWAPI/Latency.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/BWAPI/Latency.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/BWAPI/Order.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/BWAPI/Order.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/BWAPI/Player.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/BWAPI/Player.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/BWAPI/PlayerType.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/BWAPI/PlayerType.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/BWAPI/Position.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/BWAPI/Position.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/BWAPI/Race.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/BWAPI/Race.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/BWAPI/TechType.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/BWAPI/TechType.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/BWAPI/Unit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/BWAPI/Unit.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/BWAPI/UnitType.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/BWAPI/UnitType.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/BWAPI/WeaponType.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/BWAPI/WeaponType.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/Bitmap.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/Bitmap.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/BulletType.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/BulletType.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/Color.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/Color.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/Common.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/Common.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/Common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/Common.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/DamageType.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/DamageType.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/Error.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/Error.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/Event.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/Event.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/ExplosionType.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/ExplosionType.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/GameType.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/GameType.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/Order.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/Order.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/PlayerType.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/PlayerType.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/Position.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/Position.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/Race.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/Race.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/TechType.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/TechType.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/TilePosition.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/TilePosition.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/UnitSizeType.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/UnitSizeType.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/UnitType.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/UnitType.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/UpgradeType.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/UpgradeType.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/Util/Bitmask.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/Util/Bitmask.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/Util/Exceptions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/Util/Exceptions.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/Util/FileLogger.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/Util/FileLogger.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/Util/Foreach.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/Util/Foreach.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/Util/Gnu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/Util/Gnu.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/Util/LogLevel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/Util/LogLevel.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/Util/Logger.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/Util/Logger.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/Util/Logger.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/Util/Logger.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/Util/Strings.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/Util/Strings.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/Util/Strings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/Util/Strings.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/Util/Types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/Util/Types.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/Util/sha1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/Util/sha1.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/Util/sha1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/Util/sha1.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/WeaponType.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/bwapidata/include/WeaponType.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/sample_experiment/sample_exp.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/sample_experiment/sample_exp.txt -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/sample_experiment/sample_state.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/sample_experiment/sample_state.txt -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/source/Action.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/source/Action.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/source/Action.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/source/Action.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/source/AllPlayers.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/source/AllPlayers.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/source/AllPlayers.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/source/AllPlayers.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/source/AlphaBetaMove.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/source/AlphaBetaMove.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/source/AlphaBetaMove.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/source/AlphaBetaMove.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/source/AlphaBetaSearch.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/source/AlphaBetaSearch.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/source/AlphaBetaSearch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/source/AlphaBetaSearch.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/source/AlphaBetaSearchParameters.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/source/AlphaBetaSearchParameters.hpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/source/AlphaBetaSearchResults.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/source/AlphaBetaSearchResults.hpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/source/AnimationFrameData.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/source/AnimationFrameData.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/source/AnimationFrameData.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/source/AnimationFrameData.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/source/Array.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/source/Array.hpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/source/BaseTypes.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/source/BaseTypes.hpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/source/Common.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/source/Common.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/source/Common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/source/Common.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/source/ConfigFileGenerator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/source/ConfigFileGenerator.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/source/EnumData.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/source/EnumData.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/source/EnumData.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/source/EnumData.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/source/Game.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/source/Game.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/source/Game.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/source/Game.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/source/GameState.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/source/GameState.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/source/GameState.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/source/GameState.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/source/GraphViz.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/source/GraphViz.hpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/source/Hash.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/source/Hash.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/source/Hash.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/source/Hash.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/source/Logger.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/source/Logger.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/source/Logger.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/source/Logger.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/source/Map.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/source/Map.hpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/source/MoveArray.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/source/MoveArray.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/source/MoveArray.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/source/MoveArray.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/source/MoveSet.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/source/MoveSet.hpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/source/Player.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/source/Player.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/source/Player.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/source/Player.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/source/PlayerProperties.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/source/PlayerProperties.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/source/PlayerProperties.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/source/PlayerProperties.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/source/Player_AlphaBeta.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/source/Player_AlphaBeta.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/source/Player_AlphaBeta.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/source/Player_AlphaBeta.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/source/Player_AttackClosest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/source/Player_AttackClosest.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/source/Player_AttackClosest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/source/Player_AttackClosest.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/source/Player_AttackDPS.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/source/Player_AttackDPS.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/source/Player_AttackDPS.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/source/Player_AttackDPS.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/source/Player_AttackWeakest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/source/Player_AttackWeakest.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/source/Player_AttackWeakest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/source/Player_AttackWeakest.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/source/Player_Cluster.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/source/Player_Cluster.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/source/Player_Cluster.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/source/Player_Cluster.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/source/Player_Kiter.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/source/Player_Kiter.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/source/Player_Kiter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/source/Player_Kiter.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/source/Player_KiterDPS.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/source/Player_KiterDPS.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/source/Player_KiterDPS.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/source/Player_KiterDPS.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/source/Player_Kiter_NOKDPS.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/source/Player_Kiter_NOKDPS.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/source/Player_Kiter_NOKDPS.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/source/Player_Kiter_NOKDPS.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/source/Player_NOKDPS.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/source/Player_NOKDPS.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/source/Player_NOKDPS.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/source/Player_NOKDPS.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/source/Player_Random.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/source/Player_Random.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/source/Player_Random.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/source/Player_Random.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/source/Player_UCT.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/source/Player_UCT.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/source/Player_UCT.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/source/Player_UCT.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/source/PortfolioGreedySearch.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/source/PortfolioGreedySearch.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/source/PortfolioGreedySearch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/source/PortfolioGreedySearch.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/source/Position.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/source/Position.hpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/source/Random.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/source/Random.hpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/source/SparCraft.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/source/SparCraft.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/source/SparCraft.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/source/SparCraft.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/source/SparCraftAssert.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/source/SparCraftAssert.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/source/SparCraftAssert.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/source/SparCraftAssert.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/source/SparCraftException.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/source/SparCraftException.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/source/SparCraftException.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/source/SparCraftException.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/source/Timer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/source/Timer.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/source/Timer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/source/Timer.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/source/TranspositionTable.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/source/TranspositionTable.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/source/TranspositionTable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/source/TranspositionTable.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/source/TutorialCode.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/source/TutorialCode.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/source/UCTMemoryPool.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/source/UCTMemoryPool.hpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/source/UCTNode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/source/UCTNode.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/source/UCTSearch.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/source/UCTSearch.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/source/UCTSearch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/source/UCTSearch.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/source/UCTSearchParameters.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/source/UCTSearchParameters.hpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/source/UCTSearchResults.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/source/UCTSearchResults.hpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/source/Unit.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/source/Unit.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/source/Unit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/source/Unit.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/source/UnitAction.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/source/UnitAction.hpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/source/UnitProperties.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/source/UnitProperties.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/source/UnitProperties.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/source/UnitProperties.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/source/UnitScriptData.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/source/UnitScriptData.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/source/UnitScriptData.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/source/UnitScriptData.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/source/UnitType.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/source/UnitType.hpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/source/WeaponProperties.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/source/WeaponProperties.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/source/WeaponProperties.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/source/WeaponProperties.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/source/glext/glext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/source/glext/glext.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/source/glext/wglext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/source/glext/wglext.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/source/glfont2/glfont.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/source/glfont2/glfont.cc -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/source/glfont2/glfont.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/source/glfont2/glfont.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/source/gui/GUI.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/source/gui/GUI.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/source/gui/GUI.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/source/gui/GUI.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/source/gui/GUIGame.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/source/gui/GUIGame.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/source/gui/GUIGame.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/source/gui/GUIGame.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/source/gui/GUITools.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/source/gui/GUITools.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/source/gui/GUITools.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/source/gui/GUITools.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/source/main/SearchExperiment.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/source/main/SearchExperiment.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/source/main/SearchExperiment.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/source/main/SearchExperiment.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/source/main/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/source/main/main.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/starcraft_images/ground/ground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/starcraft_images/ground/ground.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/starcraft_images/ground/ground1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/starcraft_images/ground/ground1.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/starcraft_images/ground/ground2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/starcraft_images/ground/ground2.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/SparCraft/starcraft_images/ground/ground3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/SparCraft/starcraft_images/ground/ground3.png -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/.gitignore -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/AutoObserver.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/AutoObserver.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/AutoObserver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/AutoObserver.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/BOSSManager.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/BOSSManager.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/BOSSManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/BOSSManager.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/BuildOrder.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/BuildOrder.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/BuildOrder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/BuildOrder.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/BuildOrderQueue.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/BuildOrderQueue.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/BuildOrderQueue.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/BuildOrderQueue.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/BuildingData.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/BuildingData.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/BuildingData.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/BuildingData.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/BuildingManager.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/BuildingManager.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/BuildingManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/BuildingManager.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/BuildingPlacer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/BuildingPlacer.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/BuildingPlacer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/BuildingPlacer.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/CombatCommander - Copy.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/CombatCommander - Copy.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/CombatCommander.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/CombatCommander.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/CombatCommander.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/CombatCommander.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/CombatData.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/CombatData.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/CombatData.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/CombatData.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/CombatSimulation.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/CombatSimulation.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/CombatSimulation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/CombatSimulation.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/Common.cpp: -------------------------------------------------------------------------------- 1 | #include "Common.h" 2 | -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/Common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/Common.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/Config.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/Config.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/Config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/Config.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/DetectorManager.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/DetectorManager.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/DetectorManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/DetectorManager.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/DistanceMap.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/DistanceMap.hpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/Dll.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/Dll.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/GameCommander.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/GameCommander.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/GameCommander.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/GameCommander.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/GameHistory.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/GameHistory.hpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/HardCodedInfo.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/HardCodedInfo.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/HardCodedInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/HardCodedInfo.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/InformationManager.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/InformationManager.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/InformationManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/InformationManager.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/JSONTools.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/JSONTools.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/JSONTools.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/JSONTools.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/Logger.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/Logger.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/Logger.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/Logger.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/MapGrid.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/MapGrid.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/MapGrid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/MapGrid.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/MapTools.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/MapTools.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/MapTools.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/MapTools.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/MedicManager.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/MedicManager.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/MedicManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/MedicManager.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/MeleeManager.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/MeleeManager.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/MeleeManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/MeleeManager.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/MetaType.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/MetaType.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/MetaType.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/MetaType.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/Micro.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/Micro.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/Micro.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/Micro.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/MicroManager.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/MicroManager.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/MicroManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/MicroManager.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/ParseUtils.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/ParseUtils.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/ParseUtils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/ParseUtils.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/PokeManager.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/PokeManager.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/PokeManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/PokeManager.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/ProductionManager.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/ProductionManager.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/ProductionManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/ProductionManager.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/RangedManager.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/RangedManager.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/RangedManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/RangedManager.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/ScoutManager.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/ScoutManager.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/ScoutManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/ScoutManager.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/Squad.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/Squad.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/Squad.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/Squad.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/SquadData.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/SquadData.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/SquadData.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/SquadData.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/SquadOrder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/SquadOrder.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/StrategyManager.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/StrategyManager.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/StrategyManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/StrategyManager.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/TankManager.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/TankManager.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/TankManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/TankManager.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/TimerManager.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/TimerManager.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/TimerManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/TimerManager.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/TransportManager.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/TransportManager.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/TransportManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/TransportManager.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/UABAssert.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/UABAssert.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/UABAssert.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/UABAssert.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/UAlbertaBotModule.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/UAlbertaBotModule.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/UAlbertaBotModule.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/UAlbertaBotModule.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/UnitData.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/UnitData.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/UnitData.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/UnitData.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/UnitUtil.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/UnitUtil.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/UnitUtil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/UnitUtil.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/WorkerData.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/WorkerData.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/WorkerData.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/WorkerData.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/WorkerManager.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/WorkerManager.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/WorkerManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/WorkerManager.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/rapidjson/allocators.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/rapidjson/allocators.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/rapidjson/document.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/rapidjson/document.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/rapidjson/encodedstream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/rapidjson/encodedstream.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/rapidjson/encodings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/rapidjson/encodings.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/rapidjson/error/en.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/rapidjson/error/en.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/rapidjson/error/error.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/rapidjson/error/error.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/rapidjson/filereadstream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/rapidjson/filereadstream.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/rapidjson/filewritestream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/rapidjson/filewritestream.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/rapidjson/internal/diyfp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/rapidjson/internal/diyfp.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/rapidjson/internal/dtoa.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/rapidjson/internal/dtoa.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/rapidjson/internal/itoa.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/rapidjson/internal/itoa.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/rapidjson/internal/meta.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/rapidjson/internal/meta.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/rapidjson/internal/pow10.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/rapidjson/internal/pow10.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/rapidjson/internal/stack.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/rapidjson/internal/stack.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/rapidjson/internal/strtod.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/rapidjson/internal/strtod.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/rapidjson/memorybuffer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/rapidjson/memorybuffer.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/rapidjson/memorystream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/rapidjson/memorystream.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/rapidjson/pointer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/rapidjson/pointer.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/rapidjson/prettywriter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/rapidjson/prettywriter.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/rapidjson/rapidjson.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/rapidjson/rapidjson.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/rapidjson/reader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/rapidjson/reader.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/rapidjson/stringbuffer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/rapidjson/stringbuffer.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/rapidjson/writer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/rapidjson/writer.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/research/hlsearch/HLSquad.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/research/hlsearch/HLSquad.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/research/hlsearch/HLState.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/Source/research/hlsearch/HLState.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/UAlbertaBot_Config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/UAlbertaBot_Config.txt -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/VisualStudio/ClassDiagram.cd: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/VisualStudio/PokeManager.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/VisualStudio/PokeManager.cpp -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/VisualStudio/PokeManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/VisualStudio/PokeManager.h -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/VisualStudio/UAlbertaBot.sdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/VisualStudio/UAlbertaBot.sdf -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/VisualStudio/UAlbertaBot.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/VisualStudio/UAlbertaBot.sln -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/VisualStudio/UAlbertaBot.v12.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/VisualStudio/UAlbertaBot.v12.suo -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/VisualStudio/UAlbertaBot.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/VisualStudio/UAlbertaBot.vcxproj -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/uml/ualbertabot.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/uml/ualbertabot.dia -------------------------------------------------------------------------------- /examples/UAlbertaBot with StarAlgo/UAlbertaBot/uml/ualbertabot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/examples/UAlbertaBot with StarAlgo/UAlbertaBot/uml/ualbertabot.png -------------------------------------------------------------------------------- /patches/CombatPatchCpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/patches/CombatPatchCpp -------------------------------------------------------------------------------- /patches/CombatPatchH: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/patches/CombatPatchH -------------------------------------------------------------------------------- /patches/GameCommanderCpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/patches/GameCommanderCpp -------------------------------------------------------------------------------- /patches/UAlbertaModuleCpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Games-and-Simulations/StarAlgo/HEAD/patches/UAlbertaModuleCpp --------------------------------------------------------------------------------