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 |
Allofich
|
028762a7dc
|
Make guards that are attacked try to arrest player
(Fixes #3706)
|
8 years ago |
scrawl
|
cd1821c464
|
Merge pull request #1322 from Siimacore/wizardthreadfix
Stopping the thread in the wizard that prevented it to stop correctly
|
8 years ago |
scrawl
|
53264f34b3
|
Merge pull request #1321 from akortunov/spellpriority
Use mRange to check spell range instead of mArea.
|
8 years ago |
Allofich
|
42402976e3
|
Fixes for building in MSVC
|
8 years ago |
Siimacore
|
6af470ff03
|
Stopping the thread in the wizard that prevented it to stop correctly
|
8 years ago |
Andrei Kortunov
|
87939bf3b1
|
Use mRange to check spell range instead of mArea.
|
8 years ago |
scrawl
|
f7969fb178
|
Merge pull request #1317 from Siimacore/master
Correcting https://bugs.openmw.org/issues/3906
|
8 years ago |
scrawl
|
dd3f612e88
|
Merge pull request #1316 from akortunov/doorfix
Doors usage improvements
|
8 years ago |
scrawl
|
80eb2ea35d
|
Merge pull request #1313 from akortunov/spellpriority
Make combat AI to do not cast target spells under water
|
8 years ago |
scrawl
|
6d90f5a9a5
|
Merge pull request #1312 from akortunov/guifixes
Split greeting from topic response
|
8 years ago |
Koncord
|
3803535bd5
|
[General] Implement CleanChat()
|
8 years ago |
Koncord
|
7b98f9f7ff
|
[Server] Log all exceptions
|
8 years ago |
Andrei Kortunov
|
e9d0bf7c12
|
Added missed return statement
|
8 years ago |
Andrei Kortunov
|
9fdfb2a83f
|
Spell priority: make AI do not cast target spells when enemy is under water
|
8 years ago |
Siimacore
|
b0abed00e5
|
Correcting https://bugs.openmw.org/issues/3906
|
8 years ago |
Andrei Kortunov
|
cab51d26cc
|
Doors: small key search optimizations
|
8 years ago |
Andrei Kortunov
|
188424d5d3
|
Allow AI to use keys to open doors
|
8 years ago |
David Cernat
|
51b95f35cd
|
[Server] Fix problem with fetching interior cell descriptions
|
8 years ago |
David Cernat
|
db7709ee18
|
[Server] Modernize getting and setting of player cells
|
8 years ago |
David Cernat
|
0d3976950b
|
[Server] Use consistent names for rotation script functions
|
8 years ago |
David Cernat
|
bea3afaec8
|
[Client] Ensure uninitialization of DedicatedActors for late packets
|
8 years ago |
David Cernat
|
1ae5bd19e1
|
[Client] Don't set difficulty based on client settings
|
8 years ago |
David Cernat
|
70d9374a6a
|
[General] Implement PlayerKillCount packets
|
8 years ago |
David Cernat
|
5b23da8e1c
|
[General] Rename unused PlayerRegionChange packet into PlayerKillCount
|
8 years ago |
David Cernat
|
ee5c9b65c5
|
[General] When changing region, send new region name in PlayerCellChange
|
8 years ago |
David Cernat
|
e5f5b047bc
|
[Client] Don't send empty ObjectSpawn packets for cells with no leveled creatures
|
8 years ago |
David Cernat
|
f02ed0d621
|
[Server] Add script functions for getting and setting actor dynamic stat modifiers
|
8 years ago |
David Cernat
|
79351c737e
|
[Client] Disable back button in chargen race window
|
8 years ago |
David Cernat
|
002013294a
|
[Client] Add temporary fix for OpenMW crash caused by using default head
|
8 years ago |
David Cernat
|
312fc84a6f
|
[Client] Use update timer in mwmp::Cell instead of LocalActor
|
8 years ago |
Bret Curtis
|
dbf149f9b2
|
gcd is not available in msvc until 2017.3 P2, back to boost::math::gcd for now
|
8 years ago |
Andrei Kortunov
|
4600f24e27
|
Playing sound when AI is opening a door
|
8 years ago |
Bret Curtis
|
c781d1f8ed
|
purge unnecessary imports
add fstream back
add fstream back
add fstream back
add fstream back
add fstream back
add fstream back
add fstream back
|
8 years ago |
Bret Curtis
|
d799954ca0
|
replace and purge boost::math::gcd and other non-used headers
|
8 years ago |
Bret Curtis
|
154d7cffa2
|
replace and purge boost::function
|
8 years ago |
Bret Curtis
|
d48b829b45
|
replace and purge boost::lexical_cast
|
8 years ago |
Bret Curtis
|
98752a9702
|
replace boost::bind
|
8 years ago |
Bret Curtis
|
b7c27e5e96
|
remove boost/tuple
|
8 years ago |
Bret Curtis
|
d97aa9152b
|
remove more unused imports, including boost headers
|
8 years ago |
Bret Curtis
|
39185e6f8c
|
purge the rest of boost::shared and any other boost related things that no longer are required
put boost system back in, clean others up
revert Qt
add back boost fstream
|
8 years ago |
Bret Curtis
|
d785344fad
|
purge all instances of <boost/shared_ptr.hpp>, clean up unused headers
|
8 years ago |
Bret Curtis
|
07f75e1104
|
replace boost::shared_ptr in extern and components
|
8 years ago |
Bret Curtis
|
c8b67221d7
|
use nullptr instead of NULL
|
8 years ago |
Ewan Higgs
|
38a2de3c51
|
convert std::autor_ptr to std::unique_ptr, originally by Ewan Higgs and updated by Bret Curtis
|
8 years ago |
David Cernat
|
18bf79e08b
|
[Client] Correctly set mpNum for placed gold
|
8 years ago |
Andrei Kortunov
|
3190f28710
|
Spell priority: make AI do not cast target spells under water
|
8 years ago |
David Cernat
|
6ac7ee8fcd
|
[Client] Fix problems with NPC equipment sync
|
8 years ago |
Andrei Kortunov
|
4bb9622c21
|
Handle greetings differently from responses
|
8 years ago |
David Cernat
|
abaa26e32a
|
Merge pull request #226 from OpenMW/master
Add OpenMW commits up to 8 Jun 2017
|
8 years ago |