knowyt/server/src/application
2022-12-10 19:58:24 +01:00
..
application.go bugfix: debounce save quote API call 2022-10-05 09:38:42 +02:00
collectQuotes.go refactor: use new Log class 2022-11-06 15:41:13 +01:00
continueGame.go refactor: use new Log class 2022-11-06 15:41:13 +01:00
createGame.go refactor: use new Log class 2022-11-06 15:41:13 +01:00
createUser.go feat: create game 2022-04-09 22:25:52 +02:00
deletePlayer.go refactor: use new Log class 2022-11-06 15:41:13 +01:00
disableGame.go feat: add new game state 'disabled' 2022-12-10 19:58:24 +01:00
expireInactivePlayers.go read game state on startup 2021-09-26 23:36:47 +02:00
finishGame.go refactor: use new Log class 2022-11-06 15:41:13 +01:00
getConfig.go feat: use resources, renamed knyt -> knowyt 2022-03-03 08:40:14 +01:00
getGame.go feat: use resources, renamed knyt -> knowyt 2022-03-03 08:40:14 +01:00
getGameInfo.go refactor: use new Log class 2022-11-06 15:41:13 +01:00
getGames.go refactor: use new Log class 2022-11-06 15:41:13 +01:00
getQuotes.go refactor: use new Log class 2022-11-06 15:41:13 +01:00
getUser.go feat: use resources, renamed knyt -> knowyt 2022-03-03 08:40:14 +01:00
loadGames.go feat: use resources, renamed knyt -> knowyt 2022-03-03 08:40:14 +01:00
loadGameState.go feat: use resources, renamed knyt -> knowyt 2022-03-03 08:40:14 +01:00
loadQuotes.go feat: use resources, renamed knyt -> knowyt 2022-03-03 08:40:14 +01:00
loadUsers.go feat: use resources, renamed knyt -> knowyt 2022-03-03 08:40:14 +01:00
modifyUser.go feat: create game (WIP) 2022-04-09 21:27:54 +02:00
playerATime.go feat: use resources, renamed knyt -> knowyt 2022-03-03 08:40:14 +01:00
removeQuote.go refactor: use new Log class 2022-11-06 15:41:13 +01:00
resetGame.go refactor: use new Log class 2022-11-06 15:41:13 +01:00
saveGameState.go feat: use fileutil.SaveFile() to save file via tempfile 2022-04-13 11:26:07 +02:00
savePlayer.go refactor: use new Log class 2022-11-06 15:41:13 +01:00
saveQuote.go refactor: use new Log class 2022-11-06 15:41:13 +01:00
saveSelection.go feat: use resources, renamed knyt -> knowyt 2022-03-03 08:40:14 +01:00
setGameLang.go refactor: use new Log class 2022-11-06 15:41:13 +01:00
setGameName.go refactor: use new Log class 2022-11-06 15:41:13 +01:00
startGame.go refactor: use new Log class 2022-11-06 15:41:13 +01:00
struct.go bugfix: debounce save quote API call 2022-10-05 09:38:42 +02:00
syncHandler.go feat: user last logged in/created 2022-04-12 14:16:03 +02:00