David Cernat
|
4620adc662
|
Add OpenMW commits up to 30 Nov 2020
# Conflicts:
# CMakeLists.txt
# apps/openmw/mwphysics/actor.cpp
|
2020-12-01 01:15:39 +02:00 |
|
Andrei Kortunov
|
8084a336b5
|
Replace zeroes and nulls by nullptrs
|
2020-11-29 11:14:07 +04:00 |
|
David Cernat
|
7f435ceeac
|
Add OpenMW commits up to 1 Nov 2020
# Conflicts:
# CMakeLists.txt
# apps/openmw/main.cpp
# apps/openmw/mwclass/container.hpp
# apps/openmw/mwclass/creature.hpp
# apps/openmw/mwclass/npc.hpp
# apps/openmw/mwdialogue/dialoguemanagerimp.hpp
# apps/openmw/mwdialogue/journalimp.hpp
# apps/openmw/mwgui/container.cpp
# apps/openmw/mwgui/dialogue.hpp
# apps/openmw/mwgui/mainmenu.cpp
# apps/openmw/mwgui/windowmanagerimp.hpp
# apps/openmw/mwmechanics/aiactivate.hpp
# apps/openmw/mwmechanics/mechanicsmanagerimp.hpp
# apps/openmw/mwscript/containerextensions.cpp
# apps/openmw/mwscript/interpretercontext.hpp
# components/CMakeLists.txt
|
2020-11-01 23:17:59 +02:00 |
|
Alexei Dobrohotov
|
53f91a3aa5
|
Merge pull request #3018 from akortunov/emplace
Use emplace_back instead of push_back
|
2020-11-01 01:58:56 +03:00 |
|
Andrei Kortunov
|
64ba81ecf2
|
Fix some issues, found by CoverityScan
|
2020-10-28 18:02:31 +04:00 |
|
Bret Curtis
|
5a824d0333
|
components/compiler cleanup; also cleaned up related cascading warnings; fixed up final/override issues
|
2020-10-22 23:57:53 +02:00 |
|
Andrei Kortunov
|
065ed5138e
|
Use emplace_back instead of push_back
|
2020-10-18 10:27:35 +04:00 |
|
Andrei Kortunov
|
8ca3c3b123
|
Mark overrided methods by override keyword
|
2020-10-16 22:18:54 +04:00 |
|
David Cernat
|
68837aaf4a
|
Add OpenMW commits up to 15 Oct 2020
# Conflicts:
# .travis.yml
# CI/before_script.linux.sh
# CMakeLists.txt
# apps/openmw/mwgui/containeritemmodel.cpp
# apps/openmw/mwgui/tradewindow.cpp
# apps/openmw/mwphysics/actor.cpp
# apps/openmw/mwworld/actionteleport.cpp
# apps/openmw/mwworld/containerstore.cpp
|
2020-10-15 19:51:39 +02:00 |
|
Assumeru
|
72549651e0
|
Rework container resolution (#3006)
* Rework container resolution
* add optional argument to getCount
* remove now-redundant changes
* undo worldimp changes
* move save-fixing code to InventoryState
* replace Rng instances with Seeds
|
2020-10-13 17:46:32 +02:00 |
|
Andrei Kortunov
|
822764d0fa
|
Rework fixed strings handling
|
2020-10-05 21:52:22 +04:00 |
|
David Cernat
|
0eedf8fd9f
|
Add OpenMW commits up to 30 Sep 2020
# Conflicts:
# apps/openmw/mwmechanics/aicombat.cpp
# apps/openmw/mwmechanics/character.cpp
# apps/openmw/mwmechanics/summoning.cpp
# components/CMakeLists.txt
|
2020-09-30 13:32:15 +02:00 |
|
Andrei Kortunov
|
9f1fbd56a3
|
Fix SummonKey comparison function
|
2020-09-04 13:45:38 +04:00 |
|
Andrei Kortunov
|
67eace1028
|
Use struct instead of tuple
|
2020-08-29 11:24:08 +04:00 |
|
Andrei Kortunov
|
924f634bda
|
Support for multiple summons with same ID in the single spell
|
2020-08-28 21:14:54 +04:00 |
|
David Cernat
|
baa9446cd1
|
Add OpenMW commits up to 4 Aug 2020
|
2020-08-04 17:41:01 +02:00 |
|
Evil Eye
|
6ad20ec9c7
|
Mutate base records when adding/removing spells
|
2020-07-28 08:33:28 +02:00 |
|
David Cernat
|
5eb7eb8d88
|
Add OpenMW commits up to 4 Jul 2020
# Conflicts:
# .travis.yml
# CI/before_script.linux.sh
# apps/openmw/engine.cpp
# apps/openmw/mwbase/windowmanager.hpp
# apps/openmw/mwgui/charactercreation.cpp
# apps/openmw/mwgui/windowmanagerimp.hpp
# apps/openmw/mwmechanics/character.cpp
|
2020-07-04 16:50:54 +03:00 |
|
Andrei Kortunov
|
d0fe15b095
|
Use meaningful names instead of mSkill1 and mSkill2
|
2020-06-26 11:47:59 +04:00 |
|
David Cernat
|
3b2eb6f62c
|
Add OpenMW commits up to 22 Jun 2020
# Conflicts:
# .travis.yml
# CMakeLists.txt
|
2020-06-22 20:50:55 +03:00 |
|
bzzt lost a hitlab login
|
26ab176389
|
profiling
Signed-off-by: Bret Curtis <psi29a@gmail.com>
|
2020-06-13 00:22:28 +02:00 |
|
David Cernat
|
e5b1843089
|
Add OpenMW commits up to 11 Jun 2020
# Conflicts:
# apps/openmw/mwbase/world.hpp
# apps/openmw/mwgui/jailscreen.cpp
# apps/openmw/mwmechanics/activespells.cpp
# apps/openmw/mwmechanics/aiactivate.cpp
# apps/openmw/mwmechanics/aiactivate.hpp
# apps/openmw/mwmechanics/creaturestats.cpp
# apps/openmw/mwscript/aiextensions.cpp
# apps/openmw/mwscript/statsextensions.cpp
# apps/openmw/mwworld/worldimp.cpp
# apps/openmw/mwworld/worldimp.hpp
|
2020-06-11 13:21:58 +03:00 |
|
David Cernat
|
36a2308acd
|
Add OpenMW commits up to 30 May 2020
# Conflicts:
# CMakeLists.txt
# apps/openmw/mwbase/windowmanager.hpp
# apps/openmw/mwgui/windowmanagerimp.hpp
# apps/openmw/mwmechanics/actors.cpp
# apps/openmw/mwmechanics/actors.hpp
# apps/openmw/mwscript/interpretercontext.cpp
|
2020-06-09 17:50:26 +03:00 |
|
Andrei Kortunov
|
d997842f8d
|
Use FourCC to declare all ESM record names
|
2020-06-09 10:07:37 +04:00 |
|
Bret Curtis
|
cd97d0c61c
|
Merge branch 'master' into automove
|
2020-06-08 11:42:05 +02:00 |
|
Roman Siromakha
|
27a113167c
|
Merge pull request #2890 from akortunov/position
Do not store object position, if it is the same as in CellRef
|
2020-06-08 01:12:47 +02:00 |
|
Andrei Kortunov
|
75e7a3e8b1
|
Do not store object position, if it is the same as in CellRef
|
2020-06-07 09:25:46 +04:00 |
|
elsid
|
5209f5ff6d
|
Mark all derived classes from ESM::ObjectsState and overriden functions as final
|
2020-06-06 23:00:53 +02:00 |
|
David Cernat
|
62df188fd4
|
Add OpenMW commits up to 16 May 2020
# Conflicts:
# CI/before_script.linux.sh
# apps/openmw/mwbase/world.hpp
# apps/openmw/mwinput/inputmanagerimp.cpp
# apps/openmw/mwscript/globalscripts.cpp
# apps/openmw/mwscript/interpretercontext.cpp
# apps/openmw/mwworld/cellstore.cpp
# apps/openmw/mwworld/cellstore.hpp
# apps/openmw/mwworld/worldimp.cpp
# apps/openmw/mwworld/worldimp.hpp
# components/interpreter/context.hpp
|
2020-06-06 22:38:28 +03:00 |
|
Capostrophic
|
1873da4c91
|
Don't save to or read automove state from saved games (#5452)
|
2020-06-06 15:58:21 +03:00 |
|
Bret Curtis
|
204d2acf25
|
Merge pull request #2092 from akortunov/float_stats
Store attributes and skills values as floats
|
2020-06-05 22:38:12 +02:00 |
|
Andrei Kortunov
|
81805b7263
|
Introduce a separate class to control world date and time
|
2020-06-05 12:07:32 +04:00 |
|
Andrei Kortunov
|
5468fcb29f
|
Store attributes and skills values as floats (bug #4021)
|
2020-06-03 17:34:15 +04:00 |
|
Andrei Kortunov
|
3dce225f28
|
Implement vanilla-style corprus handling (bug #3714, bug #4623)
|
2020-06-03 12:58:17 +04:00 |
|
Andrei Kortunov
|
b5833f3c59
|
Use real time to update spell effects instead of game timestamps (bug #5165)
|
2020-05-16 11:00:28 +04:00 |
|
Andrei Kortunov
|
e6ca95174a
|
Optimize characters data in savegame
|
2020-05-14 21:07:31 +04:00 |
|
Andrei Kortunov
|
d5806fd0ed
|
Fix merge conflicts
|
2020-05-12 14:33:00 +04:00 |
|
Bret Curtis
|
42cba092b7
|
Merge pull request #2716 from akortunov/png
Store fog of war as a PNG image instead of TGA
|
2020-05-12 11:52:23 +02:00 |
|
Bret Curtis
|
4b30bf5699
|
Merge pull request #2829 from Capostrophic/logging
Log some more things
|
2020-05-12 11:44:05 +02:00 |
|
unknown
|
3b4782959e
|
Allow targeting non-unique actors with StartScript (bug #2311)
|
2020-05-10 14:57:06 +02:00 |
|
Capostrophic
|
aa5161f99e
|
Log some more things
|
2020-05-09 20:27:12 +03:00 |
|
David Cernat
|
a20f8e77dc
|
Add OpenMW commits up to 25 Apr 2020
# Conflicts:
# .travis.yml
# apps/openmw/mwclass/container.cpp
# apps/openmw/mwclass/door.cpp
|
2020-04-25 09:52:58 +03:00 |
|
Bret Curtis
|
e7795f2bf7
|
Merge pull request #2775 from Capostrophic/dooractivation
Only disarm traps with keys when the door/container is locked (bug #5370)
|
2020-04-24 08:46:24 +02:00 |
|
Bret Curtis
|
8c2f3ff007
|
clean up code; purge const_cast
|
2020-04-19 16:31:54 +02:00 |
|
Capostrophic
|
bbed9a70c5
|
Ignore traps of initially unlocked refs with assigned keys
|
2020-04-14 17:49:03 +03:00 |
|
David Cernat
|
25a632c650
|
Add OpenMW commits up to 13 Apr 2020
# Conflicts:
# CMakeLists.txt
# README.md
# apps/openmw/engine.cpp
# apps/openmw/mwclass/creaturelevlist.cpp
# apps/openmw/mwgui/quickkeysmenu.cpp
|
2020-04-13 19:53:42 +03:00 |
|
Capostrophic
|
ad333e88fe
|
Handle enchantment autocalc flag as a flag (bug #5363)
|
2020-04-11 00:03:14 +03:00 |
|
Andrei Kortunov
|
028760e108
|
Merge pull request #2758 from akortunov/warnfix
Fix some issues, found by CoverityScan
|
2020-04-04 21:34:26 +04:00 |
|
Capostrophic
|
5732b8e026
|
Use std::fill instead of loops to reset some arrays to defaults
|
2020-04-04 17:53:36 +03:00 |
|
Capostrophic
|
27d4fe9ee1
|
Fix ESM::Land oversights
|
2020-04-04 16:48:38 +03:00 |
|