RustyStriker
  • Joined on 2023-03-23
RustyStriker pushed to master at RustyStriker/open_tavern 2024-10-18 13:07:19 +00:00
af11db6f55 split index.html to multiple files
a6bfd86c24 pass character_short from game
Compare 2 commits »
RustyStriker pushed to master at RustyStriker/open_tavern 2024-10-16 13:40:30 +00:00
e8291e15d9 some more progress on character stuff but its really hard
RustyStriker pushed to master at RustyStriker/open_tavern 2024-10-16 09:41:48 +00:00
5cdfe71528 working on character stuff
RustyStriker pushed to master at RustyStriker/open_tavern 2024-10-14 19:10:52 +00:00
50976d0f3f did some server work, its still shit tho
RustyStriker pushed to master at RustyStriker/open_tavern 2024-10-12 12:07:24 +00:00
9895a4797f make readme into a todo feature list
473161674f add AccessLevel stuff to charactersheet trait
0eaffc9a8f make initiative tracker window that is moveable
Compare 3 commits »
RustyStriker pushed to master at RustyStriker/open_tavern 2024-10-11 09:57:55 +00:00
8b9b5db299 dice rolling (with a dialog and basic chat output)
45106498b4 mark token movement in readme
Compare 2 commits »
RustyStriker pushed to master at RustyStriker/open_tavern 2024-10-09 17:23:18 +00:00
95c2595279 token movement now works (and syncs between devices)
RustyStriker pushed to master at RustyStriker/open_tavern 2024-10-08 16:55:55 +00:00
be6dd7c0e4 some tokens stuff (ye i started to work on the map, also i 'fixed' the context menu for msgs but still needs to be impl-ed)
RustyStriker pushed to master at RustyStriker/open_tavern 2024-10-04 11:39:16 +00:00
97475599a7 custom right click menu (not finished, just showing and hiding currently)
69baf79b8f modify msg source to show actual source id as well as (character) source
ac813064fd socket path is now relative to domain (but not to directory in domain)
Compare 3 commits »
RustyStriker pushed to master at RustyStriker/open_tavern 2024-10-02 10:14:26 +00:00
1beeb9fdbc allow sending resposne to specific id
RustyStriker pushed to master at RustyStriker/open_tavern 2024-10-01 19:17:28 +00:00
b4e6a3fe39 s'more chat progress
RustyStriker pushed to master at RustyStriker/open_tavern 2024-10-01 17:54:07 +00:00
acf96db186 not sure what is going on anymore, a lot of changes as im working on the chat thing. currently simple chat seems to work
RustyStriker pushed to master at RustyStriker/open_tavern 2024-09-30 15:45:23 +00:00
dd34317d14 server test is working :)
RustyStriker pushed to master at RustyStriker/open_tavern 2024-09-28 17:18:28 +00:00
9189d9cd88 i did some stuff, honestly it starts to build pretty well if i might sayy
RustyStriker pushed to master at RustyStriker/open_tavern 2024-09-22 20:48:41 +00:00
22319e84a1 I DID STUFF, GOD A PROC MACRO AND SHIT
RustyStriker created branch master in RustyStriker/open_tavern 2024-09-22 20:48:41 +00:00
RustyStriker created repository RustyStriker/open_tavern 2024-09-22 20:48:12 +00:00
RustyStriker pushed to master at RustyStriker/Klooni1010 2024-09-22 14:02:25 +00:00
fb12477c98 allow undo when the new pieces are generated since it is REALLY not that helpful and "gaming the system", also ver bump
RustyStriker pushed to master at RustyStriker/Klooni1010 2024-09-18 19:30:08 +00:00
d8a304c6e4 hide undo button on game over screen (because you lost, no backsies)
RustyStriker pushed to master at RustyStriker/Klooni1010 2024-09-18 17:56:37 +00:00
ef8f9c0797 add undo (which might be a bit wasteful by it works so meh for now) to pause menu (doesnt work after new pieces generation for balance)