Alexander "Ace" Olofsson
fe241be26c
Merge branch 'master' of git://github.com/OpenMW/openmw into appveyor
9 years ago
Alexander "Ace" Olofsson
2142d0d2d6
Make Qt5 happy
9 years ago
scrawl
2f9b404094
InstallationPage: properly exit the QThread ( Fixes #2210 )
9 years ago
scrawl
2ffcc2a2b4
Fix incorrect path encoding handling in debug message
9 years ago
scrawl
609e146a22
Build fixes for windows
10 years ago
scrawl
e13a938896
Add support to build with Qt5 (Task #2665 )
...
Known issue: the render view doesn't work in Qt5. With the switch to OSG around the corner, this isn't worth fixing.
10 years ago
scrawl
4b5c2398a1
Remove QTextCodec::setCodecForCStrings
...
Not needed, we're using QString::fromUtf8/toUtf8 to handle encodings correctly.
10 years ago
scrawl
cf95d3fc35
Refactor cmake scripts, reducing the amount of find_package(Boost)
10 years ago
scrawl
fc5176dc38
Refactor cmake scripts, reducing the amount of find_package(Qt4)
10 years ago
Rohit Nirmal
997347b01e
Silence -Wreorder warnings.
10 years ago
dteviot
2ef7fc4e2c
Installer work for Windows ( Fixes #1621 )
...
1. Correctly reads Windows registry for vanilla MW install location.
2. Populates existing installation page with location of vanilla, when found.
3. On Windows, installer wizard now gets to Import page.
10 years ago
scrawl
e0d0997409
Rename omwlauncher -> openmw-launcher, mwiniimport -> openmw-iniimporter
10 years ago
scrawl
697ab16ec5
Fix for coverity defects
10 years ago
dteviot
05b89be8bf
Launcher sets content list to match values in openmw.cfg ( Fixes #811 )
...
I took the liberty to add accessor & mutator functions for classes ContentListsGameSettings and LauncherSettings , as existing code can reverse order of entries.
Also replaced some "magic strings" with named constants.
10 years ago
Bret Curtis
dcfadeb51a
fix typo and annoying gcc/clang unused return values in crash catcher
10 years ago
Marc Zinnschlag
e755f692cc
silenced some annoying warnings
10 years ago
Marc Zinnschlag
003675318d
Merge remote-tracking branch 'scrawl/master'
10 years ago
scrawl
ff8bdd74ed
Fix strange bitflags handling
10 years ago
cc9cii
69134e3ac2
Add icon to windows executable.
10 years ago
scrawl
4bf5c89e6f
Merge branch 'master' of https://github.com/OpenMW/openmw into unshield
...
Conflicts:
apps/wizard/CMakeLists.txt
10 years ago
scrawl
abf49267ea
Unshield include fix
10 years ago
scrawl
a8a2b44b0f
Don't require libunshield on windows
10 years ago
Nikolay Kasyanov
a0c454b01c
Properly add libunshiled include dir (again, for wizard this time)
10 years ago
scrawl
1e06f69d9e
Remove the "browse to existing installation" button, now replaced by the wizard
...
Clean up some debug spam
10 years ago
pvdk
6348af586e
Fixed some problems with the launcher and the wizard
11 years ago
pvdk
a390dde818
Fixed importing configurations of existing installations
11 years ago
pvdk
2a6a26c0d0
Minor fixes
11 years ago
pvdk
88064f4946
Fix for MOC error due to Boost includes
11 years ago
pvdk
aa07a33906
Fixed most of the memory leaks and started working on correctly exiting the thread
11 years ago
pvdk
5d94cb112f
Fixed segfault bug due to accessing members of unitialized struct
11 years ago
pvdk
6ed76858d9
Fixed some minor problems with the wizard
11 years ago
pvdk
f8bb797b8a
Settings tab is fully functional now
11 years ago
pvdk
21c406316f
Working on the Settings tab: start the importer/wizard
11 years ago
pvdk
14b164a03d
Reverted an unneeded fix
11 years ago
pvdk
10d2ca82f7
Implemented a simple logger
11 years ago
pvdk
eb04fa85b7
Added background image to the last page too
11 years ago
pvdk
ef617fdf3d
Fail on the first error whilst extracting an archive
11 years ago
pvdk
667b0de250
Fixed problems with cd content autodetection
11 years ago
pvdk
2e1248537e
Minor fixes, installation should stop after one error message now
11 years ago
pvdk
9e5e19f9cb
Improved existing installation handling
11 years ago
pvdk
ae5f783a16
Added some eye-candy to the wizard: a watermark and a placeholder icon
11 years ago
pvdk
254fe0a424
Made install functions use file finding methods and improved error handling
11 years ago
pvdk
ef16b46148
Wizard now autodetects correct installation archive
11 years ago
pvdk
b2156351d8
Work in progress commit, working on data1.hdr autodetection
11 years ago
pvdk
05f8af0757
Use the correct encoding for the ini importer
11 years ago
pvdk
6b9082c6ba
Support different Tribunal patch .esm location, as seen on German GoTY disk
11 years ago
pvdk
d30c4edb14
Support separate Splash directory, found in some installation media cabinets
11 years ago
pvdk
3792b301e9
Wizard now runs the ini-importer to import settings from Morrowind.ini
11 years ago
pvdk
36d4287da4
Fixed openmw.cfg handling: file should not be cleared anymore
11 years ago
pvdk
755c99df3c
Some minor fixes
11 years ago