dmwever

Results 5 comments of dmwever

Issue is still occurring. `PS C:\Users\dmwev\Documents\GitHub\openage\build> python -m openage main INFO [py] launching openage v0.5.3-570-g4f0de632 INFO [py] compiled by MSVC 19.42.34433.0 INFO [py] running in DEVMODE INFO [py] openage nyan...

The following line worked for me: `python -m openage --add-dll-search-path C:\Users\dmwev\Documents\GitHub\openage\build\libopenage\RelWithDebInfo --add-dll-search-path C:\Users\dmwev\Documents\GitHub\nyan\build\nyan\RelWithDebInfo --add-dll-search-path C:\Users\dmwev\Documents\GitHub\vcpkg\installed\x64-windows\bin main`

I have mostly finished a preliminary draft of this task, including separating out a FieldCache class. It is my first work with c++, but if you're good with me opening...

I took the approach of passing in an optional clear_cache flag as a parameter (defaulting to false) into the functions that access the FieldCache inside the integrator. This might not...

I know I'm a random, and this isn't a super important element of the project, but what if you have a builder building a castle or wonder as the loading...