341 Commits

Autor SHA1 Nachricht Datum
Reinder Feenstra
793f233262 log zlib version at startup 2023-08-06 10:11:14 +02:00
Reinder Feenstra
584f4d9f73 marklin_can: added locomotive list to interface dialog
see #11
2023-07-30 23:27:11 +02:00
Reinder Feenstra
d98978e8ca marklin_can: added SocketCAN iohandler
see #11
2023-07-12 23:37:19 +02:00
Reinder Feenstra
14f5fb1ab7 marklin_can: added settings object
see #11
2023-07-11 22:47:45 +02:00
Reinder Feenstra
b773187c9b marklin_can: added Network to TCP/UDP interface types
More CAN interface options can be added in the future, e.g. SocketCAN
see #11
2023-07-10 22:53:41 +02:00
Reinder Feenstra
54ba3664a6 Merge remote-tracking branch 'origin/master' into 11-märklin-cs2cs3-hardware-support 2023-07-09 23:15:32 +02:00
Reinder Feenstra
33f00c4215 Merge remote-tracking branch 'origin/master' into 72-extend-decodercontroller 2023-07-06 23:27:16 +02:00
Reinder Feenstra
7966de237d Added fatal log message if eventloop stops due to an exception
(should never happen!)
2023-07-05 00:00:53 +02:00
Reinder Feenstra
f1b3108c6b Updated translations (to remove neutral strings) 2023-07-04 23:30:13 +02:00
Reinder Feenstra
eb1ab729ac Moved neutral string from en-us.json to neutral.json 2023-07-04 22:33:38 +02:00
Reinder Feenstra
45f26f55ba Added neutral language file for strings that don't need translation 2023-07-04 22:21:53 +02:00
Reinder Feenstra
82f69a8406 client: added info message to notify user to restart client if UI language is changed 2023-07-03 23:57:54 +02:00
Reinder Feenstra
b9dcc0703e Merge remote-tracking branch 'origin/master' into 11-märklin-cs2cs3-hardware-support 2023-07-01 01:09:51 +02:00
Reinder Feenstra
80aa475c46 dcc++: only allow 28/128 speedsteps as set in interface
see #72
2023-06-29 23:18:43 +02:00
Reinder Feenstra
46edebdf95 added DecoderProtocol translations 2023-06-27 23:33:46 +02:00
Reinder Feenstra
11d1481fd5 DCC++: limit decoder address range, long only >= 128
see #72
2023-06-27 00:41:41 +02:00
Reinder Feenstra
c71d72442c DecoderProtocol: split DCC in DCCShort and DCCLong, to get rid of longAddress property
see #72
2023-06-25 23:35:07 +02:00
Reinder Feenstra
e28a9a5d96 DecoderProtocol: removed Auto/Custom, added None
see #72
2023-06-24 23:41:58 +02:00
Filippo Gentile
d9f4ca7f3f shared: fix missing enum.hpp include 2023-06-18 13:23:33 +02:00
Reinder Feenstra
a032935294 toolbar: added Lua status widget
only visible if scriptlist isn't empty
2023-06-08 00:23:43 +02:00
Reinder Feenstra
c94170bdb2 updated translation from poeditor.com 2023-06-02 22:05:15 +02:00
Reinder Feenstra
ea3f935675 loconet: added listen only option (experimental) 2023-06-02 20:29:18 +02:00
Reinder Feenstra
26f3755965 train: added mode property
for now three modes, time will tell if more are needed
2023-05-30 23:10:03 +02:00
Reinder Feenstra
483ee8f12a updated translation from poeditor.com 2023-05-29 22:58:21 +02:00
Reinder Feenstra
730e483716 fix: use list transform, string replace breaks the list 2023-05-29 19:23:57 +02:00
Reinder Feenstra
21ef4382c3 change language file format to binary
for multiline string support
and better integration with poeditor.com
2023-05-29 10:51:37 +02:00
Reinder Feenstra
cf8a09ed7d updated lncv submodule 2023-05-26 20:09:19 +02:00
Reinder Feenstra
58433074e2 block: added flip train option, to correct train orientation 2023-05-25 23:50:14 +02:00
Reinder Feenstra
b2d1e27914 added TrainBlockStatus, an object to store information about a train in a block 2023-05-25 23:49:01 +02:00
Reinder Feenstra
22881d1643 world: added log message on load and close 2023-05-25 23:05:14 +02:00
Reinder Feenstra
43f4287a63 fix: added missing include 2023-05-15 22:01:39 +02:00
Reinder Feenstra
9fcded9cc9 fix: use static storage 2023-05-15 20:52:33 +02:00
Reinder Feenstra
735eadcc29 train: added blocks property 2023-05-06 17:21:43 +02:00
Reinder Feenstra
4719c550fa
Merge pull request #51 from gfgit/work/z21_bc_flag
server: Z21 fix bradcast flags and other small fixes
2023-05-05 10:47:24 +02:00
Reinder Feenstra
845c0ddc85 trainlist: added active column 2023-05-01 23:56:49 +02:00
Reinder Feenstra
67c37c30ca Added "and contributors" to copyright notice 2023-05-01 23:29:56 +02:00
Reinder Feenstra
37e808fdd5 loconet: added PCAP logging support (for developers)
currently using DLT_USER0, this should be changed if there is one for loconet
2023-04-30 23:50:35 +02:00
Filippo Gentile
4af4390e82 server: Z21 maximum retry count for broadcast flags
- Retry for maximum of 10 times
- Log warning when broadcastFlags do not match
2023-04-25 23:22:20 +02:00
Reinder Feenstra
43cd73d2c0 server: added LOG_DEBUG() macro, to simlify debug logging during development 2023-04-22 16:31:45 +02:00
Reinder Feenstra
648ee6d25e statusbar: added setting to show/hide statuses 2023-04-19 00:00:50 +02:00
Reinder Feenstra
07e71677ca interface: added status object (for display in client status bar) 2023-04-18 23:23:32 +02:00
Reinder Feenstra
62c5388812 network: added ObjectGetObjectVectorPropertyObject command 2023-04-18 23:15:33 +02:00
Reinder Feenstra
13fa109c17 block: added trains property and assign/remove train method 2023-03-30 00:10:26 +02:00
Reinder Feenstra
43a423e972 added Reserved to BlockState enum 2023-03-27 22:43:59 +02:00
Reinder Feenstra
ae7508f611
mingw: fix for missing _wdupenv_s 2023-03-22 11:23:57 +01:00
Reinder Feenstra
e42e27ba73 windows: fixed may be unsafe warning for getenv() 2023-03-21 23:35:32 +01:00
Reinder Feenstra
77851bbbc3 rail vehicle: added power property
for future physics simulation
2023-03-20 23:01:59 +01:00
Reinder Feenstra
a2ed365050 renamed: FreightCar to FreightWagon 2023-03-09 23:49:51 +01:00
Reinder Feenstra
992c6ab988 Merge branch 'master' of github.com:traintastic/traintastic 2023-03-06 23:54:50 +01:00
Reinder Feenstra
f8e6bcaa2f rail vehicle: moved cargo properties to seperate tab 2023-03-06 23:54:00 +01:00