Commit Graph

25443 Commits (959165bcb99140d38afbf7dc420f5ce647a321ea)
 

Author SHA1 Message Date
elsid 959165bcb9
Support running unit tests on gitlab CI for windows
But not actually run them because gitlab fails to do this.
3 years ago
elsid 3ef1b27099
Add missing includes 3 years ago
elsid 4d7e5245a3
Support benchmarks for windows
Don't run the binary because gitlab can't execute it successfully due to
unknown reason.
3 years ago
Bret Curtis 340801e08b
Merge pull request #3084 from akortunov/master
Return check for distance when we try to reuse data
3 years ago
psi29a 3a0a2b7d68 Merge branch 'adding_category_groups_to_advanced_visuals' into 'master'
[Launcher] Grouping settings on Advanced -> Visuals

See merge request OpenMW/openmw!843
3 years ago
psi29a f7b8c817f8 Merge branch 'performance-faster-string-find' into 'master'
Fixing performance-faster-string-find issues

See merge request OpenMW/openmw!842
3 years ago
Andrei Kortunov 3e281f625d Return check for distance when we try to reuse data (bug #6026) 3 years ago
Thunderforge ad6cc6e775 Grouping settings on Advanced -> Visuals
Since we'll be adding additional settings in the near future and the list is already getting very long, I figured I would group these like we do on the "Miscellaneous" tab.
3 years ago
Thunderforge 339d347aea Fixing performance-faster-string-find issues
This addresses the Clang Tidy check [performance-faster-string-find](https://clang.llvm.org/extra/clang-tidy/checks/performance-faster-string-find.html).
3 years ago
psi29a 2042a66cf3 Merge branch 'bench_ci' into 'master'
Run benchmarks on gitlab CI

See merge request OpenMW/openmw!789
3 years ago
Bret Curtis f84e9f5fb9
Merge pull request #3082 from akortunov/warnfix2
Add new scene nodes to scene graph serializer blacklist
3 years ago
Bret Curtis 08059247b8
Merge pull request #3081 from akortunov/master
Skip hidden nodes for ObjectPaging
3 years ago
psi29a 13fd0e11ff Merge branch 'no_time_to_talk' into 'master'
Don't stop and turn to the player while sneaking or jumping

Closes #6016

See merge request OpenMW/openmw!838
3 years ago
psi29a 69d3f91186 Merge branch 'unused' into 'master'
Remove unimplemented method declaration

See merge request OpenMW/openmw!837
3 years ago
elsid 6492e9522a
Run benchmarks on gitlab CI 3 years ago
Evil Eye c5aa3d4f77 Don't stop and turn to the player while sneaking or jumping 3 years ago
Evil Eye ffd84502f9 Remove unimplemented method declaration 3 years ago
Petr Mikheev e65b285f06 Merge branch 'use_min' into 'master'
Use existing min implementation

See merge request OpenMW/openmw!828
3 years ago
elsid b806445a36
Use existing min implementation 3 years ago
Andrei Kortunov 132fedf290 Analyze only used LOD levels in ObjectPaging 3 years ago
Andrei Kortunov a939cb6692 Skip hidden nodes for ObjectPaging 3 years ago
Frederic Chardon caf382c19f Merge branch 'barrier' into 'master'
Do not store callback inside Misc::Barrier

See merge request OpenMW/openmw!821
3 years ago
Andrei Kortunov 2e8873af51 Add new scene nodes to scene graph serializer blacklist 3 years ago
psi29a 08e1a8e0fb Merge branch 'esm_opti' into 'master'
Teensy optimisation for esmtool

See merge request OpenMW/openmw!826
3 years ago
psi29a 621cf47085 Merge branch 'master' into 'master'
Add information about DX format being used in normal maps

See merge request OpenMW/openmw!827
3 years ago
Joakim Berg 60649792ba Add information about DX format being used in normal maps 3 years ago
jvoisin 8a56ba6aaa Fix compilation 3 years ago
psi29a 9b017ef04d Merge branch 'internal_includes_openmw' into 'master'
Clean up some internal includes of the openmw component

See merge request OpenMW/openmw!796
3 years ago
Bret Curtis d4dce30952
Merge pull request #3077 from akortunov/master
Fix uninitialized variable
3 years ago
elsid fbeccc2908 Apply 1 suggestion(s) to 1 file(s) 3 years ago
Bret Curtis e720a56030
Merge pull request #3080 from akortunov/fix_ci
Add missing include for std::inserter
3 years ago
Andrei Kortunov 8d4a374516 Add missing include for std::inserter 3 years ago
Bret Curtis 5548033440
Merge pull request #3078 from akortunov/fix_ci
Fix AppVeyor CI
3 years ago
Andrei Kortunov e8ed66767b Fix AppVeyor CI 3 years ago
psi29a 6263ade01a Merge branch 'esmcleanup' into 'master'
Minor ESM code cleanup

See merge request OpenMW/openmw!825
3 years ago
Andrei Kortunov a0582caa26 Fix uninitialized variable 3 years ago
jvoisin e97e4d07dd Teensy optimisation for esmtool
- Use an unordered_set instead of a list to
  keep track of skipped records.
- Reduce the number of conditions when parsing 4-letters
  records by using a switch-case instead of cascading conditions.
- Add a const
3 years ago
elsid 00de80c884 Merge branch 'deadcode' into 'master'
GC some unused code, simplify some other

See merge request OpenMW/openmw!820
3 years ago
elsid 6446a48f91 Merge branch 'UseFindInsteadOfLoop' into 'master'
Use O(log(n)) search instead of O(n)

See merge request OpenMW/openmw!824
3 years ago
fredzio e99b61d362 Simplify the code 3 years ago
elsid 626e032931
Do not store callback inside Misc::Barrier
The only wait method can be provided with it so pass it as a template
parameter there.
3 years ago
CedricMocquillon e378159ea8 Use O(log(n)) search instead of O(n) 3 years ago
Dobrohotov Alexei 57c372a50e ESM code cleanup 3 years ago
fredzio 00de540a31 Remove unused function. 3 years ago
Bret Curtis 3618eabaf0 remove macos10.14 support from gitlab; brew is broken 3 years ago
psi29a 1e9a7894d5 Merge branch 'no_recommends' into 'master'
Don't install recommended packages in Debian's CI

See merge request OpenMW/openmw!756
3 years ago
jvoisin 885ff36b01 Don't install recommended packages in Debian's CI 3 years ago
Bret Curtis 4129cc244c allow macos11xcode12 to fail for now; but not macos10.15xcode11; add support for macos10.14_xcode10; make sure fontconfig does not update other stuff 3 years ago
Bret Curtis a1bc10888c add implicit dependancy fontconfig for macos 3 years ago
Bret Curtis 4f5d697e2b Do not fail when unable to detect the FFMPEG version, like windows. 3 years ago