David Cernat
8bb764c6d6
[Build] Use C++14 instead of C++11, as the server requires the former
7 years ago
David Cernat
dddd2f1cc7
Merge pull request #361 from OpenMW/master while resolving conflicts
...
# Conflicts:
# .travis.yml
7 years ago
scrawl
b8c25e6bff
Use the correct priority of animation sources in getStartTime ( Fixes #4263 )
7 years ago
Marc Zinnschlag
7245b251e8
Merge remote-tracking branch 'drummyfish/cs-cam'
7 years ago
Marc Zinnschlag
93716cecd9
Merge remote-tracking branch 'origin/master'
7 years ago
scrawl
993982628d
Merge pull request #1590
7 years ago
Andrei Kortunov
1a58171e86
Do not allow to sell items from containers with zero capacity (bug #4268 )
7 years ago
Bret Curtis
1c25b7ca57
Merge pull request #1589 from Thunderforge/build/setting-cmake-cxx-standard
...
Explicitly setting CMAKE_CXX_STANDARD to C++11
7 years ago
Thunderforge
e4a1b6b5b8
Explicitly setting CMAKE_CXX_STANDARD to C++11
7 years ago
Miloslav Číž
01f9d90315
CS: Reorder 3D input menu
7 years ago
Miloslav Číž
13dc1bd41e
CS: Add tooltip to camera-ortho-size preference
7 years ago
Miloslav Číž
1f5feeddb9
CS: Change camera parameter types to int
7 years ago
Miloslav Číž
f2777f7242
CS: Mover object-marker-alpha under Rendering
7 years ago
Marc Zinnschlag
ecf1cea1b7
Merge remote-tracking branch 'drummyfish/cs-cam'
7 years ago
Miloslav Číž
79527b746a
Remove unused variable
7 years ago
Miloslav Číž
b246580c63
Fix orbit camera axis
7 years ago
scrawl
ccd8ca2e69
Merge pull request #1586
7 years ago
scrawl
b6ac1c5697
Merge pull request #1587
7 years ago
scrawl
269c3227ea
Make sure we have cmake for the before_install step
7 years ago
Andrei Kortunov
ba46473038
Do not skip weather transitions from SetPos script command (bug #3603 )
7 years ago
scrawl
e9ecaf712b
Merge pull request #1584
7 years ago
scrawl
7d62f05f81
Merge pull request #1583
7 years ago
scrawl
70661a4b1c
Merge pull request #1585
7 years ago
David Cernat
a84c4c7ecc
[Server] Print module order on startup
7 years ago
Andrei Kortunov
0e04a26ef6
Set duration of magic effects from ingredients (bug #4261 )
7 years ago
Andrei Kortunov
c908ad2fba
Do not allow to place actors underground via SetPos (bug #3783 )
7 years ago
David Cernat
f2eca2566f
[Server] Add storedData table for Player to increase clarity
...
This way, customData is meant to hold module-specific and temporary data while storedData is meant to hold persistent core data.
7 years ago
Koncord
077a3d06b3
[General] Change type of BasePlayer::resurrectType to ResurrectType
7 years ago
Koncord
f9c4b847aa
[Server] Make argument const reference
7 years ago
Koncord
c5388e49f2
[Server] Remove Pawn switcher in cmake
7 years ago
Koncord
ba07d7820f
[Server] Remove Terra
7 years ago
Koncord
77d14211c9
[Server] Add Weather.cpp to build
7 years ago
Koncord
ecbe0127b0
[Client] Remove unused variable
7 years ago
Koncord
fd721143e2
[Client] Implement weather packet
7 years ago
Koncord
25b7095396
[Client] Share WeatherManager to the mwmp::Main class
7 years ago
Koncord
44dc153ebe
[Server] Add Weather API
7 years ago
Koncord
1ef6ad6215
[General] Add weather struct and packet
7 years ago
Koncord
aff1859759
[Server] Add new line for help strings
7 years ago
Koncord
122a30c183
[General] Change type of refNumIndex & mpNum to unsigned
7 years ago
Chris Robinson
08e947319a
Restore exception throwing to the decoder
7 years ago
Koncord
2726d94d10
[Client] Disallow to load save game via launch options
7 years ago
Koncord
d98bb74b80
[Client] Disable autosave on waiting
7 years ago
Koncord
bfdf348a6c
[Server] Fix Undefined behavior
7 years ago
Koncord
f11473da87
[Client] Remove WorldEvent::addObject(), use move semantics
7 years ago
Koncord
4d0072a74c
[Server] Use foreach loop
7 years ago
Koncord
cd620e17ec
[Server] Use std::move(tokens)
7 years ago
Koncord
dd352f0a91
[Server] Improve Player::sendToLoaded()
7 years ago
Koncord
f35d35741e
[General] Remove redundant code
...
Remove BaseEvent::worldObjectCount
Remove BaseActor::count
Use foreach loops in packets and processors
Remove redundant "&" in CellController::get().getCell() calls
7 years ago
Chris Robinson
06ae61479a
If a sound effect fails to load, substitute silence.
7 years ago
Koncord
585c24cee8
[Server] Optimize CellController
7 years ago