Commit Graph

4257 Commits (87a9373a566cef3d968cdfd0899562c179637f38)
 

Author SHA1 Message Date
scrawl 321f7c3419 fix an infinite recursion regression on several dialogs. 13 years ago
scrawl 5c28a67203 broke something in the last commit. 13 years ago
scrawl 4f19b7fb9b fix leaks. 13 years ago
scrawl bc36b0e2bd remove the restriction on the last quick key 13 years ago
scrawl 6161f81c24 last bits of the quick key menu. 13 years ago
Marc Zinnschlag 14b4263143 Merge remote-tracking branch 'scrawl/alttab' 13 years ago
Marc Zinnschlag 578691ed4c Merge remote-tracking branch 'scrawl/crosshair' 13 years ago
Michael Mc Donnell 8cb4b1900b Merge branch 'windowswarnings' of github.com:MichaelMcDonnell/openmw into windowswarnings 13 years ago
scrawl dc8f9bd923 workaround for alt tab view mode toggle 13 years ago
scrawl 9af0b48ad6 show/hide crosshair correctly 13 years ago
Marc Zinnschlag 4ee9453445 Merge remote-tracking branch 'mmd/windowswarnings' 13 years ago
scrawl a4c1d979d6 Merge branch 'master' into quick_keys 13 years ago
Michael Mc Donnell eff2799c1b Update UTF 8 table generator to print char values
This patch is in relation to commit 25fa8165f97 (Use char literals in
UTF 8 conversion to fix 798 warnings), which changed the UTF 8 table
to have char integer values instead of unsigned chars. Those values were
converted using a custom Python script. This patch changes the original
table generator so it can now output the same format.
13 years ago
scrawl c5e55d3cac fix screenshot function 13 years ago
greye 61923349e5 resolving conflicts 13 years ago
scrawl 5ebcaeb098 Merge branch 'next' into quick_keys 13 years ago
scrawl b1a394552d mouse click sounds 13 years ago
Marc Zinnschlag cc4d55a755 updated credits.txt 13 years ago
Marc Zinnschlag d0cebea580 some cleanup 13 years ago
Marc Zinnschlag 450656a890 Merge remote-tracking branch 'dgdiniz/MoveSoundtoAction-Task339' into next 13 years ago
Marc Zinnschlag ef4910293b Merge remote-tracking branch 'corristo/osx_f_keys_fix' into next 13 years ago
Douglas Diniz 5cbb08fee1 Task 339 - Moving all sounds to actions 13 years ago
scrawl c0f27bd5ef magic selection window 13 years ago
scrawl fab4cfecb1 some unfinished work on quick keys window 13 years ago
Marc Zinnschlag 1fd4d84173 Merge remote-tracking branch 'mmd/windowswarnings' into next 13 years ago
Michael Mc Donnell 5fa8165f97 Use char literals in UTF 8 conversion to fix 798 warnings
The data type is specified as char but the literals are unsigned char. This
results in 798 truncation warnings in vs2010. The literals were converted
with a simple python script to signed char while taking two's complement and
the overflow into account.

Also tested on Ubuntu 12.04 with gcc 4.6.
13 years ago
Michael Mc Donnell ed607a6259 Use char literals in UTF 8 conversion to fix 798 warnings
The data type is specified as char but the literals are unsigned char. This
results in 798 truncation warnings in vs2010. The literals were converted
with a simple python script to signed char while taking two's complement and
the overflow into account.
13 years ago
Lukasz Gromanowski 65678b95f0 Added support for make install.
Added support for make install based on patch from Hasufells
repository:

https://github.com/hasufell/hasufell-overlay/tree/master/games-engines/openmw/files

Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com>
13 years ago
gugus 165065d378 fix a bug with case sensitivity: when searching for a cell which is already loaded,but with another case, the cell get loaded twice, which is bad :p 13 years ago
Nikolay Kasyanov 71a6ce2202 removed cout spam 13 years ago
Nikolay Kasyanov 5395721c26 more appropriate fix for #189 13 years ago
Douglas Diniz 82e7c04c0a Changing sounds to Action.
Adding onActor to Action to choose between playSound and playSound3D.
13 years ago
Lukasz Gromanowski 770f747eec Added fix for not visible pthreads functions for linker with glibc 2.15
Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com>
13 years ago
scrawl f7d537cb28 very small correction 13 years ago
scrawl 19ae30ee68 Merge branch 'master' into next
Conflicts:
	apps/openmw/mwbase/inputmanager.hpp
	apps/openmw/mwinput/inputmanagerimp.cpp
	apps/openmw/mwinput/inputmanagerimp.hpp
	apps/openmw/mwinput/mouselookevent.cpp
13 years ago
Lukasz Gromanowski 34513cf16b Added support for code coverage checking and unittests.
Added support for code coverage checking with gcov and
unittests with Google C++ unittest and GMock frameworks.

Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com>
13 years ago
Marc Zinnschlag e9b80c34fe Merge remote-tracking branch 'greye/rc0-17' 13 years ago
greye e6c3e0744e tvm update and fix 13 years ago
Jason Hooks 5202b11235 just moving a comment 13 years ago
Jason Hooks 4a219404fc Super smooth animations; 100 PERCENT COMPLETE 13 years ago
Jason Hooks f21df64808 changing a few things around 13 years ago
Nikolay Kasyanov 609a45258b updated changelog with newly created bug for laggy input on OS X 13 years ago
greye 5b2b378f25 tvm script instruction 13 years ago
Marc Zinnschlag d1656b2f5d Merge remote-tracking branch 'greye/player_control'
Conflicts:
	apps/openmw/mwrender/player.cpp
13 years ago
Marc Zinnschlag 3036b63175 Merge remote-tracking branch 'scrawl/master' 13 years ago
Marc Zinnschlag 98219323b7 Merge remote-tracking branch 'mmd/vsdebugfixes' 13 years ago
gugus cc01a5ceed Merge branch 'next' of https://github.com/zinnschlag/openmw.git into object_movement_creation 13 years ago
gugus f2d080d091 bugfix 13 years ago
greye b8e56d61d3 update camera code, add idle time 13 years ago
Jason Hooks cc776810e2 smoother animations 13 years ago