Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | remove vscode configurationHEADmaster | Cara Salter | 2023-03-23 |
| | |||
* | Work on game.h | Cara Salter | 2023-03-23 |
| | |||
* | Work on configuration | Cara Salter | 2023-02-16 |
| | |||
* | fix: Clean up old enum variants | Cara Salter | 2023-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 | ||
* | fix(log): Remove extra newlines from debug logs | Cara Salter | 2023-02-09 |
| | |||
* | log: Remember to free your strings, kids! | Cara Salter | 2023-02-09 |
| | |||
* | log: Logging, but make it :sparkles: pretty :sparkles: | Cara Salter | 2022-10-28 |
| | |||
* | autotools | Cara Salter | 2022-10-27 |
| | |||
* | login: Login complete! | Cara Salter | 2022-10-24 |
| | | | | | | segfaults... so many segfaults but i'm learning so that's what matters! | ||
* | data: Fix deserialization | Cara Salter | 2022-10-19 |
| | | | | | turns out you need to pass pointers to functions that require pointers, who knew? | ||
* | data work | Cara Salter | 2022-08-15 |
| | |||
* | login: After creating the account, go to handle_player | Cara Salter | 2022-01-30 |
| | | | | Instead of inifinitely looping | ||
* | data: Fix bug where player data wasn't written | Cara Salter | 2022-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 registrations | Cara Salter | 2022-01-28 |
| | |||
* | login: Update memory management | Cara Salter | 2022-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 pointer | Cara Salter | 2022-01-27 |
| | | | | Signed-off-by: Cara Salter <cara@devcara.com> | ||
* | push for ced | Cara Salter | 2022-01-22 |
| | |||
* | initial commit | Cara Salter | 2022-01-20 |
yay start of a state machine and also learning sockets |