Reinder Feenstra
a8a9ef489d
dcc-ex: added port to wizard, can be customized
2024-05-29 21:23:36 +02:00
Reinder Feenstra
67d6bbe662
Merge pull request #128 from traintastic/120-add-dcc-ex-over-tcp-support
...
Added DCC-EX over TCP support, closes #120
2024-05-29 17:59:19 +02:00
Reinder Feenstra
b35fa303ad
merged train and rail vehicles dialogs into one
...
just a quick implementation to test if gives a better UX
(position/size save/restore doesn't work yet, should extend SubWindow, but that needs a refactor then)
2024-05-27 23:12:57 +02:00
Reinder Feenstra
90b8e8fc9a
Merge remote-tracking branch 'origin/master' into 120-add-dcc-ex-over-tcp-support
2024-05-27 22:49:22 +02:00
Reinder Feenstra
b3f52245e3
French translation improvements (received by email)
2024-05-24 22:18:55 +02:00
Reinder Feenstra
0d409dfa23
fix: output map addesses min/max wasn't set on interface assignment
...
Caused address to become one due to Qt's spinbox, see #112
2024-05-22 20:28:10 +02:00
Reinder Feenstra
f1287a679b
output keyboard: re-implemented output used indication
...
Closes #130
Got lost in #95
2024-05-22 00:01:45 +02:00
Reinder Feenstra
5550398095
Merge pull request #129 from gfgit/work/gfgit/z21_dccext_info
...
server: Z21 add LanXExtAccessoryInfo message
2024-05-20 21:38:11 +02:00
Filippo Gentile
62a66db1c1
server: Z21 LAN_X_EXT_ACCESSORY_INFO use db2 for logging
...
Same as already in use in other message
2024-05-20 17:04:45 +02:00
Filippo Gentile
d11c40a30f
server: Z21 add LanXExtAccessoryInfo message
...
- Support querying and obtaining DCCExt accessory status
2024-05-20 14:48:42 +02:00
Reinder Feenstra
09c86cb1cc
Merge pull request #126 from gfgit/fix_z21_turnout_info
...
server: Z21 fix LanXTurnoutInfo member order
2024-05-20 08:35:13 +02:00
Filippo Gentile
8c5b82db83
server: Z21 fix LanXTurnoutInfo member order
...
Most significant address byte is first (DB0)
2024-05-20 01:29:45 +02:00
Reinder Feenstra
a252fd2695
docs: made a start with the developer documention to explain the inner working of Traintastic
2024-05-18 00:35:22 +02:00
Reinder Feenstra
445120fcbf
Merge pull request #122 from gfgit/work/gfgit/more_span_usage
...
More tcb::span usage for Attributes::addValues()
2024-05-10 19:16:26 +02:00
Reinder Feenstra
b7fcfd0897
Revert "CI: removed ubuntu 20.04, added ubuntu 24.04"
...
This reverts commit d15eec70566b86f0c3ab1a940ca6b562701fdb9c.
Ubuntu 24.04 image is not yet public...
2024-05-10 19:10:28 +02:00
Reinder Feenstra
d15eec7056
CI: removed ubuntu 20.04, added ubuntu 24.04
2024-05-10 17:33:36 +02:00
Filippo Gentile
67d388fb4f
More tcb::span usage for Attributes::addValues()
...
- More could be done for OutputMap
2024-05-10 12:20:29 +02:00
Reinder Feenstra
29c289108c
CI: use ccache for all raspberry pi builds
2024-05-09 23:45:46 +02:00
Reinder Feenstra
af3b491c32
switch output map now lists off/on instead of false/true
2024-05-09 23:33:41 +02:00
Reinder Feenstra
d335fa89a9
CI: enable ccache for rpi arm64 server build
...
A test to check if there is a speed gain
2024-05-09 19:25:32 +02:00
Reinder Feenstra
cdbd8a637c
OutputMapBase: removed unused m_keys
2024-05-09 16:16:31 +02:00
Reinder Feenstra
1325f78d42
Merge pull request #124 from gfgit/work/gfgit/missing_z21_packed
...
server: Z21 Messages add missing ATTRIBUTE_PACKED
2024-05-08 21:00:22 +02:00
Filippo Gentile
ee823a4227
server: Z21 Messages add missing ATTRIBUTE_PACKED
2024-05-07 17:19:00 +02:00
Reinder Feenstra
ec829127a4
fix: client edit/trottle dialogs weren't closed when object is deleted on server
...
fixes #121
2024-05-06 08:51:01 +02:00
Reinder Feenstra
49ff1cb553
board: added switch tile
2024-05-05 18:28:43 +02:00
Reinder Feenstra
423cb9bb65
Updated contributors-readme-action to v2.3.9
...
see https://github.com/akhilmhdh/contributors-readme-action/pull/77
2024-05-03 18:15:42 +02:00
Reinder Feenstra
328e0fa42b
Update nl and de translation using DeepL via poeditor.com
2024-04-30 23:56:25 +02:00
Reinder Feenstra
fea5c558d1
added .editorconfig
2024-04-30 23:08:11 +02:00
Reinder Feenstra
b21f46147f
added dccex network to interface wizard
...
see #120
2024-04-30 22:59:02 +02:00
Reinder Feenstra
d1d425da88
dccex: fix: missing updateVisible(), got lost in the merge
...
see #120
2024-04-30 22:58:13 +02:00
Reinder Feenstra
1b1f663756
dccex: hostname default value is now empty
...
see #120
2024-04-29 23:35:19 +02:00
Reinder Feenstra
acfc28bc89
dccex: fix: crash caused by failing tcp connect
...
caused by unhandled exception
see #120
2024-04-29 23:34:25 +02:00
Reinder Feenstra
5f3bf103b3
Added enum translation for DCCEXInterfaceType
...
see #120
2024-04-29 23:21:51 +02:00
Reinder Feenstra
576cdc376f
Integrated DCC-EX over TCP support received from @cyrilpawelko
...
Some changes where required mainly due to DCCPlusPlus -> DCCEX rename.
see #120
2024-04-29 23:17:56 +02:00
Reinder Feenstra
fe3589d135
fix: missing include
2024-04-28 09:46:03 +02:00
Reinder Feenstra
08b26ec1ff
fix: removed unused lambda capture
2024-04-28 08:38:29 +02:00
Reinder Feenstra
66ac222adc
use object name instead of id as window title
2024-04-27 23:59:36 +02:00
Reinder Feenstra
a480c53065
added new board wizard which explains som board basics.
2024-04-27 23:57:30 +02:00
Reinder Feenstra
bb2655708a
fix: nx button didn't find block if there were bridge(s) in between
...
see #115
2024-04-27 00:29:40 +02:00
Reinder Feenstra
f321f46088
luadoc: fix: filter out enum key without lua_name
2024-04-25 23:35:03 +02:00
Reinder Feenstra
9560f6519e
lua: added label tile support
2024-04-25 23:34:42 +02:00
Reinder Feenstra
efa38db3f7
board: added self to onPressed event
2024-04-25 23:26:08 +02:00
Reinder Feenstra
25c1f8ee0e
Lua: added Color and TextAlign enums
2024-04-25 23:24:13 +02:00
Reinder Feenstra
f8c4b8549d
lua: added support for setting enum properties
2024-04-25 23:23:29 +02:00
Reinder Feenstra
c18a64fd6f
fix: invalid stack index in Object newindex metamethod
2024-04-25 23:23:18 +02:00
Reinder Feenstra
08f9a40039
board: added label tile
2024-04-25 00:14:31 +02:00
Reinder Feenstra
73d2303f4c
fixed edit error
2024-04-24 17:05:32 +02:00
Reinder Feenstra
c84d8e0949
Updated french translation based on user feedback
2024-04-24 17:02:25 +02:00
Reinder Feenstra
7b61840a35
fix: missing includes for Release build
2024-04-22 00:19:24 +02:00
Reinder Feenstra
af41429e6f
test: added test for testing bridge path reservation
2024-04-21 23:28:50 +02:00