tri4ng1e
7e03dd0f12
Read data paths from `data-local` section too
7 years ago
tri4ng1e
3b86f73ae7
Replace MwIniImporter::numberToString with std::to_string
7 years ago
tri4ng1e
103a07b744
Less cryptic abbreviations
7 years ago
tri4ng1e
905cde10db
Smart-sorting in iniimporter (time + dependency)
7 years ago
dteviot
514fba5f73
On Windows content list imported from morrowind.ini is sorted by file modified time stamps.
10 years ago
greye
20527e0bd4
use boost::filesystem instead of boost::iostreams
11 years ago
Thoronador
d26e721d10
no const for int and bool
12 years ago
Thoronador
9313b2b3fe
better const correctness for MwIniImporter
12 years ago
Emanuel Guevel
6e3c016351
Add archives to settings imported by mwiniimporter
...
Add Morrowind.bsa by default.
12 years ago
Emanuel Guevel
67273fc177
mwiniimporter: use Utf8Encoder
12 years ago
Emanuel Guevel
2a7336c310
mwiniimporter: handle ini file encodings
...
Use components/to_utf8 to handle encodings.
Add an --encoding option for choosing between win1250, win1251 and
win1252 encodings for the imported ini file.
12 years ago
Sebastian Wick
2d23d79fd5
allways merge fallback; better syntax
13 years ago
Sebastian Wick
6e19076dc5
fallback for ini importer
13 years ago
Sebastian Wick
a2a7539fd5
fix for more than 10 game files; delete both master and plugin settings if called with --game-files
13 years ago
Sebastian Wick
1d596d6c72
use std::map<std::string, std::vector<std::string> > instead of std::map<std::string, std::string>
13 years ago
Sebastian Wick
6d875dfd54
handle master/plugin properly
13 years ago
Sebastian Wick
092de45924
std::map to std::multimap
13 years ago
Sebastian Wick
653fbdd10c
master/plugin support; needs multimap instead of map
13 years ago
Sebastian Wick
ceedae4a1a
technical corrections
13 years ago
Sebastian Wick
b7635b3d4a
pass maps by reference
13 years ago
Sebastian Wick
e35670c6cb
ignore syntax errors and empty lines; fixed merge function
13 years ago
Sebastian Wick
c160bc7080
works, sort of
13 years ago
Sebastian Wick
fbd626baf6
mwiniimporter
13 years ago