pvdk
75be474005
Use the resolution QRegExp cap() instead of converting ints back and forth
2013-03-16 13:45:23 +01:00
pvdk
d1860f2d6c
Removed color information from Direct3D resolutions
2013-03-16 13:40:29 +01:00
pvdk
110dd5d0ee
Possible fix for the resolutions not appearing with Direct3D Renderer
2013-03-15 01:56:39 +01:00
pvdk
81604613b5
Narrowed down includes to improve compile time
2013-03-12 01:29:13 +01:00
Pieter van der Kloet
9145fb210b
Merge remote-tracking branch 'upstream/master' into opencsui
2013-03-07 03:02:03 +01:00
Pieter van der Kloet
c9859382bf
Made the launcher write the custom resolution to file, cleaned resolution parsing
2013-03-06 01:35:32 +01:00
Pieter van der Kloet
fb5213a754
Made the GraphicsPage use a .ui file and added support for custom res
2013-03-05 02:17:28 +01:00
Pieter van der Kloet
9cd8dd39de
Make the launcher code conform to the coding standards and cleanup
2013-02-25 21:22:07 +01:00
Pieter van der Kloet
17a0a201df
Various fixes and changes to the settings handling
2013-02-25 00:56:04 +01:00
Pieter van der Kloet
ee27e3bb58
Merge remote-tracking branch 'upstream/next' into settingsnext
...
Conflicts:
apps/launcher/CMakeLists.txt
apps/launcher/datafilespage.cpp
apps/launcher/datafilespage.hpp
apps/launcher/graphicspage.cpp
components/fileorderlist/utils/filedialog.cpp
components/fileorderlist/utils/filedialog.hpp
2013-02-15 15:21:14 +01:00
scrawl
d47090b312
Merge branch 'next' of https://github.com/zinnschlag/openmw into graphics
2013-02-09 16:40:10 +01:00
Michal Sciubidlo
155cca0c9a
Upload missing files.
...
Fix folder name.
Keep Qt optional.
Move open dialogue from doc to tools.
Rename 'load' to 'open'.
Deleted wrong comment.
2013-02-02 18:36:01 +01:00
Michal Sciubidlo
f029a9011a
Move datafilespage to shared space.
2013-01-30 20:21:03 +01:00
Pieter van der Kloet
25edba0887
Rewriting the config code of the pages to use the new settings classes
2013-01-27 16:39:51 +01:00
scrawl
e4f140841e
Make OpenMW work with Ogre 1.9
2013-01-12 08:23:15 +01:00
pvdk
b0647d6c8a
Fix for Bug #413 : resolutions no longer appear multiple times on Windows
2012-10-30 19:05:44 +01:00
pvdk
85aaacb41a
Some cleaning of the launcher source dir
2012-10-12 02:25:14 +02:00
Nikolay Kasyanov
b05dfeae70
bug #348 : cleanup
...
moved files to appropriate component, moved function to namespace,
added docs
2012-07-31 01:01:00 +04:00
Nikolay Kasyanov
0cdb651c5e
removed excess invocation
2012-07-28 02:05:06 +04:00
Nikolay Kasyanov
fbe9a94568
bug #348 : fixed OS X deployment
...
just enable CMake option "OPENMW_OSX_DEPLOYMENT" and it will search
plugins inside application bundle instead of Ogre prefix
2012-07-28 01:55:37 +04:00
Nikolay Kasyanov
94ce95c679
bug #348 : works again on OS X
2012-07-25 00:13:33 +04:00
scrawl
e7ab3544ac
removed some redundant code
2012-07-21 13:52:12 +02:00
scrawl
014396e80c
remove the plugins.cfg files, do not enforce CG plugin
2012-07-20 16:44:03 +02:00
Pieter van der Kloet
2db6e4f4cf
Second try: added aspect ratios to the resolution combobox
2012-06-29 19:13:12 +02:00
Marc Zinnschlag
fc063472d0
Revert "Added aspect ratio info to the list of resolutions"
...
This reverts commit be5e047106
.
2012-06-29 14:41:19 +02:00
Pieter van der Kloet
be5e047106
Added aspect ratio info to the list of resolutions
2012-06-28 02:06:42 +02:00
Pieter van der Kloet
e5159a1950
Modified sorting of the values in the Graphics Page
2012-06-26 15:37:40 +02:00
Pieter van der Kloet
77ac8760d1
Cleaned up the GUI of the Graphics page
2012-06-26 03:07:54 +02:00
Pieter van der Kloet
6fe471c1c6
Resolutions are now sorted descendingly and removed some debug stuff
2012-06-26 02:41:54 +02:00
Pieter van der Kloet
6a2bcddef5
Changed the way the launcher exits and polished the error handling code
2012-06-20 23:25:22 +02:00
scrawl
61ec56debc
don't add duplicate resolutions
2012-06-19 16:02:28 +02:00
scrawl
c9e76d3e90
remove extra tokens at the end of the resolution string, if present
2012-06-19 15:57:58 +02:00
scrawl
b831c3313d
render system was not written on launcher exit
2012-06-17 00:47:45 +02:00
scrawl
b25d62a7e2
rename antialiasing mode "MSAA 0" to "none" to avoid confusion.
2012-05-22 20:52:38 +02:00
scrawl
ad46049ee0
got the launcher working with the new settings system.
2012-05-22 20:37:18 +02:00
scrawl
355268dae1
make the launcher build and run again, but it doesn't change settings
2012-05-22 19:36:50 +02:00
k1ll
b7eb7ff8e3
Added support for linking static Ogre libraries and plugins into the launcher and openmw.
2012-03-15 15:51:39 +01:00
Pieter van der Kloet
2429f3960f
Merge remote-tracking branch 'upstream/master' into launcher
...
Conflicts:
apps/launcher/CMakeLists.txt
apps/launcher/datafilespage.cpp
2012-03-05 23:43:59 +01:00
Pieter van der Kloet
b320733e45
Fixed Qt exits, this time for all occurrences
2012-02-28 21:00:02 +01:00
Pieter van der Kloet
1512481c07
Changed the way whitespace was removed from retrieved Ogre values
2012-02-28 17:18:01 +01:00
Pieter van der Kloet
280babc719
Fixed stylesheet and configuration problems with the launcher and code cleanup
2012-02-22 08:34:47 +01:00
Lukasz Gromanowski
7c24ae9ac7
Issue #168 - Configuration cleanup - WIP
...
This is "work in progress" commit, it shall not be merged alone,
without succeeding commits (it's not fully functional).
Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com>
2012-01-21 01:31:20 +01:00
Marc Zinnschlag
4e25200844
fixed usage of Qt exit
2011-11-03 09:08:40 +01:00
Jacob Essex
0e3859385d
Now ensures that the directory to the config file exists before Ogre tries to access it
2011-11-02 11:11:27 +00:00
Pieter van der Kloet
5dbbc5bb7b
Changed error handling for Ogre config and made the launcher exit cleanly
2011-10-12 23:02:27 +02:00
Marc Zinnschlag
7c8853f6fe
post-merge fixes
2011-09-27 09:45:28 +02:00
Alexander "Ace" Olofsson
0defc590bc
Quick fix for always using OpenGL rendering, no matter the selected rendersystem
2011-09-07 10:17:46 +02:00
Pieter van der Kloet
b60bb408fd
Added some useful error messages when things go wrong with Ogre
2011-09-06 02:02:34 +02:00
Lukasz Gromanowski
54cb6deab9
Issue #168 : Configuration cleanup, part 2
2011-09-02 20:01:24 +02:00
Pieter van der Kloet
ceb8190121
Modified config saving to use Ogre's own methods instead of custom stuff
2011-09-01 05:53:08 +02:00