Commit Graph

28715 Commits (4ddba5142ef360b4d8e08649d6cd36c0360f2b97)
 

Author SHA1 Message Date
psi29a 9da84480f0 Merge branch 'misc_ui' into 'master'
Improved settings window

Closes #6780

See merge request OpenMW/openmw!2087
3 years ago
psi29a 1e56ac9878 Merge branch 'sizable' into 'master'
Movable and resizable log window

See merge request OpenMW/openmw!2086
3 years ago
glassmancody.info 9a0e9ac4fe fix emissives in character preview 3 years ago
glassmancody.info 63d9fa55c6 settings window cleanup 3 years ago
Andrei Kortunov f6a07ab603 Merge branch 'fix_image_button_scale' into 'master'
Use float based scale factor for ImageButton texture (#6849)

Closes #6849

See merge request OpenMW/openmw!2076
3 years ago
elsid a16c55c93f
Use float based scale factor for ImageButton texture 3 years ago
jvoisin bbcc12262f Merge branch 'fix_icu_from_utf8_debug_crash' into 'master'
Avoid constructing icu::StringPiece from std::string directly (#6782)

Closes #6782

See merge request OpenMW/openmw!2073
3 years ago
jvoisin 498a835b77 Merge branch 'coverity' into 'master'
Fix some Coverity issues

See merge request OpenMW/openmw!2082
3 years ago
jvoisin 0f649ce544 Merge branch 'fix-appstream-images' into 'master'
Fix the screenshot URLs in the appstream XML

See merge request OpenMW/openmw!2081
3 years ago
glassmancody.info fcab4fe1ab make debug window a movable and resizable window 3 years ago
Andrei Kortunov 41a976b5f0 Suppress a GCC 11's format-overflow warning 3 years ago
elsid f3dfb5d939 Merge branch 'const_casts' into 'master'
Don't cast away const when we can avoid it

See merge request OpenMW/openmw!2085
3 years ago
Petr Mikheev cae7bc92d8 Merge branch 'locale_ru' into 'master'
Add a Russian localization for built-in Lua content

See merge request OpenMW/openmw!2079
3 years ago
Petr Mikheev 132031c136 Merge branch 'project_warp_speed' into 'master'
[Lua] Set simulation time scale

See merge request OpenMW/openmw!2053
3 years ago
Cody Glassman 051832d7ae [Lua] Set simulation time scale 3 years ago
Andrei Kortunov fe785ea788 Don't cast away const when we can avoid it 3 years ago
Andrei Kortunov 14b5674d32 Init missing data members 3 years ago
Andrei Kortunov 124db67496 Add an assert to detect possible nullptr dereference 3 years ago
Andrei Kortunov 5d94a94a98 Use a Boost API to resolve symlinks instead of low-level code 3 years ago
Andrei Kortunov 03cdffb555 Init some missing variables 3 years ago
Andrei Kortunov 7cce341822 Fix initializer 3 years ago
Andrei Kortunov 1274a229d1 Remove pointless null check 3 years ago
Andrei Kortunov e97172bbb2 Add a check for null 3 years ago
Andrei Kortunov d2a1cc954f Remove unused variable 3 years ago
Andrei Kortunov aa349f2ed9 Initialize some missing variables 3 years ago
Andrei Kortunov 523ad825c2 There is no point to compare an unsigned value with 0 3 years ago
Andrei Kortunov 62f5bedef5 Remove pointless check 3 years ago
Andrei Kortunov 0989e273d4 Add a Russian localization for built-in Lua content 3 years ago
Alexander Olofsson 84259d312b
Fix the screenshot URLs in the appstream XML 3 years ago
glassmancody.info a0265ffb89 only enable soft particles when enabled in settings 3 years ago
AnyOldName3 62d8c887c0 Revert "Merge branch 'macos_for_all' into 'master'"
This reverts merge request !2007
3 years ago
AnyOldName3 6609243c87 Merge branch 'dont_notice_me_launcher_senpai' into 'master'
Don't load content entries from global and local configs

Closes #6441

See merge request OpenMW/openmw!2068
3 years ago
Petr Mikheev 11d1a54626 Merge branch 'more-stereo-woes' into 'master'
More stereo-postprocessing integration

See merge request OpenMW/openmw!2054
3 years ago
Mads Buvik Sandvei 6dc727cf8f More stereo-postprocessing integration 3 years ago
Alexei Kotov 3ba39f977b Merge branch 'FIX_COMPRESSED_BSA_LOAD' into 'master'
Fixes compressed BSA loading

Closes #6847

See merge request OpenMW/openmw!2075
3 years ago
florent.teppe 4f832f479b Fixes compressed BSA loading
When creating the folders map, the folder name without / is hashed, but when trying to get a file record, when looking for a folder it was hashed wit the /
So now in getFileRecord parent_path is used instead
3 years ago
elsid fa29dd05fc Merge branch 'fix_wiki_links' into 'master'
Fix links to the wiki

See merge request OpenMW/openmw!2069
3 years ago
Evil Eye 478ad07607 Only load global cfg if local wasn't found 3 years ago
AnyOldName3 58593a1e62 Merge branch 'disable_crash_catcher' into 'master'
Allow to disable crash catcher on Windows

See merge request OpenMW/openmw!2072
3 years ago
AnyOldName3 fdd920ed72 Merge branch 'fix_msvc_warnings' into 'master'
Fix msvc warnings

See merge request OpenMW/openmw!2071
3 years ago
elsid d2ed62ec3a
Allow to disable crash catcher on Windows 3 years ago
elsid 316f666e77
Avoid constructing icu::StringPiece from std::string directly
Otherwise it causes a crash on Windows when OpenMW is built in debug
mode but ICU not.
3 years ago
elsid e074ebde96
Fix C4389 msvc warning
'==': signed/unsigned mismatch
3 years ago
elsid 2eae3227ba
Fix C4305 msvc warning
'argument': truncation from 'double' to 'float'
3 years ago
elsid 5891d58f63
Fix C4456 msvc warning
declaration of 'it' hides previous local declaration
3 years ago
elsid 8544aa481c
Fix C4459 msvc warning
declaration of 'navMeshVersion' hides global declaration
3 years ago
elsid 2d6e048d88
Fix C4589 msvc warning
Constructor of abstract class 'SceneUtil::KeyframeController' ignores initializer for virtual base class 'osg::Object'
3 years ago
uramer ebdcb7acbd Merge branch 'undefined_variable' into 'master'
Fix undeclared shader variable

See merge request OpenMW/openmw!2070
3 years ago
Cody Glassman 03616ae2d3 Fix undeclared shader variable 3 years ago
jvoisin 7a28d590ef Merge branch 'precompile_headers' into 'master'
Use target_precompile_headers for the most expensive headers

See merge request OpenMW/openmw!2062
3 years ago