summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* player: Don't spin 270 degreesP. J. McDermott2021-08-081-1/+8
* player: Fix face turningP. J. McDermott2021-08-081-19/+37
* player: Add eyes (WIP)P. J. McDermott2021-08-082-0/+67
* player: Add smileP. J. McDermott2021-08-082-11/+66
* player: Render circleP. J. McDermott2021-08-082-10/+43
* player: Implement (renders just a dot so far)P. J. McDermott2021-08-085-0/+274
* game: Add timerP. J. McDermott2021-08-071-4/+33
* tk: Make text widget optionally staticP. J. McDermott2021-08-073-10/+24
* menu: Generate new seed after each gameP. J. McDermott2021-08-071-10/+24
* menu: Save seed bufferP. J. McDermott2021-08-071-6/+9
* tk: Add text widget value setterP. J. McDermott2021-08-072-0/+19
* tk: Prevent buffer overrun in text constructorP. J. McDermott2021-08-071-1/+5
* game: Poll for eventsP. J. McDermott2021-08-071-19/+39
* tk: Add submit callback to check, radio, and textP. J. McDermott2021-08-075-17/+35
* menu, game: Rename macrosP. J. McDermott2021-08-073-43/+43
* game: New screenP. J. McDermott2021-08-074-16/+191
* tk: Fix box positioningP. J. McDermott2021-08-071-2/+2
* tk: Add window origin coordinatesP. J. McDermott2021-08-073-5/+9
* menu: Improve quit handling; free strings earlierP. J. McDermott2021-08-071-14/+14
* menu: Handle escape keyP. J. McDermott2021-08-071-0/+7
* menu: Log game infoP. J. McDermott2021-08-071-0/+5
* menu: Replace switch with arrayP. J. McDermott2021-08-071-13/+4
* splash: Rename to menuP. J. McDermott2021-08-074-50/+48
* splash, tk: Clarify and standardize function ptrsP. J. McDermott2021-08-072-5/+6
* splash: Make callbacks usefulP. J. McDermott2021-08-071-29/+57
* tk: Fix text insertionP. J. McDermott2021-08-061-0/+3
* tk: Add text widget event callbackP. J. McDermott2021-08-063-21/+44
* tk: Handle text inputP. J. McDermott2021-08-063-3/+31
* tk: Move text texture updating codeP. J. McDermott2021-08-061-3/+4
* tk: Handle zero-width text renderingP. J. McDermott2021-08-061-4/+10
* tk: Handle Backspace and Delete keys in textP. J. McDermott2021-08-061-0/+20
* tk: Handle Home and End keys in text widgetP. J. McDermott2021-08-061-0/+6
* tk: Maintain static text input buffersP. J. McDermott2021-08-061-14/+24
* tk: Add (de)focus methodsP. J. McDermott2021-08-067-0/+73
* tk: Implement text cursor movementP. J. McDermott2021-08-061-1/+20
* tk: Add radio key handlingP. J. McDermott2021-08-061-2/+38
* tk: Add button key handlingP. J. McDermott2021-08-061-1/+15
* tk: Add check key handlingP. J. McDermott2021-08-061-1/+16
* tk: Pass key eventsP. J. McDermott2021-08-067-4/+57
* tk: Rename mouse event methodP. J. McDermott2021-08-0611-29/+31
* tk: Fix crash on focusing nested focusable widgetsP. J. McDermott2021-08-063-2/+19
* tk: Implement focusing by mouseP. J. McDermott2021-08-066-2/+37
* tk: Fix focus tab indexingP. J. McDermott2021-08-062-2/+2
* tk: Implement focus switchingP. J. McDermott2021-08-062-3/+32
* tk: Adjust var declarations vertical alignmentP. J. McDermott2021-08-061-3/+3
* tk: Build focus tab indexP. J. McDermott2021-08-069-15/+114
* tk: Add container pointer to widgetP. J. McDermott2021-08-063-8/+18
* tk: Add window objectP. J. McDermott2021-08-065-25/+116
* tk: Make event callbacks optionalP. J. McDermott2021-08-063-0/+9
* splash: Generate random value for seed text inputP. J. McDermott2021-08-061-16/+25