summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-05-30Implement basic draw for text fieldsHEADmasterDavid McMackins II
2018-05-24Add function for getting a generic component's fontDavid McMackins II
2018-05-20Move box drawing routine up to GuiComponent for use by other box-shaped compo...David McMackins II
2018-05-20Convert clicked boolean into table for each mouse buttonDavid McMackins II
2018-05-19Fix declaration of mousepressed for GUI componentsDavid McMackins II
2018-05-19Add functionizeDavid McMackins II
2018-05-18Refactor GUI slightly and remove reference to containing stateDavid McMackins II
2018-01-02Fix flag nameDavid McMackins II
2018-01-01Make sure all components get mouse release signalDavid McMackins II
2018-01-01Change to new GUI modelDavid McMackins II
2017-09-30Change logoDavid McMackins II
2017-09-01Add Gui classDavid McMackins II
2017-08-31Only quit game on real key pressDavid McMackins II
2017-08-31Make sure held keys will send repeat signalsDavid McMackins II
2017-08-30Add typing functionDavid McMackins II
2017-08-30Control whether text input is enabledDavid McMackins II
2017-08-29Add active component trigger for text fieldsDavid McMackins II
2017-08-28Update Makefile so that old files are not included in distributionDavid McMackins II
2017-08-28Add generic GUI component classDavid McMackins II
2017-08-28Move GUI to generic file to make adding new component types simplerDavid McMackins II
2017-08-20Add ability to not unload previous stateDavid McMackins II
2017-08-15Send signal not to point to a space that cannot be moved toDavid McMackins II
2017-08-12Don't allow name change while in gameDavid McMackins II
2017-08-12Remove redundant updateall loopsDavid McMackins II
2017-08-12Add ending newline to update stringDavid McMackins II
2017-08-11Only take first step in split if not at edge of boardDavid McMackins II
2017-08-11Implement move logicDavid McMackins II
2017-08-07Add move logic stubDavid McMackins II
2017-08-04Add COIL text file and change image license to CC-BYDavid McMackins II
2017-08-03Change license to COIL 0.5David McMackins II
2017-08-02Simplify adding new piecesDavid McMackins II
2017-08-02Improve opponent DC protocolDavid McMackins II
2017-08-02Remove calculation of board dimensionsDavid McMackins II
2017-08-01Pre-allocate piece listDavid McMackins II
2017-07-31Fix return value of move functionDavid McMackins II
2017-07-30Remove unnecessary splitDavid McMackins II
2017-07-23Add extra checks for ability to moveDavid McMackins II
2017-07-04Incremental update to MOVE processingDavid McMackins II
2017-06-25Fix some table function callsDavid McMackins II
2017-06-25Add basic TRYMOVE, needs improvement for other move functionsDavid McMackins II
2017-06-22Fix forfeit to not need confirmationDavid McMackins II
2017-06-20Add FORFEITDavid McMackins II
2017-04-21Add TEAMDavid McMackins II
2017-04-21Remove GETWINNER command; will move into UPDATEDavid McMackins II
2017-04-17Add UPDATEDavid McMackins II
2017-04-16Make sure it's the player's turn before allowing them to SELECTDavid McMackins II
2017-04-16Add DESELECTDavid McMackins II
2017-04-15Add SELECTDavid McMackins II
2017-03-22Add MAKEROOMDavid McMackins II
2017-02-25Change join sequenceDavid McMackins II