d86435d50c
Move rc encoding to ANSI
2025-06-11 12:49:13 +02:00
b0b7927212
Logging memory leak fixes
2025-06-11 12:42:22 +02:00
a1510eb4fc
Change crashdump name logic
2025-06-11 12:42:09 +02:00
00c0cc2a26
Logging tweaks
2025-06-08 15:18:36 +02:00
ac2c5ab4cf
Add auto dmp file genration
2025-06-02 22:41:39 +02:00
25bc32e84f
Merge pull request #23 from Unofficial-MaSzyna-Developement/nvrhi
...
nvrhi
2025-06-02 21:20:27 +02:00
5ab14b7a2d
Move nvrhi renderer back as gfxrenderer experimental
2025-06-02 20:55:30 +02:00
a2da6020c7
Change nvrhi renderer to "experimental"
2025-06-02 19:03:32 +02:00
690b626990
Revert "Fix renderer selecting"
...
This reverts commit 54a08eda52 .
2025-06-02 19:02:21 +02:00
70b68a155b
Fix rc porecompilation
2025-05-05 20:20:29 +02:00
cc82af3375
Add versioning info to binary
2025-05-05 19:58:17 +02:00
Ryba04
6b21737ec4
Merge pull request #85 from Anonim17PL/master
...
Poprawki po 078470c , 2a5d8cc i 7cac46d
2025-05-04 17:40:59 +02:00
Ryba04
5ec90e62a3
Merge pull request #84 from Unofficial-MaSzyna-Developement/new-features-march-25
...
New features march 25
2025-05-04 17:40:18 +02:00
2b75b17ca4
Remove workflow since it doesn't work on github
2025-04-29 02:49:26 +02:00
f07b220dba
Fix framerate counter
2025-04-23 23:57:50 +02:00
5a1285a7a9
Merge branch 'nvrhi' of https://github.com/Unofficial-MaSzyna-Developement/maszyna into nvrhi
2025-04-17 14:35:23 +02:00
f464d16f42
Fix logging crash on exit
2025-04-17 14:35:02 +02:00
1255dbd4b6
Add powershell core initialization
2025-04-17 12:31:35 +02:00
708bf4d151
Slight fix for setup.bat in workflow
2025-04-17 12:19:45 +02:00
fec7d82443
Change upload artifacts to v4
2025-04-17 12:17:38 +02:00
6cbb9ed7a7
Prob fix for upload
2025-04-17 12:14:23 +02:00
11ad7023ae
Create test github actions workflow
2025-04-17 11:55:27 +02:00
cdc95a3e65
Fix setup.bat script
2025-04-17 11:30:32 +02:00
173df2ca54
Readd submodules
2025-04-17 11:14:52 +02:00
e10d6bf33e
fix paths for submodules
2025-04-17 11:01:02 +02:00
09920609ff
Add generating PDBs and MAPs for executables
2025-04-17 10:56:42 +02:00
54a08eda52
Fix renderer selecting
2025-04-17 10:46:25 +02:00
6e861dd63c
Add ref/crashpad to gitignore
2025-04-17 10:45:15 +02:00
d1d5a94886
Add staticFiles directory
...
this contains all files which should be shipped with executable
2025-04-15 01:50:48 +02:00
dc49b771bb
Change renderer config paths
2025-04-15 01:43:32 +02:00
a39d972126
Some renaming
2025-04-15 01:32:56 +02:00
12d6a1578d
Add vcpkg as submodule and ref it in cmake
2025-04-15 00:23:36 +02:00
8b855edaf5
Move nvrhi renderer as default (gl3.3 is legacy now)
2025-04-13 17:21:05 +02:00
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