2210 Commits

Autor SHA1 Nachricht Datum
Reinder Feenstra
7add6a8048 [manual] Merge manual and lua manual into a single manual, now built using MkDocs #WIP 2025-09-09 23:15:52 +02:00
Reinder Feenstra
fabd0b2a17
Merge pull request #197 from traintastic/144-add-zone-support
144 add zone support
2025-08-27 22:42:04 +02:00
Reinder Feenstra
e70bc530c0 fix: Missing string, see #144. 2025-08-27 19:01:22 +02:00
Reinder Feenstra
8ca65046b1 [manual] Added basic documentation for zones, see #144. 2025-08-27 18:52:52 +02:00
Reinder Feenstra
eb325fb1a2 [luadoc] Added missing terms for zone related documantation, see #144. 2025-08-26 23:45:06 +02:00
Reinder Feenstra
469d59f4c2 [decoder] now aware of train/vehicle mute/noSmoke 2025-08-26 20:06:35 +02:00
Reinder Feenstra
230c4f6414 Merge remote-tracking branch 'origin/master' into 144-add-zone-support 2025-08-25 22:43:31 +02:00
Reinder Feenstra
43ee71dc1d
[setup] Allow installation on Windows for ARM 2025-08-25 14:18:00 +02:00
Reinder Feenstra
71a931a596 [lua] added memory limit for scripts, set at 1 MiB 2025-07-22 23:41:52 +02:00
Reinder Feenstra
6802289c17 [lua] removed unused method 2025-07-22 23:40:50 +02:00
Reinder Feenstra
de12058b60 [ci] fix: corrected vcvars64.bat path 2025-07-02 22:39:46 +02:00
Reinder Feenstra
b8e5051ffd [windows] Build fixes for VS2022 CLang19 2025-07-02 22:00:43 +02:00
Reinder Feenstra
ae66fec622 [throttle] fix: removed unused this capture 2025-07-02 20:45:15 +02:00
Reinder Feenstra
a14a911a66 [throttel] fix: missing include 2025-07-02 19:00:49 +02:00
Reinder Feenstra
61adfe8fb0 [ci] Visual Studio 2019 -> 2022 2025-07-02 18:59:28 +02:00
Reinder Feenstra
81f4800d8d [ci] windows-2019 -> windows-latest 2025-07-02 18:54:32 +02:00
Reinder Feenstra
fd2b14364b [client] rewrote train trottle, it now uses the acquire/steal/release ownership like the other hardwarr/script throttles 2025-07-02 18:51:20 +02:00
Reinder Feenstra
896b9f4b98 [luadoc] added missing train properties 2025-07-02 18:14:59 +02:00
Reinder Feenstra
5adecabd2e [client] enabled C++20 2025-07-01 23:16:19 +02:00
Reinder Feenstra
3ac466ea6f [throttle] added ClientThrottle, for use by traintastic-client 2025-07-01 23:15:53 +02:00
Reinder Feenstra
31ef2b206c [train] converted hasThrottle and throttleName to properties 2025-07-01 22:30:16 +02:00
Reinder Feenstra
181d6ca4bc [throttle] added onAcquire and onRelease events 2025-07-01 22:28:31 +02:00
Reinder Feenstra
857ad303de [test] added missing copyright block 2025-07-01 21:15:44 +02:00
Reinder Feenstra
91541599e4 [train] fix: added missing length property to TrainVehicleList 2025-07-01 21:04:19 +02:00
Reinder Feenstra
77ea234200 [decoder] set speed to zero on Estop 2025-07-01 21:03:33 +02:00
Reinder Feenstra
13dfe7ef03 [decoder] fix: type mismatch 2025-07-01 21:03:06 +02:00
Reinder Feenstra
9eacc9a4d7 [network] implemented CreateObject command for client 2025-07-01 21:02:03 +02:00
Reinder Feenstra
37f7d084a5 [network] added unitChanged signal to UnitProperty 2025-07-01 20:59:52 +02:00
Reinder Feenstra
6788fa10e8 [network] added ObjectListGetObjects command 2025-07-01 20:26:30 +02:00
Reinder Feenstra
cd75b51559 [network] added string_view read support 2025-07-01 20:25:06 +02:00
Reinder Feenstra
037fab2486 [network] added methods for easier creating of response messages 2025-07-01 20:24:18 +02:00
Reinder Feenstra
cbbe0fd482 [throttle] Added slider for speed control 2025-06-09 08:22:43 +02:00
Reinder Feenstra
95b063cb4b [lua] fix: missing include 2025-06-08 10:43:58 +02:00
Reinder Feenstra
41fc910ca2 fix: missing include 2025-06-05 23:16:46 +02:00
Reinder Feenstra
583ea3044f [lua] Added Script throttle, enabling train control from Lua! 2025-06-04 23:05:51 +02:00
Reinder Feenstra
10ebc099e5 [throttle,withrottle] WiThrottle now attaches to a Train instead of a Decoder. Refactored throttle class for more future throttle types. 2025-06-04 18:48:25 +02:00
Reinder Feenstra
bdeda12e23 [core] renamed TrainError to ErrorCode, a single type for all traintastic error code 2025-06-03 23:51:43 +02:00
Reinder Feenstra
4ffd7ed865 [test] added train save/load test 2025-06-03 23:43:56 +02:00
Reinder Feenstra
6cc18c1b63 [decoder] added vehicle property, a decoder can now only be linked to one vehicle 2025-06-03 23:42:25 +02:00
Reinder Feenstra
b81eafdc67 [railvehicle] fix: trains was not restored after load 2025-06-03 23:40:22 +02:00
Reinder Feenstra
cf0cb7224a [enum] added operator~ to invert Direction
(cherry picked from commit ed0f9f3533a51a763c6c3759bdbe79b69662bae1)
2025-05-31 01:01:21 +02:00
Reinder Feenstra
0f9a6c12df [luadoc] fix: added missing file for new class 2025-05-30 09:02:54 +02:00
Reinder Feenstra
8d3c537195 [throttle] Throttle now base of NonPersistentObject, no need for storing them. 2025-05-29 23:13:19 +02:00
Reinder Feenstra
6bed168e8e [core] Added new base class NonPersistentObject for non storable obects 2025-05-29 22:21:13 +02:00
Reinder Feenstra
5c57b37ab3 [throttle] moved throttle sources out of hardware, there will be more non hardware throttle types be added 2025-05-28 23:39:05 +02:00
Reinder Feenstra
504876da43 Merge remote-tracking branch 'origin/master' into 144-add-zone-support 2025-05-17 21:51:36 +02:00
Reinder Feenstra
1c3d48b48a
Merge pull request #193 from traintastic/ci-ubuntu-24.04-arm64
[ci] added Ubuntu 24.04 arm64 builds
2025-04-25 14:11:58 +02:00
Reinder Feenstra
e2fcc50fe7
[ci] set Qt version, now defaults to 6.8 2025-04-25 13:22:51 +02:00
Reinder Feenstra
a6822b8c0a [ci] added Ubuntu 24.04 arm64 builds 2025-04-25 13:02:56 +02:00
Reinder Feenstra
5c97f9eeb6 [test] enabled all tests for arm64 2025-04-25 12:44:36 +02:00