Commit Graph

5966 Commits (e46fb48a2f3fca2e94b20852d0c8f4b4568dac8e)

Author SHA1 Message Date
psi29a fc24ffcaab Merge branch 'folllllllowup' into 'master'
Replace a `c_str()` with an `native()`

See merge request OpenMW/openmw!1938
3 years ago
Evil Eye a95b6e050a Replace new with make_unique in components 3 years ago
jvoisin bd5ccaac3c Followup to 21efb74b58 3 years ago
jvoisin 21efb74b58 Remove even most boost:: 3 years ago
psi29a d74ee0f3fe Merge branch 'postprocess_hud' into 'master'
[Postprocessing] Improve HUD

See merge request OpenMW/openmw!1933
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
jvoisin cb226e00f9 Remove some more of boost:: 3 years ago
Petr Mikheev 29328867dc Merge branch 'moar_noboost' into 'master'
Remove even more of boost::filesystem

See merge request OpenMW/openmw!1927
3 years ago
jvoisin 4e4debb1cb Remove even more of boost::filesystem 3 years ago
psi29a a14285bff5 Merge branch 'light_tweaks' into 'master'
[Postprocessing] Tweaks to light collection

See merge request OpenMW/openmw!1928
3 years ago
cody glassman 30a64ee82a move to world space, fix bug with uniform size updates 3 years ago
jvoisin 6feb92a9bf Remove boost::filesystem from a couple of files 3 years ago
psi29a a737b05d84 Merge branch 'faster_toLower' into 'master'
Improve the speed of toLower

See merge request OpenMW/openmw!1889
3 years ago
glassmancody.info a987b01717 don't resize user defined samplers to power of 2 3 years ago
jvoisin 998f1c960e Improve the speed of toLower
This significantly improves the speed of my fuzzer,
by something like 15%.
3 years ago
Petr Mikheev a4b23aad05 Validate l10n context name 3 years ago
elsid 5b592e09e6
Log more information when navmeshtool fails on not enough space 3 years ago
cody glassman 6093cb5f2c postprocessing lua api extensions 3 years ago
psi29a e3f891c0b0 Merge branch 'fix_boost' into 'master'
Fix build with lld linker

See merge request OpenMW/openmw!1903
3 years ago
psi29a f17d7fc00b Merge branch 'string_view' into 'master'
Make getStringLiteral return a string_view

See merge request OpenMW/openmw!1896
3 years ago
jvoisin fb732d74a2 Remove boost::filesystem from bsatool 3 years ago
elsid ea295a2ac3
Fix build with lld linker
Boost.Filesystem started to depend on Boost.Atomic on 1.77.0 version but lld
can't find library on its own:

libboost_atomic.so.1.79.0 => not found
3 years ago
psi29a 8dd3e53a30 Merge branch 'string_view' into 'master'
Move a couple of files from `const std::string&` to `std::string_view`

See merge request OpenMW/openmw!1901
3 years ago
Evil Eye ac78b537d2 Address feedback 3 years ago
Petr Mikheev 7f8d433775 Initialize log recorder right after initializing the logging 3 years ago
elsid ea107bdd53
Remove unused boost include 3 years ago
jvoisin 02cafc3b98 And one more 3 years ago
jvoisin 9ce26ef4b6 Move to_utf8 from `const std::string&` to `std::string_view` 3 years ago
jvoisin 23eccebe9e Convert esmtool from `const std::string&` to `std::string_view` 3 years ago
Evil Eye 15fda78ddf Include string 3 years ago
Evil Eye e79f803402 Change includes 3 years ago
Matt 395de4b251 Refactor PostProcessor code 3 years ago
Evil Eye c6ca0e78c9 Make getStringLiteral return a string_view 3 years ago
uramer 1fe794d935 Changing setting renderer arguments 3 years ago
uramer 9042f47f0a Use an anonymous namespace in element.cpp 3 years ago
uramer 5d7fc0ab17 Limit maximum Lua UI layout depth to prevent stack overflow 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
psi29a b9b4f1c3c2 Merge branch 'console_log' into 'master'
In-game log viewer

See merge request OpenMW/openmw!1799
3 years ago
psi29a d3f331793e Merge branch 'sol' into 'master'
Update sol. Replace combined sol.hpp with loose files.

See merge request OpenMW/openmw!1851
3 years ago
ζeh Matt 18f16eac4c
Refactor DetourNavigator to pass prng along, use world prng for AiWander 3 years ago
elsid 18d05c8f1a
Use proper variable to check in if condition 3 years ago
psi29a 2f75acc34e Merge branch 'navmesh_render_update_frequency' into 'master'
Add navmesh debug render mode to show update frequency

See merge request OpenMW/openmw!1685
3 years ago
psi29a bbcdac6b18 Merge branch 'fix_mygui_data_manager_includes' into 'master'
Add includes for used types and functions (#6744)

See merge request OpenMW/openmw!1870
3 years ago
elsid 215b46503c
Support rendering for navmesh update frequency as a heatmap
Useful when need to find tiles with high number of updates.

Add debug Lua package with new functions to toggle render mode and set navmesh
render mode.
3 years ago
cody glassman 915eaa4c91 highp is not available in version 120 3 years ago
elsid 5f2e282359
Add includes for used types and functions 3 years ago
Petr Mikheev cf49b46d64 Show logs in the debug window
Some part of UI code is written by @andrew-app
3 years ago
Alexei Kotov 8140cceb3e Merge branch 'construct_me_not' into 'master'
Address feedback on !1857

See merge request OpenMW/openmw!1865
3 years ago