David Cernat
|
0b68e59060
|
[Client] Send ObjectLock packets when using lock spells
|
8 years ago |
Koncord
|
9519c467eb
|
[Client] Simplify updateEquipment for LocalPlayer & LocalActor
|
8 years ago |
Koncord
|
596f42e408
|
[Client] Fix "invalid iterator" error
|
8 years ago |
David Cernat
|
685bf15d52
|
Merge pull request #231 from OpenMW/master
Add OpenMW commits up to 27 Jun 2017
|
8 years ago |
Koncord
|
5b2cab4c6b
|
[General] Change NULL to nullptr
|
8 years ago |
Koncord
|
0ed0d2417b
|
[Client] Make foreach style consistent with other
|
8 years ago |
Koncord
|
2427a4f877
|
[Client] Update DedicatedActor to C++11
|
8 years ago |
Koncord
|
8f7da49152
|
[Client] Update DedicatedPlayer to C++11
|
8 years ago |
Koncord
|
08666cabdb
|
[Client] Update PlayerList to C++11
|
8 years ago |
Koncord
|
a110ec1767
|
[Client] Update GUIController to C++11
|
8 years ago |
Koncord
|
aa1f5c3cd3
|
[Client] Change pointer type to reference
|
8 years ago |
Koncord
|
7499777b3a
|
[Client] Update CellController to C++11
|
8 years ago |
Koncord
|
7d4dd2ad1c
|
[Client] Update Cell to C++11
|
8 years ago |
Koncord
|
7918e887dd
|
[Client] Update ActorList to C++11
|
8 years ago |
Koncord
|
aa12b35d03
|
[Client] Update LocalActor to C++11
|
8 years ago |
Koncord
|
689050e1d0
|
[Client] Long expression to lambda
|
8 years ago |
Koncord
|
58a6a8c3bc
|
[Client] Update LocalPlayer to C++11
|
8 years ago |
Andrei Kortunov
|
7fcb22b867
|
Do not show empty journal entries (fixes #3891)
|
8 years ago |
Koncord
|
6222c20e82
|
[Client] Convert MechanicsHelper to namespace
|
8 years ago |
Koncord
|
7d3e08f031
|
[Client] Simplify loops
|
8 years ago |
Koncord
|
f7341c021f
|
[Client] Modernize loops in WorldEvent to C++11
|
8 years ago |
Koncord
|
61cc3ced5d
|
[Client] Remove boost from processors
|
8 years ago |
Koncord
|
e68eee651a
|
[Server] Fix Resurrect
|
8 years ago |
Koncord
|
fcccd7b665
|
[General] Remove creatureStats.mDead from packets
|
8 years ago |
Koncord
|
c58c26f6c0
|
[Server] Implement native CreateTimer & CreateTimerEx
|
8 years ago |
Koncord
|
9ab58b6708
|
[Server] Remove redundant SetResurrectType
Rename SendResurrect to Resurrect
|
8 years ago |
David Cernat
|
813a3c89c4
|
[General] Implement PlayerBook packet to track skill books read
|
8 years ago |
David Cernat
|
b3b73c5cd2
|
[General] Implement resurrection at nearest shrine or temple
|
8 years ago |
David Cernat
|
a358dc6af8
|
[Client] Revert 0020132 now that 534c819 provides a better fix
|
8 years ago |
David Cernat
|
7d81b84dd8
|
[Client] Write list of loaded plugins to log
|
8 years ago |
David Cernat
|
77758596a1
|
Merge pull request #230 from OpenMW/master
Add OpenMW commits up to 25 Jun 2017
|
8 years ago |
scrawl
|
8d17565efd
|
Fix joystick binding for an action being discarded when default for another action is loaded (Bug #3900)
|
8 years ago |
scrawl
|
903e59f495
|
Don't reset idle time when there is no camera movement (Fixes #3902)
|
8 years ago |
scrawl
|
44e2089098
|
Don't play 'menu click' sound for right clicks (Fixes #3919)
|
8 years ago |
scrawl
|
534c81976c
|
Add missing cell update for physics system (Fixes #3917)
|
8 years ago |
David Cernat
|
9a519b5cc2
|
[Client] Avoid incrementing actor death count if we aren't its authority
|
8 years ago |
David Cernat
|
66a3f3d475
|
[Server] Use cleaner solution for safely reading cell descriptions
|
8 years ago |
David Cernat
|
78f29302ef
|
[General] Fix PlayerJournal logic by sending only refIds for its actors
Additionally, make the refIds for actors usable in script functions.
|
8 years ago |
David Cernat
|
48c63dbce9
|
[General] Fix ObjectLock packets by making hasCellData true for them
|
8 years ago |
David Cernat
|
4ad87faac1
|
[Server] Create new Settings category for script functions
|
8 years ago |
David Cernat
|
ebf7740969
|
[General] Repurpose GameConsole packet as GameSettings & add difficulty to it
|
8 years ago |
David Cernat
|
df67ae4689
|
Merge pull request #229 from OpenMW/master
Add OpenMW commits up to 20 Jun 2017
|
8 years ago |
scrawl
|
62f0ba6045
|
Merge pull request #1279 from Allofich/position
Fix actors not returning to their wander locations
|
8 years ago |
scrawl
|
73fbaae97f
|
Merge pull request #1325 from jordan-ayers/bugfix/3684-restock-soul-gems
Adjust restock calculations to ignore filled soul gems. (Bug #3684)
|
8 years ago |
scrawl
|
41fb17f39b
|
Revert "Correcting https://bugs.openmw.org/issues/3906"
This reverts commit b0abed00e5 .
|
8 years ago |
David Cernat
|
c6aee3b780
|
[Client] Fix build by changing boost::shared_ptr into std::shared_ptr
|
8 years ago |
David Cernat
|
fa3baac0f3
|
Merge pull request #228 from OpenMW/master while resolving conflicts
# Conflicts:
# .travis.yml
# CMakeLists.txt
# apps/openmw/main.cpp
|
8 years ago |
Jordan Ayers
|
b277bd782e
|
Adjust restock calculations to ignore filled soul gems.
Bug #3684
|
8 years ago |
Allofich
|
4f08084e79
|
Make stationary actors return to position on load
Also makes wandering actors resume their previous destination when an interrupting combat or pursuit ends.
(Fixes #3656)
|
8 years ago |
Allofich
|
028762a7dc
|
Make guards that are attacked try to arrest player
(Fixes #3706)
|
8 years ago |