summaryrefslogtreecommitdiffstats
path: root/core/src/ch/asynk/rustanddust/util
AgeCommit message (Expand)AuthorFilesLines
2016-02-24DB: do not try to execute many commands in a rowJérémy Zurcher1-2/+6
2016-02-23DB: boolean storeTurn(int, int, String) -> boolean storeTurn(int, int, int, S...Jérémy Zurcher1-4/+5
2016-02-23DB: add gameExists(int, int)Jérémy Zurcher1-1/+15
2016-02-23DB.NO_RECORDS -> DB.NO_RECORDJérémy Zurcher1-3/+3
2016-02-22DB: use single command per exec statementJérémy Zurcher1-4/+17
2016-02-22GameRecord: add static GameRecord get(int)Jérémy Zurcher1-0/+5
2016-02-22DB: add deleteGame(GameRecord)Jérémy Zurcher1-0/+14
2016-02-22GameRecord: add remove(int)Jérémy Zurcher1-0/+5
2016-02-16DB: add loadGamesJérémy Zurcher1-0/+32
2016-02-16add util/GameRecordJérémy Zurcher1-0/+92
2016-02-16DB: debug SQLJérémy Zurcher1-14/+30
2016-02-16DB: storeState update games table _p1, _p2, tsJérémy Zurcher1-1/+3
2016-02-16DB: replace firstname,lastname with name in playres table, fix player store/loadJérémy Zurcher1-15/+19
2016-02-13DB: add debug messagesJérémy Zurcher1-0/+2
2016-02-09DB: add boolean storeConfig(String config), String loadConfig()Jérémy Zurcher1-0/+26
2016-02-01Backend -> util.BackendJérémy Zurcher1-0/+12
2016-02-01DB -> util.DBJérémy Zurcher1-0/+200