aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* remove vscode configurationHEADmasterCara Salter2023-03-23
|
* Work on game.hCara Salter2023-03-23
|
* CmakeCara Salter2023-03-23
|
* Work on configurationCara Salter2023-02-16
|
* meta: Add wildcarding to MakefileCara Salter2023-02-16
|
* fix: Clean up old enum variantsCara Salter2023-02-16
| | | | | | There were a few enum variants in LoginState that were combined into WantMakeAccount (MakePassword and MakeConfirmPassword), so they were removed. Also cleaned up warnings
* add makefileCara Salter2023-02-16
|
* fix(log): Remove extra newlines from debug logsCara Salter2023-02-09
|
* log: Remember to free your strings, kids!Cara Salter2023-02-09
|
* log: Logging, but make it :sparkles: pretty :sparkles:Cara Salter2022-10-28
|
* no autotoolsCara Salter2022-10-28
|
* autotoolsCara Salter2022-10-27
|
* login: Login complete!Cara Salter2022-10-24
| | | | | | segfaults... so many segfaults but i'm learning so that's what matters!
* data: Fix deserializationCara Salter2022-10-19
| | | | | turns out you need to pass pointers to functions that require pointers, who knew?
* Make makefile resist clean errorsCara Salter2022-08-15
|
* data workCara Salter2022-08-15
|
* login: After creating the account, go to handle_playerCara Salter2022-01-30
| | | | Instead of inifinitely looping
* data: Fix bug where player data wasn't writtenCara Salter2022-01-30
| | | | | Function was exiting without freeing the file descriptor or flushing the write buffer to disk. a quick call to fclose fixes this.
* login: Add password authentication for registrationsCara Salter2022-01-28
|
* login: Update memory managementCara Salter2022-01-27
| | | | | | | | name is now char* instead of char*[] because why would that be a thing? now also allocates 32 bytes for name *before* trying to strcpy Signed-off-by: Cara Salter <cara@devcara.com>
* data: Make it clearer that we're testing for a null file pointerCara Salter2022-01-27
| | | | Signed-off-by: Cara Salter <cara@devcara.com>
* meta: Add srcdist target to makefileCara Salter2022-01-27
| | | | Signed-off-by: Cara Salter <cara@devcara.com>
* push for cedCara Salter2022-01-22
|
* initial commitCara Salter2022-01-20
yay start of a state machine and also learning sockets