Reinder Feenstra
|
710473caf4
|
[test] fix: added classID check in zone list table model test, see #144
|
2025-04-13 20:34:35 +02:00 |
|
Reinder Feenstra
|
63ed47cd85
|
[test] Added testing zone list table model, see #144
|
2025-04-13 17:09:59 +02:00 |
|
Reinder Feenstra
|
98fb8b38e1
|
[test] Added testing zone speed limit property, see #144
|
2025-04-11 23:06:19 +02:00 |
|
Reinder Feenstra
|
c163e22883
|
[test] Added test to check zone enabled attributes, see #144
|
2025-04-09 23:44:34 +02:00 |
|
Reinder Feenstra
|
7514c06649
|
[test] Added test to check zone related class id's, see #144
|
2025-04-09 23:20:30 +02:00 |
|
Reinder Feenstra
|
5af2cb2a15
|
[zone] fix: duplicate class id, see #144
|
2025-04-09 23:19:18 +02:00 |
|
Reinder Feenstra
|
78a76902d0
|
[test] Toggle mute/noSmoke with train in zone test, see #144
|
2025-04-09 22:48:05 +02:00 |
|
Reinder Feenstra
|
e4f75b08e7
|
[test] Added assign/remove zone event test, see #144
|
2025-04-09 18:36:00 +02:00 |
|
Reinder Feenstra
|
6c7e505f17
|
fix: missing include for Release build
|
2025-04-09 00:04:48 +02:00 |
|
Reinder Feenstra
|
92a4c9b853
|
[traintracking] fix: zone limits wern't updated if train was assigned/removed from a zone block.
|
2025-04-08 23:46:49 +02:00 |
|
Reinder Feenstra
|
3123e926e2
|
[railvehicle] fix: mute/noSmoke wasn't updated if active train changed
|
2025-04-08 23:44:57 +02:00 |
|
Reinder Feenstra
|
3382f6a076
|
[test] Added assign/remove train to/from muted and no smoke zone test
|
2025-04-08 23:43:24 +02:00 |
|
Reinder Feenstra
|
06996642dd
|
[railvehicle] added mute/noSmoke properties
|
2025-04-07 23:07:04 +02:00 |
|
Reinder Feenstra
|
b44ee29b0e
|
[train] eval mute/noSmoke on world events
|
2025-04-07 23:05:39 +02:00 |
|
Reinder Feenstra
|
8ee1e9bc6e
|
Merge remote-tracking branch 'origin/master' into 144-add-zone-support
|
2025-04-07 22:39:09 +02:00 |
|
Reinder Feenstra
|
43292e3a69
|
Merge remote-tracking branch 'origin/master' into 178-add-web-based-throttle-for-phone
|
2025-04-01 22:43:49 +02:00 |
|
Reinder Feenstra
|
95808edd4c
|
[webthrottle] Added option for immediate speed control, bypassing acceleration/deceleration.
|
2025-03-22 10:53:01 +01:00 |
|
Reinder Feenstra
|
e3ae8f309d
|
[webthrottle] Replace checkbox by toggle button, see #178
|
2025-03-21 22:54:39 +01:00 |
|
Filippo Gentile
|
90248c630b
|
XpressNet: new messages and fixes
- Fix missing ATTRIBUTE_PACKED
- Add chapters to messages to quickly find them on Lenz docs
|
2025-03-18 11:49:22 +01:00 |
|
Filippo Gentile
|
b78cdd46b7
|
XpressNet: add more message to logger
|
2025-03-18 11:49:22 +01:00 |
|
Filippo Gentile
|
71ccb413b0
|
XpressNet: fix power state logic
|
2025-03-18 11:49:22 +01:00 |
|
Filippo Gentile
|
395a62281d
|
Z21Interface: fix code indent
|
2025-03-18 11:49:21 +01:00 |
|
Filippo Gentile
|
2dc82e35bc
|
XpressNet Kernel: fix assert condition
|
2025-03-18 11:49:21 +01:00 |
|
Filippo Gentile
|
778ddc0314
|
server: TrainVehicleList fix propertyChanged not updating model
|
2025-03-10 13:16:00 +01:00 |
|
Reinder Feenstra
|
346393d92f
|
Replaced boost::signals connection by scoped_connection to get rid of disconnects in destructors.
closes #171
|
2025-02-14 23:45:15 +01:00 |
|
Reinder Feenstra
|
ee04b50c36
|
webthrottle: improved styling of steal message
see #178
|
2025-02-14 23:02:19 +01:00 |
|
Reinder Feenstra
|
c7bc711e9a
|
webthrottle: estop train(s) if browser is left
|
2025-02-14 17:23:06 +01:00 |
|
Reinder Feenstra
|
a3c65f457d
|
removed boost from source tree, replaced by vcpkg
|
2025-02-14 17:01:30 +01:00 |
|
Reinder Feenstra
|
8fd5ac3d1f
|
Redesigned interface list widget, it now embeds the interface settings.
|
2025-02-13 22:41:19 +01:00 |
|
Reinder Feenstra
|
af6dac1305
|
replaced tcb::span by std::span
|
2025-01-29 19:55:05 +01:00 |
|
Reinder Feenstra
|
131acc6081
|
Merge pull request #180 from traintastic/c++20-server
Change server C++ version to C++20
|
2025-01-28 19:25:45 +01:00 |
|
Reinder Feenstra
|
3501620f33
|
fix: restrict is a GCC warning
|
2025-01-24 00:31:02 +01:00 |
|
Reinder Feenstra
|
a9b94d4e9f
|
fix: workaround GCC bug
see: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105329
|
2025-01-24 00:21:55 +01:00 |
|
Reinder Feenstra
|
2144913340
|
fix: workaround GCC bug
see: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105329
|
2025-01-23 22:58:31 +01:00 |
|
Reinder Feenstra
|
46a08e3c07
|
webthrottle: styled function button groups
see #178
|
2025-01-23 22:56:02 +01:00 |
|
Reinder Feenstra
|
377c73718b
|
vcpkg: added lzma feature to libarchive to support xz on macos
|
2025-01-22 00:04:52 +01:00 |
|
Reinder Feenstra
|
989311e069
|
Merge remote-tracking branch 'origin/master' into c++20-server
|
2025-01-21 23:48:18 +01:00 |
|
Reinder Feenstra
|
c96a4c1aac
|
replaced boost::random by std random
|
2025-01-21 23:33:12 +01:00 |
|
Reinder Feenstra
|
68f6e11963
|
windows/macos: get libarchive, lua and zlib via vcpkg
|
2025-01-21 23:22:56 +01:00 |
|
Reinder Feenstra
|
b1ec56fdba
|
webthrottle: release / failed acquire fixes
see #178
|
2025-01-20 23:50:48 +01:00 |
|
Reinder Feenstra
|
9fa717d1ca
|
webthrottle: add function button support (still requires some styling tweaks)
see #178
|
2025-01-19 21:39:56 +01:00 |
|
Reinder Feenstra
|
990f5cbac4
|
webthrottle: CSS fixes for iOS/iPadOS
|
2025-01-19 21:21:39 +01:00 |
|
Reinder Feenstra
|
ed7e0bc6da
|
fix: missing include
|
2025-01-19 15:07:23 +01:00 |
|
Reinder Feenstra
|
71db228d40
|
throttle: removed functions wrapping, access function via train/decoder
|
2025-01-19 13:12:38 +01:00 |
|
Reinder Feenstra
|
4d317156f6
|
webthrottle: fix use height 100dvh for mobile, to prevent scrolling due to address bar
see #178
|
2025-01-17 23:53:54 +01:00 |
|
Reinder Feenstra
|
5acd8f1861
|
webthrottle: fixed css issue to get rid of the scrollbars
see #178
|
2025-01-17 23:42:29 +01:00 |
|
Reinder Feenstra
|
9278f70bf3
|
fix: added asserts to check thread
|
2025-01-16 23:37:37 +01:00 |
|
Reinder Feenstra
|
541a6f5fc9
|
webthrottle: improved handling of world load/close and added auto reconnect
see #178
|
2025-01-15 23:57:25 +01:00 |
|
Reinder Feenstra
|
994cc4d99c
|
webthrottle: disable other direction button if train is moving
|
2025-01-13 23:38:03 +01:00 |
|
Reinder Feenstra
|
8ac68be121
|
webthrottle: added generic functions for sending errors
|
2025-01-13 23:36:29 +01:00 |
|