summaryrefslogtreecommitdiff
path: root/src/input
AgeCommit message (Expand)Author
2018-12-08Renamed variable to be more conciseJustin Worthe
2018-09-02Clippy suggested improvementsJustin Worthe
2018-08-27Removed branching around energy limiting heuristicsJustin Worthe
2018-08-19Tweaked performance for enegy tower limitingJustin Worthe
2018-08-12Reduced more duplication and removed TODOsJustin Worthe
2018-08-12Collapsed player info into the rest of the 'buildings' objectJustin Worthe
2018-08-12Test for iron curtain availability and normal towersJustin Worthe
2018-08-11Implemented most of the iron curtain changesJustin Worthe
2018-08-09Updated point representation to better match my heavy bitfield usageJustin Worthe
2018-08-09Converted game engine vectors to arrayvecsJustin Worthe
2018-08-09Removed unnecessary Player fieldJustin Worthe
2018-08-09Removed dynamic settingsJustin Worthe
2018-08-09Removed expressive engineJustin Worthe
2018-07-15Flipped bitfields on the opponent side to make implementation more conciseJustin Worthe
2018-07-15Implemented shooting teslas in the same order as the game engineJustin Worthe
2018-07-12Changed other bitwise stuff to use constantsJustin Worthe
2018-07-08Started moving constants to a constants fileJustin Worthe
2018-07-02Initial drop in replacement implementationJustin Worthe
2018-07-01Continued filling in bitwise game engineJustin Worthe
2018-07-01Started filling in bitwise simulation logicJustin Worthe
2018-07-01Read missiles from the json into bitfieldsJustin Worthe
2018-07-01JSON parsing of bitwise buildingsJustin Worthe
2018-07-01Started implementation of reading bitwise from jsonJustin Worthe
2018-07-01Built bitwise game state from current game stateJustin Worthe
2018-07-01Set up (failing) property test for working of new game stateJustin Worthe
2018-06-30Moved 'expressive' specific building logic out of generi codeJustin Worthe
2018-06-30Initial stab at putting game engine behind a traitJustin Worthe
2018-06-25Updated test cases and made engine work correctly according to testsJustin Worthe
2018-06-25Added new tower type and deconstruct actionJustin Worthe
2018-06-09Added max building price to game settingsJustin Worthe
2018-06-03Added todoJustin Worthe
2018-06-03Moved json parsing to be part of a module, with textmap equivalenceJustin Worthe