Commit Graph

19 Commits

Author SHA1 Message Date
lbenedar
5a77a6ee0f fix race condition on 43 msg creation/closure. Speed up game object insert to db (from 10-12s to 1-2s) 2026-04-27 17:29:15 +03:00
lbenedar
4bb4b04004 add user and pass for world to env variables 2026-04-27 13:14:17 +03:00
lbenedar
fd65631be1 finish world initialization, set up init on startup and on shutdown, move all models to main directory 2026-04-24 18:04:35 +03:00
lbenedar
07025afefc fix errors on insertion to game, fix db creation of game 2026-04-23 19:03:56 +03:00
lbenedar
f46ff8333e finish setup data insertion, add world insertion 2026-04-22 18:18:43 +03:00
lbenedar
21abe68858 finish setup insert method, refactor sql migration file 2026-04-17 17:33:21 +03:00
lbenedar
1b7c7e9ae3 add setup insert methods 2026-04-16 18:30:00 +03:00
lbenedar
69d3d38ab7 add new models, change migration files, prepare to add all new tables from models 2026-04-15 17:01:30 +03:00
lbenedar
5bb592ea8a add reconnect to websocket, add get world json object 2026-04-13 17:40:59 +03:00
lbenedar
cd204ebcf5 add healthcheck route 2026-04-10 18:34:01 +03:00
lbenedar
a465e6a657 add graceful shutdown, add reconnect on connection loss 2026-04-10 13:59:16 +03:00
lbenedar
fb4e371348 refactor foundry lib structure; add transport classes for db,http,websocket; add action interface instead of multiple function that accepts action classes; add changing foundry status on websocket responses 2026-04-09 18:29:41 +03:00
lbenedar
468e027418 add init world data 2026-04-08 18:19:20 +03:00
lbenedar
e5deb5d76d add init db data, fix bugs, refactor 2026-04-07 18:47:35 +03:00
lbenedar
178404639d add db delete queries, fix module_id 2026-04-07 14:11:11 +03:00
lbenedar
e48854c55b add db get queries 2026-04-07 13:54:45 +03:00
lbenedar
095dac5db7 add db models, refactor json models, add references in migrations 2026-04-06 16:40:49 +03:00
lbenedar
a16edb9b61 add db connection, refactor code, add db migration files 2026-04-03 18:59:15 +03:00
lbenedar
d5577f10d7 init 2026-04-02 18:37:30 +03:00