summaryrefslogtreecommitdiff
path: root/src/shared/inject.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Merge with branch1.2Tannin2015-01-241-4/+1
|\
| * cleanup (mostly removing unused includes)Tannin2015-01-221-4/+1
| |
* | replaced all uses of NULL with nullptrTannin2014-11-281-8/+8
|/ | | | fixed a few placed where NULL was used as a number or boolean
* - bugfix: invalid ini file name when creating profile for oblivion from ↵Tannin2013-03-181-0/+1
| | | | | | | | | | default settings - bugfix: archives.txt file was potentially not generated if there were no bsas - bugfix: static __declspec(thread) declaration causes crashes in windows versions before vista - logger class in hook.dll now tries alternative names for the log file if it can't access the regular file - path-environment variable for mo-spawned processes now contains the path to MO, in case the hook.dll needs to find the msvc-dlls - stack-search in ini-limit hack now starts searching on local stack. This should find the right stack position for the hack more reliable
* - moved shared and uibase libraries to namespacesTannin2013-02-171-19/+23
| | | | - bugfix: the "fix mods" function was accessing the save game data incorrectly, causing a crash
* initial commit to mercurial repository.Tannin2013-02-031-0/+142
Corresponds to MO version 0.12.6