Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge tes3 mp #1

Merged
merged 32 commits into from
Jul 19, 2016
Merged

Merge tes3 mp #1

merged 32 commits into from
Jul 19, 2016

Conversation

Aesylwinn
Copy link

As requested in a forum post, I've posted a merge solution. There was only one major issue I wasn't sure how to resolve because the changes in OpenMW were incompatible from what I could tell, so I just used OpenMW's change in that case. I'll comment where that change was.

Koncord and others added 30 commits January 4, 2016 20:15
A common mistake in mods is to use playSound with volume/pitch arguments, which only playSoundVP supports. Previously these extra arguments raised a parser error, making the respective mod unusable.
Ported OpenMW's "Don't use unordered_map" commit changes to TES3MP to fix #1
Not for this repo.
Now you can close chat only if pressed 'Enter'.
Makes changelog English-only
GetPosX, GetPosY, GetPosZ
GetAngleX, GetAngleY, GetAngleZ
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.
Use English translation for changelog
Fix types for SetPos and SetAngle
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.
# 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
@Aesylwinn
Copy link
Author

@GrimKriegor
Copy link
Member

@Aesylwinn thank you for your time, this is much appreciated.

@Koncord you might wanna take a look at this. Also: Source

@Koncord Koncord merged commit 7b4a5fd into TES3MP:master Jul 19, 2016
@Aesylwinn Aesylwinn deleted the MergeTES3MP branch July 20, 2016 12:24
davidcernat pushed a commit that referenced this pull request Aug 6, 2016
davidcernat pushed a commit that referenced this pull request Nov 19, 2016
Koncord added a commit that referenced this pull request Jan 3, 2017
davidcernat pushed a commit that referenced this pull request Feb 22, 2017
davidcernat pushed a commit that referenced this pull request Mar 2, 2017
davidcernat pushed a commit that referenced this pull request Sep 17, 2017
Docs - Reference modding - minor typoes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants