David Cernat
d86e744250
[Client] Fix typos in comments about marking InterpreterContext types
2020-06-07 01:59:18 +02:00
David Cernat
b527ca7e5d
[Client] Fix initialization of ptrCellStore in object processors
2020-06-06 23:11:16 +03:00
David Cernat
62df188fd4
Add OpenMW commits up to 16 May 2020
...
# Conflicts:
# CI/before_script.linux.sh
# apps/openmw/mwbase/world.hpp
# apps/openmw/mwinput/inputmanagerimp.cpp
# apps/openmw/mwscript/globalscripts.cpp
# apps/openmw/mwscript/interpretercontext.cpp
# apps/openmw/mwworld/cellstore.cpp
# apps/openmw/mwworld/cellstore.hpp
# apps/openmw/mwworld/worldimp.cpp
# apps/openmw/mwworld/worldimp.hpp
# components/interpreter/context.hpp
2020-06-06 22:38:28 +03:00
David Cernat
922f54e208
[Server] Add server functions for handling client script local variables
...
Remove outdated server functions for client scripts.
2020-06-06 14:15:01 +02:00
David Cernat
5e6218ad6d
[General] Modernize handling of client script local variables in packets
...
Disable placeholder handling of client script member variables.
2020-06-06 13:58:51 +02:00
David Cernat
3e95034b57
[Server] Fix small typos in script functions
2020-05-26 01:10:22 +02:00
David Cernat
76538ab3cd
[Client] Don't send ObjectSound packets for dedicated actor actions
2020-05-25 23:43:20 +03:00
David Cernat
c99e20e3b4
[Client] Equip items silently for newly met dedicated players/actors
2020-05-25 21:50:19 +03:00
David Cernat
ea57aaef34
[Client] Fix compilation error on Linux regarding Timestamp constructor
2020-05-20 09:38:14 +03:00
David Cernat
94b211dd4f
[Client] Synchronize changes to gold pools from other services
2020-05-20 08:09:25 +03:00
Bret Curtis
a4f29a8e37
Merge pull request #2851 from elsid/fix_aiwander_crash
...
Fix AiWander crash
2020-05-16 18:34:02 +02:00
David Cernat
3c51f1c23a
[General] Include last gold restock time in ObjectMiscellaneous packets
2020-05-16 19:10:11 +03:00
elsid
489a92de95
Check for hidden path only for actors wandering manually
...
Actors who doesn't wander over pathgrid.
2020-05-16 16:26:42 +02:00
elsid
e616188265
Do not allow wandering actor to have empty path
2020-05-16 16:11:30 +02:00
elsid
71350c6dff
Remove redundant variable
2020-05-16 16:11:30 +02:00
David Cernat
7833ae9a3f
[Server] Add script functions for getting, setting & sending gold pools
2020-05-16 05:23:41 +03:00
David Cernat
23ff7b9610
[General] Synchronize gold pools for traders via ObjectMiscellaneous
2020-05-16 02:51:11 +03:00
Alexei Dobrohotov
8c4acc69c4
Merge pull request #2849 from Capostrophic/spellsuccess
...
Fix spell school calculation
2020-05-15 22:30:14 +03:00
Capostrophic
8265ebc484
Fix spell school calculation
2020-05-15 22:24:48 +03:00
Bret Curtis
a04a41a429
Merge pull request #2843 from Capostrophic/nigeometry
...
Introduce NiGeometry abstraction
2020-05-15 17:35:39 +02:00
Bret Curtis
7da5558808
Merge pull request #2845 from akortunov/save_cleanup
...
Optimize characters data in savegame
2020-05-15 17:34:34 +02:00
Bret Curtis
f9fca8675b
Merge pull request #2846 from Capostrophic/envmap
...
CopyRigVisitor fixes (bug #5415 )
2020-05-15 17:32:11 +02:00
David Cernat
297a254210
[General] Rename unused ScriptMemberFloat packet to ObjectMiscellaneous
2020-05-15 13:29:30 +03:00
Capostrophic
78b1bbe130
Remove unnecessary null check
2020-05-15 10:34:49 +03:00
Bret Curtis
c69c7d0b3b
Merge pull request #2049 from elsid/bullet_double_precision
...
Support bullet double precision
2020-05-15 07:41:02 +02:00
Capostrophic
72e5043eda
CopyRigVisitor fixes
...
Make sure it copies all relevant drawable parent nodes (e.g. including the node with the environment map effect)
Make sure it doesn't copy nodes multiple times
2020-05-15 01:12:06 +03:00
Andrei Kortunov
e6ca95174a
Optimize characters data in savegame
2020-05-14 21:07:31 +04:00
Capostrophic
b665fed8f2
Introduce NiGeometry abstraction
2020-05-14 10:52:27 +03:00
Bret Curtis
019c843589
Merge pull request #2842 from Capostrophic/nifroot
...
Handle non-node roots more gracefully (bug #5416 )
2020-05-14 09:31:07 +02:00
Capostrophic
30558c2434
Try to resolve CI concerns
2020-05-14 10:00:33 +03:00
Capostrophic
915ffe2241
Handle non-node roots more gracefully (bug #5416 )
2020-05-14 00:57:00 +03:00
Bret Curtis
74bf8ef807
Merge pull request #2840 from elsid/revert_rm_platforms_install
...
Revert remove of platforms install
2020-05-13 21:07:31 +02:00
Bret Curtis
bb30b44766
Merge pull request #2839 from Capostrophic/nipathcontroller
...
Add basic NiPathController support (movement only)
2020-05-13 21:06:54 +02:00
Bret Curtis
ce3a723503
Merge pull request #2838 from Capostrophic/nifversion
...
Some more minor NIF stuff
2020-05-13 21:06:21 +02:00
elsid
66da72048a
Update bullet for windows up to 2.87
2020-05-13 19:24:29 +02:00
elsid
2d7c3bae61
Support bullet with double precision
2020-05-13 19:24:28 +02:00
elsid
ef5a5ef43f
Print not matched values with full precision
2020-05-13 18:44:11 +02:00
elsid
14d0ca4cd3
Cast float to btScalar
2020-05-13 18:44:11 +02:00
elsid
fa861f5d8e
Revert remove of platforms install
2020-05-13 18:20:37 +02:00
Capostrophic
30fc2e3e5e
Add basic NiPathController support (movement only)
2020-05-13 18:01:22 +03:00
Capostrophic
5377e0491b
Adjust NiPixelData loading
2020-05-13 17:00:41 +03:00
psi29a
05ffda9b47
Merge branch 'Changelog_PR' into 'master'
...
Update PR changelog file for 0.47.0
See merge request OpenMW/openmw!199
2020-05-13 05:53:14 +00:00
Andrei Kortunov
a3aa4c0a1f
Merge pull request #2837 from Capostrophic/smallfeatureculling
...
Disable small feature culling for orthographic cameras
2020-05-13 08:22:28 +04:00
Capostrophic
a08a9518c3
NIF version adjustments
...
Cut down on obscure version numbers
Call generateVersion without using a stream object
2020-05-13 01:06:38 +03:00
Atahualpa
d469e5ef1a
Update PR changelog file for 0.47.0
2020-05-12 22:33:48 +02:00
Capostrophic
110e3761bf
Disable small feature culling for orthographic cameras
2020-05-12 23:25:07 +03:00
Andrei Kortunov
0e3ae38e49
Merge pull request #2836 from Capostrophic/shaders
...
Always pass the vertex color to the fragment shader
2020-05-12 19:34:56 +04:00
Capostrophic
58d78fb126
Always pass the vertex color to the fragment shader
2020-05-12 18:28:07 +03:00
Andrei Kortunov
93397e4f8f
Merge pull request #2835 from Capostrophic/logging
...
Address akortunov's save loading message complaints
2020-05-12 15:02:42 +04:00
Capostrophic
77bdd124ee
Address akortunov's save loading message complaints
...
Add quotes to the character's name
Don't print the full path to save file
Use better terminology
2020-05-12 13:51:07 +03:00