1525 Commits

Autor SHA1 Nachricht Datum
Reinder Feenstra
ecc7b009f6 fix: world list wasn't updated on save
thanks @memen45 for reporting
2023-06-02 22:28:37 +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
7e05b0a265 added .poeditor file for easy push/pull translations
see: https://github.com/lukin0110/poeditor-client
2023-05-29 22:55:42 +02:00
Reinder Feenstra
5066e9b087 innosetup: delete old translation files 2023-05-29 21:57:41 +02:00
Reinder Feenstra
d52574b5ba innosetup: moved strings to seperate files
for integrating with poeditor.com
2023-05-29 21:51:51 +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
f920fe0763 readme: added translation badges for poeditor.com 2023-05-28 00:30:51 +02:00
Reinder Feenstra
b805e2fa78 translation: added script for converting to JSON for poeditor.com import 2023-05-28 00:24:37 +02:00
Reinder Feenstra
43a8713047 bugfix: updateRegion call missed bounds checking 2023-05-27 23:20:06 +02:00
Reinder Feenstra
cf8a09ed7d updated lncv submodule 2023-05-26 20:09:19 +02:00
Reinder Feenstra
80d60abb12 fix: missing include for Release build 2023-05-26 07:28:58 +02:00
Reinder Feenstra
ec5f4bdd4f fix: unused-lambda-capture 2023-05-26 00:11:35 +02:00
Reinder Feenstra
6ab4a1bb28 block: show train name and direction when in block 2023-05-25 23:54:16 +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
dfec2a5f23 added StateObject base class
Base class for objects that only store state data
2023-05-25 23:15:19 +02:00
Reinder Feenstra
22881d1643 world: added log message on load and close 2023-05-25 23:05:14 +02:00
Reinder Feenstra
dbb70c2a5d serialport: added support for custom baudrate on Linux (experimental) 2023-05-24 23:26:21 +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
7770fe967c wlanmaus: fix: signals were not disconnected when stopping kernel
see #47
see #58
2023-05-13 23:42:18 +02:00
Reinder Feenstra
c1129a26b7 outputmap: fix: signals were disconnected on object destroy
see #47
see #58
2023-05-13 23:41:27 +02:00
Reinder Feenstra
a980e9e7db wlanmaus: fix: signal was not disconnected when going offline
see #47
see #58
2023-05-13 16:55:45 +02:00
Reinder Feenstra
bfd7dc102b blockinputmapitem: fix: signals were not disconnected on object destroy
see #47
see #58
2023-05-13 16:33:10 +02:00
Reinder Feenstra
b014ed6054 sensorrail: fix: signals were not disconnected on object destroy
see #47
see #58
2023-05-13 13:20:06 +02:00
Reinder Feenstra
95169b4d8f session: fix: signals were not disconnected on object release
see #47
see #58
2023-05-13 09:25:59 +02:00
Reinder Feenstra
0629249ebe connection: moved object creation to seperate function 2023-05-13 09:25:59 +02:00
Reinder Feenstra
71a49a2953
Merge pull request #61 from gfgit/work/wireshark_z21
Wireshark update Z21 protocol script
2023-05-12 23:30:29 +02:00
Reinder Feenstra
122abefe5b
Merge pull request #62 from gfgit/work/fix_py_utils
Utils: fix python scripts on Windows
2023-05-12 23:30:11 +02:00
Filippo Gentile
f9e2cf1bd1 Wireshark: update Z21 protocol
- Add a bunch of new messages
- Parse LAN_X_LOCO_INFO in detail
2023-05-12 23:21:34 +02:00
Reinder Feenstra
d4d71f135e block: on destroy, the block must be removed from the block trains 2023-05-12 00:09:22 +02:00
Reinder Feenstra
578166fdf9 board: block now display their name if free/unknown 2023-05-11 00:11:40 +02:00
Filippo Gentile
f83d8356ef Utils: fix python scripts on Windows 2023-05-11 00:08:40 +02:00
Reinder Feenstra
519fe44adb
corrected: unsigned int -> uint32_t 2023-05-10 23:24:58 +02:00
Reinder Feenstra
08639fb371 xpressnet: added error handling to iohandlers
on error the interface is now put in error state
2023-05-07 23:08:11 +02:00
Reinder Feenstra
b3dc358e24 fix: typo in filename 2023-05-07 22:51:43 +02:00
Reinder Feenstra
8636b23b04 loconet: added error handling to iohandlers
on error the interface is now put in error state
2023-05-07 22:03:05 +02:00
Reinder Feenstra
2db7952d6f board: added direction triagle to signals 2023-05-07 10:40:19 +02:00
Reinder Feenstra
d0f7b3699d added trains/boards to toolbar 2023-05-07 00:10:21 +02:00
Reinder Feenstra
f32ec4072f added train/board icons
icon improvents are welcome :)
2023-05-07 00:09:48 +02:00
Reinder Feenstra
735eadcc29 train: added blocks property 2023-05-06 17:21:43 +02:00
Reinder Feenstra
1c0066ab6f objectvectorproperty: moved methods to tpp, to make forward declaration possible 2023-05-06 17:21:43 +02:00
Reinder Feenstra
e0b3eba685 objectvectorproperty: added reverse iterators 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
9ae3d764eb block: activate train when assigned to block
if activation fails it will not be assigned
2023-05-02 22:09:48 +02:00
Reinder Feenstra
4cbc5ac8eb loconet: fix: OPC_INPUT_REP control bit must be 1 2023-05-01 23:58:01 +02:00