Commit Graph

77 Commits (master)

Author SHA1 Message Date
elsid bef15edf0b
Remove redundant ostream, istream, iostream and sstream includes
* Replace by std::to_string and operator+ where possible.
* Move the code requiring to include <sstream> from .hpp to .cpp files.
3 years ago
Andrei Kortunov d2a1cc954f Remove unused variable 3 years ago
Andrei Kortunov aa349f2ed9 Initialize some missing variables 3 years ago
Mads Buvik Sandvei b0e4c7e76a [Postprocessing] Stereo integration 3 years ago
Petr Mikheev 3bf18c601c Better fog 3 years ago
Cody Glassman 66aa546e97 [Postprocessing] Small cleanup 3 years ago
psi29a bb0dad7c08 Update to C++20 and see if our CI can handle it. 3 years ago
glassmancody.info acc209c294 fix threading issue when dispatching frame dependent data 3 years ago
psi29a 22ad2615e3 Merge branch 'mygui_includes' into 'master'
Clean up MyGUI includes

See merge request OpenMW/openmw!1972
3 years ago
Cody Glassman bc0eed9843 [Postprocessing] Typos in docs and state attributes 3 years ago
jvoisin 0cc304e659 Clean up MyGUI includes
This should improve incremental compilation.
3 years ago
Petr Mikheev 23f1d21e48 Make the behaviour of `omw.weatherTransition` in omwfx more reasonable 3 years ago
glassmancody.info 4dee9acd1e fill bars to postprocess hud 3 years ago
Cody Glassman 447b586d7d [Postprocessing] Fix a couple awkward issues with Lua API 3 years ago
cody glassman 424b828ff8 add ability to use display names 3 years ago
cody glassman 11845e7d9b improve layout of postprocessor hud 3 years ago
cody glassman 30a64ee82a move to world space, fix bug with uniform size updates 3 years ago
glassmancody.info a987b01717 don't resize user defined samplers to power of 2 3 years ago
cody glassman 6093cb5f2c postprocessing lua api extensions 3 years ago
Matt 395de4b251 Refactor PostProcessor code 3 years ago
psi29a d4e2000d5b Merge branch 'render_targets' into 'master'
Bind custom render targets per pass

See merge request OpenMW/openmw!1884
3 years ago
glassmancody.info 3d03052717 dont bind rendertargets unless we use them, otherwise texture limit will be reached quickly 3 years ago
cody glassman 915eaa4c91 highp is not available in version 120 3 years ago
cody glassman dae0914820 workarounds for gl4es 3 years ago
cody glassman ac6089a430 skip flipping of 3D textures which is unsupported in OSG 3 years ago
cody glassman 0cb63ca4e6 experimental point light bindings 3 years ago
cody glassman 04843fed6d moddable post-processing pipeline 3 years ago