Commit graph

61 commits

Author SHA1 Message Date
e261d0d8eb
todo updates 2025-07-28 19:14:25 +03:00
adeff61970
remove useless stuff that should have been removed ages ago 2025-07-28 19:12:52 +03:00
7f87d066d3
remove 2 api calls that are technically useless and shouldnt be used 2025-07-28 19:11:29 +03:00
7c00835b1e
update readme with a little todo list 2025-07-28 19:05:00 +03:00
8f5f82ff31
add scene management (create/delete) 2025-07-28 18:57:20 +03:00
e730f9a870
PROGRESS! mostly ui, got admin stuff 2025-07-27 21:19:50 +03:00
2658f3d28c
add usage to readme 2025-07-26 17:06:03 +03:00
6e269c6b1f
impl some more stuff 2025-07-25 17:36:19 +03:00
0d99649e56
use a SendTo enum instead of using Option to know who to send the broadcast message 2025-07-25 14:56:57 +03:00
23e23ad1a2
allow invisible tokens 2025-07-18 14:51:26 +03:00
5979e53d91
hmmm, stuff 2025-07-17 20:05:30 +03:00
2ed7602595
make tavern into a class, dont know why i didnt do that before 2025-07-17 19:22:37 +03:00
295c9438af
remove the GameImpl trait as it made no sense during development 2025-07-17 19:05:54 +03:00
529896a352
implement SetSceneGrid 2025-07-17 19:03:46 +03:00
668bef6a88
allow creating scenes and setting scene visibility to players 2025-07-15 20:40:41 +03:00
fb5f69850c
update the readme (a bit) 2025-07-15 20:17:40 +03:00
f5a7f9ba9a
exit axum server when game server quits and vice versa 2025-07-14 22:00:32 +03:00
98ee910ce1
basic save for game server 2025-07-14 21:48:48 +03:00
2a36485b1b
some cleanups 2025-07-13 20:20:41 +03:00
838c89ac73
support multiple scenes and passing between them 2025-07-04 13:23:22 +03:00
2d46cbb4d0
some notes 2025-07-04 12:39:55 +03:00
53d1d2f831
only broadcast token creation when it is created in the relevant map 2025-07-04 12:39:49 +03:00
1595c5e8eb
allow listing assets directories, no filters currently (maybe should add for web and non-image stuff) 2025-06-30 19:44:39 +03:00
56ab0642f2
settings popup with grid stuff & make roll popup a bit better 2025-06-27 14:04:26 +03:00
8bacc43bd8
update the readme and remove the todo list 2025-06-22 20:50:01 +03:00
bb7d3c48ea
map grid 2025-06-22 20:49:54 +03:00
2a7324b133
use the background from show scene and start transfer of grid to svg instead of canvas 2025-06-20 18:07:44 +03:00
46e3ac73af
add background image to show scene response 2025-06-20 18:07:27 +03:00
3fdef8b833
add jpeg xl mime type to get_asset 2025-06-20 17:11:09 +03:00
d29a2a8590
allow texture streaming(png, jpeg for now) and use texture url instead of passing textures in base64 2025-06-20 16:47:55 +03:00
1d63e3d983
some updates to the game grid 2025-06-18 19:47:19 +03:00
3da8c9d5c0
make character short function take the id of the character instead of adding it later 2025-06-18 19:46:30 +03:00
731f22a2c2
add onshowscene and get_current_scene functions 2025-06-16 20:57:51 +03:00
f59c06c348
replace test tokens and add current scene function to game 2025-06-16 20:57:21 +03:00
2f95b1159d
initiative tracker minor revamp 2025-06-15 18:36:43 +03:00
69d6ea2742
read the file for every request to allow for faster web development 2025-06-15 18:36:19 +03:00
bdb0436c9f
remove password from rusty account for quicker testing 2025-06-15 18:35:54 +03:00
3cfabcc39f
update deps, fix stuff and add some comments 2025-06-14 19:53:23 +03:00
dbeda509fc
it seems i didnt commit before taking a break for the semester 2025-06-14 17:35:16 +03:00
4a0673bde5
remove unused files 2024-10-18 19:51:21 +03:00
af11db6f55
split index.html to multiple files 2024-10-18 16:07:10 +03:00
a6bfd86c24
pass character_short from game 2024-10-18 16:07:00 +03:00
e8291e15d9
some more progress on character stuff but its really hard 2024-10-16 16:40:10 +03:00
5cdfe71528
working on character stuff 2024-10-16 12:41:41 +03:00
50976d0f3f
did some server work, its still shit tho 2024-10-14 22:10:45 +03:00
9895a4797f
make readme into a todo feature list 2024-10-12 15:07:16 +03:00
473161674f
add AccessLevel stuff to charactersheet trait 2024-10-12 15:07:07 +03:00
0eaffc9a8f
make initiative tracker window that is moveable 2024-10-12 15:06:32 +03:00
8b9b5db299
dice rolling (with a dialog and basic chat output) 2024-10-11 12:57:45 +03:00
45106498b4
mark token movement in readme 2024-10-10 18:01:25 +03:00