Commit Graph

16638 Commits (b4a000913c070d10675c23c262b9612766909625)
 

Author SHA1 Message Date
Aesylwinn b4a000913c Merge remote-tracking branch 'yar/master' into Even
# Conflicts:
#	CMakeLists.txt
#	apps/openmw/mwdialogue/filter.cpp
#	apps/openmw/mwmechanics/character.cpp
#	apps/openmw/mwworld/localscripts.cpp
#	components/CMakeLists.txt
#	components/compiler/exprparser.cpp
#	components/sceneutil/workqueue.cpp
9 years ago
davidcernat 7bf08e5e5a Fix transition between exterior cells for non-local players
Make the local player send a packet whenever moving from one exterior cell to another, don't require objects to have RefNums to be moved correctly between exterior cells, and increase the packet priority for cell changes.
9 years ago
scrawl 9e3ed45320 Merge pull request #1003 from MiroslavR/camera-distance
Fix camera distance not getting reset to max value (Fixes #3473)
9 years ago
MiroslavR 19a8800d4d Fix camera distance not getting reset to max value (Fixes #3473) 9 years ago
Koncord 45fab50bd8 Merged branch master into master 9 years ago
Koncord 6f07d590d4 Fix SetPos and SetAngle functions
Fix types for SetPos and SetAngle
9 years ago
scrawl 2ed813d5f3 Merge pull request #1002 from MiroslavR/nitextureeffect-crash
Fix assertion failure with NiTextureEffect missing source texture
9 years ago
MiroslavR 721fa28c1e Fix assertion failure with NiTextureEffect missing source texture 9 years ago
David Cernat f6d72ca5c1 Merge pull request #3 from testman42/patch-1
Use English translation for changelog
9 years ago
davidcernat b7e377c636 Remove _boundingBoxComputed from sceneutil's riggeometry.cpp
Recent versions of OpenSceneGraph have no _boundingBoxComputed, which is why building TES3MP with them causes an error. As expected, recent versions of OpenMW do not use _boundingBoxComputed either.
9 years ago
Stanislav Zhukov 645a21af21 Added new script functions for lua compatibility
GetPosX, GetPosY, GetPosZ
GetAngleX, GetAngleY, GetAngleZ
9 years ago
testman42 0b4a560ae2 Full translation to Engilsh
Makes changelog English-only
9 years ago
Stanislav Zhukov ce92f30022 Fix maximum incoming connections 9 years ago
Stanislav Zhukov b09e4a0218 Fix chat 'y'
Now you can close chat only if pressed 'Enter'.
9 years ago
Stanislav Zhukov 131887c981 Delete script.pwn
Not for this repo.
9 years ago
Koncord 299c4c904e Resurrect function 9 years ago
Koncord 1a32385632 Fix cmake modules 9 years ago
testman42 001b83fdfb Add English translation
To be honest, just copy pasted from this Reddit post: https://www.reddit.com/r/tes3mp/comments/4rvf5c/source_code/d54inw9
9 years ago
Stanislav Zhukov 1d5f0bd38f Merge pull request #2 from GrimKriegor/master
Ported OpenMW's "Don't use unordered_map" commit changes to TES3MP to fix #1
9 years ago
GrimKriegor ace719507c Ported OpenMW's "Don't use unordered_map" commit to TES3MP to fix Issue #1
https://github.com/TES3MP/TES3MP/issues/1
9 years ago
scrawl cff37cdd08 Merge pull request #999 from Allofich/aifix
Trim unneeded code
9 years ago
scrawl 33ab9db9f6 Merge pull request #1000 from MiroslavR/particle-range
Fix doubled particle spawn range
9 years ago
MiroslavR 9c6739f1b3 Fix doubled particle spawn range 9 years ago
Allofich c57d177f1c Trim unneeded code 9 years ago
scrawl 432723bfe6 Merge pull request #997 from MiroslavR/inactive-kfctrls
Do not skip inactive keyframe controllers
9 years ago
MiroslavR 2a987b6857 Do not skip inactive keyframe controllers (Bug #1942) 9 years ago
scrawl 2329812988 Merge pull request #995 from Allofich/traps
Trap and lock fixes
9 years ago
scrawl 67d3571fac Fix activation distance in third person mode 9 years ago
scrawl 9375cbea44 Make NIFFilePtr const 9 years ago
Allofich 599e6708ec Allow using keys to open trapped objects of lock level 0 9 years ago
Allofich cabe038a97 Make lockpick and probe sounds 3d positional 9 years ago
Allofich 249918612d Play trap disarm sound when key used on trapped object 9 years ago
Allofich d4e656ceaf Play trap activation sound on trapped object, not actor 9 years ago
scrawl 251ba041f3 Merge pull request #994 from MiroslavR/no-scroll-stacking
Don't stack effects for scrolls of the same type
9 years ago
MiroslavR b0fcad4cb8 Don't stack effects for scrolls of the same type (Fixes #3466) 9 years ago
scrawl da0e20edcd Merge pull request #991 from MiroslavR/opface
Implement Face instruction (Feature #1424)
9 years ago
MiroslavR 75a66ced20 Fix actors lacking turning animations while in first person mode 9 years ago
scrawl c842d4976e Merge pull request #992 from MiroslavR/msgformat
Improve format specifiers for message boxes
9 years ago
MiroslavR f6f3f71db5 Improve format specifiers for message boxes 9 years ago
MiroslavR dc0bc5b68c Implement Face instruction (Feature #1424) 9 years ago
scrawl 6f376bd499 Merge pull request #983 from Allofich/telekinesis
Don't allow telekinesis on actors or teleport doors
9 years ago
Allofich 7a0f9a7989 Clean up, remove unnecessary code changes 9 years ago
Allofich 53ceefa46a Allow some telekinesis on teleport doors 9 years ago
Allofich 4e54338ce0 Implement and use getDistanceToFacedObject() 9 years ago
scrawl 8332f26887 Merge pull request #989 from AlexanderKurtz/master
Update gamecontrollerdb.txt from upstream.
9 years ago
scrawl b0a37553b2 Merge pull request #988 from nikolaykasyanov/osx-cmake-min-version
OS X: specify minimum CMake version & remove redundant argument from CI script
9 years ago
Alexander Kurtz ff3b7de0e7 Update gamecontrollerdb.txt from upstream. 9 years ago
Koncord 1b259e2d33 Syncing inventory, animations, position, 8 key attributes
Created Package system
9 years ago
scrawl e362e3e6a5 Fix cppcheck warnings 9 years ago
scrawl dca0e2f582 Pass a Vec4f by reference 9 years ago