f51a83cf6e
Add the old ui to the new one.
2025-02-27 19:15:06 +01:00
d8ce46fe43
Add support for the diminished state.
2025-02-27 16:38:08 +01:00
1fe75062b7
Add action to the character sheet detail panel.
2025-02-27 15:36:07 +01:00
b6d02c21be
Add characteristic + common / special / magic skill to detail panel.
2025-02-27 00:14:10 +01:00
b6b135cd40
Add characteristic to the campagin detail panel.
2025-02-26 17:13:47 +01:00
29747dcb5c
Add the alteration system to the server & link the app on it.
2025-02-26 14:43:42 +01:00
4ed11660c3
Link the player character ribbon to the server.
2025-02-24 21:35:33 +01:00
ed1b27039d
Update the old / new UI to work with the server.
2025-02-24 17:12:50 +01:00
bd4d65fe6a
Add campagin + character REST API.
2025-02-24 13:20:39 +01:00
495768e5fe
Add characterSheet and Campaing to the server.
2025-02-22 21:25:08 +01:00
1e5f0d88ae
Refactor project data to allow server handling.
2025-02-22 12:54:19 +01:00
3c8eecdab5
Add roll values to the new UI
2025-02-21 14:53:52 +01:00
6385d4c8bd
Refactor the ui package.
2025-02-20 18:04:38 +01:00
0c613c5b72
New UI.
2025-02-18 20:49:38 +01:00
d84bc9bbef
Add an alteration feature to alterate dynamically a character sheet.
2025-02-10 09:10:05 +01:00
8fd2ff3cc4
Reword the windows height management to avoid too big windows.
2025-02-05 11:39:44 +01:00
f715b973ff
Add global keyevent magagement.
2025-02-05 11:19:22 +01:00
ce51a3be0a
Refactor the Instruction parser into an Expression one.
...
Now support more arithmeric operator (mainly *, /) and recurcive bracket
2025-02-04 18:43:05 +01:00
409acf748f
Merge branch 'wording' into 'main'
...
Fixed analphabetism
See merge request pixelized/LwaCharacterSheet!1
2024-12-01 23:03:09 +00:00
cbec2e2fd6
Fixed analphabetism
2024-12-02 00:01:54 +01:00
ca8472e0d4
Update the server code to avoid disconnection from players.
2024-12-01 15:54:39 +01:00
2058a6a789
Add settings store/repo etc. to save user settings.
2024-12-01 12:32:06 +01:00
992c79a100
Change the default occupation mode to true on occupation skill.
2024-11-30 23:10:00 +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
fa87f05be6
Change navigation for RollHistory into window
2024-11-29 15:43:52 +01:00
f99a938e64
Add quality of life (icons, formula instead of plain Ints)
2024-11-29 15:12:42 +01:00
8884d047a6
Add support for adventage, disadventage and emphasis rolls.
2024-11-29 11:47:11 +01:00
95122d2c99
Add description to the character sheet skills.
2024-11-29 00:15:19 +01:00
4606122264
Change the character sheet save system to use separate files for sheets
2024-11-28 22:14:06 +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
d1a98b9075
Update the last character sheet formfield.
2024-11-27 18:30:51 +01:00
d93ffd9499
Allow negative value into the character sheet bonuses.
2024-11-27 15:39:22 +01:00
8d93d46cce
Refactor the roll mechanism to allow broader instructions set.
2024-11-27 14:09:26 +01:00
d2ae180cf7
Remove the back navigation on charactersheet edit and add a save action
2024-11-27 11:53:58 +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
52f7f8333b
Add version to the charactersheet savable.
2024-11-17 22:25:48 +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
59f8aff121
Refactor the windows navigation system
2024-11-13 16:36:35 +01:00
5ac0c2dcf6
Change the blur mechanism
2024-11-12 16:57:54 +01:00
3705fbd947
Add PP and HP managmenet
2024-11-11 22:32:01 +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