scrawl
|
b16bc69479
|
Removed the no longer needed --debug switch
|
2013-06-16 20:39:40 +02:00 |
|
scrawl
|
4fd7891d2c
|
Fix a message box issue
|
2013-06-16 20:26:27 +02:00 |
|
scrawl
|
b16c92c2f5
|
Better handle SDL_TEXTINPUT events
|
2013-06-16 19:43:59 +02:00 |
|
scrawl
|
4c8a04d9cb
|
Merge branch 'master' of https://github.com/zinnschlag/openmw into sdl_input2
Conflicts:
apps/openmw/mwinput/inputmanagerimp.cpp
|
2013-06-15 17:41:42 +02:00 |
|
scrawl
|
5252ffa104
|
More cleanup
|
2013-06-15 17:06:27 +02:00 |
|
scrawl
|
f1ff9b69b3
|
Mouse grab and relative input need to be disabled when the mouse leaves the window; Disabled resolution switching / window resizing for now due to several glitches
|
2013-06-15 15:33:47 +02:00 |
|
scrawl
|
9331a6380c
|
Merge remote-tracking branch 'corristo/sdl_input2' into sdl_input2
|
2013-06-15 13:25:27 +02:00 |
|
scrawl
|
4fb32f7f05
|
Moved window resize messages to sdlinputwrapper
|
2013-06-15 13:22:29 +02:00 |
|
Nikolay Kasyanov
|
9807eacb58
|
Removed obsolete OIS workaround
|
2013-06-15 15:17:29 +04:00 |
|
Nikolay Kasyanov
|
5984a15846
|
We don't need Carbon on OS X anymore
|
2013-06-15 14:47:33 +04:00 |
|
Rohit Nirmal
|
e5ddaaf676
|
Fix wrong indenting from my last commits.
|
2013-06-13 11:17:34 -05:00 |
|
Marc Zinnschlag
|
df016778be
|
Merge remote-tracking branch 'rohitnirmal/journal-open-sound'
|
2013-06-13 18:04:38 +02:00 |
|
scrawl
|
0880805559
|
Minor cleanup
|
2013-06-13 12:13:40 +02:00 |
|
Rohit Nirmal
|
aac3ada14b
|
Use mousewheel to turn book pages.
|
2013-06-13 00:50:07 -05:00 |
|
scrawl
|
705488ddfb
|
Fix mouse movement events being discarded when there's more than one event in a frame
|
2013-06-12 16:07:46 +02:00 |
|
scrawl
|
cc077eaba6
|
Fix mouse wheel triggering a click event in mygui
|
2013-06-12 15:10:04 +02:00 |
|
scrawl
|
495aeb5d3b
|
Merge branch 'master' into HEAD
Conflicts:
CMakeLists.txt
apps/openmw/engine.cpp
apps/openmw/mwgui/cursorreplace.cpp
apps/openmw/mwgui/cursorreplace.hpp
apps/openmw/mwgui/windowmanagerimp.cpp
apps/openmw/mwgui/windowmanagerimp.hpp
apps/openmw/mwinput/inputmanagerimp.cpp
libs/openengine/ogre/renderer.cpp
|
2013-06-12 12:34:33 +02:00 |
|
Rohit Nirmal
|
b5caa25e5c
|
Just move check if player owns journal to inputmanagerimp.cpp - prevents playing sound when going to main menu.
|
2013-06-10 19:42:38 -05:00 |
|
Rohit Nirmal
|
4eede86ce6
|
Moved journal open/close sound effect playback to JournalWindowImpl, and have opening sound play only if the player has the journal.
|
2013-06-09 23:27:47 -05:00 |
|
scrawl
|
7a2d1cd8ce
|
Security skill
|
2013-05-19 18:40:37 +02:00 |
|
Chris Robinson
|
6c6200efef
|
Merge remote-tracking branch 'zini/master' into animations
|
2013-05-15 16:34:51 -07:00 |
|
scrawl
|
c41f119ba6
|
Added new game button
|
2013-05-15 17:54:18 +02:00 |
|
Chris Robinson
|
90e29c83c0
|
Merge remote-tracking branch 'zini/master' into animations
Conflicts:
apps/openmw/mwmechanics/character.cpp
|
2013-05-06 19:17:39 -07:00 |
|
Glorf
|
517dfb4d75
|
Bugfix #732 part 2
|
2013-05-03 13:24:34 +02:00 |
|
Glorf
|
57f22c77c0
|
Bugfix #732 part 1
|
2013-05-03 12:44:27 +02:00 |
|
Chris Robinson
|
a120653c38
|
Implement handling weapon states
|
2013-05-01 10:19:16 -07:00 |
|
Chris Robinson
|
15a2eeebb8
|
Merge remote-tracking branch 'zini/master' into animations
Conflicts:
apps/openmw/mwworld/worldimp.cpp
|
2013-04-29 10:16:29 -07:00 |
|
scrawl
|
5ff098b8fb
|
Fix quick keys being triggered when in UI mode
|
2013-04-29 11:55:30 +02:00 |
|
Chris Robinson
|
137017b325
|
Don't allow forcing vanity mode
|
2013-04-27 01:24:36 -07:00 |
|
Tom Mason
|
6ca2b1af74
|
fix for turning animations playing when in vanity mode
|
2013-04-09 19:24:41 +01:00 |
|
Glorf
|
2f52df22ce
|
Bugfix #553
|
2013-04-08 19:00:38 +02:00 |
|
Tom Mason
|
822866b5ae
|
fixed autorun
|
2013-04-07 18:04:30 +01:00 |
|
Chris Robinson
|
f976eb5bd8
|
Improve mouselook scaling
|
2013-03-31 17:32:39 -07:00 |
|
scrawl
|
8fd961bbac
|
Fix ReferenceInterface not resetting the Ptr after it was deleted, causing onReferenceUnavailable to be called every frame. Fix inputmanager hiding the cursor when it shouldn't.
|
2013-03-31 15:50:48 +02:00 |
|
scrawl
|
1a2daa3bc1
|
Merge branch 'master' of git://github.com/zinnschlag/openmw into companion
|
2013-03-31 14:50:03 +02:00 |
|
Chris Robinson
|
13c098266c
|
Pass player rotation through the movement settings
|
2013-03-31 02:57:22 -07:00 |
|
scrawl
|
69099c11a2
|
Merge branch 'enchanting' into companion
|
2013-03-31 11:52:55 +02:00 |
|
Chris Robinson
|
b6f2b39a2f
|
Clear the movement and rotation vector when getting them
|
2013-03-31 01:56:38 -07:00 |
|
scrawl
|
a723ad8f29
|
Don't allow toggling inventory or journal when a modal window is opened
|
2013-03-30 16:32:24 +01:00 |
|
scrawl
|
51204f098e
|
Added soulgem dialog; made interactive message boxes not close the previous UI
|
2013-03-30 15:51:07 +01:00 |
|
Marc Zinnschlag
|
ef72894b81
|
Merge remote-tracking branch 'scrawl/alwaysrun' into next
|
2013-03-14 22:11:12 +01:00 |
|
scrawl
|
5b943a965f
|
Handle always run in the inputmanager, instead of using forced stance.
|
2013-03-14 21:08:19 +01:00 |
|
scrawl
|
2d8f0949a4
|
Always run key (Y)
|
2013-03-14 20:27:16 +01:00 |
|
scrawl
|
beab20cb42
|
Fix message boxes not opening if they opened as a result of object activation
|
2013-03-14 19:53:57 +01:00 |
|
scrawl
|
285b4bf726
|
Allow zooming camera in vanity or preview mode with the mousewheel
|
2013-03-08 00:12:56 +01:00 |
|
scrawl
|
268bb23590
|
Implemented sneaking animation
|
2013-03-06 16:58:56 +01:00 |
|
scrawl
|
0f6fd80294
|
Merge branch 'master' of git://github.com/zinnschlag/openmw into graphics
Conflicts:
apps/openmw/mwgui/windowmanagerimp.cpp
apps/openmw/mwrender/npcanimation.cpp
files/mygui/openmw_settings_window.layout
|
2013-03-03 11:02:38 +01:00 |
|
Marc Zinnschlag
|
038c5c3e82
|
Merge remote-tracking branch 'mikesc/bug574'
|
2013-02-28 20:21:38 +01:00 |
|
Michal Sciubidlo
|
3df34fb5cc
|
fix bug 574
|
2013-02-28 19:52:32 +01:00 |
|
scrawl
|
369f881170
|
Merge branch 'master' of https://github.com/zinnschlag/openmw into graphics
|
2013-02-27 09:25:44 +01:00 |
|