Commit Graph

9 Commits

Author SHA1 Message Date
Xenhat
e0d1c72b0b trunk (#20)
* Fix stdafx include

* Fix basic handling of "Games" folder on Windows10 RS4 (#10)
This does the following:
- Sets the default state to hidden
- Skips the Games folder when searching

This does not:
- Hide the dead menu entry.

I do not currently know how to actively change the user preference setting to forcefully hide it.

* Add basic Visual Studio gitignore

* Add specific entries to gitignore

* Do not set default menu to Win7 on RS4 (#10)

* Rename "PC Settings" to "Settings" (#12)

* Create distinction between modern and legacy settings in search results

* Add more build artifacts to gitignore

* Add default paths for toolset and build all languages

* Fix several memsize, memtype and nullpointer issues

* create trunk branch containing all changes

* set fallback and next version to 4.3.2, set resource fallback value to allow loading in IDE

* add generated en-US.dll to gitignore

* Don't echo script contents, add disabled "git clean -dfx" to build fresh

* fix gitignore to not destroy en-US language project
2018-06-24 23:05:26 -04:00
Xenhat
468ee876cc Partial fix for #10 (#16)
* Fix stdafx include

* Fix basic handling of "Games" folder on Windows10 RS4 (#10)
This does the following:
- Sets the default state to hidden
- Skips the Games folder when searching

This does not:
- Hide the dead menu entry.

I do not currently know how to actively change the user preference setting to forcefully hide it.

* Add basic Visual Studio gitignore

* Add specific entries to gitignore

* Do not set default menu to Win7 on RS4 (#10)
2018-06-20 06:52:53 -04:00
ge0rdi
b0185cbd85 Enable Whole Program Optimization 2018-05-05 17:30:49 +02:00
Sören Sprößig
762981e1a6 add powerCaps.AoAc for S0 (low power idle mode)
https://msdn.microsoft.com/en-us/library/windows/desktop/aa373215(v=vs.85).aspx
2018-05-05 16:01:31 +02:00
ge0rdi
11bd5fa5f9 Support for product version supplied by AppVeyor (#12)
* Set version of binaries based on CS_VERSION environment variable
* Use AppVeyor supplied product version
* Automatically generate ProductCode GUID
* Convert version (CS_VERSION) to number (CS_VERSION_NUM)
2018-02-05 08:48:15 +01:00
ge0rdi
1595967c27 Support for AppVeyor builds (#11)
* Remove pause to be automated build friendly
* Use 7-Zip instead of WinRar
* Enable parallel builds
* Build improvements
* Push final installer to AppVeyor
* AppVeyor config
2018-02-04 11:06:04 +01:00
ge0rdi
227918a3e9 Build using VS2017 2017-12-26 13:40:29 +01:00
ge0rdi
58597db5f0 Migrate to VS2017 2017-12-26 13:40:29 +01:00
coddec
f6150dafc8 Initial commit 2017-12-04 15:02:13 +11:00