Commit graph

48 commits

Author SHA1 Message Date
48074f3d13 Add AddItem dialog to the inventory screen. 2025-04-18 16:00:35 +02:00
05a376aea8 Add client inventory sheet management. 2025-04-17 14:29:22 +02:00
8982bab22d Add client purse management. 2025-04-17 14:29:06 +02:00
7dd5ade1f5 Add splashscreen. 2025-04-12 09:41:23 +02:00
Andres Gomez, Thomas (ITDV RL)
05cc533cbf Add App version in the admin screen. 2025-04-10 11:42:15 +02:00
Andres Gomez, Thomas (ITDV RL)
5bcb4367d6 Add item CRUD into the GameMaster screen 2025-04-04 17:05:29 +02:00
f94a530621 Add specific alteration error management. 2025-04-01 22:18:55 +02:00
Andres Gomez, Thomas (ITDV RL)
02987a0a53 tmp 2025-03-29 15:09:24 +01:00
Andres Gomez, Thomas (ITDV RL)
76336dfbb0 Add the alteration page in the GameMaster screen. 2025-03-28 15:03:53 +01:00
Andres Gomez, Thomas (ITDV RL)
2fb0d3d4cd GameMaster ui change to allow multiple screens 2025-03-27 16:12:37 +01:00
cded2e9d86 Add Reflex and Initiative sub characteristic 2025-03-26 19:31:09 +01:00
51e63202e3 Add support for special / critical roll action. 2025-03-26 17:12:47 +01:00
9cc6414648 ReModel: remove the CharacterInstanceId: client 2025-03-25 16:35:59 +01:00
50c34c8520 Add save as feature 2025-03-20 21:33:26 +01:00
07ed4ce579 Refactor the setting data class + change the roll text message 2025-03-20 14:32:19 +01:00
353183f0f5 Add portrait, thumbnail and level to the charactersheet edit. 2025-03-20 09:18:00 +01:00
49723892fc Change the damage text message message. 2025-03-19 19:13:15 +01:00
Andres Gomez, Thomas (ITDV RL)
2d164b265e Change some theming stuff 2025-03-19 12:53:58 +01:00
Andres Gomez, Thomas (ITDV RL)
edbb508f6a Add switch to the gamemaster screen + small adjustment for the UI. 2025-03-19 09:48:13 +01:00
50ed975913 Add id + levelUp + base expression to the charactersheet edition. 2025-03-17 15:46:17 +01:00
662e270f3f Add filter chip to the gamemaster character screen. 2025-03-16 14:41:23 +01:00
6b86a6c075 Add a basic version of the GM screen. 2025-03-15 10:24:55 +01:00
35396b6069 Some small UI adjustment to the level UP screen & RollOverlay. 2025-03-14 15:07:48 +01:00
16b2b49f03 LevelUp feature. 2025-03-12 18:12:29 +01:00
84515e6d57 Last commit for the settings pages. 2025-03-05 22:58:26 +01:00
f60a58f71e Add some chat log messages (diminished + hp/pp changes) 2025-03-03 22:49:29 +01:00
7a9dd97123 Add chat to the campaign screen + change a bit the network UI. 2025-03-03 18:14:46 +01:00
3941c5dd76 Change the access to some old screen from the new UI. 2025-02-28 13:31:01 +01:00
f51a83cf6e Add the old ui to the new one. 2025-02-27 19:15:06 +01:00
cbec2e2fd6 Fixed analphabetism 2024-12-02 00:01:54 +01:00
ca20078ffa Add support for Hp grow bonus and Leaning bonus. 2024-11-30 18:05:55 +01:00
3419afbe59 Add server & shared module and remove the serveur from the client app. 2024-11-29 18:19:54 +01:00
95122d2c99 Add description to the character sheet skills. 2024-11-29 00:15:19 +01:00
de13bf2c74 Add file system management in the main menu. 2024-11-28 19:04:45 +01:00
34a0ee13f0 Small UI / UX adjustment on the character sheet detail/edit 2024-11-28 13:36:21 +01:00
d93ffd9499 Allow negative value into the character sheet bonuses. 2024-11-27 15:39:22 +01:00
f8168a8997 Fix windows management by introducting key() 2024-11-27 11:36:53 +01:00
51021d41d5 Refactor the character sheet. 2024-11-26 21:58:36 +01:00
c7fe440f8f Add tooltip to the character sheet. 2024-11-16 11:32:05 +01:00
7fc99f5799 Add koin dependencies injections. 2024-11-15 21:18:45 +01:00
f459877d55 Add error management for the network client. 2024-11-15 16:43:36 +01:00
e880d37275 Add diminished status management. 2024-11-15 15:42:19 +01:00
f6d026d50f Minor UI adjustment. 2024-11-11 18:38:25 +01:00
ca456b55d9 Add roll history page 2024-11-10 17:26:58 +01:00
f92922c228 Add roll sharing feature over the WebSocket. 2024-11-09 22:57:26 +01:00
0e5fee6771 Add basic network feature.
Basic implementation of a WebSocket protocol with JSON.

Note : obfuscation & release build are deactivated again. Netty (needed for Ktor server) is a nightmare to build in release with or without proguard.
Spend more time until now on project configuration that in actual prototyping.
2024-11-09 19:35:24 +01:00
b348f8a327 Add release build support (MSI) with proguard disable because of Datastore 2024-11-07 23:19:14 +01:00
7af0c15a62 Add values/strings file 2024-11-07 18:43:29 +01:00