1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2026-01-30 08:48:26 +00:00
openmw/apps/launcher
elsid 921a22fb73
Use target_precompile_headers for the most expensive headers
Only for MSVC. Ccache doesn't work out of the box with precompiled headers but
usually gives less build time for Clang and GCC. Also GCC builds code slower
with precompiled headers for unknown reason.
2022-07-01 13:02:13 +02:00
..
utils Clean up Qt includes 2022-06-17 11:56:54 +02:00
advancedpage.cpp Better fog 2022-06-21 02:21:20 +02:00
advancedpage.hpp Remove from settings.cfg camera settings that are controlled from Lua 2022-06-12 00:06:39 +02:00
CMakeLists.txt Use target_precompile_headers for the most expensive headers 2022-07-01 13:02:13 +02:00
datafilespage.cpp Clean up Qt includes 2022-06-17 11:56:54 +02:00
datafilespage.hpp Add 3 tabs in the "Data Files" page 2022-04-23 09:54:45 +02:00
graphicspage.cpp Clean up Qt includes 2022-06-17 11:56:54 +02:00
graphicspage.hpp * AA combo box no longer disables the AA alpha test checkbox. 2021-11-30 20:07:29 -05:00
main.cpp Clean up Qt includes 2022-06-17 11:56:54 +02:00
maindialog.cpp Reduce number of includes for boost/program_options 2022-06-25 18:32:10 +02:00
maindialog.hpp remove unused includes: part1 2022-01-23 17:30:25 +01:00
playpage.cpp
playpage.hpp Merge branch 'useuless_launcher' into 'master' 2021-05-04 21:09:39 +00:00
sdlinit.cpp Merge branch 'useuless_launcher' into 'master' 2021-05-04 21:09:39 +00:00
sdlinit.hpp Init SDL2 before Qt4 to avoid crash on Linux (bug #4529) 2018-08-07 22:57:16 +04:00
settingspage.cpp Clean up Qt includes 2022-06-17 11:56:54 +02:00
settingspage.hpp Using override keyword in most apps 2021-05-18 19:42:24 -05:00
textslotmsgbox.cpp
textslotmsgbox.hpp