David Cernat
|
6f6a3ae74d
|
Merge pull request #238 from OpenMW/master
Add OpenMW commits up to 11 Jul 2017
|
2017-07-11 03:37:53 +03:00 |
|
scrawl
|
40dc1dd6f5
|
Fix checking a variable before it's assigned (Bug #3950)
|
2017-07-10 23:50:24 +02:00 |
|
scrawl
|
be940656db
|
Add '0' as an alias for 'OFF' for OPENMW_OPTIMIZE
|
2017-07-10 23:49:42 +02:00 |
|
David Cernat
|
3529f9b090
|
[General] Add placeholders for PlayerJail, ObjectState & ConsoleCommand
|
2017-07-10 12:33:53 +03:00 |
|
David Cernat
|
4e74910fdb
|
[General] Disable automatic sync for PlayerJournal and PlayerFaction
Simplify PlayerFaction packets by removing BOTH action
|
2017-07-08 12:27:48 +03:00 |
|
David Cernat
|
2c05b7f747
|
[Server] Rename InitiateEvent() into InitializeEvent() for consistency
|
2017-07-07 08:12:48 +03:00 |
|
David Cernat
|
1d504a665f
|
[General] Add RANK, EXPULSION and BOTH actions to PlayerFaction packets
|
2017-07-05 07:06:33 +03:00 |
|
David Cernat
|
60574ae667
|
[General] Implement jail time as a death penalty
|
2017-07-03 15:45:21 +03:00 |
|
David Cernat
|
71313c5aa6
|
[General] Implement PlayerMap packet, part 1
|
2017-07-03 09:28:27 +03:00 |
|
David Cernat
|
1f682749d6
|
[General] Add optional notes to PasswordDialogs
|
2017-07-02 13:07:36 +03:00 |
|
Koncord
|
0cf09adb44
|
[General] Move AddProcessor to BasePacketProcessor
|
2017-06-30 20:09:05 +08:00 |
|
Koncord
|
ed3e089126
|
[General] Use C++11 way to delete Ctor
|
2017-06-27 22:56:02 +08:00 |
|
Koncord
|
5b2cab4c6b
|
[General] Change NULL to nullptr
|
2017-06-27 22:49:28 +08:00 |
|
Koncord
|
2b1b4ce2f1
|
[General] Update PacketControllers to C++11
|
2017-06-27 22:41:37 +08:00 |
|
Koncord
|
fcccd7b665
|
[General] Remove creatureStats.mDead from packets
|
2017-06-27 15:03:41 +08:00 |
|
David Cernat
|
813a3c89c4
|
[General] Implement PlayerBook packet to track skill books read
|
2017-06-27 08:27:14 +03:00 |
|
David Cernat
|
b3b73c5cd2
|
[General] Implement resurrection at nearest shrine or temple
|
2017-06-27 01:01:45 +03:00 |
|
David Cernat
|
78f29302ef
|
[General] Fix PlayerJournal logic by sending only refIds for its actors
Additionally, make the refIds for actors usable in script functions.
|
2017-06-23 08:12:32 +03:00 |
|
David Cernat
|
48c63dbce9
|
[General] Fix ObjectLock packets by making hasCellData true for them
|
2017-06-22 05:49:44 +03:00 |
|
David Cernat
|
ebf7740969
|
[General] Repurpose GameConsole packet as GameSettings & add difficulty to it
|
2017-06-20 05:28:45 +03:00 |
|
David Cernat
|
df67ae4689
|
Merge pull request #229 from OpenMW/master
Add OpenMW commits up to 20 Jun 2017
|
2017-06-20 04:16:51 +03:00 |
|
scrawl
|
54bb1b13cb
|
Change NCO/NCC flags to NC* (Fixes #3915)
|
2017-06-20 00:36:17 +02:00 |
|
David Cernat
|
fa3baac0f3
|
Merge pull request #228 from OpenMW/master while resolving conflicts
# Conflicts:
# .travis.yml
# CMakeLists.txt
# apps/openmw/main.cpp
|
2017-06-18 18:16:10 +03:00 |
|
Koncord
|
6192543381
|
[General] Move bracket to the right position
|
2017-06-15 13:06:07 +08:00 |
|
Allofich
|
42402976e3
|
Fixes for building in MSVC
|
2017-06-13 19:38:12 +09:00 |
|
Bret Curtis
|
c6805314c2
|
be explicit about what we are trying to catch instead of catching everything and fixed up formatting
use Allman style brackets not K&R style, additional formatting for fallback.cpp which needed some love
revert allman formatting changes
|
2017-06-12 00:32:29 +02:00 |
|
Bret Curtis
|
7c758a6293
|
std::stof can not handle comma in us localization and can not handle period in french localization, using std::replace is not a solution, going back to boost::lexical_cast
|
2017-06-12 00:32:28 +02:00 |
|
Bret Curtis
|
f0b21cca22
|
use own inline hash_combine function
|
2017-06-12 00:32:28 +02:00 |
|
David Carlier
|
8a5c62de97
|
needs this head for getuid
|
2017-06-10 14:50:43 +01:00 |
|
David Cernat
|
70d9374a6a
|
[General] Implement PlayerKillCount packets
|
2017-06-10 14:04:19 +03:00 |
|
David Cernat
|
5b23da8e1c
|
[General] Rename unused PlayerRegionChange packet into PlayerKillCount
|
2017-06-10 12:01:37 +03:00 |
|
David Cernat
|
ee5c9b65c5
|
[General] When changing region, send new region name in PlayerCellChange
|
2017-06-10 11:43:40 +03:00 |
|
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
|
2017-06-09 19:08:53 +02:00 |
|
Bret Curtis
|
154d7cffa2
|
replace and purge boost::function
|
2017-06-09 19:08:53 +02:00 |
|
Bret Curtis
|
d48b829b45
|
replace and purge boost::lexical_cast
|
2017-06-09 19:08:53 +02:00 |
|
Bret Curtis
|
98752a9702
|
replace boost::bind
|
2017-06-09 19:08:53 +02:00 |
|
Bret Curtis
|
b7c27e5e96
|
remove boost/tuple
|
2017-06-09 19:08:53 +02:00 |
|
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
|
2017-06-09 19:08:53 +02:00 |
|
Bret Curtis
|
d785344fad
|
purge all instances of <boost/shared_ptr.hpp>, clean up unused headers
|
2017-06-09 19:08:53 +02:00 |
|
Bret Curtis
|
07f75e1104
|
replace boost::shared_ptr in extern and components
|
2017-06-09 19:08:53 +02:00 |
|
Ewan Higgs
|
38a2de3c51
|
convert std::autor_ptr to std::unique_ptr, originally by Ewan Higgs and updated by Bret Curtis
|
2017-06-09 16:49:25 +02:00 |
|
David Cernat
|
34378fbb4f
|
[General] Make coding style consistent
|
2017-06-08 23:34:56 +03:00 |
|
David Cernat
|
a84cf7c191
|
[General] Fix packet validation for ActorPackets sent by server scripts
This allows Lua scripts to send actor data again, which hadn't been possible anymore after 2ed1bfe
|
2017-06-08 23:28:58 +03:00 |
|
Koncord
|
2ed1bfe427
|
[General] Simplify ActorPackets
|
2017-06-03 03:42:10 +08:00 |
|
Koncord
|
fd8e833d6a
|
[General] Simplify WorldPackets
|
2017-06-03 03:10:47 +08:00 |
|
Koncord
|
556bf18535
|
[General] Minor improvements for player packets
Add compression, remove useless loop iterations
|
2017-06-03 02:23:34 +08:00 |
|
Koncord
|
ad873e16b8
|
[Client] Limiting updates to ~64 per second
|
2017-06-02 21:20:35 +08:00 |
|
Koncord
|
c2600bac8e
|
[General] Allow single bit booleans in packets
|
2017-06-02 21:03:29 +08:00 |
|
Koncord
|
7e5e877fda
|
[General] Pack player->direction.pos to 1 byte
|
2017-06-02 20:16:23 +08:00 |
|
Koncord
|
dded330cc4
|
[General] Get rid Z axis in direction.pos
|
2017-06-02 18:33:59 +08:00 |
|