summaryrefslogtreecommitdiff
path: root/src/shared
Commit message (Expand)AuthorAgeFilesLines
* - some code cleanup and modernization trying to fix "dr memory" reportsTannin2015-05-174-32/+56
* fixes to make MO compile with mingw (also fixes some warnings generated by mi...Tannin2015-05-164-11/+13
* minor stuffTannin2015-05-111-1/+1
* - bugfix: case conversion could produce different local-dependent resultsTannin2015-05-101-4/+14
* Fixed Scons build for existing bits.Tom Tanner2015-03-201-0/+3
* Merge with branch1.2Tom Tanner2015-03-182-0/+25
|\
| * Refactoring and cleanup.Tom Tanner2015-03-181-11/+4
| * Every plugin now builtTom Tanner2015-03-171-1/+1
| * More sconscripts set upTom Tanner2015-03-141-12/+2
| * First attempt at using scons to buildTom Tanner2015-03-082-0/+42
* | tons of code cleanup and minor fixes to harden the code (mostly suggestions f...Tannin2015-02-256-41/+17
* | extended the game-plugin interfaceTannin2015-01-299-302/+93
* | Merge with branch1.2Tannin2015-01-246-88/+16
|\|
| * updated version numberTannin2015-01-241-3/+1
| * cleanup (mostly removing unused includes)Tannin2015-01-226-67/+8
| * different way to check for file existenceTannin2015-01-112-18/+7
* | - bugfixesTannin2015-01-0611-503/+8
* | MergeTannin2015-01-0413-112/+99
|\ \
| * | replaced all uses of NULL with nullptrTannin2014-11-2812-94/+94
| * | cleanup und bugfixes after refactoringTannin2014-11-284-19/+6
* | | - fixes after mergeTannin2015-01-042-1/+4
* | | Merge with branch1.2Tannin2015-01-0310-50/+54
|\| | | |/ |/|
| * - started on a refactoring moving functionality out of the MainWindow classTannin2014-11-219-19/+15
| * MergeTannin2014-11-061-3/+6
| |\
| | * - archive library can now query for password during extraction (seems to be n...Tannin2014-11-051-3/+6
| * | - moved the hook-recursion-protection to tlsTannin2014-09-291-6/+4
| |/
| * - several style fixes suggested by static analysisTannin2014-09-2412-131/+98
| * - removed a use of wostringstream which seems to have been involved in a bug....Tannin2014-09-191-12/+17
| * - re-enabled building of loot_cli and started developing against the new apiTannin2014-09-083-28/+31
| * - processes spawned from MO are now themselves allowed to break away from the...Tannin2014-08-251-1/+1
| * - can now filter by mod contentTannin2014-08-1811-46/+70
| * - performance optimizations for detection of file changes in mod directoriesTannin2014-08-015-36/+100
| * normalized eol style (all files should now have windows line endings)Tannin2014-07-172-32/+32
| * - bugfix: broke qt4 compatibility in trying to support qt5Tannin2014-07-171-1/+1
| * MergeTannin2014-07-1510-3/+32
| |\
| | * - Disabled compilation of loot_cli as the current loot version can't be compi...Tannin2014-07-159-1/+28
| | * Compilation dependency tracking enabled for organizer, hook, bsaExtractor, sh...TheBloke2014-07-081-0/+2
| | * .pro files - formatting/consistency fixesTheBloke2014-07-071-2/+2
| * | - qt 5 compatibility fixesTannin2014-07-151-6/+11
| |/
* | - bugfix: no exec info returned for .exeTannin2015-01-031-14/+20
* | cleanupTannin2014-12-204-80/+221
* | - NCC installer can now discover files in other mods (thanks Reunion!) and kn...Tannin2014-12-131-0/+1
* | - added error handling when a file can't be deleted from vfsTannin2014-12-012-8/+14
* | several bugfixes from the bugfix-wc that I forgot to backportTannin2014-11-261-2/+0
* | - moved the hook-recursion-protection to tlsTannin2014-09-291-6/+4
* | - archive library can now query for password during extraction (seems to be n...Tannin2014-11-051-3/+6
* | - several style fixes suggested by static analysisTannin2014-09-2412-136/+121
* | - removed a use of wostringstream which seems to have been involved in a bug....Tannin2014-09-191-12/+17
* | - re-enabled building of loot_cli and started developing against the new apiTannin2014-09-083-28/+31
* | - performance optimizations for detection of file changes in mod directoriesTannin2014-08-015-36/+100