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

1667 Commits

Author SHA1 Message Date
milek7
178d94cc98 Merge branch 'gfx-work' into sim 2019-09-12 18:16:23 +02:00
milek7
f9fe83e0d1 Merge branch 'milek-dev' into gfx-work 2019-09-12 18:16:04 +02:00
milek7
d71832ea2d bump version 2019-09-12 18:15:40 +02:00
milek7
be5312493f tweaks in buffer handling after failure 2019-09-12 18:15:28 +02:00
milek7
f457ad8dc4 make buffer create failure not fatal 2019-09-12 18:12:15 +02:00
milek7
eec042197d reflection update interval fix 2019-09-11 23:34:01 +02:00
milek7
5fdd56b642 remove glPolygonOffset 2019-09-11 23:03:46 +02:00
milek7
f64c104e7f update buffer size in uart_input desctructor 2019-09-11 21:42:30 +02:00
milek7
bed5857640 bump version 2019-09-10 23:27:10 +02:00
Królik Uszasty
d6b4ced8ba Added emergency valve for main tank and more complex compressor preset switch 2019-09-10 23:26:51 +02:00
Królik Uszasty
3e291f0988 Spring brake disables propulsion in EIM 2019-09-10 23:25:12 +02:00
milek7
1687abe58c normal derivatives graph, global crash derail/coupler damage switch 2019-09-10 22:51:17 +02:00
Królik Uszasty
3ec059ca7a Added spring brake parameters to python dictionary 2019-09-09 21:12:16 +02:00
milek7
a6d772ab65 fixup debug changes 2019-09-09 15:49:42 +02:00
milek7
0d32ec1e9e fix broken command alignment 2019-09-08 00:24:27 +02:00
milek7
745fe34509 publish shaders zip on azure too 2019-09-07 16:19:06 +02:00
milek7
0c64f71aff update glm 2019-09-07 16:04:57 +02:00
milek7
7fd594ce51 springbrakeactive on uart 2019-09-07 15:49:33 +02:00
Królik Uszasty
c344f5cfc2 Springbrake manometer and indicators 2019-09-07 15:46:13 +02:00
milek7
7fbc32aa8b tie camera preview to training report 2019-09-07 15:38:26 +02:00
milek7
e8675e3599 radiochannel in uart 2019-09-07 14:52:54 +02:00
milek7
511b96b470 Merge branch 'gfx-work' into sim 2019-09-07 03:26:13 +02:00
milek7
f3fd030f8f Merge branch 'milek-dev' into gfx-work 2019-09-07 03:26:08 +02:00
milek7
3a088f1361 break else if chain (msvc hits limit) 2019-09-07 03:25:12 +02:00
milek7
23d0093df0 Merge branch 'gfx-work' into sim 2019-09-07 02:53:57 +02:00
milek7
ee1c0ae8d4 Merge branch 'milek-dev' into gfx-work 2019-09-07 02:40:38 +02:00
milek7
6190060b1a Merge branch 'tmj-dev' into milek-dev 2019-09-07 02:25:43 +02:00
Królik Uszasty
23062d2110 Added spring parking brake 2019-09-07 02:16:08 +02:00
Królik Uszasty
0ee799eeae Disintegration of brakes from UniCtrl 2019-09-07 02:08:20 +02:00
milek7
c651ba21a2 extcam camera preview 2019-09-07 02:06:09 +02:00
milek7
4b50fba6bc use magic symbols to hint amd/nvidia driver to use dedicated gpu 2019-09-04 23:25:02 +02:00
tmj-fstate
68a45db21a build 190902. vehicle derailment, oil pressure change tweak, inverter sound tweak, car braking logic tweak, flashing alerter ui indicator, departure signal sources reduction, additional train state data exposed to uart interface, additional train state data for python scripts, wind simulation tweak, coupler animation fix 2019-09-02 19:18:44 +02:00
milek7
f7ac7cc581 launcher link start fix, assume scn files in win1250 2019-09-01 17:41:23 +02:00
milek7
c4d43f5a0a increase uart odometer precision 2019-08-31 21:06:16 +02:00
milek7
24186b2914 float cast for visual 2019-08-31 16:46:34 +02:00
milek7
17c82d9641 uart fixes, odometer and time/date on uart, simulation time fixes 2019-08-31 15:46:05 +02:00
milek7
0173d316c6 remove macos CI for now 2019-08-31 13:44:42 +02:00
milek7
6f010379b2 add uarttachoscale config 2019-08-31 00:28:24 +02:00
milek7
63d9d02c5a avoid div/0 in tangent calculation 2019-08-31 00:14:39 +02:00
milek7
5c84f8b156 remove DBG_NEW new preprocessor kludges, ensure stdafx.h is included everywhere, add debug build to Azure CI 2019-08-30 23:35:58 +02:00
milek7
30df10a58e further WIP on launcher 2019-08-29 00:10:30 +02:00
milek7
89919fc44d use explicit string() in filesystem::path 2019-08-26 12:57:35 +02:00
milek7
555d69b835 further WIP on launcher 2019-08-25 00:41:03 +02:00
milek7
aa9bee57da further WIP on launcher 2019-08-24 01:28:55 +02:00
milek7
ad58c617d4 fixes to pause popup logic 2019-08-21 21:52:47 +02:00
milek7
d961cb17a2 use binary ifstream in cParser 2019-08-21 20:23:07 +02:00
milek7
c4d2c04363 use 0.999 for opacity comprasion 2019-08-21 19:17:01 +02:00
milek7
2bcdb36df1 further work on launcher 2019-08-21 17:18:39 +02:00
tmj-fstate
269e271f01 maintenance: glew update to v 2.1.0, glfw update to v3.3 2019-08-20 12:48:24 +02:00
tmj-fstate
d9b4b9e32b consist heating activation logic tweak, smoke in tunnel clipping through terrain hack/fix, door cab controls logic change 2019-08-20 12:45:57 +02:00