Commit Graph

23576 Commits (0e810c8d3224d538b1a6d8cb81aac122e32d8eb7)
 

Author SHA1 Message Date
Andrei Kortunov 0e810c8d32 Fix cell borders color 5 years ago
Bret Curtis c944acf26b
Merge pull request #2913 from akortunov/warnfix
Get rid of ECLD and dependencies
5 years ago
Bret Curtis 51136a75f2
Merge pull request #2915 from akortunov/guifixes
Reset selected slot when closing savegame dialogue
5 years ago
Bret Curtis b18028b125
Merge pull request #2905 from elsid/ai_package_type
Store package type id as enum except ESM
5 years ago
psi29a 1724099d34 Merge branch 'mingw' into 'master'
Fix mingw Windows build

See merge request OpenMW/openmw!213
5 years ago
Andrei Kortunov d1a3cc98ff Get rid of ECLD and dependencies 5 years ago
Bret Curtis 1db58575c8
Fixed missed AiPackageTypeId::Wander 'fix' 5 years ago
Andrei Kortunov 3e396a904e Reset selected slot when close savegame dialogue to avoid accidental saving/loading 5 years ago
Andrei Kortunov 50d692a097
Merge pull request #2914 from akortunov/master
Fix typos in shaders
5 years ago
Andrei Kortunov 9bc0e9b4b7 Fix typos in shaders 5 years ago
psi29a 5110b5a0bf Merge branch 'near_far_mode_in_launcher' into 'master'
add ability to set the type of near far method to be used

See merge request OpenMW/openmw!190
5 years ago
psi29a 66b5cf9f1d Merge branch 'master' into 'near_far_mode_in_launcher'
# Conflicts:
#   files/settings-default.cfg
5 years ago
Alexei Dobrohotov 2d23dad2bc
Merge branch 'master' into ai_package_type 5 years ago
psi29a 6f8eefcb16 Switching object paging active grid default option to false for now until the light limit problem is resolved. 5 years ago
Bret Curtis b5a2e809cd
Merge pull request #2911 from unelsson/fixdaematerialseq
Use sequenced texture units with .dae/collada
5 years ago
Bret Curtis 66124272d7
Merge pull request #2912 from akortunov/warnfix
Fix Clang warnings about invalid overrides
5 years ago
psi29a 0b2c102a26 Merge branch 'AnyOldName3-master-patch-53610' into 'master'
Fix verbose mode for Windows prebuild script

See merge request OpenMW/openmw!226
5 years ago
AnyOldName3 7ef3a9d8ac Remove schoolboy error 5 years ago
Andrei Kortunov 805d826d5b Fix Clang warnings about invalid overrides 5 years ago
Nelsson Huotari 5bc44cf2ee Use sequenced texture units with .dae/collada 5 years ago
psi29a 9067894335 Merge branch 'set-e-kills-ret' into 'master'
Fix Windows prebuild script error messages

Closes #5459

See merge request OpenMW/openmw!223
5 years ago
psi29a efd1c7c8a5 Merge branch 'cherry-picked-build-improvements' into 'master'
Cherry picked build improvements

See merge request OpenMW/openmw!225
5 years ago
psi29a 0dc7715c35 Merge branch 'object_paging_retry' into 'master'
Object Paging

See merge request OpenMW/openmw!209
5 years ago
Bret Curtis ecc125cdba
Merge pull request #2910 from elsid/optimize_recast_mesh
Reduce navmesh size
5 years ago
elsid 00197e1cd9
Optimize recast mesh size by vertex deduplication 5 years ago
AnyOldName3 079be5d485 Remove annoying warning 5 years ago
Bret Curtis bf228746c9
Merge pull request #2909 from akortunov/shaders
Calculate viewNormal only when needed
5 years ago
AnyOldName3 761558f612 Remove test data
A dummy command was used to check the script would fail if a command was missing.
Not being a real command, it always made the script fail as a command was missing.
5 years ago
AnyOldName3 5bffa7453f Merge branch 'fix-msvc-buildtools' into 'master'
Fix the build script not detecting Visual Studio Build Tools installation

See merge request OpenMW/openmw!224
5 years ago
Andrei Kortunov f30cb9f8bc Calculate viewNormal only when needed 5 years ago
Bret Curtis 0d1b7fd3f0
Merge pull request #2908 from Capostrophic/uvsets
Remove 63 UV set limit
5 years ago
apommel 4b831f99da Allow vswhere to detect build tools installations 5 years ago
Capostrophic 6f94848dec Remove 63 UV set limit (now 65535) 5 years ago
Alexei Dobrohotov 9dff13a94c Merge branch 'AnyOldName3-master-patch-15901' into 'master'
Fix ifs for ACTIVATE_MSVC

Closes #5460

See merge request OpenMW/openmw!220
5 years ago
Alexei Dobrohotov 09537ed312 Merge branch 'master' into 'AnyOldName3-master-patch-15901'
# Conflicts:
#   CI/before_script.msvc.sh
5 years ago
Alexei Dobrohotov 8d80747929 Merge branch 'AnyOldName3-master-patch-84976' into 'master'
Add success message to Windows prebuild script

Closes #5458

See merge request OpenMW/openmw!221
5 years ago
Bret Curtis 3f489b3774
Merge pull request #2907 from elsid/navmesh_area_cost
Use actors stats to define navmesh area cost
5 years ago
AnyOldName3 a6493ce329 Don't exit prebuild script on nonzero exit code when we already check it
We have `set -e` enabled, so normally exit the script if a command fails.
We also had explicit exit code checks in a few places with user-friendly
error messages. These were never printed as the script exited before we
could check the exit code due to a bad exit code.
5 years ago
elsid b095ca6c86
Use actor speed to define area cost for pathfinding 5 years ago
elsid 374b85a00d
Add Class methods to get walk, run, swim speed 5 years ago
elsid 439588d10e
Remove unused mOffMeshConnectionIds 5 years ago
elsid a35497de0c
Remove redundant runSpeed as always equal to walkSpeed 5 years ago
AnyOldName3 0d2129ca13 Add success message to Windows prebuild script 5 years ago
AnyOldName3 13c4e4b2a9 Fix ifs for ACTIVATE_MSVC 5 years ago
bzzt lost a hitlab login 26ab176389 profiling
Signed-off-by: Bret Curtis <psi29a@gmail.com>
5 years ago
bzzt lost a hitlab login daa2761c2d alphablending & billboardfix
Signed-off-by: Bret Curtis <psi29a@gmail.com>
5 years ago
bzzt lost a hitlab login 4e2efb3cdb avoid sqrt
Signed-off-by: Bret Curtis <psi29a@gmail.com>
5 years ago
bzzt lost a hitlab login 66c9469a80 fix
Signed-off-by: Bret Curtis <psi29a@gmail.com>
5 years ago
bzzt lost a hitlab login f12879a04c allow statesetupdater as cullcallback = faster + works in paging
Signed-off-by: Bret Curtis <psi29a@gmail.com>
5 years ago
bzzt lost a hitlab login 4238fbccdf view fix
Signed-off-by: Bret Curtis <psi29a@gmail.com>
5 years ago