David Cernat
|
8c8414f098
|
[Client] Spawn DedicatedPlayer in center of exterior cell 0,0
|
2017-02-27 01:02:59 +02:00 |
|
David Cernat
|
684517e02f
|
[Server] Fix Miscellaneous category of script functions
|
2017-02-26 23:07:52 +02:00 |
|
David Cernat
|
0baada0aa2
|
[Server] Add GetLastPlayerId() script function in Miscellaneous category
|
2017-02-26 23:00:51 +02:00 |
|
David Cernat
|
deb10919ab
|
[Server] Delete cells that become empty when a player disconnects
|
2017-02-26 19:45:04 +02:00 |
|
David Cernat
|
048ddf6a34
|
[Server] Use LOG_APPEND for older debug messages in Cell
|
2017-02-26 18:06:26 +02:00 |
|
David Cernat
|
a58601fb2b
|
[Client] Delineate tes3mp-only code more clearly, part 1
|
2017-02-26 16:59:53 +02:00 |
|
David Cernat
|
341ec28b1f
|
[Client] Don't allow actors to cast spells that don't exist on client
|
2017-02-26 15:34:15 +02:00 |
|
David Cernat
|
fb93ce57f9
|
[Server] Fix debug message
|
2017-02-26 14:12:18 +02:00 |
|
David Cernat
|
ae37daca70
|
[Server] Ensure no information exchange takes place with nullptr player
|
2017-02-26 14:11:45 +02:00 |
|
David Cernat
|
7f51ca5298
|
[Server] Add permanent debug to Cell and CellController
|
2017-02-26 14:06:34 +02:00 |
|
David Cernat
|
9035908f6d
|
[Client] Spawn DedicatedPlayer in exterior 0,0 (for other master files)
|
2017-02-25 23:18:50 +02:00 |
|
David Cernat
|
0527690b88
|
[Server] Add permanent debug to ID_PLAYER_CELL_CHANGE and ID_CONTAINER
|
2017-02-25 21:50:41 +02:00 |
|
David Cernat
|
7917badedf
|
[Server] Set guid of baseEvent, previously done in a constructor before 7065569f9b
|
2017-02-25 17:37:44 +02:00 |
|
David Cernat
|
2fd279a5ef
|
[Server] Remove debug message
|
2017-02-25 13:26:57 +02:00 |
|
Koncord
|
1956045e99
|
[Browser] Fix continuous loop when connection was failed
|
2017-02-25 19:22:10 +08:00 |
|
David Cernat
|
4a5b8c927f
|
[Server] Add an extra check to Cell::sendToLoaded to be on the safe side
|
2017-02-25 12:44:20 +02:00 |
|
Koncord
|
45d081ba42
|
[Server] Compare new cells with loaded cells correctly
|
2017-02-25 16:47:11 +08:00 |
|
Battlerax
|
c9dc75f589
|
[Browser] Fixed two crashes relating to invalid data
|
2017-02-25 07:59:48 +03:00 |
|
Battlerax
|
76e866c5c9
|
[Browser] Crash Fix
|
2017-02-25 07:59:48 +03:00 |
|
David Cernat
|
ff0d21ef38
|
[Client] Spawn in 0,0 if Pelagiad doesn't exist (for other master files)
|
2017-02-24 19:42:33 +02:00 |
|
David Cernat
|
aab5b69c80
|
[Client] Unready weapon & spell upon death to avoid attack inability bug
|
2017-02-24 11:50:43 +02:00 |
|
Battlerax
|
186e3c2337
|
[Browser] Crash fix (#168)
* [Browser] Crash Fix
* Update NetController.cpp
|
2017-02-24 09:52:52 +02:00 |
|
Koncord
|
3adbf17545
|
[Server] Fix memory leak in CellController
|
2017-02-24 13:58:40 +08:00 |
|
Koncord
|
ebaf3d3cc9
|
[Server] FIx memory leak
|
2017-02-24 13:32:20 +08:00 |
|
David Cernat
|
328e3b6618
|
Merge pull request #167 from OpenMW/master
Add OpenMW commits up to 24 Feb 2017
|
2017-02-24 06:57:39 +02:00 |
|
Koncord
|
b33e604a61
|
[Server] Set sendToLoaded function as constant
Add assertions for CellController singleton
|
2017-02-24 12:33:59 +08:00 |
|
scrawl
|
75677f03e7
|
Remove SceneManager::notifyAttached
|
2017-02-24 02:58:41 +01:00 |
|
scrawl
|
afa39d121f
|
Fix 'part has no parent' warning caused by destructing in the wrong order
|
2017-02-24 02:58:41 +01:00 |
|
scrawl
|
a55604c549
|
Avoid unnecessary AABB update when actor position has not changed
|
2017-02-24 02:58:41 +01:00 |
|
scrawl
|
fb073e5c14
|
Avoid unnecessary AABB update for rotationally invariant collision shapes
|
2017-02-24 02:58:41 +01:00 |
|
scrawl
|
5198fc897d
|
Fix collision glitch caused by Bullet AABB not being updated when an actor moves without turning
|
2017-02-24 02:58:41 +01:00 |
|
scrawl
|
25ca89b560
|
Avoid redundant allocations in Store::search
|
2017-02-23 23:28:50 +01:00 |
|
scrawl
|
732212070d
|
crashcatcher: complain when launching gdb fails
|
2017-02-23 23:28:49 +01:00 |
|
David Cernat
|
0d6636018f
|
Merge pull request #166 from OpenMW/master
Add OpenMW commits up to 23 Feb 2017
|
2017-02-23 14:37:14 +02:00 |
|
Koncord
|
cbace41e14
|
[Client] Fix crash on LInux
|
2017-02-23 17:40:22 +08:00 |
|
Marc Zinnschlag
|
765401531d
|
Merge remote-tracking branch 'origin/master'
|
2017-02-23 09:03:31 +01:00 |
|
David Cernat
|
ed2176c984
|
[Client] Reuse 1 BaseEvent over and over instead of creating new ones
|
2017-02-23 09:19:09 +02:00 |
|
Koncord
|
b158e89f77
|
[Server] Change signatures of GetLastEventAction & SetScriptEventAction
|
2017-02-23 15:17:00 +08:00 |
|
Koncord
|
cbe31149e3
|
[Server] Remove redundant constructor
|
2017-02-23 14:36:35 +08:00 |
|
David Cernat
|
af35ee38d1
|
[Server] Rename ClearScriptEvent into InitScriptEvent with pid argument
|
2017-02-23 08:23:46 +02:00 |
|
Koncord
|
868c837aa0
|
[Server] Move baseEvent from Networking.cpp to class as member
|
2017-02-23 13:53:10 +08:00 |
|
David Cernat
|
7065569f9b
|
[Server] Reuse 2 BaseEvents over and over instead of creating new ones
|
2017-02-23 07:47:00 +02:00 |
|
David Cernat
|
1b59ce8c8f
|
[Client] Send ID_PLAYER_DRAWSTATE when teleported by server
|
2017-02-23 06:26:42 +02:00 |
|
Koncord
|
f8a25747ba
|
[Client] Some tabs have been killed in GUIChat
|
2017-02-23 11:48:10 +08:00 |
|
David Cernat
|
586a7f6656
|
[Client] Prevent DedicatedPlayer from spawning on ground from 0 fatigue
|
2017-02-23 04:35:07 +02:00 |
|
David Cernat
|
d4ff136837
|
[Client] Add comments about spellcasting as a result of merge conflict
|
2017-02-23 01:05:45 +02:00 |
|
David Cernat
|
38ccc2671c
|
Merge pull request #164 from OpenMW/master while resolving conflicts
# Conflicts:
# apps/openmw/mwmechanics/spellcasting.cpp
|
2017-02-23 00:52:53 +02:00 |
|
Battlerax
|
fd845198ad
|
[Client] You can now cancel the chat box by pressing enter without a message.
|
2017-02-22 15:03:59 -06:00 |
|
scrawl
|
d163228199
|
Fix updatePtr
|
2017-02-22 21:02:34 +01:00 |
|
scrawl
|
00d4fea91c
|
Derive Animation from osg::Referenced to allow the UnrefQueue to delete it
|
2017-02-22 15:27:20 +01:00 |
|