16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-22 16:19:19 +02:00
Commit Graph

12 Commits

Author SHA1 Message Date
jerrrrycho
96a099acdf reformat: parameters can be made pointer to const 2026-07-04 07:14:02 +02:00
jerrrrycho
220689a5e3 reformat: parameters can be made const 2026-07-04 07:08:14 +02:00
jerrrrycho
6fd1d6715b reformat: set variables to constexpr where possible 2026-07-04 06:16:13 +02:00
jerrrrycho
aeb800283c reformat: functions can be made static 2026-07-04 06:09:04 +02:00
jerrrrycho
6e4d000ddb reformat: remove redundant 'inline' specifier 2026-07-04 05:58:21 +02:00
jerrrrycho
cf9fb07800 reformat: remove redundant qualifiers 2026-07-04 05:34:23 +02:00
jerrrrycho
d85096f64d reformat: remove redundant parentheses 2026-06-30 21:19:46 +02:00
docentYT
ca699d117f Remove not needed includes 2026-05-02 14:40:31 +02:00
docentYT
fae68642bc use glm instead of Math3D in vehicle
WARNING: Model rotation is broken
2026-04-27 13:07:38 +02:00
jakubg1
407b187688 Tweak the door closing and warning signal delays
- The warning signal is no longer going to be played for an obnoxiously long amount of time by AI drivers when driving vehicles with a manual warning signal switch, most notably EN57.
  - A new `moveDepartureWarned` driving flag has been created to accomodate this behavior.
- Added the action time counter and the missing driving flags to the Vehicle AI section.
2026-04-04 00:13:26 +02:00
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
copilot-swe-agent[bot]
0531086bb9 Reorganize source files into logical subdirectories
Co-authored-by: Hirek193 <23196899+Hirek193@users.noreply.github.com>
2026-03-14 19:01:57 +00:00