523 Commits

Autor SHA1 Nachricht Datum
Reinder Feenstra
673cfdc385 added traintastic verion to discover message 2022-05-13 18:54:19 +02:00
Reinder Feenstra
e3877e1013 Added traintastic version to world save data 2022-05-13 17:40:03 +02:00
Reinder Feenstra
7469c41541 trayicon: added restart and show/hide console option to popupmenu 2022-05-11 00:00:46 +02:00
Reinder Feenstra
c7b1c35f21 windows: added tooltip with server version to system tray icon 2022-05-10 23:45:21 +02:00
Reinder Feenstra
7978c76898 lua: added start/stop all to script list and added disabled property to script (to prevent start all) 2022-05-04 23:55:14 +02:00
Reinder Feenstra
18a5a8a1dd added network support for object events 2022-05-03 23:14:05 +02:00
Reinder Feenstra
371f82c433 added assert to check for use of missing enum values 2022-05-02 09:25:32 +02:00
Reinder Feenstra
01b3379a76 added assert to check for illegal use 2022-05-02 08:59:04 +02:00
Reinder Feenstra
14c41bf540 z21: implemented input simulation 2022-05-01 13:36:22 +02:00
Reinder Feenstra
71920a5a72 fix: added missing include for macos 2022-04-30 19:31:52 +02:00
Reinder Feenstra
56307232dd dcc++: implemented input simulation 2022-04-30 18:51:54 +02:00
Reinder Feenstra
24fbe33bf5 xpressnet: implemented input simulation 2022-04-30 18:26:26 +02:00
Reinder Feenstra
ac445c37ad loconet: added timeouts for echo and reply 2022-04-30 00:17:28 +02:00
Reinder Feenstra
005d5ef1e9 ecos: removed python simulator script, now handled by iohandler 2022-04-30 00:11:18 +02:00
Reinder Feenstra
5521a262e7 added macro's for enum/set type info 2022-04-30 00:11:05 +02:00
Reinder Feenstra
8ab7416525 lua: replaced dead event error by dead object error
event always dies with the object, so no need for a seperate error
2022-04-27 19:09:30 +02:00
Reinder Feenstra
9bc5b9da1b lua: method wrapper, use inplace new to get rid of a heap allocation 2022-04-27 19:08:00 +02:00
Reinder Feenstra
b48f43eb0a lua: event wrapper, use inplace new to get rid of a heap allocation 2022-04-27 19:07:25 +02:00
Reinder Feenstra
d3b58570c1 lua: event: added call meta method as alias for connect 2022-04-27 18:54:15 +02:00
Reinder Feenstra
488d54cc92 lua: object wrapper, use inplace new to get rid of a heap allocation 2022-04-27 16:55:49 +02:00
Reinder Feenstra
3333e8e05b lua: moved set's to single file for sandbox and testing 2022-04-25 23:27:01 +02:00
Reinder Feenstra
dc620198c1 missing in 5fd81c255e244a9ee727367304a43d7deb64446e 2022-04-24 21:57:22 +02:00
Reinder Feenstra
72e0cba889 missing in 4f7a673b10b50a87bc99b2e3e3e7fd4c01a9d38f 2022-04-24 19:49:46 +02:00
Reinder Feenstra
96b6613ad4 missing in 5fd81c255e244a9ee727367304a43d7deb64446e 2022-04-24 19:49:10 +02:00
Reinder Feenstra
935e259479 missing in 5fd81c255e244a9ee727367304a43d7deb64446e 2022-04-24 19:48:49 +02:00
Reinder Feenstra
5fd81c255e ecos: implemented S88 input simulation 2022-04-24 18:56:36 +02:00
Reinder Feenstra
0157cf1b0f Merge branch 'master' of github.com:traintastic/traintastic 2022-04-23 20:19:47 +02:00
Reinder Feenstra
e82d4af318 input: added on_value_changed event 2022-04-23 20:01:50 +02:00
Reinder Feenstra
396620c909 loconet: added support for input simulation 2022-04-23 20:00:40 +02:00
Reinder Feenstra
da6cf0f971 input monitor: added input simulation support 2022-04-23 19:40:55 +02:00
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
95e4367029 macos: added paths for libarchive and liblua (brew) 2022-04-18 23:12:13 +02:00
Reinder Feenstra
70fe73a187 fix: macos: added missing include 2022-04-18 22:40:41 +02:00
Reinder Feenstra
874e9eeac6 fix: macos: pthread_setname_np is different 2022-04-18 22:40:15 +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
7a07f7da88 ecos: simulation improvements 2022-04-13 17:53:12 +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
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