782 Commits

Autor SHA1 Nachricht Datum
Reinder Feenstra
953cd16d38 lua: added TurnoutPosition and SignalAspect enums 2022-04-23 19:37:54 +02:00
Reinder Feenstra
5b07d1d44f lua: moved enum's to single file for sandbox and testing 2022-04-23 19:14:09 +02:00
Reinder Feenstra
b7344c2b98 ecos: added some simulation for locomotive objects
using data of last successful connection
2022-04-16 01:15:42 +02:00
Reinder Feenstra
7afe5ea943 ecos: added simulation of s88 objects
using data of last successful connection
2022-04-15 09:42:50 +02:00
Reinder Feenstra
c68142278b Merge branch 'master' of github.com:traintastic/traintastic 2022-04-13 17:53:17 +02:00
Reinder Feenstra
7a07f7da88 ecos: simulation improvements 2022-04-13 17:53:12 +02:00
Reinder Feenstra
ec89626318
CI: added missing apt update 2022-04-12 22:05:38 +02:00
Reinder Feenstra
ab925013b6 board: added popup menu for controlling turnout/signal/direction control 2022-04-12 21:56:13 +02:00
Reinder Feenstra
0f8b8d5c07 turnout: replaced nextPosition by setPosition (position is now readonly) 2022-04-12 21:28:15 +02:00
Reinder Feenstra
781129bc1d signal: replaced nextAspect by setAspect (aspect is now readonly) 2022-04-12 21:21:28 +02:00
Reinder Feenstra
54b4a57f4c ecos: STOP/GO button now affects world power/run 2022-04-07 23:30:08 +02:00
Reinder Feenstra
6d677f2300 board: move tile now supports rotating 2022-04-06 23:05:34 +02:00
Reinder Feenstra
a34aa2ba1a board: fix: add tile stayed active when leaving edit mode 2022-04-06 23:02:24 +02:00
Reinder Feenstra
d701efccb9 ecos: added simulation iohandler (incomplete)
supports ECoS get info and view command
2022-04-03 22:01:36 +02:00
Reinder Feenstra
ee5de7705b ecos: implemented switch by address commands 2022-04-03 19:22:04 +02:00
Reinder Feenstra
4bf74802f1 fix: may be used uninitialized 2022-04-03 13:13:29 +02:00
Reinder Feenstra
7767d5b06a ecos: implemented basic locomotive control 2022-04-03 11:36:26 +02:00
Reinder Feenstra
048b00bc44 ecos: implemented handling ECoS get info response 2022-03-31 00:18:54 +02:00
Reinder Feenstra
94fd800443 utils: added generic version number structs 2022-03-31 00:16:33 +02:00
Reinder Feenstra
270c9f3a3a utils: added stripPrefix function 2022-03-31 00:15:59 +02:00
Reinder Feenstra
3be5fd90f2 ecos: implemented command trottling, to prevent receive buffer overflow in ECoS 2022-03-30 00:15:49 +02:00
Reinder Feenstra
c6f3fcc864 ecos: added input/feedback support
for S88 and ECoS detector
2022-03-29 23:30:40 +02:00
Reinder Feenstra
e439f90f6a ecos: implemented event parsing 2022-03-29 23:20:43 +02:00
Reinder Feenstra
e8039473a8 manual: added text explaining message numbers 2022-03-26 00:35:21 +01:00
Reinder Feenstra
224922587b lua: added log messages for script start/stop 2022-03-26 00:33:29 +01:00
Reinder Feenstra
847bc4de4b board: changed mouse pointer to hand for clickable tiles 2022-03-25 23:45:43 +01:00
Reinder Feenstra
8b286cf600 fix: removed std:move (only the last must be moved) 2022-03-25 23:39:11 +01:00
Reinder Feenstra
63b3430f35 fix: don't show direction controls's set state in edit dialog 2022-03-25 23:38:27 +01:00
Reinder Feenstra
a05a02a52c world: added get_object for scripts 2022-03-25 23:37:33 +01:00
Reinder Feenstra
b41bd97c48 board: added push button tile 2022-03-25 08:10:37 +01:00
Reinder Feenstra
bd22141c85 lua: method: implmented parameter support (except object) 2022-03-23 00:21:12 +01:00
Reinder Feenstra
94699b8a50 lua: set: added generic check/test function using typename 2022-03-23 00:15:51 +01:00
Reinder Feenstra
66fcce2fe0 lua: enum: added generic check/test function using typename
storage type is now always lua_Integer instead of the enum's size
2022-03-23 00:08:35 +01:00
Reinder Feenstra
46ff721e18 lua: added error logging for error during event handler execution 2022-03-23 00:06:12 +01:00
Reinder Feenstra
f159668406 Added new typeinfo for method and event 2022-03-22 23:39:59 +01:00
Reinder Feenstra
6bb930b2f2 lua: added DirectionControlState enum 2022-03-22 23:28:22 +01:00
Reinder Feenstra
d79e0765f5 Added Tristan Brindle's implementation of C++20's std::span for < C++20 2022-03-22 23:27:18 +01:00
Reinder Feenstra
6104827890 fix: lua script wasn't started when state was running on wolrd load 2022-03-22 23:26:00 +01:00
Reinder Feenstra
a19879159a board: added one way and direction controller tile 2022-03-20 20:03:38 +01:00
Reinder Feenstra
87fa91b9b4 loconet: added LNCV start (based on traffic analysis) 2022-03-10 22:52:08 +01:00
Reinder Feenstra
e215f546e0 updated copyright year 2022-03-09 23:10:44 +01:00
Reinder Feenstra
a40ec86ad5 fix: missing include 2022-03-09 23:09:41 +01:00
Reinder Feenstra
a5965b13c7 loconet: added uhlenbrock special option read (based on traffic analysis) 2022-03-09 17:07:52 +01:00
Reinder Feenstra
cb11e9818a loconet: accept OPC_LONG_ACK a valid response 2022-03-09 00:36:19 +01:00
Reinder Feenstra
c097b579f5 moved decoder list files to list subdir 2022-03-05 23:49:34 +01:00
Reinder Feenstra
1912c1a6f6 decoderlist: added interface column for world 2022-03-05 23:35:04 +01:00
Reinder Feenstra
9a96b510d0 set interface name when created 2022-03-05 00:14:45 +01:00
Reinder Feenstra
2f4bcafbd0 interface: removed status from edit dialog 2022-03-05 00:14:13 +01:00
Reinder Feenstra
1c3d4c45d4 interface list: implemented status column 2022-03-05 00:14:01 +01:00
Reinder Feenstra
8a49d185d2 moved input monitor/output keyboard commands from connection to the objects 2022-03-04 23:25:45 +01:00