Commit Graph

30 Commits (fa3baac0f33aac3a066b3df4360ca2a9a02f27df)

Author SHA1 Message Date
Bret Curtis c781d1f8ed purge unnecessary imports
add fstream back

add fstream back

add fstream back

add fstream back

add fstream back

add fstream back

add fstream back
7 years ago
dteviot 45b6538820 fixed MSVC 2013 warning C4800
forcing value to bool 'true' or 'false'
9 years ago
dteviot 514fba5f73 On Windows content list imported from morrowind.ini is sorted by file modified time stamps. 9 years ago
scrawl e0d0997409 Rename omwlauncher -> openmw-launcher, mwiniimport -> openmw-iniimporter 9 years ago
scrawl f931ba2efc Fix some static analysis issues (coverity) 10 years ago
scrawl 7252cb63a6 Fix cppcheck issues 10 years ago
Scott Howard c9011f707f missing #include <iostream> in mwiniimporter
missing #include <iostream> in mwiniimporter/main.cpp
10 years ago
greye 663d5c314e be more verbose on change reasons 10 years ago
greye 8f9091550e require boost::locale only on Windows 10 years ago
greye 9dbe3f21d9 keep non-const signature for argv after conversion 10 years ago
greye 20527e0bd4 use boost::filesystem instead of boost::iostreams 10 years ago
greye b4950509bc use converted widechars in ini importer 10 years ago
Glorf 5b81d124bb Catched another exception 11 years ago
Glorf f4d302501e Bugfix #826 11 years ago
Glorf 09cc57381a Bugfix #809 11 years ago
Emanuel Guevel 6e3c016351 Add archives to settings imported by mwiniimporter
Add Morrowind.bsa by default.
11 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 329ba24eab streamlined command line options 12 years ago
Sebastian Wick 2d23d79fd5 allways merge fallback; better syntax 12 years ago
Sebastian Wick ab9c430632 fallback in apps/openmw; fix for apps/mwiniimporter 12 years ago
Sebastian Wick 6e19076dc5 fallback for ini importer 12 years ago
Sebastian Wick 16674ad141 open file for writing AFTER reading it :) 12 years ago
Sebastian Wick 89565bacd1 since the default method is not available in older boost we should check by ourselfs if the options are given and dont use notify 12 years ago
Sebastian Wick 1d596d6c72 use std::map<std::string, std::vector<std::string> > instead of std::map<std::string, std::string> 12 years ago
Sebastian Wick 6d875dfd54 handle master/plugin properly 12 years ago
Sebastian Wick 092de45924 std::map to std::multimap 12 years ago
Sebastian Wick 653fbdd10c master/plugin support; needs multimap instead of map 12 years ago
Marc Zinnschlag 6eb3281c4c boost fix 12 years ago
Sebastian Wick c160bc7080 works, sort of 12 years ago
Sebastian Wick fbd626baf6 mwiniimporter 12 years ago