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
|
4 years ago |
Andrei Kortunov
|
8ca3c3b123
|
Mark overrided methods by override keyword
|
4 years ago |
David Cernat
|
4560267298
|
[General] Track the client scripts that Object packets originate from
|
4 years ago |
David Cernat
|
8729c3c5e3
|
Add OpenMW commits up to 9 Mar 2019
# Conflicts:
# .travis.yml
# CI/before_script.linux.sh
# README.md
# apps/openmw/mwgui/jailscreen.cpp
# apps/openmw/mwscript/animationextensions.cpp
# apps/openmw/mwscript/guiextensions.cpp
# apps/openmw/mwscript/miscextensions.cpp
# apps/openmw/mwscript/soundextensions.cpp
|
5 years ago |
Andrei Kortunov
|
3032b177a1
|
Remove redundant includes
|
6 years ago |
David Cernat
|
36ac2d9de4
|
[Client] Set packetOrigin for all ObjectList packets sent
|
7 years ago |
David Cernat
|
78234f9071
|
[General] Rename Event into ObjectList & WorldObject into BaseObject
|
7 years ago |
David Cernat
|
960b91a53c
|
Merge pull request #290 from OpenMW/master
Add OpenMW commits up to 17 Sep 2017
|
7 years ago |
Chris Robinson
|
780e82480d
|
Make the PlayMode and PlayType enums scoped
Also shorten them by putting them in the MWSound namespace
|
7 years ago |
David Cernat
|
fd046e42ef
|
Merge pull request #242 from OpenMW/master
Add OpenMW commits up to 16 Jul 2017
|
8 years ago |
Andrei Kortunov
|
3b163ce6ce
|
Disable sound distortion for PlaySound script command
|
8 years ago |
David Cernat
|
dcc61a095a
|
[Client] Allow multiple WorldObjects to be added to a WorldEvent
|
8 years ago |
David Cernat
|
a82646a130
|
[Client] Delineate tes3mp-only code more clearly, part 2
|
8 years ago |
David Cernat
|
9759764699
|
[Client] Clean up getting and resetting of WorldEvent
|
8 years ago |
David Cernat
|
d7a760490e
|
[Client] Simplify sending of world packets, part 2
|
8 years ago |
David Cernat
|
e0234dc362
|
Merge pull request #183 from OpenMW/master while resolving conflicts
# Conflicts:
# .travis.yml
# CMakeLists.txt
|
8 years ago |
MiroslavR
|
af1fe64408
|
GetSoundPlaying called on an equipped item now also looks for sounds played by the equipping actor (Fixes #3781)
|
8 years ago |
Koncord
|
690211ad99
|
[General] Extract BaseEvent & BasePlayer from packets to functions
Move Send and Read functions to BasePacket
|
8 years ago |
David Cernat
|
a58601fb2b
|
[Client] Delineate tes3mp-only code more clearly, part 1
|
8 years ago |
David Cernat
|
ed2176c984
|
[Client] Reuse 1 BaseEvent over and over instead of creating new ones
|
8 years ago |
David Cernat
|
e703dd42aa
|
[Client] Rename LocalEvent into WorldEvent
|
8 years ago |
Koncord
|
f78c749981
|
[Client] Use "NULL" instead "nullptr"
nullptr keyword introduced in C++11
|
8 years ago |
David Cernat
|
703f253712
|
[Client] Delete new LocalEvents after sending them
|
8 years ago |
David Cernat
|
9f1e491a75
|
[General] Make WorldEvents store information about multiple objects
|
8 years ago |
David Cernat
|
624b85347a
|
[Client] Create LocalEvent class and use it instead of WorldEvent
|
8 years ago |
Koncord
|
536715cf46
|
Cleanup tes3mp headers
|
8 years ago |
David Cernat
|
ae39daf76a
|
Add and implement ID_MUSIC_PLAY
|
8 years ago |
scrawl
|
67bd6cd708
|
Remove empty line at the beginning of files
git ls-files -z | xargs -0 sed -i '1{/^$/d}'
|
10 years ago |
scrawl
|
855fe33c59
|
Add vanilla-compatible range limiting for playloopsound (Fixes #244, Fixes #1342)
|
10 years ago |
Alex
|
de1f423bd7
|
initial move of script opcodes and registerExtensions functions to components/compiler
|
12 years ago |
Chris Robinson
|
14e0c182f3
|
Allow specifying the sound type to playSound and playSound3D
|
12 years ago |
Chris Robinson
|
7b2c3e6cd3
|
Pass a proper PlayMode enum to playSound and playSound3D
|
12 years ago |
scrawl
|
6ad08dfd33
|
added settings for crosshair & subtitles
|
13 years ago |
Marc Zinnschlag
|
6bd48d12af
|
Issue #107: SoundManager is accessed only through the interface class from now on
|
13 years ago |
Marc Zinnschlag
|
4c39fefd1e
|
Issue #107: World is accessed only through the interface class from now on; some include cleanup
|
13 years ago |
Marc Zinnschlag
|
35f478071e
|
Issue #255: deleted the old environment class and using the new one instead
|
13 years ago |
Chris Robinson
|
977e7ac9a3
|
Remove the Play_Single flag. It's not correct.
|
13 years ago |
Chris Robinson
|
ae308b9b5f
|
Use a set of flags instead of separate booleans
|
13 years ago |
Marc Zinnschlag
|
2ffe1206a6
|
merged opcode classes that came in explicit and implicit variants
|
14 years ago |
Nicolay Korslund
|
7516e4ca53
|
Added music playing as a test
|
15 years ago |
Nicolay Korslund
|
8067d62800
|
Decoupled SoundManager from Interpreter::Context
|
15 years ago |
Marc Zinnschlag
|
c9a6335918
|
replaced flat Type_Data stack with a union
|
15 years ago |
Marc Zinnschlag
|
8134c5b760
|
integrated CellStore pointer into Ptr class
|
15 years ago |
Marc Zinnschlag
|
7f48c64efe
|
implemented sound related script instructions and functions with explicit references
|
15 years ago |
Marc Zinnschlag
|
31b4d83fac
|
moved sound extensions from mwsound to mwscript (reduces coupling between openmw components)
|
15 years ago |