Commit Graph

570 Commits (14ef2fa791f7c761ebfcf7512b4c171bbd41ff1b)

Author SHA1 Message Date
David Cernat 14ef2fa791
Merge pull request #369 from OpenMW/master
Add OpenMW commits up to 9 Jan 2018
6 years ago
Thunderforge bd072b131b Moving controller file out of the controllers subdirectory 6 years ago
Thunderforge 3f7143556a Providing different mappings depending on the version of SDL installed 6 years ago
David Cernat cac2c6c1e8 Merge pull request #360 from TES3MP/0.6.1-openmw-updates while resolving conflicts 6 years ago
David Cernat 50d5fffb7f [General] Add and implement PlayerQuickKeys packet 7 years ago
David Cernat 38247ff086 Merge pull request #303 from OpenMW/master while resolving conflicts
# Conflicts:
#	apps/openmw/mwbase/dialoguemanager.hpp
#	apps/openmw/mwdialogue/dialoguemanagerimp.hpp
#	apps/openmw/mwgui/container.cpp
#	apps/openmw/mwgui/windowmanagerimp.cpp
#	apps/openmw/mwscript/dialogueextensions.cpp
7 years ago
scrawl c11fe6788f Add basic keyboard navigation for the GUI
(Shift)Tab cycles, arrow keys move to the next button in that direction, Enter/Space accepts.

Note: Unless MyGUI is hacked to bits, clicking on an empty space will annoyingly reset the key focus. Not sure how to deal with that yet.

The visual highlight for selected buttons requires MyGUI commit 632d007429d0bf0c7d7f6c5db4a08353a63dd839 or later to appear (to be released in 3.2.3).
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 9e7a49f66e Include alext.h to get OpenAL extension definitions 7 years ago
David Cernat bd541b1e5b Merge pull request #287 from OpenMW/master while resolving conflicts
# Conflicts:
#	CMakeLists.txt
#	apps/openmw/CMakeLists.txt
7 years ago
AnyOldName3 5ce34f1cbf Move new behaviour into macro to reduce code duplication 7 years ago
AnyOldName3 3c0ec0d6d0 If CMake supports it, sets the debugger working directory for Visual Studio 7 years ago
David Cernat 721b218cc2 Merge pull request #258 from OpenMW/master while resolving conflicts
# Conflicts:
#	.travis.yml
#	README.md
7 years ago
Andrei Kortunov 604f9ee323 Split weapons and spells rating code from combat actions 7 years ago
Andrei Kortunov 548814bfbc Added AiBreathe package (feature #1374) 7 years ago
David Cernat 43a3daf0aa [General] Add & implement PlayerShapeshift packet for werewolf states 7 years ago
David Cernat 3529f9b090 [General] Add placeholders for PlayerJail, ObjectState & ConsoleCommand 7 years ago
David Cernat 48c63dbce9 [General] Fix ObjectLock packets by making hasCellData true for them 7 years ago
David Cernat ebf7740969 [General] Repurpose GameConsole packet as GameSettings & add difficulty to it 7 years ago
David Cernat 70d9374a6a [General] Implement PlayerKillCount packets 7 years ago
Koncord 587b53bfed [Client] Reorder files 7 years ago
Koncord b84f97ec2b [Client] Implement PasswordDialog 7 years ago
David Cernat 27148ce9eb [General] Add placeholders for 12 new packets, to be implemented soon
Additionally, make it slightly clearer who created which previously existing packets.
7 years ago
Koncord 056ec2d434 [General] Fix CMake errors 7 years ago
David Cernat 08de349133 [General] Add placeholders for PlayerTopic & ObjectTrap packets 7 years ago
David Cernat 870fd9a78b [General] Remove ObjectUnlock packet, use ObjectLock with 0 lock instead 7 years ago
David Cernat e6983993c2 [General] Implement sending and reading of PlayerFaction packets 7 years ago
David Cernat ad388c7e12 [General] Add placeholders for ActorEquipment & PlayerFaction packets
Also reorder packets and packet processors.
7 years ago
David Cernat 809b4d78ba [Client] Split off DedicatedPlayer and PlayerList into different files 7 years ago
David Cernat 6a21ec1fdc [General] Rename PlayerPos into PlayerPosition 7 years ago
David Cernat 7b07d6651f [General] Add and use PlayerBounty packet and matching script functions 7 years ago
David Cernat 6658531713 [General] Fix names for two PlayerProcessors 7 years ago
David Cernat e70faf1016 [Client] Fix crashes in PlayerProcessors from NULL players
Also rename ProcessorPlayerDrawState into ProcessorPlayerAnimFlags
7 years ago
Koncord 0a9768860b [Client] Add Processors to subgroups in cmakelists 7 years ago
Koncord 9cbb8af9d2 [Client] Remove WorldController from cmakelists 7 years ago
Koncord 67aba35d37 [Client] Simplify Processors 7 years ago
Koncord 7ec897a829 [Client] Add ActorProcessor 7 years ago
Koncord f0805ca6f7 [Client] Fix typo 7 years ago
Koncord e98fa6ad07 [Client] Add ProcessorInitializer 7 years ago
David Cernat cf155c9279 [Client] Add MechanicsHelper and move linear interpolation code to it 7 years ago
David Cernat c52084a028 [General] Use BaseActorLists in ActorPackets 7 years ago
David Cernat 0d766a7a04 [Client] Add and use mwmp::Cell class 7 years ago
David Cernat 8df9d55331 [Client] Create placeholder DedicatedActor class 7 years ago
David Cernat d24cde16dd [General] Add simple BaseActor and LocalActor classes 7 years ago
David Cernat 60037e4081 Merge pull request #185 from OpenMW/master
Add OpenMW commits up to 14 Mar 2017
7 years ago
scrawl 9a3a64f0c4 Add resource manager for ESM::Land to allow data to be unloaded when no longer required 7 years ago
David Cernat e703dd42aa [Client] Rename LocalEvent into WorldEvent 7 years ago
David Cernat d503a65849 [Client] Replace tab characters with spaces 7 years ago
David Cernat 624b85347a [Client] Create LocalEvent class and use it instead of WorldEvent 7 years ago
David Cernat 5bdfb72752 Merge pull request #116 from OpenMW/master
Add OpenMW changes up to 26 Dec
8 years ago