Commit Graph

16687 Commits (166bc255a3504d973c5a9328257a895612885e50)
 

Author SHA1 Message Date
Koncord 166bc255a3 Add logo to repo 9 years ago
Koncord 9375b540d6 removed '#undef _SEP_' 9 years ago
Koncord bdfaea2d46 Implement 'setenv' for windows
Paths converter
Move 'split' from main to Utils
9 years ago
David Cernat 72026955f5 Add missing preprocessor directive for Windows build of server 9 years ago
David Cernat 09d564424f Translate Russian code comment into English 9 years ago
Koncord 31e2ab54d6 Revert "Update position after changing cell"
This reverts commit 5e072b9d3c.
9 years ago
Koncord 5e072b9d3c Update position after changing cell 9 years ago
Koncord 7107136808 New API
SetExterior(pid, x, y)
GetExteriorX(pid)
GetExteriorY(pid)

also "SetCell" will now move to the named external cells (e.g. SetCell(pid, "Balmora"))
9 years ago
Koncord 39dafc5ea7 Merged branch master into master 9 years ago
Koncord 0549a7a01d Fixed type cast 9 years ago
Grim Kriegor 90c94efd36 README: Corrected version, added a paragraph. 9 years ago
Koncord 23a37fc7fc Ignore LuaBridge warnings
Remove TINYXML_LIBRARIES
9 years ago
Koncord d3414148fc Simplify LangLua::Call 9 years ago
Koncord 03c84fd9fe Merged branch master into master 9 years ago
Koncord 5a6c1750d9 Fixed some build warnings and IsTimerElapsed function 9 years ago
Grim Kriegor fa30dad01c Primordial TES3MP specific README file 9 years ago
Stanislav Zhukov 075b600b3a Fix for Windows 9 years ago
Stanislav Zhukov 4316d4d1bf Merge pull request #21 from TES3MP/tes3mp-gui
Tes3mp gui
9 years ago
Koncord 86dccbed4b Fix CMake 9 years ago
David Cernat eac1e80911 Merge branch 'master' of https://github.com/TES3MP/openmw-tes3mp 9 years ago
David Cernat f4342f0bde Stop requiring amx folder for non-Pawn builds. Use correct Windows identifiers for preprocessor directives in server code. 9 years ago
Koncord 1e3eff91ac Merged branch tes3mp-gui into tes3mp-gui 9 years ago
Koncord 9ab77cb123 New API functions: MessageBox, CustomMessageBox, InputDialog
New Callback: OnGUIAction
9 years ago
Stanislav Zhukov 917fa63f5c Fixed security issue 9 years ago
Stanislav Zhukov fe50394f4d Fix movement desync
I think this should fix all movements desyncs
9 years ago
davidcernat ab309180c2 Add useful debug info for cell changes 9 years ago
Stanislav Zhukov a54e76cfd2 Update TES3MPTeam.md 9 years ago
Stanislav Zhukov 78b1511b5e Update TES3MPTeam.md 9 years ago
Stanislav Zhukov 61623222e1 Update TES3MPTeam.md 9 years ago
davidcernat 3c8543bfaf Make player references cross exterior cells only when called by server
Previously, clientside representations of players were able to move to a new exterior cell once during their movement tick and then again when sending a cell change packet to the server. Besides causing crashes in CellRef because of a messy cell-changing record, this also led to major desyncs.

Clientside representations of players can now only change their cells when a server-sent cell change packet specifically allows it.
9 years ago
David Cernat 360eec30a0 Merge pull request #2 from OpenMW/master
Add recent OpenMW commits by AnyOldName3
9 years ago
Marc Zinnschlag 4ac5174d89 updated credits file 9 years ago
Marc Zinnschlag c17e1ca24a Merge remote-tracking branch 'anyoldname3/ignore-hash-test' 9 years ago
Stanislav Zhukov 7b4a5fdcc2 Merge pull request #1 from Aesylwinn/MergeTES3MP
Merge tes3 mp
9 years ago
Aesylwinn 3483b54df5 Build fix. 9 years ago
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