Marc Zinnschlag
e2bf4694cb
Merge remote-tracking branch 'scrawl/master'
13 years ago
scrawl
ba43f2997f
fix missing character in font for french morrowind version, thanks to jvoisin
13 years ago
scrawl
760f05c454
the HUD can be toggled with F12 key; useful for screenshots
13 years ago
Marc Zinnschlag
bc34fab17f
Merge remote-tracking branch 'greye/aidata'
13 years ago
greye
a90547bbbe
code formatting
13 years ago
Marc Zinnschlag
81463fa23d
Issue #372 : fixed positions in SoundManager
13 years ago
scrawl
dbe3cca828
added a separate core.xml file that works with the mygui layout editor
13 years ago
greye
75fa0288a3
fix creatures has spells, creatures ai data
13 years ago
greye
02d7aa4135
npc ai packages
13 years ago
Marc Zinnschlag
4f411ff1eb
Merge remote-tracking branch 'scrawl/master'
13 years ago
scrawl
6ad08dfd33
added settings for crosshair & subtitles
13 years ago
Marc Zinnschlag
b03f814046
Merge remote-tracking branch 'scrawl/doormarkers'
13 years ago
scrawl
5370fecb6f
fix a small input focus issue with the map
13 years ago
Marc Zinnschlag
4142a2e75c
Merge remote-tracking branch 'mmd/bug381'
13 years ago
Michael Mc Donnell
d7572d815e
Do not define OIS_DYNAMIC_LIB in ICSPrerequisites.h
...
Fixes http://bugs.openmw.org/issues/381
13 years ago
Artem Kotsynyak
e9b2f4ee74
fix equipment visibility update
13 years ago
scrawl
1c5055c8ac
fix a problem where hovering a marker would render it on top of the fog of war instead of below
13 years ago
scrawl
7eaf5e7f0f
changed the markers to look more like morrowind's (hover effect)
13 years ago
scrawl
d9276ca09d
don't make copy of CellRefList in World::getNorthVector
13 years ago
scrawl
3c39c47e2f
don't make copies of CellRefList & LiveCellRef
13 years ago
scrawl
571d5095d4
removed a cout
13 years ago
scrawl
5834b4baa5
door markers on the local map
13 years ago
Marc Zinnschlag
34c30b132c
Issue #378 : workaround for bad ingredient records in Morrowind.esm
13 years ago
Marc Zinnschlag
40d4dad15e
Issue #378 : Fix (record wasn't build fully)
13 years ago
Marc Zinnschlag
160b52162b
Merge remote-tracking branch 'scrawl/quick_keys'
...
Conflicts:
apps/openmw/mwgui/windowmanagerimp.cpp
13 years ago
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
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