Bret Curtis
962b504129
add dpkg information for mwiniimporter, this blocked debian/ubuntu buildd from building
2013-03-23 16:20:10 +01:00
Emanuel Guevel
a4f051e85a
Fix game files import
2013-02-06 00:51:05 +01:00
Emanuel Guevel
6e3c016351
Add archives to settings imported by mwiniimporter
...
Add Morrowind.bsa by default.
2013-02-06 00:51:05 +01:00
eduard
2dc0064cc2
more string lowercase
2013-01-09 20:51:52 +01:00
Emanuel Guevel
63f09462fd
to_utf8, Utf8Encoder: pass encoding as constructor parameter
...
Edit other files accordingly.
2013-01-06 01:37:58 +01:00
Emanuel Guevel
67273fc177
mwiniimporter: use Utf8Encoder
2013-01-04 01:52:02 +01:00
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.
2013-01-01 21:59:30 +01:00
Emanuel Guevel
e9a464c9f7
mwiniimporter: remove fallback values for Cursors
2012-12-31 16:45:24 +01:00
Emanuel Guevel
e2b348de96
mwiniimporter: fix line ending problem
2012-12-31 16:44:22 +01:00
Emanuel Guevel
cb71efc427
mwiniimporter: clean up
2012-12-30 16:44:52 +01:00
Emanuel Guevel
38e7dbb970
mwininimporter: add more fallback values
2012-12-30 16:43:05 +01:00
Emanuel Guevel
9d043d0193
mwiniimporter: fix string cutting
2012-12-29 18:16:03 +01:00
Emanuel Guevel
b2203d22fc
mwiniimporter: added fallback values
...
Ugly comments included. I will merge it on another branch to clean this
up later.
2012-12-29 18:15:32 +01:00
Marc Zinnschlag
35d099a638
disabling gcc extensions
2012-10-09 17:10:25 +02:00
Lukasz Gromanowski
34513cf16b
Added support for code coverage checking and unittests.
...
Added support for code coverage checking with gcov and
unittests with Google C++ unittest and GMock frameworks.
Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com>
2012-08-19 22:23:46 +03:00
scrawl
c85c794c86
fixed some cppcheck issues
2012-06-06 20:29:30 +02:00
Sebastian Wick
6ccb32d26c
import nosound option
2012-04-04 20:06:31 +02:00
Sebastian Wick
329ba24eab
streamlined command line options
2012-04-04 15:11:30 +02:00
Sebastian Wick
329d59e52b
typo
2012-04-03 02:17:15 +02:00
Sebastian Wick
2d23d79fd5
allways merge fallback; better syntax
2012-04-03 00:44:26 +02:00
Sebastian Wick
ab9c430632
fallback in apps/openmw; fix for apps/mwiniimporter
2012-04-02 20:47:09 +02:00
Sebastian Wick
6e19076dc5
fallback for ini importer
2012-04-02 17:07:18 +02:00
Sebastian Wick
16674ad141
open file for writing AFTER reading it :)
2012-04-02 14:42:01 +02:00
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
2012-04-02 14:34:21 +02:00
Marc Zinnschlag
8aa4001937
compile fix
2012-04-01 10:34:51 +02:00
Sebastian Wick
a2a7539fd5
fix for more than 10 game files; delete both master and plugin settings if called with --game-files
2012-03-31 23:15:33 +02:00
Sebastian Wick
1d596d6c72
use std::map<std::string, std::vector<std::string> > instead of std::map<std::string, std::string>
2012-03-31 22:48:50 +02:00
Sebastian Wick
6d875dfd54
handle master/plugin properly
2012-03-31 21:06:48 +02:00
Sebastian Wick
092de45924
std::map to std::multimap
2012-03-31 18:28:48 +02:00
Sebastian Wick
653fbdd10c
master/plugin support; needs multimap instead of map
2012-03-31 18:24:43 +02:00
Sebastian Wick
ceedae4a1a
technical corrections
2012-03-31 16:54:53 +02:00
Sebastian Wick
b7635b3d4a
pass maps by reference
2012-03-31 14:34:00 +02:00
Sebastian Wick
e35670c6cb
ignore syntax errors and empty lines; fixed merge function
2012-03-31 14:28:19 +02:00
Marc Zinnschlag
6eb3281c4c
boost fix
2012-03-31 11:36:51 +02:00
Sebastian Wick
849c3a9bec
add the section to the ini-keys
2012-03-30 23:12:52 +02:00
Sebastian Wick
c160bc7080
works, sort of
2012-03-30 22:58:54 +02:00
Sebastian Wick
fbd626baf6
mwiniimporter
2012-03-30 20:59:44 +02:00