Reinder Feenstra
f79f016a89
test: added: Direction path reservation using NX and change direction state
2024-07-29 20:22:54 +02:00
Reinder Feenstra
b551146a0a
linux: added .desktop file for system menu
...
see #158
2024-07-27 00:12:15 +02:00
Reinder Feenstra
4f338f8e10
fix: use _stricmp on Windows, strcasecmp is POSIX
2024-07-16 08:34:10 +02:00
Reinder Feenstra
8e655f7c2e
worldlist now sorted case insensetive
2024-07-15 23:53:04 +02:00
Reinder Feenstra
db50f112b8
Merge branch '157-upgrade-to-lua-54'
2024-07-13 23:04:40 +02:00
Reinder Feenstra
fdda0888d3
Upgrade to Lua 5.4
2024-07-12 00:23:12 +02:00
Reinder Feenstra
e545408c1e
fix: objects kept each other alive
2024-07-10 00:33:17 +02:00
Reinder Feenstra
18b1bebce9
Allow multi select when adding vehicles to a train, closes #154
2024-07-08 23:45:14 +02:00
Reinder Feenstra
1a9edd0492
outputmap: dialog now has icons for each row :)
2024-07-08 23:22:01 +02:00
Reinder Feenstra
80b08cb02a
outputmap: added parent property for client, so it can access the object the outputmap belongs to.
2024-07-08 23:11:09 +02:00
Reinder Feenstra
4d76dc8891
Converted Tile::tileId() to a property, so it can be used by the client.
2024-07-08 23:09:15 +02:00
Reinder Feenstra
e6cc388aa9
fix: SIG SEGV when ECoS failed to connect
...
see #150
2024-07-08 22:58:19 +02:00
Reinder Feenstra
89c1bc9ffb
Added missing term, closes #155
2024-07-08 22:43:15 +02:00
Reinder Feenstra
e6a215825b
output map: moved use to signal output map
...
(other output maps always use all values)
2024-07-07 00:15:10 +02:00
Reinder Feenstra
4e11e789aa
fix: dual_motor translation
2024-07-07 00:12:39 +02:00
Reinder Feenstra
0376ca986f
luadoc: improved turnout tile documentation
2024-07-06 09:27:23 +02:00
Reinder Feenstra
c3b4fb49a6
luadoc: added support for markdown links
2024-07-06 09:26:46 +02:00
Reinder Feenstra
aa8228dd6b
Added "dual motor/coil" option to single/double slip turnout, this controls the available turnout positions.
...
see #112
2024-07-05 23:51:01 +02:00
Reinder Feenstra
3c64ea70df
missing in f4c9e72
2024-07-03 23:07:52 +02:00
Reinder Feenstra
f4c9e722c9
No more git lfs, git lfs is metered
2024-07-03 23:01:45 +02:00
Reinder Feenstra
9a9614edc0
fix error: captured structured bindings are a C++20 extension
2024-07-03 21:21:32 +02:00
Reinder Feenstra
93c7204d9c
Renumbered error codes, E3003 and E3004 conflict with PR #115
2024-07-03 19:50:34 +02:00
Reinder Feenstra
343cc1c978
fix error: declaration shadows a structured binding [clang-diagnostic-shadow]
2024-07-03 08:13:01 +02:00
Reinder Feenstra
e66dfe49e3
CI: removed ubuntu 20.04, added ubuntu 24.04
2024-07-02 23:53:17 +02:00
Reinder Feenstra
10c7d732d1
Added train param to block.removeTrain and error reporting.
...
Client will now show an error in case the train can't be removed.
Added support for removing a specific train if multiple trains are in the block.
see #70
2024-07-02 23:42:22 +02:00
Reinder Feenstra
8456e49021
luadoc: improved documentation
2024-06-30 00:27:51 +02:00
Reinder Feenstra
eb23de2a3d
luadoc: improved documentation
2024-06-28 23:29:02 +02:00
Reinder Feenstra
1dd2f375c3
xpressnet: use async tcp connect the prevent "hanging", see #150
2024-06-27 23:53:51 +02:00
Reinder Feenstra
7e8d82673a
fix: added missing destructor in header
2024-06-27 23:51:46 +02:00
Reinder Feenstra
0bc31a7129
traintasticdiy: use async tcp connect the prevent "hanging", see #150
2024-06-27 22:24:03 +02:00
Reinder Feenstra
a9ae2497bf
block: deactivate train if it is removed from the last block
2024-06-27 21:41:35 +02:00
Reinder Feenstra
93a5d65dff
innosetup: implemented new custom message id's
2024-06-26 22:32:32 +02:00
Reinder Feenstra
1a4529d5c1
Updated translations from poeditor
2024-06-26 22:32:08 +02:00
Reinder Feenstra
e595ecf5b8
added translation sync script for poeditor.com traintastic and inno-setup strings are now in a single poeditor project
2024-06-26 22:31:14 +02:00
Reinder Feenstra
0adf0584dd
marklincan: use async tcp connect the prevent "hanging", see #150
2024-06-25 22:46:54 +02:00
Reinder Feenstra
ea027d8d3f
fix: endless started loop, see #150
2024-06-25 22:31:01 +02:00
Reinder Feenstra
f47499d5c5
ecos: use async tcp connect the prevent "hanging", see #150
2024-06-24 22:51:55 +02:00
Reinder Feenstra
4eb0e97513
dcc-ex: use async tcp connect the prevent "hanging", see #150
2024-06-24 22:49:30 +02:00
Reinder Feenstra
bd09107180
loconet: use async tcp connect the prevent "hanging", see #150
2024-06-23 23:07:37 +02:00
Reinder Feenstra
161a0e9521
fix: implemented deleteLater for protocol kernels, to make sure all EventLoop work posted by the kernel thread is processed before the kernel is deleted.
2024-06-22 09:05:20 +02:00
Reinder Feenstra
f6f2f57b7a
client: PropertySpinBox now validates value in the background, fixes editing annoyance, see #145
2024-06-21 23:30:48 +02:00
Reinder Feenstra
7a97be0738
Merge pull request #149 from traintastic/contributors-readme-action-oTpOhHxVqO
...
docs(contributor): contributors readme action update
2024-06-21 23:04:01 +02:00
github-actions[bot]
bf642fb7a2
docs(contributor): contrib-readme-action has updated readme
2024-06-21 20:54:24 +00:00
Reinder Feenstra
141d9d4345
Merge pull request #147 from DrEVILish/patch-3
...
Fixed new line character skipping, see #141
2024-06-21 22:54:07 +02:00
Ryan Freeman
b73cf4782a
Fixed new line character skipping \n\r handles in both directions as well \r\n as well as just \n or \r
2024-06-21 16:11:21 +01:00
Reinder Feenstra
c148414a82
Merge pull request #138 from traintastic/ci-macos-14
...
CI: added macos-14 support, thanks to @DrEVILish for helping!
2024-06-19 23:05:45 +02:00
Reinder Feenstra
918f49e195
ci: switch back to Qt 5 for Windows, requires installer adjustment.
2024-06-19 22:16:17 +02:00
Reinder Feenstra
9b609d1ec5
ci: use Qt 6.5 for Windows/macOS
2024-06-19 21:21:17 +02:00
Reinder Feenstra
3b54dc17bf
Merge remote-tracking branch 'origin/master' into ci-macos-14
2024-06-19 21:17:13 +02:00
Reinder Feenstra
6db8c82d81
fix: loconet lbserver write "failed succesfully", see #141
2024-06-18 22:44:19 +02:00