Commit Graph

120 Commits (master)

Author SHA1 Message Date
slothlife 20dabaead9 Fix CMake scripts to link static dependencies
Added FindDirectX scripts from Ogre so that FindOgre.cmake doesn't
fail silently to find the libraries correctly.

Modified top-level CMakelists.txt:
- Correctly set include dirs, preprocessor definitions, and add
  libraries for static Ogre plugins.
- Correctly set preprocessor definitions for static MyGUI.

Modified launcher, openmw, and opencs to link the static Ogre plugins.

Fixed FindSDL2.cmake to set a variable that contains only the SDL2
library, so that the launcher doesn't incorrectly link against
SDL2main.

Fixed FindMyGUI.cmake to correctly look for static variants.

Fixed FindOgre.cmake to set variables for DirectX plugins correctly.
11 years ago
pvdk 5af12d193a Cleaned up old wizard stuff from launcher 11 years ago
pvdk bf6103a3a4 Merge branch 'wizardtab' into wizard
Conflicts:
	files/ui/mainwindow.ui
11 years ago
pvdk c54217d008 Merge remote-tracking branch 'upstream/master' into HEAD
Conflicts:
	CMakeLists.txt
	components/CMakeLists.txt
	components/config/gamesettings.cpp
11 years ago
pvdk 802448b217 Added a settings page to the launcher 11 years ago
Scott Howard 2f082ef796 remove unneeded libraries 11 years ago
pvdk 095ff4e17a Moved launcher settings stuff into components, so they can be reused in the wizard 11 years ago
graffy76 f9591ddda6 Reimplemented constentselector view class 11 years ago
graffy76 217a4d75b4 Implemented profile function in launcher datafiles page
Implemented dependency sorting to ensure dependent files appear latest
in the list.
11 years ago
Alexander "Ace" Olofsson 5e42c73356 Better fix for unshield, comments on changes, no more commented out code. 11 years ago
Tom Mason 06ff40eda7 only use unshield on not windows 12 years ago
Tom Mason 865a7c63df cmake for system libunshield 12 years ago
Tom Mason 454b64974d filenames 12 years ago
Tom Mason ceb3317807 Integrate unshield with launcher 12 years ago
Sebastian Wick a1fea97c3b use SDL for resolution -> multimonitor support 12 years ago
Bret Curtis c1ec16986b add cmake fix for compiling with binutils >= 2.23 which requires explicit linking for dl<friends> and Xt 12 years ago
pvdk 31ba332647 Moved Windows icon to files/launcher 12 years ago
Pieter van der Kloet 7504ae675b Implemented a file dialog for the editor using launcher .ui 12 years ago
Pieter van der Kloet 4c9d0563fe WIP: Implementing the .ui for the DataFilesPage 12 years ago
Pieter van der Kloet f2193bb1ba Made the mainwindow use a .ui file and removed the stylesheet 12 years ago
Pieter van der Kloet 2b6bb9657b Added Qt Designer .ui files 12 years ago
Pieter van der Kloet 2172fb4229 Added checkable message box class 12 years ago
Pieter van der Kloet 35b68a3c40 Fixed accidental profile deletion and added sorting by date 12 years ago
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
12 years ago
Pieter van der Kloet aa25471517 WIP: working on improving the config file handling 12 years ago
Michal Sciubidlo 66ec4ca7d9 Split launcher specific code from DataFilesList back to DataFilesPage. 12 years ago
Michal Sciubidlo f029a9011a Move datafilespage to shared space. 12 years ago
Pieter van der Kloet 25edba0887 Rewriting the config code of the pages to use the new settings classes 12 years ago
Pieter van der Kloet 6faf6f57e1 Added settings file reader/writers for openmw.cfg and settings.cfg 12 years ago
Marc Zinnschlag 648b53ef93 removed unused launcher.cfg file 12 years ago
Pieter van der Kloet fe9120bcb3 Added support for the profiles and made creation/editing them more user friendly 12 years ago
pvdk 85aaacb41a Some cleaning of the launcher source dir 12 years ago
Pieter van der Kloet 4174d3c235 Added new plugin model for the Data Files tab in the launcher 12 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
Pieter van der Kloet f81e127701 Created custom directory dialog which only accepts Data Files dirs 13 years ago
Pieter van der Kloet 4488be33ce Added missing slash to launcher CMakeLists.txt 13 years ago
k1ll b7eb7ff8e3 Added support for linking static Ogre libraries and plugins into the launcher and openmw. 13 years ago
Pieter van der Kloet 96c0b8760e Got rid of the console showing up on Windows and removed libpng stuff 13 years ago
Pieter van der Kloet 2429f3960f Merge remote-tracking branch 'upstream/master' into launcher
Conflicts:
	apps/launcher/CMakeLists.txt
	apps/launcher/datafilespage.cpp
13 years ago
Nikolay Kasyanov b283ad86fb revert to old launcher stylesheet location on OS X 13 years ago
Pieter van der Kloet 11ec5cf2e2 Stylesheet location changed in CMakeLists and some minor fixes to the launcher 13 years ago
Pieter van der Kloet 5b54a658d8 Launcher improvements: ask for data dir and write it to cfg if none is found
and prevent removal of the default profile
13 years ago
Nikolay Kasyanov d58b408ae1 Deploying Qt image format plugins on OS X considered useless 13 years ago
Nikolay Kasyanov 57a4b19880 Feature #162 - Need to create app bundle using CMake, not by hand. Almost complete 13 years ago
Nikolay Kasyanov 5a42c6c6f5 Feature #162 - Need to create app bundle using CMake, not by hand WIP. Removed libpng dependency from launcher 13 years ago
Nikolay Kasyanov 472d88e2c5 Feature #162 - Need to create app bundle using CMake, not by hand WIP 13 years ago
Marc Zinnschlag 9794c4b928 Merge branch 'cmake' 13 years ago
Marc Zinnschlag cb1373a4c7 rewrote cmake scripts for components 13 years ago
Pieter van der Kloet 9e34f30500 Merge remote-tracking branch 'upstream/master' 13 years ago
Marc Zinnschlag 22514cbd4c Merge branch 'debfix' 13 years ago
Marc Zinnschlag 9872c89539 packaging fixes for .deb packages 13 years ago
Pieter van der Kloet 6bfaf221e8 Created working icon for Windows and removed QMake file (not parsed by CMake) 13 years ago
Lukasz Gromanowski ea7eb7a62d fixes #128 Configuration cleanup.
Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com>
14 years ago
Nikolay Kasyanov 24947d800a Fixed launcher config and style location. Launcher will be started when opening bundle 14 years ago
Pieter van der Kloet 1278ce2514 Fixed problem with png images 14 years ago
Pieter van der Kloet db20186e50 Added newline to the end of some files, GitHub was complaining about it 14 years ago
Pieter van der Kloet 118765a274 Renamed the launcher executable and icons, added .desktop file and default config, modified/updated some other files 14 years ago
Pieter van der Kloet 15df25f947 Cleaned up the CMakeList file 14 years ago
Pieter van der Kloet 410229e521 Dropped plugins now retain their selection so you can see where they went 14 years ago
Pieter van der Kloet 9d2bf8af62 Added support for the load order of plugins specified in the profiles 14 years ago
Pieter van der Kloet 314bac7862 Preliminary support for new profiles and some other modifications and cleanups 14 years ago
Pieter van der Kloet 557e659e15 CMake modifications, stylesheet gets copied to destination dir now 14 years ago
Pieter van der Kloet 7747c78584 Fixed the use of path.hpp, which is in a CMake component now
Also fixed some leftover lines from a wrongly modified conflict
14 years ago
Pieter van der Kloet 0fc4767846 Some renaming and ugly support for getPath 14 years ago
Pieter van der Kloet 4ee748552b More messing around with the launcher config file 14 years ago
Pieter van der Kloet c911f62e8b Added ability to get the previous profile when a new one is selected 14 years ago
Pieter van der Kloet d1a75253d7 Huge rewrite, implementing all the new ideas for the launcher 14 years ago
Pieter van der Kloet fbdc10f0b0 Removed some leftover files and more testing 14 years ago
Pieter van der Kloet 74eef82902 Messing around with a new datafilesdialog 14 years ago
Pieter van der Kloet 7a03266729 Initial commit of the launcher 14 years ago