Miloslav Číž
|
3731e20228
|
fix rain ripple regression
|
7 years ago |
Miloslav Číž
|
a7cad65aab
|
fix water shader switching bug
|
7 years ago |
Miloslav Číž
|
8a1e0e74fd
|
update uniform from one place
|
7 years ago |
Miloslav Číž
|
797e407269
|
make snow create water ripples
|
7 years ago |
Miloslav Číž
|
da47653625
|
move rain intensity uniform to water node
|
7 years ago |
Miloslav Číž
|
af6eeddbe5
|
use operator instead of drawcallback
|
7 years ago |
Miloslav Číž
|
65977b910e
|
wrap weather around in all directions
|
7 years ago |
Miloslav Číž
|
380a5799dd
|
use bbox as wrap range & apply to all particle systems
|
7 years ago |
Miloslav Číž
|
38bfa64100
|
transform weather particles to world space
|
7 years ago |
Miloslav Číž
|
8114126a62
|
make use of renderinfo
|
7 years ago |
Miloslav Číž
|
33a1459b11
|
search for particle system by class name
|
7 years ago |
Miloslav Číž
|
b95c9ba483
|
rain independent from camera plus wrap-around
|
7 years ago |
Miloslav Číž
|
4999c667b6
|
fix rain ripple bug
|
7 years ago |
Miloslav Číž
|
8416feaf5b
|
link rain water ripple effect to actual rain
|
7 years ago |
Miloslav Číž
|
cde2c13900
|
make water depth independent of view frustum
|
7 years ago |
Miloslav Číž
|
8df79625e8
|
fix water shader
|
7 years ago |
Miloslav Číž
|
16d9773c6c
|
fix water shader artifacts at shores
|
7 years ago |
Miloslav Číž
|
566fa6c118
|
Merge branch 'master' of git://github.com/OpenMW/openmw
|
7 years ago |
Miloslav Číž
|
2346c5338e
|
increase water fudge to get rid of artifacts
|
7 years ago |
Chris Robinson
|
917a3b5dff
|
Avoid creating temp strings when looking for an animation stop key
|
7 years ago |
Chris Robinson
|
b770c1493f
|
Don't spam about missing animations
|
7 years ago |
scrawl
|
00034192dc
|
Fix player Ptr in RenderingManager not being updated on cell changes
Noticed that 'setpos' wasn't working in the console with the player selected.
|
7 years ago |
Chris Robinson
|
780e82480d
|
Make the PlayMode and PlayType enums scoped
Also shorten them by putting them in the MWSound namespace
|
7 years ago |
scrawl
|
7688696765
|
Merge pull request #1437 from Capostrophic/nodemapfix
Use constant nodeMap during part updating in creature animation
|
7 years ago |
Capostrophic
|
9503d61866
|
Use const nodeMap in creature animation
|
7 years ago |
scrawl
|
4c5992a0d5
|
Warn if removing a node fails
|
7 years ago |
scrawl
|
132ac6001b
|
Fix bug of Animation::mSkeleton not being assigned
This bug resulted in deactivating a Skeleton not working properly for creatures (that are out of processing range), therefore reduced performance.
|
7 years ago |
Andrei Kortunov
|
7f5f5458d4
|
Reset player attack animation when unequip weapon or tool
|
7 years ago |
MiroslavR
|
d24286273b
|
Prevent respawned references from being added to the scene twice in certain cases (Fixes #3864)
|
8 years ago |
scrawl
|
9bc24ab629
|
Fix character preview zNear/zFar not being autocomputed as intended (Bug #3955)
|
8 years ago |
scrawl
|
5c11266a46
|
Fix character preview item selection
|
8 years ago |
scrawl
|
7f634514a8
|
Fix the viewport of the character preview being set a frame ahead due to a threading issue
|
8 years ago |
scrawl
|
ac78d01b2b
|
Terrain: use the main camera's viewpoint for intersection tests
Fixes lag spikes caused by intersection tests loading/unloading terrain pages.
|
8 years ago |
Bret Curtis
|
c781d1f8ed
|
purge unnecessary imports
add fstream back
add fstream back
add fstream back
add fstream back
add fstream back
add fstream back
add fstream back
|
8 years ago |
Bret Curtis
|
39185e6f8c
|
purge the rest of boost::shared and any other boost related things that no longer are required
put boost system back in, clean others up
revert Qt
add back boost fstream
|
8 years ago |
Bret Curtis
|
07f75e1104
|
replace boost::shared_ptr in extern and components
|
8 years ago |
Ewan Higgs
|
38a2de3c51
|
convert std::autor_ptr to std::unique_ptr, originally by Ewan Higgs and updated by Bret Curtis
|
8 years ago |
scrawl
|
0e37e71ea2
|
Merge pull request #1266 from akortunov/handsfallbackfix
Improved hands bodyparts selection fallback
|
8 years ago |
Andrei Kortunov
|
4544caf7f3
|
Improved bodypart select fallback (fixes #2594)
|
8 years ago |
Allofich
|
ff3e307059
|
Pass parameters by const reference
|
8 years ago |
Allofich
|
5a00b239ac
|
Reduce scope of variables
|
8 years ago |
scrawl
|
3c9f3a0f7f
|
Merge pull request #1242 from Allofich/warnings
Fix AppVeyor warnings
|
8 years ago |
Allofich
|
db2f97f308
|
Fix shadowing warning
|
8 years ago |
scrawl
|
b064dd29cc
|
Fix reset of blend function (Bug #3811)
|
8 years ago |
scrawl
|
9371100fde
|
Reuse the intersection visitor and set a traversal number to allow the terrain component to manage its view more efficiently
|
8 years ago |
scrawl
|
d055dc25bf
|
Add custom traversal for local map camera to avoid loading terrain nodes that are exactly outside the border to another cell
|
8 years ago |
scrawl
|
28fd492711
|
Don't use terrain LOD for the map camera
|
8 years ago |
scrawl
|
e7a0878c10
|
Add CompositeMapRenderer info to the stats panel
|
8 years ago |
scrawl
|
ec0b743123
|
Revert "Change ordering of LocalMap nodes to make sure they are traversed before the CompositeMapRenderer."
This reverts commit 7d72c70c93ee3c0cc3d00d37b22c339d0103cd19.
|
8 years ago |
scrawl
|
1c15686353
|
Remove non required use of WorkQueue
|
8 years ago |