scrawl
e517e75d09
update
2012-07-07 01:25:14 +02:00
scrawl
a095572205
fixed some textures, started with sky
2012-07-06 10:31:48 +02:00
scrawl
71c865e2e9
let there be light
2012-07-06 07:10:10 +02:00
scrawl
33c48b9481
update
2012-07-06 04:28:08 +02:00
scrawl
9bd888d9a1
transparency
2012-07-05 00:39:25 +02:00
scrawl
19ecc7f890
fix performance
2012-07-04 17:28:22 +02:00
scrawl
f8e3213996
fog, mrt depth
2012-07-04 16:57:14 +02:00
scrawl
a1e48b0feb
builds now
2012-07-03 22:48:16 +02:00
scrawl
24399a45c1
add submodule with current code
2012-07-03 22:27:22 +02:00
scrawl
250fcab7c2
moved the mygui resources to a more suitable location
2012-03-22 17:11:24 +01:00
scrawl
6827aac42c
fix all mygui.log warnings, fix journal
2012-03-22 17:02:02 +01:00
scrawl
75d5714fe0
TextEdit, TextBoxEdit, DispEdit fix more consistent
2012-03-22 16:45:27 +01:00
scrawl
d67ee8b511
console fix more consitent
2012-03-22 16:18:49 +01:00
scrawl
6b4a35667c
fix window titles
2012-03-22 16:13:36 +01:00
scrawl
755e05e742
fixed ListBox selected item colour
2012-03-22 16:04:11 +01:00
scrawl
d1508f5a59
List -> ListBox
2012-03-22 15:28:06 +01:00
scrawl
560e702973
fixed scroll bars
2012-03-22 15:23:23 +01:00
scrawl
26aae9d2ce
fix class name typo
2012-03-22 15:10:29 +01:00
scrawl
161d519206
fixed the dialogue history topic selection
2012-03-22 15:01:37 +01:00
scrawl
3b76f6dcf4
fixed console log
2012-03-22 13:44:39 +01:00
scrawl
43349eb539
fixed console command line
2012-03-22 13:34:02 +01:00
scrawl
ceea51fe9f
fixed TextEdit, TextBoxEdit, DispositionEdit
2012-03-22 13:29:54 +01:00
scrawl
9933de7c6a
Edit -> EditBox
2012-03-22 12:21:03 +01:00
scrawl
0af8591c03
Window_MinMax
2012-03-21 21:49:37 +01:00
scrawl
433a318abb
colour -> textcolour
2012-03-21 19:31:56 +01:00
scrawl
37290d9638
fix text colours
2012-03-21 19:23:32 +01:00
scrawl
98f3192448
forgot to git add some stuff
2012-03-21 18:38:08 +01:00
scrawl
9b31b6272f
fixed the mouse cursors and fixed MWAttribute & MWSkill
2012-03-21 16:07:56 +01:00
scrawl
2f662a226c
replaced all the StaticText in layouts
2012-03-21 14:56:12 +01:00
scrawl
64212c0ee6
replaced all the StaticImage and StaticText in code
2012-03-21 14:54:02 +01:00
scrawl
99461765da
restored another bunch of stuff
2012-03-21 14:00:24 +01:00
scrawl
0d56a55756
restored journal window background
2012-03-21 13:57:26 +01:00
scrawl
66baf9ec81
Merge branch 'master' into mygui
2012-03-20 20:02:30 +01:00
scrawl
3a00fbb950
removed mygui from source tree and use system install instead
2012-03-18 15:11:37 +01:00
Marc Zinnschlag
4bdfbb6d4f
Merge branch 'master' into dialogue
...
Conflicts:
apps/openmw/mwscript/docs/vmformat.txt
2012-03-05 11:34:06 +01:00
scrawl
694a537b57
- removed caelum sources, resources, build scripts
2012-02-21 00:14:20 +01:00
Marc Zinnschlag
d9945a976d
Merge remote branch 'gus/DialogueSystem' into dialogue
2012-02-12 13:47:04 +01:00
gugus
abe38e5f87
Started to weire the dialogue manager and the dialogue GUI
2012-02-05 10:54:56 +01:00
Cris Mihalache
6d4fa9274e
Moved OpenEngine systems into their appropriate classes
2012-01-29 17:31:18 +02:00
Marc Zinnschlag
e3631003e9
Merge remote branch 'yacoby/detailed_fps'
2012-01-17 14:04:00 +01:00
Jacob Essex
e73640e720
Improved code, added labels to the counter
2012-01-17 11:58:06 +00:00
gugus
edbf4f7bdc
forgot to update core.xml
2012-01-16 19:35:35 +01:00
gugus
ba2fc27c2d
oups forgot Cmake stuff
2012-01-16 18:10:16 +01:00
gugus
eb4dea3d87
Previous/Next button implemented
2012-01-16 17:46:25 +01:00
Jacob Essex
18e4b73a86
Added a more detailed fps counter displaying the triangle and batch count
2012-01-16 15:33:21 +00:00
gugus
9031f62962
The journal is now in the center of the screen.
2012-01-11 12:58:39 +01:00
gugus
0178e22605
correct CMake error
2011-12-26 18:36:15 +01:00
gugus
bc51ba5a38
Add the journal window (J key). It's still not in the right position.
2011-11-28 16:51:11 +01:00
Marc Zinnschlag
b157273cd9
Merge branch 'next'
...
Conflicts:
apps/openmw/main.cpp
2011-07-31 19:28:12 +02:00
Lukasz Gromanowski
ac9b1715d5
Added new command line option: "encoding"
...
Added new command line option: "encoding" which allow to
change font encoding used in game messages.
Currently there are three evailable encodings:
win1250 - Central and Eastern European (languages
that use Latin script, such as Polish,
Czech, Slovak, Hungarian, Slovene, Bosnian,
Croatian, Serbian (Latin script),
Romanian and Albanian)
win1251 - languages that use the Cyrillic alphabet
such as Russian, Bulgarian, Serbian Cyrillic
and others
win1252 - Western European (Latin) - default
Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com>
2011-07-17 22:16:50 +02:00