Commit Graph

25768 Commits (5e6218ad6d9925817924fba28a2b072ea9b2d44f)
 

Author SHA1 Message Date
David Cernat 5e6218ad6d [General] Modernize handling of client script local variables in packets
Disable placeholder handling of client script member variables.
5 years ago
David Cernat 3e95034b57 [Server] Fix small typos in script functions 5 years ago
David Cernat 76538ab3cd [Client] Don't send ObjectSound packets for dedicated actor actions 5 years ago
David Cernat c99e20e3b4 [Client] Equip items silently for newly met dedicated players/actors 5 years ago
David Cernat ea57aaef34 [Client] Fix compilation error on Linux regarding Timestamp constructor 5 years ago
David Cernat 94b211dd4f [Client] Synchronize changes to gold pools from other services 5 years ago
David Cernat 3c51f1c23a [General] Include last gold restock time in ObjectMiscellaneous packets 5 years ago
David Cernat 7833ae9a3f [Server] Add script functions for getting, setting & sending gold pools 5 years ago
David Cernat 23ff7b9610 [General] Synchronize gold pools for traders via ObjectMiscellaneous 5 years ago
David Cernat 297a254210 [General] Rename unused ScriptMemberFloat packet to ObjectMiscellaneous 5 years ago
David Cernat 95e5e6d33d [Client] Prevent constant loss of key focus for chat window 5 years ago
David Cernat dc0ce09ab6 [Client] Replace unused method in GUIController with getChatEditState() 5 years ago
David Cernat 053a5a6258 Add OpenMW commits up to 9 May 2020
# Conflicts:
#	apps/openmw/mwmechanics/spellcasting.cpp
#	apps/openmw/mwscript/aiextensions.cpp
5 years ago
Andrei Kortunov 4a1e27ac21
Merge pull request #2824 from Capostrophic/cleanup
Cleanup
5 years ago
Andrei Kortunov 8e1f7b00d1
Merge pull request #2826 from Capostrophic/verifier
Verifier: Don't check race of non-skin body parts (bug #5400)
5 years ago
Andrei Kortunov 300b5b2620
Merge pull request #2827 from Capostrophic/dialogue
Only reset dialogue history of dialogue GUI mode is gone
5 years ago
Capostrophic 45e6a03937 Only reset dialogue history of dialogue GUI mode is gone 5 years ago
psi29a b72720f357 Merge branch 'shadow-transparency-rework' into 'master'
Only alpha-test shadows when necessary

See merge request OpenMW/openmw!170
5 years ago
Capostrophic 039c9a37eb Verifier: Don't check race of non-skin body parts (bug #5400)
Remove unnecessary flag field check
Remove magic numbers
5 years ago
Bret Curtis aaa8990006
Merge pull request #2799 from Capostrophic/simplewaterfog
Fix simple water with radial fog enabled
5 years ago
Alexei Dobrohotov ab69b65640
Merge pull request #2825 from Sisah2/android_fix
Fix parallax and specular for android
5 years ago
Sisah b19f53aab6 Fix parallax and specular for android 5 years ago
Capostrophic 1bf2ddac4d Cleanup
Move static variable declaration out of the loop
Remove redundant boolean argument from applyDrawableProperties()
Improve HeightCullCallback class formatting
5 years ago
Alexei Dobrohotov 12833d66af
Merge pull request #2822 from Assumeru/magic-ai-numbers
Remove magic numbers and casts
5 years ago
Bret Curtis 1fbf5c5869
Merge pull request #2821 from Assumeru/template
Remove redundant templating
5 years ago
Evil Eye 19f12cb3fe remove magic numbers and casts 5 years ago
Evil Eye f9881b699c remove redundant templating 5 years ago
Bret Curtis b4aeb2711c
Merge pull request #2809 from Capostrophic/spellcasting
Refactor spellcasting header and implementation (task #5339)
5 years ago
Bret Curtis b8c467e2e0
Merge pull request #2787 from p4r4digm/screenshot-path
Added setting to change the directory screenshots are stored in
5 years ago
Bret Curtis 34181b9ae6
Merge pull request #2803 from elsid/disable_crash_catcher_env
Add env variable to disable crash catcher
5 years ago
Bret Curtis 0776de8f61
Merge pull request #2820 from elsid/shader_parser_tests
Shader parser tests
5 years ago
elsid 1f3dfaedcc
Add tests for ShaderManager 5 years ago
elsid ca649003ed
Use googletest 1.10.0
To get support for INSTANTIATE_TEST_SUITE_P macro
5 years ago
elsid edf002aa97
Rename argument shaderTemplate to templateName 5 years ago
psi29a b9cd8d23a4 Merge branch 'cs-crash-on-exit-fix' into 'master'
Stop the CS crashing on exit - Close graphics context while it still exists

See merge request OpenMW/openmw!182
5 years ago
Bret Curtis f51476a3c5
Merge pull request #2816 from Capostrophic/switchlod
CollisionSwitch and Switch/LOD node fixes
5 years ago
Bret Curtis a23ab48251
Merge pull request #2708 from elsid/detournavigator_limit_update_frequency
Limit frequency for navmesh updates
5 years ago
Alexei Dobrohotov 7ba8176862
Merge pull request #2819 from elsid/fix_ub
Fix UB in NpcAnimation::mNpcType initialization
5 years ago
elsid b150d681a9
Update same navmesh tile with limited frequency 5 years ago
Roman Siromakha 8c0674490d
Merge pull request #2818 from Capostrophic/shield
Fix usage of uninitialized weapon type in equipmentChanged()
5 years ago
elsid 6d8debe009
Initialize variable without reading itself 5 years ago
Capostrophic 87ba0bb0e0 Fix usage of uninitialized weapon type in equipmentChanged() 5 years ago
Bret Curtis eeb13ad8a3
Merge pull request #2817 from elsid/fix_build
Fix build with boost 1.73
5 years ago
elsid 10daadefbe
Add missing include 5 years ago
Bret Curtis bf6daa7269
Merge pull request #2811 from Capostrophic/emitter
Allow particle emitters to be attached to an arbitrary node
5 years ago
Bret Curtis 1dc21919f6
Merge pull request #2815 from Capostrophic/tga
Use the new option to treat TGA files as TGA 1.0
5 years ago
Bret Curtis b7f7aabd8b
Merge pull request #2806 from elsid/detournavigator_tests
Add detournavigator test for multiple worker threads
5 years ago
Capostrophic 957d2a890f Ignore empty children of osg::LOD and osg::Switch like in OSG 5 years ago
Capostrophic 63fe02b1ba CollisionSwitch and Switch/LOD node fixes
Properly apply transformations to both switch and LOD nodes
Allow both NiSwitchNode and NiLODNode to be the root node
Properly add CollisionSwitch into the scene graph
5 years ago
Bret Curtis e4358d1489
Merge pull request #2782 from OpenMW/psi29a-patch-1
build bsa and esm tools
5 years ago