summaryrefslogtreecommitdiff
path: root/src/engine/constants.rs
AgeCommit message (Expand)Author
2018-11-15More concise feature flags for variablesJustin Worthe
2018-09-06Filled in the remaining TODOs on the tree searchJustin Worthe
2018-08-31Most of the heuristic random move lookup structureJustin Worthe
2018-08-27Removed branching around energy limiting heuristicsJustin Worthe
2018-08-19Tweaked performance for enegy tower limitingJustin Worthe
2018-08-18Implemented maximum number of energy buildings in a rowJustin Worthe
2018-08-12Test for iron curtain availability and normal towersJustin Worthe
2018-08-11Implemented most of the iron curtain changesJustin Worthe
2018-08-09Rearranged random move selection to avoid expensive divisionJustin Worthe
2018-08-09Converted game engine vectors to arrayvecsJustin Worthe
2018-07-21Simplified duration handling to allow longer profilingJustin Worthe
2018-07-21Removed need to load settings for the bitwise game engineJustin Worthe
2018-07-21Added an index, to make the missile towers a proper circular bufferJustin Worthe
2018-07-12Updating bot to use more named constantsJustin Worthe
2018-07-08Started moving constants to a constants fileJustin Worthe