summaryrefslogtreecommitdiff
path: root/src/helper.cpp
Commit message (Collapse)AuthorAgeFilesLines
* removed helper.h and helper.cpp, merged into spawnisanae2019-09-191-20/+0
|
* moved helper stuff to spawn so it can reuse error handlingisanae2019-09-191-106/+1
| | | | | removed unused helper::init() removed logging when deleting a credential that doesn't exist, happens all the time
* Relaunch MO as admin when elevation is requiredLostDragonist2018-12-251-4/+30
| | | | Previously, a new process of MO would be created as administrator when elevation was required. This had some unwanted side effects. The GUI lock would not function. The virtual file system would likely break as the non-admin process could not access data from the new admin instance.
* Revert "Applied clang-format on source"Sandro Jäckel2018-02-231-40/+50
| | | | This reverts commit 5e5c9c07291f6b09623d31c92b1fb61c4ede576e.
* Applied clang-format on sourceSandro Jäckel2018-02-221-50/+40
|
* fixed calls to helper.exe using wrong pathTannin2016-05-151-5/+5
|
* dropped redundant report.h/report.cppTannin2015-05-091-1/+3
|
* tons of code cleanup and minor fixes to harden the code (mostly suggestions ↵Tannin2015-02-251-1/+1
| | | | from static code analysis)
* Merge with branch1.2Tannin2015-01-241-22/+1
|\
| * removed some obsolete codeTannin2015-01-221-22/+1
| |
| * normalized eol style (all files should now have windows line endings)Tannin2014-07-171-19/+19
| |
* | replaced all uses of NULL with nullptrTannin2014-11-281-1/+1
| | | | | | | | fixed a few placed where NULL was used as a number or boolean
* | normalized eol style (all files should now have windows line endings)Tannin2014-07-171-19/+19
|/
* initial commit to mercurial repository.Tannin2013-02-031-0/+118
Corresponds to MO version 0.12.6