591 Commits

Autor SHA1 Nachricht Datum
Reinder Feenstra
8dfd87a738 scriptlist: added remove method 2021-09-16 23:23:00 +02:00
Reinder Feenstra
f9565ed519 freight car: added cargo loaded and cargo capacity properties 2021-09-16 23:22:36 +02:00
Reinder Feenstra
f58679dba6 rail vehicle: don't show total weight in object editor (for now) 2021-09-16 23:09:25 +02:00
Reinder Feenstra
3b277397ca added ratio unit property 2021-09-16 23:08:44 +02:00
Reinder Feenstra
de306f9393 added support for min/max attributes to unit properties 2021-09-16 22:59:01 +02:00
Reinder Feenstra
fcc3fc5fab fix: dontLoadFallbackLanguage wasn't read properly 2021-09-16 22:57:58 +02:00
Reinder Feenstra
636d73dc03 fix: script was added twice to the list 2021-09-15 00:09:56 +02:00
Reinder Feenstra
124dfd68f3 test: added extra checks in board tile add test 2021-09-13 23:09:48 +02:00
Reinder Feenstra
cea12458d7 test: added very basic board save/load test 2021-09-12 23:05:49 +02:00
Reinder Feenstra
0abfe4c3b8 fix: corrected typo's in test
#notetoself always run tests before push
2021-09-12 20:55:15 +02:00
Reinder Feenstra
1318e54f67 Merge branch 'master' of github.com:traintastic/traintastic 2021-09-12 20:28:20 +02:00
Reinder Feenstra
da0fb33b72 test: added checks if classId matches getClassId() 2021-09-12 20:28:16 +02:00
Reinder Feenstra
8a4ac478c7
CI: added coverage upload to coverall.io, try 2 2021-09-12 19:13:51 +02:00
Reinder Feenstra
6452d9d3c0
readme: fixed badges added coverage badge 2021-09-12 14:08:32 +02:00
Reinder Feenstra
087806328a
CI: added coverage upload to coverall.io, try 1 2021-09-12 13:50:26 +02:00
Reinder Feenstra
e69e11b6d5 fixed warning 2021-09-12 13:02:06 +02:00
Reinder Feenstra
44b9c6f04d Merge branch 'master' of github.com:traintastic/traintastic 2021-09-12 10:36:28 +02:00
Reinder Feenstra
8dabe7abe5 fixed warning 2021-09-12 10:36:23 +02:00
Reinder Feenstra
ac8a94a7c9 fix: ssize_t -> auto (ssize_t is unix specific type) 2021-09-12 10:36:06 +02:00
Reinder Feenstra
44701f80bc
readme: add activity badge 2021-09-12 10:30:19 +02:00
Reinder Feenstra
39e359276b translation: updated german language file added some translations 2021-09-12 10:16:10 +02:00
Reinder Feenstra
25fd3b6e05 fixed warnings 2021-09-12 09:55:33 +02:00
Reinder Feenstra
317230f75e CI: raised jobs to 4 for client rpi builds 2021-09-11 23:51:43 +02:00
Reinder Feenstra
08554e4f7a server: enabled -Werror for non MSVC builds 2021-09-11 23:50:08 +02:00
Reinder Feenstra
b30db09116 server: fixed many warnings 2021-09-11 23:49:38 +02:00
Reinder Feenstra
2db0ac44f8 server: set MSVC warning level to 3, all takes forever (TODO: get rid of warnings in 3rd party includes) 2021-09-11 18:34:51 +02:00
Reinder Feenstra
79fd6edb7d fix: added missing .string() for msvc 2021-09-11 13:35:20 +02:00
Reinder Feenstra
a493866dfb raised warning level to all 2021-09-11 09:16:02 +02:00
Reinder Feenstra
2b295d9b48 fix: removed unused variable 2021-09-11 08:42:28 +02:00
Reinder Feenstra
fd7ed56785 translation: partly updated nl-nl translation 2021-09-11 00:28:26 +02:00
Reinder Feenstra
6420805888 Many translation improvments and cleanup
Added option to log missing strings to client
2021-09-10 23:53:59 +02:00
Reinder Feenstra
443ccc76a1 fix: corrected invalid registered arguments 2021-09-10 21:33:37 +02:00
Reinder Feenstra
d4f861c68e Merge branch 'master' of github.com:traintastic/traintastic 2021-09-07 23:34:23 +02:00
Reinder Feenstra
c38dd1b7de fix: board add/move didn't draw correctly when zoomed in, pixels were "left behind" 2021-09-07 23:31:43 +02:00
Reinder Feenstra
34f3d99c9d fix: board add/move didn't draw correctly when board top/left wasn't 0,0 2021-09-07 23:26:55 +02:00
Reinder Feenstra
048fe5750d
CI: fix windows server build, try 1 2021-09-07 22:29:03 +02:00
Reinder Feenstra
a06e6e6645 CI: improvements, try 1
- added parallel build (2 jobs)
- merged build & test (cpack builds test anyway)
- minor other improvements
2021-09-06 23:41:54 +02:00
Reinder Feenstra
00d6ec0ab6
CI: added raspberry pi arm7 (32bit) 2021-09-06 22:59:34 +02:00
Reinder Feenstra
bf08369357 board: added tunnel tile 2021-09-05 21:52:10 +02:00
Reinder Feenstra
5249fe89b6 fix: test for board id (descendant of straight rail tile were valid too) 2021-09-05 20:42:12 +02:00
Reinder Feenstra
ea3e667caa board: added missing icon for sensor tile 2021-09-05 20:40:34 +02:00
Reinder Feenstra
d439644c89 manual: added overview of available board tiles 2021-09-05 19:34:14 +02:00
Reinder Feenstra
c447e52bd5 board: ESC-key now also changes current control to pointer in edit mode 2021-09-05 16:54:31 +02:00
Reinder Feenstra
e1d4d2df16 board: automatic create a bridge if two straight tile are placed on top of each other 2021-09-05 16:53:31 +02:00
Reinder Feenstra
8132adb251 board: added bridge tiles 2021-09-05 13:07:39 +02:00
Reinder Feenstra
1254232f14 board tile resize: added feedback when resize size is invalid 2021-09-05 10:55:47 +02:00
Reinder Feenstra
931389564d removed InterfaceItem::setAttributeEnabled() 2021-09-05 01:25:54 +02:00
Reinder Feenstra
948012bec9 tile: added properties x, y, width, height, rotate 2021-09-05 01:05:30 +02:00
Reinder Feenstra
ca06298b64 board: order tile id's in json (to get less diffs between different saves) 2021-09-04 09:20:09 +02:00
Reinder Feenstra
d0bc37275e Added generation of traintastic-data deb package and move lang/ to shared/translations 2021-09-02 21:12:47 +02:00