scrawl
|
03682184c6
|
Enable SDL_TEXTINPUT events only when a text input widget currently has key focus
|
12 years ago |
scrawl
|
4c8a04d9cb
|
Merge branch 'master' of https://github.com/zinnschlag/openmw into sdl_input2
Conflicts:
apps/openmw/mwinput/inputmanagerimp.cpp
|
12 years ago |
scrawl
|
5252ffa104
|
More cleanup
|
12 years ago |
scrawl
|
289587b1a9
|
Cleanup
|
12 years ago |
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
|
12 years ago |
scrawl
|
9331a6380c
|
Merge remote-tracking branch 'corristo/sdl_input2' into sdl_input2
|
12 years ago |
scrawl
|
4fb32f7f05
|
Moved window resize messages to sdlinputwrapper
|
12 years ago |
Nikolay Kasyanov
|
9807eacb58
|
Removed obsolete OIS workaround
|
12 years ago |
Nikolay Kasyanov
|
5984a15846
|
We don't need Carbon on OS X anymore
|
12 years ago |
Rohit Nirmal
|
e5ddaaf676
|
Fix wrong indenting from my last commits.
|
12 years ago |
Marc Zinnschlag
|
df016778be
|
Merge remote-tracking branch 'rohitnirmal/journal-open-sound'
|
12 years ago |
scrawl
|
0880805559
|
Minor cleanup
|
12 years ago |
Rohit Nirmal
|
9d4ecc3e73
|
replace tabs with spaces.
|
12 years ago |
Rohit Nirmal
|
aac3ada14b
|
Use mousewheel to turn book pages.
|
12 years ago |
scrawl
|
fcf35d3871
|
Removed the UI cursor sensitivity slider
|
12 years ago |
scrawl
|
ab3634d692
|
Removed some remains of OIS
|
12 years ago |
scrawl
|
14a2a26a56
|
Fullscreen resizing fix
|
12 years ago |
scrawl
|
403704b92a
|
Use openmw.png for SDL_SetWindowIcon
|
12 years ago |
scrawl
|
705488ddfb
|
Fix mouse movement events being discarded when there's more than one event in a frame
|
12 years ago |
scrawl
|
cc077eaba6
|
Fix mouse wheel triggering a click event in mygui
|
12 years ago |
scrawl
|
918a1655bb
|
Restored HW cursor rotation and resolution/fullscreen switching
|
12 years ago |
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
|
12 years ago |
Marc Zinnschlag
|
df1f1bd5c8
|
Merge remote-tracking branch 'glorf/cs-windows'
|
12 years ago |
Glorf
|
548f4d683f
|
Globalization of user settings
|
12 years ago |
Marc Zinnschlag
|
bd08677a7f
|
Merge branch 'openmw24'
|
12 years ago |
Marc Zinnschlag
|
c891e529f3
|
Merge remote-tracking branch 'rohitnirmal/launcher-fix-rohit'
|
12 years ago |
Rohit Nirmal
|
2fd4d71774
|
trim whitespace from key and value while reading settings file - stops ugly buildup in settings.cfg, and correctly reads settings from it.
|
12 years ago |
darkf
|
fc0f04324c
|
Remove some superfluous mSkyManager NULL checks
|
12 years ago |
Rohit Nirmal
|
fdeac21f22
|
Merge branch 'master' of https://github.com/zinnschlag/openmw into journal-open-sound
|
12 years ago |
Rohit Nirmal
|
b5caa25e5c
|
Just move check if player owns journal to inputmanagerimp.cpp - prevents playing sound when going to main menu.
|
12 years ago |
fstp
|
98e5cb6d7b
|
Added ifdef to keep backward compatibility with the FFmpeg library.
|
12 years ago |
Rohit Nirmal
|
4eede86ce6
|
Moved journal open/close sound effect playback to JournalWindowImpl, and have opening sound play only if the player has the journal.
|
12 years ago |
fstp
|
a3b2a76e60
|
Added virtual destructors to classes LocalMapBase and EffectEditorBase.
|
12 years ago |
Glorf
|
10165d3c6b
|
Feature #468
|
12 years ago |
Marc Zinnschlag
|
48496a644f
|
Merge remote-tracking branch 'scrawl/master'
|
12 years ago |
scrawl
|
daab4f55a3
|
Use Morrowind's fonts
|
12 years ago |
pvdk
|
b3595a6a2e
|
Fix for duplicate key/value pairs being written to settings.cfg, Bug #755
|
12 years ago |
Marc Zinnschlag
|
f586eef604
|
Merge remote-tracking branch 'torben/pathfindingoverhaul'
|
12 years ago |
Torben Carrington
|
09beafd044
|
Pathfinding Overhaul - Master cleanup! Cleaned pathfinding entirely, all AI packages that are implemented as well, Increased buffer! This makes the intro guard no longer walk into you or go to far into the room (not tested against vanilla distances but it seems accurate enough until the next itteration of pathfinding fixes).
|
12 years ago |
Torben Carrington
|
a4caec56cf
|
Pathfinding Overhaul - Fixed selecting cells that are inaccessable from AIWander and pathfinding in general (sadly requires minor effort on the AI Packages implementation but it is the quickest way I can see), minor cleanup again (there is a lot to cleanup, this will prolly be in every commit).
|
12 years ago |
scrawl
|
8bd712cc95
|
Fix being able to move slowly when over encumbered
|
12 years ago |
Torben Carrington
|
73a9671742
|
Pathfinding Overhaul - Changed the name of checkIfNextPointReached to a more intuitive name considering what it does (checkPathCompleted) and fixed a minor bug in it, modified buildPath() to take one final parameter, a bool which dictates whether or not to always use pathfinding (like AIWander should be doing) or to allow for "shortcuts", modified all ai packages to work with these two changes.
|
12 years ago |
Torben Carrington
|
c080785235
|
Pathfinding Overhaul - Finished cleaning, removed unnecessary parameter in one function, fixed use of the function in ai packages and added use of clearPath() function in aiwander, fixed algorithms and got rid of excess subtractions in getDistance functions (thanks to Chris!).
|
12 years ago |
Torben Carrington
|
7b465ae4f1
|
Pathfinding Overhaul - Even more cleanup and spacing corrections, small renaming (more to come), removed a few unnecessary actions that wasted CPU time and tmp RAM.
|
12 years ago |
Torben Carrington
|
96fdaf7410
|
Pathfinding Overhaul - More cleanup.
|
12 years ago |
Torben Carrington
|
4838678944
|
Pathfinding Overhaul - Cleanup, removed unnecessary include, fixed spacing, added a function for clearing a path, overall preperation to begin working on fixing pathfinding.
|
12 years ago |
Miroslav Puda
|
dc17fa1636
|
Removal of duplicit enumeration and unnecessary conditions.
|
12 years ago |
Marc Zinnschlag
|
bbec3680c6
|
Merge remote-tracking branch 'pakanek/enchanting-mechanics'
|
12 years ago |
Marc Zinnschlag
|
6e7416d8c5
|
Merge remote-tracking branch 'scrawl/master'
|
12 years ago |
scrawl
|
9a43927078
|
Fix weapons not appearing in Enchantable filter
|
12 years ago |