Commit Graph

3522 Commits (ed644259ce71df3a3c61e54d8f92ebf6bfedfe14)

Author SHA1 Message Date
Jordan Milne ed644259ce Move SDL helpers to their own package in extern/, allow conversion from sdl to ois keycodes, (maybe) fix unicode handling 12 years ago
Jordan Milne cb01df49c0 begin to support text input 12 years ago
Jordan Milne 5fa77da9d4 Merge branch 'master' into sdl_input 12 years ago
Jordan Milne 53cff0ba68 use native relative mouse movements where available, have the cursor follow the hardware cursor in the main menu 12 years ago
Jordan Milne 02ccb75894 Wrap the mouse to the window (except in debug mode)
Grab the mouse when not in the main menu (except in debug mode)
Always hide the cursor when it's over the window
Allow warping the mouse around
Handle ^C properly
12 years ago
Jordan Milne 1bf36c686c add ability to check if a window is on the stack (to see if we're in the main menu) 12 years ago
Jordan Milne 857bb42297 Create a separate scenemanager for each CharacterPreview instance 12 years ago
Jordan Milne f85679db93 Merge branch 'master' into sdl_input 12 years ago
Jordan Milne 6b49b8ab47 MyGUI doesn't care for SDL's mouse button ordering, send it what it expects 12 years ago
Jordan Milne 3b1d285cf3 fix compile errors, work with unmodified SDL 12 years ago
Nathan Jeffords 39d27b87c9 fixed build error with Audiere coded enabled 12 years ago
Jordan Milne 6449f68d61 Merge branch 'master' into sdl_input 12 years ago
Jordan Milne 884d3ea4d8 Rip out OIS, fill the holes with SDL goodness. WIP. 12 years ago
Marc Zinnschlag c6ff58d5b5 Merge remote-tracking branch 'scrawl/videoplayback'
Conflicts:
	apps/openmw/mwscript/docs/vmformat.txt
12 years ago
Tom Mason 9ee823d8f8 fixed typo in vmformat.txt 12 years ago
Tom Mason 4c5ed43cc9 added removesoulgem, and fixed addsoulgem 12 years ago
Tom Mason c2901fe6cc added addsoulgem scripting function 12 years ago
scrawl f1b138d0a8 Merge branch 'master' into videoplayback
Conflicts:
	apps/openmw/mwscript/docs/vmformat.txt
12 years ago
scrawl c2b75e28e9 Merge branch 'videoplayback' of github.com:scrawl/openmw into videoplayback 12 years ago
scrawl 282601d6e9 support the allowSkipping extra parameter for playBink command. 12 years ago
scrawl 35f4d09288 swscale handled better (cmake) 12 years ago
Marc Zinnschlag 2557ef4d7d post merge fixes and some misc clean up 12 years ago
Marc Zinnschlag 41767f8dfa Merge remote-tracking branch 'blunted2night/better_flicker' 12 years ago
Nathan Jeffords 0f3712f284 change flickering light's brightness pattern 12 years ago
Marc Zinnschlag 25815ab8f7 Merge remote-tracking branch 'potatoesmaster/to_utf8-rewrite' 12 years ago
Emanuel Guevel 63f09462fd to_utf8, Utf8Encoder: pass encoding as constructor parameter
Edit other files accordingly.
12 years ago
Marc Zinnschlag fbb59302d9 Merge remote-tracking branch 'blunted2night/loading_screen_fix' 12 years ago
Emanuel Guevel 67273fc177 mwiniimporter: use Utf8Encoder 12 years ago
Nathan Jeffords 9afe4467d8 cache results of query for spash screen names
ResourceGroupManager::listResourceNames returns a list of all resource
accessable which is expensive, this change caches the result of the
processed query so additional splash screen changes are quicker.
12 years ago
Marc Zinnschlag 0af7a2888a Merge remote-tracking branch 'scrawl/ai_script' 12 years ago
Marc Zinnschlag 25d9918765 post merge fix: bringing code more in line with our naming standards and fixing an invalid name (names starting with double underscore are reserved in C++) 12 years ago
Marc Zinnschlag c0260697c2 Merge remote-tracking branch 'scrawl/master' 12 years ago
Marc Zinnschlag ce5d27b07b Merge remote-tracking branch 'scrawl/button_fixes' 12 years ago
scrawl 42e0501c67 fix typo 12 years ago
scrawl a5ef669eb6 Merge branch 'master' of git://github.com/zinnschlag/openmw into HEAD
Conflicts:
	apps/openmw/mwscript/aiextensions.cpp
	apps/openmw/mwscript/docs/vmformat.txt
12 years ago
scrawl ba7086cadf Use race/class names (instead of ID) in replaced escape sequences 12 years ago
scrawl 1718d735b5 Fix menu/journal/book/scroll buttons when using localised MW-installations
This patch implements a custom widget that can switch its texture on-the-fly, making it obsolete having to use an atlas to get a hover animation. This also removes the predefined size restriction and should now work with all button texture sizes.
12 years ago
scrawl ddbe13e569 Workaround for http://bugs.openmw.org/issues/475 12 years ago
Marc Zinnschlag ff74f687fb Merge remote-tracking branch 'lazydev/master' 12 years ago
lazydev 04cca2a1ce fix for http://bugs.openmw.org/issues/517 12 years ago
Marc Zinnschlag 83fe128e87 Merge remote-tracking branch 'potatoesmaster/ini_fallback_values-draft' 12 years ago
scrawl 86f30992d7 fix message boxes not appearing properly when e.g. trading 12 years ago
Emanuel Guevel 2a7336c310 mwiniimporter: handle ini file encodings
Use components/to_utf8 to handle encodings.
Add an --encoding option for choosing between win1250, win1251 and
win1252 encodings for the imported ini file.
12 years ago
Marc Zinnschlag 4a8bf40a83 Merge remote-tracking branch 'lazydev/master' 12 years ago
lazydev 7cd1e87fe8 Merge branch 'master' of git://github.com/zinnschlag/openmw
Conflicts:
	apps/openmw/mwdialogue/dialoguemanagerimp.cpp
12 years ago
Emanuel Guevel e9a464c9f7 mwiniimporter: remove fallback values for Cursors 12 years ago
Emanuel Guevel e2b348de96 mwiniimporter: fix line ending problem 12 years ago
Marc Zinnschlag 65c7c7f60e Merge remote-tracking branch 'potatoesmaster/ini_fallback_values-draft' 12 years ago
greye 7e0713f6c4 fix string case update 12 years ago
lazydev cd5d95ed22 1. Dialogs in Russian version now works.
2. Destination names it travel window are now translated
12 years ago