16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-21 17:09:19 +02:00

331 Commits

Author SHA1 Message Date
copilot-swe-agent[bot]
7e49aa8740 Rewrite #includes to use explicit subdirectory paths
Co-authored-by: Hirek193 <23196899+Hirek193@users.noreply.github.com>
2026-03-14 19:16:48 +00:00
40bbbc6210 Add power smoothing for inverter based vehicles 2026-02-08 13:04:49 +01:00
7b8fa3f226 Set wiper default pos = 0 in case not defined 2025-09-30 21:08:22 +02:00
a7c2fa22f1 Add wiperList Default parameter (for default position) 2025-09-30 21:03:38 +02:00
b969a55533 Fix lightsset command so bot wont affect it 2025-09-19 01:58:40 +02:00
Ryba04
33ad7b718f Merge branch 'master' into master 2025-09-13 19:46:26 +02:00
jakubg1
dc8de9aa07 Separate FFList from DEList, add FFEDList (ffBrakeList)
Added a new optional section to .fiz files: `ffBrakeList`. It is used instead of `ffList` whenever the vehicle has its ED braking engaged.

Example (dynamic/pkp/elf_v1/inverter_kp.fiz):
```
ffList: Size=3
0	2.0
33.7	2.08
34.0	2.12
130.4	8.10
endff

ffBrakeList: Size=4
0	2.0
33.7	2.08
34.8	2.08
34.8	2.17
130.4	8.10
endff
```
2025-09-04 04:36:26 +02:00
c0437946c7 Prevent multiple battery switches in hold conditions 2025-07-23 12:29:04 +02:00
13f7551b5f Modern dimmer overhaul
Now it supports custom positions
2025-07-15 16:06:42 +02:00
WLs50
0280b40ca5 Merge remote-tracking branch 'manul-public/master' into manul-staging 2025-04-05 14:24:53 +02:00
b5172e940b Add wiper animation 2025-03-16 16:24:48 +01:00
dad32c28a2 After cherrypick fixes to 2a5d8cc6de 2025-03-16 16:22:33 +01:00
f59f3c368e Add WBL85, EC160 pantograph types 2025-03-16 16:22:24 +01:00
5258c4c775 Developer tools: Add vehicle fiz reload button 2025-03-16 16:22:19 +01:00
7d27e6ce33 Battery button impulse behavior 2025-03-16 16:22:12 +01:00
b252d4aacd Bring back maxTachoSpeed... 2025-03-16 16:21:57 +01:00
b10e6ccda3 Add distance counter double click to activate
DCMB=[No] - Czy potrzebne jest podwojne nacisniecie
DCDPP=[1.0] - W jakim czasie drugie nacisnienie ma nastapic od pierwszego, aby aktywowac pomiar
2025-03-16 16:16:37 +01:00
76185d10f2 General logic fixes 2025-03-16 15:42:57 +01:00
b114699ab3 General lights overhaul
Add modern light switcher

Available fiz variables with defualt parameters
Headlights: LampRed=255 LampGreen=255 LampBlue=255 DimmedMultiplier=0.6 NormalMultiplier=1.0 HighbeamDimmedMultiplier=2.5 HighBeamMultiplier=2.8

Switches: ModernDimmer=No ModernDimmerOffPosition=Yes
2025-03-16 14:37:37 +01:00
a75ac837bf header declarations unification for tacho parameters 2025-03-16 14:37:27 +01:00
9e447d22da Add variable door lock speed
DoorLockSpeed in Doors: section in fiz
2025-03-16 13:45:45 +01:00
f86e2688ba Add logic for defining max analog tacho display speed
MaxTachoSpeed in Cntrl. section in fiz
2025-03-16 13:45:39 +01:00
b14c1d9718 Add missing mover nrot comment 2025-03-16 12:25:34 +01:00
bb56f97692 Add sustain parameter (BRVto in Engine section) 2025-03-16 12:25:01 +01:00
f10550ea23 Add braking resistor ventilator sound and simple simulation 2025-03-16 12:24:50 +01:00
332530643b Add HideDirStatusSpeed parameter 2025-03-16 12:23:45 +01:00
c7e78b8e0c Implemented HideDirStatusWhenMoving entry 2025-03-16 12:23:32 +01:00
f8d6bf5d0c Add wiper animation 2025-03-06 22:51:24 +01:00
9c1e7cd36e After cherrypick fixes to 2a5d8cc6de 2025-02-17 18:26:59 +01:00
2a5d8cc6de Add WBL85, EC160 pantograph types 2025-02-17 18:12:15 +01:00
eb387c3715 Developer tools: Add vehicle fiz reload button 2025-02-17 01:23:43 +01:00
4aa0978290 Battery button impulse behavior 2025-02-16 23:07:36 +01:00
c5438c29f9 Add distance counter double click to activate
DCMB=[No] - Czy potrzebne jest podwojne nacisniecie
DCDPP=[1.0] - W jakim czasie drugie nacisnienie ma nastapic od pierwszego, aby aktywowac pomiar
2025-02-16 21:10:32 +01:00
c7e67c6816 Revert "Merge branch 'master-no-pull' into high-beam-lights"
This reverts commit 1222f0fbb8, reversing
changes made to a7bf952ed6.
2025-01-07 05:06:24 +01:00
1222f0fbb8 Merge branch 'master-no-pull' into high-beam-lights 2025-01-07 04:58:13 +01:00
e2b5a6d9a1 General logic fixes 2025-01-07 04:46:09 +01:00
69e29bf83c General lights overhaul
Add modern light switcher

Available fiz variables with defualt parameters
Headlights: LampRed=255 LampGreen=255 LampBlue=255 DimmedMultiplier=0.6 NormalMultiplier=1.0 HighbeamDimmedMultiplier=2.5 HighBeamMultiplier=2.8

Switches: ModernDimmer=No ModernDimmerOffPosition=Yes
2025-01-07 03:42:40 +01:00
b8d7d4b096 Add variable door lock speed
DoorLockSpeed in Doors: section in fiz
2025-01-06 20:46:27 +01:00
d66d4751c2 Add logic for defining max analog tacho display speed
MaxTachoSpeed in Cntrl. section in fiz
2025-01-06 20:27:25 +01:00
92958a28d2 Merge pull request #7 from Unofficial-MaSzyna-Developement/cab-resonance-sound
Cab resonance sound
2025-01-04 21:41:23 +01:00
f59c0f2d2c Add missing mover nrot comment 2025-01-04 21:16:09 +01:00
a3099e6de7 Add sustain parameter (BRVto in Engine section) 2025-01-03 19:22:37 +01:00
a01a63c8bf Add braking resistor ventilator sound and simple simulation 2025-01-03 17:39:54 +01:00
efeaaf6235 Add HideDirStatusSpeed parameter 2024-12-28 00:22:15 +01:00
0522d12cd3 Implemented HideDirStatusWhenMoving entry 2024-12-28 00:15:36 +01:00
f9d04f7397 Revert "Improve pantograph selector"
This reverts commit 13d9a91632.
2024-09-10 23:04:17 +02:00
jakubg1
13d9a91632 Improve pantograph selector
- A new parameter has been added to .fiz file format, in the Switches: section:
  - PantographPresetDefault [0] - The 0-based index of a pantograph preset that should be chosen upon the vehicle creation. 0 by default mimicks the current behavior.

- Fixed the selected pantograph configuration not being respected until the configuration has been changed.
2024-03-13 03:25:19 +01:00
Marcin Nowak
9bb85ba554 (separate shp reset) add handling of SeparateAcknowledge flag 2022-11-05 17:03:23 +01:00
Królik Uszasty
ebd3607e4b Added Pmax curve for EIM, e.g. EN57AL 2022-11-04 23:50:56 +01:00
Królik Uszasty
9caec803e7 More features for diesel engines 2022-11-04 23:50:56 +01:00