Commit Graph

2781 Commits

Author SHA1 Message Date
WLs50
1feb4c4bd0 fix merging issue regarding discord-rpc 2025-04-05 14:49:42 +02:00
WLs50
13875f17fe update renderer class to reflect changes in abstract interface 2025-04-05 14:32:55 +02:00
WLs50
0280b40ca5 Merge remote-tracking branch 'manul-public/master' into manul-staging 2025-04-05 14:24:53 +02:00
WLs50
2a3002e8e4 some hints what needs to be done before that damn thing works like intended #1 2025-04-05 13:41:59 +02:00
WLs50
900133089b add shader compilation pipeline using dxc compiler 2025-04-05 13:30:13 +02:00
WLs50
85435c74bf fix gitignore & add missing shader files 2025-04-05 12:16:40 +02:00
WLs50
671b674f36 include shader files in project 2025-04-05 12:00:20 +02:00
e9ff90ee17 Merge branch 'new-features-march-25' of https://github.com/Unofficial-MaSzyna-Developement/maszyna into new-features-march-25 2025-04-01 02:24:56 +02:00
d1415cf2a1 priorityLoadText3D feature in eu07.ini
Allows to make priority load t3d models instead of e3d. Takes yes or no.
2025-04-01 02:24:25 +02:00
Anonim17PL
583dc8c1ec Czy ktoś w ogóle kompiluje ten kod?
```/home/debian/autobuilder/output/build/maszyna/application.h:41:10: error: extra qualification ‘eu07_application::’ on member ‘DiscordRPCService’ [-fpermissive]
   41 |     void eu07_application::DiscordRPCService(); // discord rich presence service function (runs as separate thread)
      |          ^~~~~~~~~~~~~~~~```

Czy C++20 jest nam potrzebne?
```/home/debian/autobuilder/output/build/maszyna/McZapkie/Mover.cpp:11346:34: error: ‘std::string’ {aka ‘class std::__cxx11::basic_string<char>’} has no member named ‘_Starts_with’
11346 |                     if (PantType._Starts_with("DSA")) // zakladam ze wszystkie pantografy DSA sa takie same
      |                                  ^~~~~~~~~~~~```

Kompletny absurd z 7cac46d:
```/home/debian/autobuilder/output/build/maszyna/particles.cpp:477:29: error: cannot bind non-const lvalue reference of type ‘cParser&’ to an rvalue of type ‘cParser’
  477 |     if( source.deserialize( cParser( templatepath + templatename + ".txt", cParser::buffer_FILE ) ) ) {
      |                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~```
2025-03-24 13:25:51 +01:00
29694f8028 Merge branch 'eu07:master' into new-features-march-25 2025-03-19 18:31:28 +01:00
WLs50
0882652b2a patch issues with python 2025-03-19 16:46:47 +01:00
WLs50
deee34e370 expose dynamic reflmap resolution in config.manul 2025-03-17 16:44:20 +01:00
WLs50
91a03dbcd4 add adapter for legacy reflection materials 2025-03-17 13:00:18 +01:00
WLs50
e8fc147b5f add adapter for specgloss materials 2025-03-17 11:12:51 +01:00
WLs50
eaab6a29e4 fix light direction for shadow map; inhibit shadow map rendering if no shadow casting light is present 2025-03-17 08:12:07 +01:00
WLs50
ffe5ece058 wrap discord rpc as optional feature 2025-03-17 07:19:07 +01:00
WLs50
d793866937 Merge branch 'manul-staging' of https://github.com/wls50/maszyna-internal into manul-staging 2025-03-16 22:14:42 +01:00
WLs50
8f98292cbe implement moon 2025-03-16 22:12:37 +01:00
Ryba04
94e3f38973 Merge pull request #83 from Unofficial-MaSzyna-Developement/new-features-feb-25
New features done in february 2025
2025-03-16 17:49:08 +01:00
d5c89e365c Command order fix 2025-03-16 17:06:37 +01:00
5ad3789d27 And one more typo... 2025-03-16 16:26:24 +01:00
f36a4a9fda Typo fix 2025-03-16 16:26:23 +01:00
793a6c57f0 Necessary fixes for wpiers switcher 2025-03-16 16:24:59 +01:00
664896275f Wiper logic cleanup 2025-03-16 16:24:53 +01:00
b5172e940b Add wiper animation 2025-03-16 16:24:48 +01:00
d832ce3d96 Exterior model external_only submodel to hide when player is inside cab 2025-03-16 16:24:41 +01:00
060f55ac2e Note for compiling (there are submodules now) 2025-03-16 16:24:35 +01:00
663336b86e DiscordRPC fix when driving ghostview 2025-03-16 16:24:08 +01:00
a88465357e Working threads counter in F12 panel 2025-03-16 16:23:55 +01:00
aaad80d66c Logging moved to separate thread 2025-03-16 16:23:49 +01:00
7970042774 Make DiscordRPC strings localized 2025-03-16 16:23:41 +01:00
424a97b7ce Move DiscordRPC to separate threaad 2025-03-16 16:23:36 +01:00
1b77c34b99 Maybe now it will work correcty (hope the last one) 2025-03-16 16:23:28 +01:00
604bb45b35 I've missed one identation 2025-03-16 16:23:23 +01:00
f18836cdc0 Appveyor fix for dynamic git submodules 2025-03-16 16:23:15 +01:00
302eac5b96 Add Discord RPC integration 2025-03-16 16:23:04 +01:00
a505962b10 Mover reload function fix 2025-03-16 16:22:59 +01:00
27f4920869 Add discord-rpc library 2025-03-16 16:22:54 +01:00
58de6f36dc Add ini shakefactor
shakefactor BF RL UD
BF - tyl/przod
RL - prawo/lewo
UD - gora/dol
2025-03-16 16:22:45 +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
dd62a1529e Separate buttons for openning and closing pant valve 2025-03-16 16:16:08 +01:00
f9d81b8afe Remove single line garbage from train.cpp 2025-03-16 16:15:58 +01:00
52b8d3d647 i-edenabled light 2025-03-16 16:14:27 +01:00
Jano211
3fc4d5b894 New functions in scene editor 2025-03-16 16:13:18 +01:00