Commit Graph

23510 Commits (17637c65759fd93008672dc1704dd0dd05783fea)
 

Author SHA1 Message Date
bzzt lost a hitlab login 17637c6575 pagerebuild on disable
Signed-off-by: Bret Curtis <psi29a@gmail.com>
5 years ago
bzzt lost a hitlab login c1ebd9474b stop navmesh updates when ai off
Signed-off-by: Bret Curtis <psi29a@gmail.com>
5 years ago
bzzt lost a hitlab login ffbed7ee38 loadingscreen
Signed-off-by: Bret Curtis <psi29a@gmail.com>
5 years ago
bzzt lost a hitlab login da92ad329b move renderbin
Signed-off-by: Bret Curtis <psi29a@gmail.com>
5 years ago
bzzt lost a hitlab login 4dccabeb83 fix analyzation not taking instancecount in account + settings calibration
Signed-off-by: Bret Curtis <psi29a@gmail.com>
5 years ago
bzzt lost a hitlab login b7b31926a8 fix map glitch + cleanup
Signed-off-by: Bret Curtis <psi29a@gmail.com>
5 years ago
bzzt lost a hitlab login 77b92aee9c fix shadowsglitch by bounds overflow
Signed-off-by: Bret Curtis <psi29a@gmail.com>
5 years ago
bzzt lost a hitlab login 00e56ae862 batch debug colours
Signed-off-by: Bret Curtis <psi29a@gmail.com>
5 years ago
bzzt lost a hitlab login 8a624e5a71 minsize based on mergedecision solves partial culling
Signed-off-by: Bret Curtis <psi29a@gmail.com>
5 years ago
bzzt lost a hitlab login 0b4226f3e2 ico effieciency
Signed-off-by: Bret Curtis <psi29a@gmail.com>
5 years ago
bzzt lost a hitlab login 38c21163ea + meshsizecache for reduce i&o stalling
Signed-off-by: Bret Curtis <psi29a@gmail.com>
5 years ago
bzzt lost a hitlab login 69514dfd46 ico redundency fix + stats counter
Signed-off-by: Bret Curtis <psi29a@gmail.com>
5 years ago
bzzt lost a hitlab login 1f891ca46d billboarding support for tree mods
Signed-off-by: Bret Curtis <psi29a@gmail.com>
5 years ago
bzzt lost a hitlab login cf439581e1 comply by elsid review
Signed-off-by: Bret Curtis <psi29a@gmail.com>
5 years ago
bzzt lost a hitlab login ce505a9bb3 crashfix + optimiziation
Signed-off-by: Bret Curtis <psi29a@gmail.com>
5 years ago
bzzt c0f128bcb3 disablesupprort
Signed-off-by: Bret Curtis <psi29a@gmail.com>
5 years ago
bzzt d684f1a78f terrainbased objectpaging
Signed-off-by: Bret Curtis <psi29a@gmail.com>
5 years ago
Bret Curtis 87dba1fcfc
Merge pull request #2906 from elsid/navmesh_pathgrid
Add pathgrid to navmesh
5 years ago
elsid d863267d5c
Do not fallback to direct path without pathgrid
Assume this might happen only due buildPath call when navmesh can't
provide path.
5 years ago
elsid c4cd3b2c4f
Add pathgrid to navmesh as off mesh connection 5 years ago
elsid 095a45c714
Remove unused PathgridGraph::mIsExterior 5 years ago
Bret Curtis e6231f67e6
Merge pull request #2904 from Capostrophic/sound
Revert the changes for "bug" #4551
5 years ago
Capostrophic 4a2fd1e140 Revert the changes for "bug" #4551 5 years ago
Bret Curtis bfe3f13c90
Merge pull request #2903 from akortunov/refactoring
Use more C++11 in tools code
5 years ago
Andrei Kortunov 0d66369efb Use overrides, when needed 5 years ago
Andrei Kortunov aacb569acb Use more C++11 in tools code 5 years ago
Andrei Kortunov e2a4493fc0
Merge pull request #2902 from Capostrophic/shaders
Don't deliberately do redundant assignments in shaders
5 years ago
Capostrophic 91514aed5d Don't deliberately do redundant assignments 5 years ago
Chris Djali 720700e957
Merge pull request #2901 from Capostrophic/shaders
Minor shader fixes
5 years ago
Capostrophic 1c50d25853 Minor shader fixes
Don't initialize uniform bool to false explicitly
Attempt not to calculate specular lighting if the material specular color is black
5 years ago
Roman Siromakha 048713d9b1
Merge pull request #2900 from akortunov/defs
Use FourCC to declare all ESM record names
5 years ago
Andrei Kortunov d997842f8d Use FourCC to declare all ESM record names 5 years ago
AnyOldName3 be22e80d33 Merge branch 'always-say-what-to-do' into 'master'
Print MSVC activation info in verbose mode, too.

See merge request OpenMW/openmw!212
5 years ago
Bret Curtis 6bc04507ef
Merge pull request #2715 from akortunov/cleanup
Remove custom data for disposed actors
5 years ago
Bret Curtis 946cf859db
Merge pull request #2892 from Capostrophic/automove
Don't save to or read automove state from saved games (#5452)
5 years ago
Bret Curtis cd97d0c61c
Merge branch 'master' into automove 5 years ago
Andrei Kortunov 3741355dca
Merge pull request #2898 from akortunov/master
Update active spells during rest
5 years ago
Andrei Kortunov 0c3b12c40f
Merge pull request #2893 from Capostrophic/projectile
Clean up magic bolts casted by actors that are gone (bug #5451)
5 years ago
Bret Curtis 857f4bd232
Merge pull request #2896 from akortunov/rendermanager
Add a FogManager
5 years ago
Bret Curtis d23bbe755c
Merge pull request #2897 from foobar13372/patch-1
Update CHANGELOG.md
5 years ago
Andrei Kortunov 3dd4023e8d Update active spells during rest 5 years ago
Roman Siromakha 27a113167c
Merge pull request #2890 from akortunov/position
Do not store object position, if it is the same as in CellRef
5 years ago
Alexei Dobrohotov d5d385fe9e
Merge pull request #2891 from elsid/ai_packages_options
Replace AiPackage virtual methods by options
5 years ago
Alexei Dobrohotov 3f0cf65335
Merge pull request #2895 from elsid/esm_objectstate_final
Add final for derived and overriden from ESM::ObjectsState
5 years ago
Andrei Kortunov 4afc332a0c Add a FogManager 5 years ago
foobar13372 5d17a4c66e
Update CHANGELOG.md
Correctly name change (was probably a copy paste error)
5 years ago
Andrei Kortunov 52d27dee5c
Merge pull request #2894 from Capostrophic/disable
Ignore bogus string arguments for Disable/Enable again
5 years ago
Andrei Kortunov 75e7a3e8b1 Do not store object position, if it is the same as in CellRef 5 years ago
elsid 5209f5ff6d
Mark all derived classes from ESM::ObjectsState and overriden functions as final 5 years ago
Capostrophic e02b66cdf4 Ignore bogus string arguments for Disable/Enable again 5 years ago