scrawl
|
7485abe5c3
|
Use safePlaceObject for summoned creature spawning
|
2016-02-29 17:27:07 +01:00 |
|
scrawl
|
be62ae758a
|
Fall back to sides first
|
2016-02-29 17:26:52 +01:00 |
|
scrawl
|
6df71f6250
|
Factor out safePlaceObject function
|
2016-02-29 17:19:22 +01:00 |
|
scrawl
|
11f00e3aa9
|
Rename safePlaceObject to placeObject
|
2016-02-29 17:05:18 +01:00 |
|
scrawl
|
be2f20f564
|
PlaceAt: attempt to select a safe spawn location (Fixes #2515, Fixes #1384, Fixes #2925)
|
2016-02-29 16:54:00 +01:00 |
|
scrawl
|
04d51d5871
|
Always update the ingredient icons (Fixes #3220)
|
2016-02-29 13:25:09 +01:00 |
|
scrawl
|
27577ce765
|
Add ESM::Land::DEFAULT_HEIGHT
|
2016-02-28 16:49:18 +01:00 |
|
scrawl
|
fc3de3302e
|
Create a collision shape for the default terrain
|
2016-02-28 16:47:41 +01:00 |
|
scrawl
|
84e9d346ef
|
Remove duplicate include
|
2016-02-28 16:47:33 +01:00 |
|
Marc Zinnschlag
|
ebaeabc962
|
Merge remote-tracking branch 'scrawl/respawn'
|
2016-02-28 10:19:14 +01:00 |
|
scrawl
|
3a2dccad4b
|
Implement 'Show' script instruction
|
2016-02-27 13:40:53 +01:00 |
|
scrawl
|
f2f601b958
|
Implement corpse clearing (Fixes #2363)
|
2016-02-27 13:20:50 +01:00 |
|
scrawl
|
c3ef387208
|
Vanilla-compatible creature/NPC respawning (Fixes #2369, Fixes #2467)
|
2016-02-27 12:53:07 +01:00 |
|
Marc Zinnschlag
|
290da132b1
|
Merge remote-tracking branch 'scrawl/activate'
|
2016-02-26 16:03:50 +01:00 |
|
Rob Cutmore
|
d60786b5da
|
Do not show cell markers for interior cells
|
2016-02-26 07:42:05 -05:00 |
|
scrawl
|
a97eae864d
|
Fix the ObstacleCheck time step (Fixes #3211)
|
2016-02-26 13:15:41 +01:00 |
|
scrawl
|
f99cd15f00
|
Vanilla-compatible activate / onActivate (Fixes #1629)
See https://forum.openmw.org/viewtopic.php?f=6&t=3074&p=34618#p34635
|
2016-02-26 13:08:35 +01:00 |
|
scrawl
|
195c3b9967
|
Merge pull request #904 from sandstranger/disable_opengles_anddroid
disable opengl es for Android by default
|
2016-02-25 21:39:25 +01:00 |
|
scrawl
|
cdccf03228
|
Fix mismatched delete
|
2016-02-25 21:32:42 +01:00 |
|
sandstranger
|
a7b78b37f5
|
disable opengles for Android by default
|
2016-02-25 22:39:18 +03:00 |
|
scrawl
|
52f4c07648
|
Enable -Wundef
|
2016-02-25 20:37:00 +01:00 |
|
scrawl
|
5e105da3ba
|
Generate texture coordinates per-pixel when normal map + environment map are used
|
2016-02-24 21:28:55 +01:00 |
|
scrawl
|
5f4ace1bc2
|
Implement support for sphere map NiTextureEffects (Fixes #1827)
|
2016-02-24 21:06:41 +01:00 |
|
Marc Zinnschlag
|
01497ac8db
|
Merge remote-tracking branch 'origin/master'
|
2016-02-24 13:37:34 +01:00 |
|
Marc Zinnschlag
|
9f14247562
|
Merge remote-tracking branch 'aesylwinn/topic-info-editor-improvements'
|
2016-02-24 13:37:16 +01:00 |
|
scrawl
|
062410bd8c
|
Don't incorrectly remove TexEnv state
|
2016-02-23 10:56:18 +01:00 |
|
Aesylwinn
|
1ae402476d
|
Journal verifier
|
2016-02-22 17:01:15 -05:00 |
|
Aesylwinn
|
f4ed389496
|
InfoCondition autocompletion
|
2016-02-22 15:48:25 -05:00 |
|
scrawl
|
d05603c7fe
|
Directly apply On Target 'When Strikes' enchantments instead of launching a projectile (Fixes #3212)
|
2016-02-22 19:42:54 +01:00 |
|
scrawl
|
5cdee454ef
|
Fix degree/radians mixup (Fixes #3213)
|
2016-02-22 19:13:56 +01:00 |
|
scrawl
|
90a99991d1
|
Use empty() instead of !size()
|
2016-02-22 19:06:12 +01:00 |
|
scrawl
|
8bd16e4d5a
|
Don't compute the world matrix multiple times
|
2016-02-22 18:58:19 +01:00 |
|
scrawl
|
055d35a2b0
|
Revert "Warn about particle emitters that have multiple parent node paths"
Not working correctly because osg won't ignore camera nodes.
This reverts commit 1667c807be .
|
2016-02-22 18:10:25 +01:00 |
|
scrawl
|
a6621626aa
|
Don't use multiple parent node paths in CSVRender::Object
|
2016-02-22 15:22:37 +01:00 |
|
scrawl
|
1667c807be
|
Warn about particle emitters that have multiple parent node paths
|
2016-02-22 15:21:06 +01:00 |
|
scrawl
|
1c24cba46a
|
Don't use multiple parental node paths.
|
2016-02-22 15:13:31 +01:00 |
|
scrawl
|
c5d3e6c993
|
Disable preloading of levelled lists
|
2016-02-22 14:31:02 +01:00 |
|
Marc Zinnschlag
|
22e717161a
|
split object base node into two node (one for position, one for everything else)
|
2016-02-21 15:19:31 +01:00 |
|
Marc Zinnschlag
|
f9f91d5386
|
Merge remote-tracking branch 'origin/master'
|
2016-02-21 09:01:17 +01:00 |
|
scrawl
|
cee608e31b
|
Make it work with appveyor's outdated OSG build
|
2016-02-21 01:41:50 +01:00 |
|
scrawl
|
900b522d13
|
Rename viewPos to viewDirection
|
2016-02-21 01:28:42 +01:00 |
|
scrawl
|
8e826eefe6
|
Add missing initialization
|
2016-02-21 01:26:45 +01:00 |
|
scrawl
|
09684adeff
|
Update settings documentation
|
2016-02-21 00:48:18 +01:00 |
|
scrawl
|
e25e0a0600
|
ShaderVisitor: assume the first texture unit is the diffuseMap
|
2016-02-20 23:47:32 +01:00 |
|
scrawl
|
e7682e04ae
|
Cleanup
|
2016-02-20 22:09:41 +01:00 |
|
scrawl
|
cdefee3e64
|
Add call to MultiObjectCache::releaseGLObjects
|
2016-02-20 20:38:37 +01:00 |
|
scrawl
|
4ca6e91292
|
Fix in-code default settings so that we don't attempt to use shaders in OpenCS
|
2016-02-20 20:36:29 +01:00 |
|
scrawl
|
8f81df2bd3
|
Cleanup
|
2016-02-20 20:34:56 +01:00 |
|
scrawl
|
0db7163363
|
Add specular mapping for terrain
|
2016-02-20 19:55:08 +01:00 |
|
scrawl
|
171e293641
|
ShaderManager: insert #line directives when including files
|
2016-02-20 19:55:08 +01:00 |
|