Commit Graph

4554 Commits (c0102954f1d435b21aa2e6a7f1b6d61207ac925b)

Author SHA1 Message Date
greye cfccf0981d update IndexedStore::setUp() for multiple datafile support 12 years ago
Chris Robinson 50bb92beb3 Use a method to set the visibility flags and render queue. 12 years ago
Chris Robinson 434f3ac8c8 Merge remote-tracking branch 'zini/next' into nifogre 12 years ago
Marc Zinnschlag 1b764e5d3c Merge remote-tracking branch 'gus/AI' 12 years ago
Glorf f9deb593d1 Bugfix #578 12 years ago
gus c753eb4c28 another way to do pathfinding. Slightly less powerfull algorithme in theory, but morrowind pathgrids are so simple it shouldn't be a problem. Hope it solves the bug for KittyCat 12 years ago
scrawl 3c5e4ceefd Workaround for ambiguous "Chargen_plank" ID in chargen script (one at -22,16 and one at -2,-9) 12 years ago
Chris Robinson 6d59325bff Merge remote-tracking branch 'zini/master' into nifogre 12 years ago
Britt Mathis 1dff1fabdb Fixed race.cpp 12 years ago
Britt Mathis 7eee86ab66 No more using namespace 12 years ago
scrawl c519fc360d Move away from fixed record names for body parts 12 years ago
scrawl 0341a9e778 Fix a gcc 4.8 warning 12 years ago
scrawl 547f77031d Fix crash when disabling objects in a previously loaded cell, then coming back to that cell and leaving again 12 years ago
Bret Curtis c1ec16986b add cmake fix for compiling with binutils >= 2.23 which requires explicit linking for dl<friends> and Xt 12 years ago
Marc Zinnschlag 5bbab1abd9 Merge remote-tracking branch 'galdor557/master' 12 years ago
Britt Mathis 60fadaeaf0 Cleaned up includes in implementation files 12 years ago
Chris Robinson cac793758b Merge remote-tracking branch 'zini/master' into nifogre 12 years ago
Chris Robinson 4ce98e9bd6 Store iterators for start and stop keys 12 years ago
Chris Robinson 1b1f9f7921 Allow multiple ObjectLists to be created for Animations.
addObjectList may not currently be called outside of the related constructor.
12 years ago
scrawl 7fcaffefb0 Fixed travel window to use the rotation part of ESM::Position 12 years ago
Chris Robinson 69084139aa Use an array of objectlists, instead of one base objectlist and an array of 'animation sources' 12 years ago
scrawl 2693b78536 Add initial player inventory when new game is started 12 years ago
Chris Robinson f9dee25fd1 Store the base skeleton entity in MWRender::Animation 12 years ago
Marc Zinnschlag 9bc07e6221 Merge remote-tracking branch 'scrawl/diseasefix' 12 years ago
Marc Zinnschlag 615ce0b199 Merge remote-tracking branch 'scrawl/master' 12 years ago
Marc Zinnschlag b2b953d2a8 added region column to cell table 12 years ago
scrawl a57fbbb168 Fix wrong detection of diseases 12 years ago
scrawl 48f46e505c Look in exterior cells first (chargen_crate_01_empty is in the prison ship but also outside of it, the one outside needs to be disabled) 12 years ago
Marc Zinnschlag 71148121a2 added flag columns to cell table 12 years ago
Marc Zinnschlag 0c33dd86d5 added basic cell table 12 years ago
Marc Zinnschlag 62aa563466 Merge remote-tracking branch 'scrawl/scale' 12 years ago
Marc Zinnschlag 41744818bb Merge remote-tracking branch 'scrawl/master' 12 years ago
scrawl d50150ad71 Scale adjustment factor should not be written back to cellref scale 12 years ago
scrawl 2eb9395661 Do some padding with zeros on the resource group name to avoid priority problems with more than 10 resource groups. 12 years ago
scrawl 86bac7aa92 Fix wrong BSA group name typo 12 years ago
gus 905cff2a94 anonymous namespace 12 years ago
gus 0a187e56aa bugfix 12 years ago
gus 6934b20abd actors are now updates every frame. This should not be the case, but this is a quickfix for AI. 12 years ago
gus b5b0e7a656 Merge branch 'master' of https://github.com/zinnschlag/openmw.git into AI 12 years ago
Marc Zinnschlag 5bfa691f14 Merge branch 'script' 12 years ago
Marc Zinnschlag f17cebde0a syntax colouring for comments 12 years ago
Marc Zinnschlag 31289237ce Merge remote-tracking branch 'kcat/nifogre' 12 years ago
Marc Zinnschlag 3f846a50d9 Merge remote-tracking branch 'galdor557/master'
Conflicts:
	apps/openmw/mwgui/travelwindow.cpp
12 years ago
Chris Robinson 82091e3d07 Merge remote-tracking branch 'zini/master' into nifogre 12 years ago
Britt Mathis 6128b9276f Removed non-essential includes from all MWGui header files. 12 years ago
Chris Robinson caff28e20a Move NIFSkeletonLoader to a separate file 12 years ago
Marc Zinnschlag 74145410f2 basic syntax highlighting in script subview 12 years ago
Marc Zinnschlag 3a87b12baf delete script subview on script deletion 12 years ago
Britt Mathis f7383905b7 Finally eliminated calls to MWBase::WindowManager in constructors 12 years ago
Marc Zinnschlag d61ec1063e added script editor 12 years ago