scrawl
|
41ebf62fb1
|
Accept a const CellStore in getNorthVector
|
2016-02-05 01:19:45 +01:00 |
|
Marc Zinnschlag
|
11a4a31bfd
|
Merge remote-tracking branch 'scrawl/localscripts'
|
2016-02-04 13:49:43 +01:00 |
|
scrawl
|
69c2c4fcc1
|
updateMergedRefs before reading MVRF tags (Fixes #3161)
|
2016-02-03 19:13:26 +01:00 |
|
scrawl
|
2eda495f89
|
Build fix for OSG 3.2
|
2016-02-03 19:05:15 +01:00 |
|
scrawl
|
06ed20abf8
|
Use the initial pose of a MorphGeometry for object placement (Fixes #3136)
|
2016-02-03 18:53:38 +01:00 |
|
scrawl
|
cc3563359e
|
Refactor local script iteration (Fixes #2806, Fixes #3108)
This should be much safer. Don't use recursion. Don't fail if mIgnore happens to be in the list twice. Don't rely on preconditions / assertions.
|
2016-02-03 16:16:20 +01:00 |
|
scrawl
|
187d2bccda
|
Warn about adding a local script twice (Bug #2806)
|
2016-02-03 16:09:10 +01:00 |
|
scrawl
|
aa9905b0eb
|
Do not crash when the water normal map is missing (Fixes #3179)
|
2016-02-03 15:24:28 +01:00 |
|
scrawl
|
74c18f532e
|
Fix comment
|
2016-02-03 14:40:59 +01:00 |
|
scrawl
|
5878291064
|
Fix the path correction for animation sources provided in NPC record (Fixes #2444)
|
2016-02-03 14:40:21 +01:00 |
|
scrawl
|
41675be970
|
Merge branch 'openmw-38'
|
2016-02-02 23:01:21 +01:00 |
|
scrawl
|
b9d1d6144a
|
Don't reveal unknown potion effects in alchemy window (Fixes #3146)
|
2016-02-02 22:50:11 +01:00 |
|
scrawl
|
d3b76b7006
|
Don't stack Ai packages (Fixes #3101, Fixes #3080, Fixes #2697)
|
2016-02-02 22:20:56 +01:00 |
|
scrawl
|
7aeafd3bb9
|
Revert "Apply the AiTravel maxRange to AiEscort as well (Fixes #2697)"
This reverts commit 1f543b4d79 .
|
2016-02-02 22:08:12 +01:00 |
|
scrawl
|
145756c0a1
|
Partly revert "Avoid directly iterating the actor map (Fixes #3173)"
Caused issues when a summoned creature is removed as part of the magic effect update.
Fixes #3178
|
2016-02-02 15:57:15 +01:00 |
|
scrawl
|
59d2de118f
|
Avoid directly iterating the actor map (Fixes #3173)
|
2016-02-02 00:50:21 +01:00 |
|
scrawl
|
50ed061154
|
AiWander: reset mAllowedNodes on cell change (Fixes #3176, Fixes #3130)
|
2016-02-02 00:41:40 +01:00 |
|
scrawl
|
dda4273349
|
Actors that start the game as dead do not float to the surface (Fixes #3177)
This has a minor bug (can you spot it?) that affects the vanilla engine as well, unfortunately not so simple to fix.
|
2016-02-01 23:18:18 +01:00 |
|
scrawl
|
832eaae27b
|
Do not apply effects with CasterLinked flag when there is no valid caster
|
2016-02-01 22:57:08 +01:00 |
|
scrawl
|
c34314ae26
|
When an actor dies purge all spell effects cast by that actor (Fixes #3175)
|
2016-02-01 22:52:28 +01:00 |
|
scrawl
|
c403a6b113
|
Don't apply constant magic effects to dead actors (Fixes #3174)
|
2016-02-01 22:30:08 +01:00 |
|
scrawl
|
8360cccce7
|
Don't clone Drawable UpdateCallbacks twice
The Drawable copy constructor takes care of that already.
|
2016-02-01 21:02:48 +01:00 |
|
scrawl
|
6b48acaf0e
|
Don't optimize TriShapes with controllers (Fixes #3143)
|
2016-02-01 21:01:17 +01:00 |
|
scrawl
|
d12f24c321
|
Fix typo
|
2016-02-01 21:01:11 +01:00 |
|
scrawl
|
883a686909
|
Merge pull request #889 from rcutmore/spelling-fixes
Fix tooltip spelling errors in WorldspaceWidget
|
2016-01-31 15:35:32 +01:00 |
|
Rob Cutmore
|
d28e7db65c
|
Fix tooltip spelling errors in WorldspaceWidget
|
2016-01-31 08:45:05 -05:00 |
|
scrawl
|
ad748700d5
|
Update badges
|
2016-01-30 23:14:17 +01:00 |
|
scrawl
|
2fed863941
|
Use the travis-ci status badge directly instead of the shields.io version
|
2016-01-30 21:17:56 +01:00 |
|
scrawl
|
40fc5d149f
|
Merge pull request #865 from ace13/appveyor
Preliminary AppVeyor support
|
2016-01-30 21:10:38 +01:00 |
|
Alexander "Ace" Olofsson
|
b3e985fca2
|
Merge branch 'master' of git://github.com/OpenMW/openmw into appveyor
|
2016-01-30 07:31:00 +01:00 |
|
Alexander "Ace" Olofsson
|
776c715ccd
|
Move NoTraverseCallback to mwrender/util.hpp
|
2016-01-29 23:21:58 +01:00 |
|
Rob Cutmore
|
d43315fe4e
|
Add script editor line wrapping (Feature #2926)
Adds line wrapping for script editor and associated entry in settings
window. No line wrapping remains the default.
|
2016-01-28 06:28:31 -05:00 |
|
Rob Cutmore
|
4caf44f061
|
Remove unused code in apps/opencs/view/world/table files
|
2016-01-26 07:48:55 -05:00 |
|
Marc Zinnschlag
|
1b7a0e5d64
|
Merge branch 'buttons'
|
2016-01-26 11:32:26 +01:00 |
|
Marc Zinnschlag
|
1d0ef97bf6
|
added select all of same ID item to selection mode button menu
|
2016-01-26 11:31:37 +01:00 |
|
Marc Zinnschlag
|
d5ef40aeb7
|
minor improvements to wording of instance selection menu items
|
2016-01-26 10:51:47 +01:00 |
|
scrawl
|
d9290b0ee0
|
Array fix
|
2016-01-25 21:13:38 +01:00 |
|
scrawl
|
aec8c38461
|
Move observer_ptr include where it belongs
|
2016-01-25 21:03:33 +01:00 |
|
scrawl
|
fc6fe9acfb
|
Do not crash ModVertexAlphaVisitor when there are no vertex colors
|
2016-01-25 18:52:20 +01:00 |
|
scrawl
|
48f53e23bf
|
Allow alternate mesh formats for marker_error
|
2016-01-25 17:15:54 +01:00 |
|
Marc Zinnschlag
|
b393d34ebb
|
updated credits file
|
2016-01-25 16:39:20 +01:00 |
|
Marc Zinnschlag
|
a89859aeb7
|
Merge remote-tracking branch 't6/patch-freebsd'
|
2016-01-25 16:26:58 +01:00 |
|
Marc Zinnschlag
|
39e1b06101
|
fixed deletion of objects that are selected (was leaving a node behind)
|
2016-01-25 16:18:55 +01:00 |
|
Marc Zinnschlag
|
790367b980
|
fixed object removal via setting state to delete
|
2016-01-25 16:12:20 +01:00 |
|
Marc Zinnschlag
|
c1f0aa7260
|
added delete selection item to selection mode button menu
|
2016-01-25 14:55:02 +01:00 |
|
Tobias Kortkamp
|
0659687bfb
|
Some fixes for building on FreeBSD
|
2016-01-25 14:13:16 +01:00 |
|
Rob Cutmore
|
fbca094dda
|
Fix input validation in StartScriptCreator
|
2016-01-24 20:15:27 -05:00 |
|
Rob Cutmore
|
b93b97575e
|
Improve start script creation (Fixes #3024)
Improved start script creation by updating input to be a drop target
and adding auto-completion.
|
2016-01-24 11:54:53 -05:00 |
|
Bret Curtis
|
07a4c0bf73
|
version bump to 0.38
|
2016-01-23 01:20:31 +01:00 |
|
scrawl
|
ffcb6ec381
|
Change the default near clip distance to 1 (Fixes #3155)
|
2016-01-21 23:38:23 +01:00 |
|