scrawl
daa94cc50e
Fix cppcheck warnings
9 years ago
Marc Zinnschlag
071ba3a4df
Merge remote-tracking branch 'scrawl/werewolf'
9 years ago
scrawl
07b064f616
Rename to lowerCaseInPlace
9 years ago
scrawl
136a425cec
Use the Werewolf field of view override ( Fixes #3064 )
...
Need to re-run the settings importer for the feature to work.
9 years ago
scrawl
13c7235b6b
Remove old FPS setting code
9 years ago
scrawl
89c2a7e26b
Fix for possibly missing library on windows
10 years ago
scrawl
cf95d3fc35
Refactor cmake scripts, reducing the amount of find_package(Boost)
10 years ago
k1ll
901ee5b756
Add flag for mingw-w64 unicode support
10 years ago
Scott Howard
e2ef8c4022
fix -Wnewline-eof warnings
10 years ago
dteviot
45b6538820
fixed MSVC 2013 warning C4800
...
forcing value to bool 'true' or 'false'
10 years ago
dteviot
72e94380be
fix: boost::filesystem::canonical() available from version 1.48.
10 years ago
dteviot
931c95d0b1
workaround for not building on Linux version of Travis.
10 years ago
dteviot
f6128a85b2
resolve symlinks when searching for file's last modified time.
10 years ago
dteviot
514fba5f73
On Windows content list imported from morrowind.ini is sorted by file modified time stamps.
10 years ago
scrawl
e0d0997409
Rename omwlauncher -> openmw-launcher, mwiniimport -> openmw-iniimporter
10 years ago
scrawl
f931ba2efc
Fix some static analysis issues (coverity)
10 years ago
scrawl
7252cb63a6
Fix cppcheck issues
10 years ago
scrawl
3bf599248e
CMake cleanup: Remove distribution-specific install stuff (unused)
11 years ago
Scott Howard
c9011f707f
missing #include <iostream> in mwiniimporter
...
missing #include <iostream> in mwiniimporter/main.cpp
11 years ago
greye
663d5c314e
be more verbose on change reasons
11 years ago
greye
8f9091550e
require boost::locale only on Windows
11 years ago
greye
9dbe3f21d9
keep non-const signature for argv after conversion
11 years ago
greye
20527e0bd4
use boost::filesystem instead of boost::iostreams
11 years ago
greye
18b3cfebdb
fix importer crash on empty lines (thanks to Ace)
11 years ago
greye
b4950509bc
use converted widechars in ini importer
11 years ago
scrawl
11394d83c5
Feature #1086 : Import blood models/textures in MWIniImporter
11 years ago
scrawl
fb845e81a4
Rename nosound to no-sound for consistency
11 years ago
Lukasz Gromanowski
9c2145eda1
Issue #913 : Merge --master and --plugin switches
...
Merged master/plugin switches into content in openmw
and mwiniimporter.
Extension in content files is now required.
Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com>
11 years ago
Emanuel Guevel
4685aea2a1
mwiniimport: ignore empty values
12 years ago
Glorf
5b81d124bb
Catched another exception
12 years ago
Glorf
f4d302501e
Bugfix #826
12 years ago
Marc Zinnschlag
9c6fa29938
Merge remote-tracking branch 'glorf/bugfix2'
12 years ago
Glorf
09cc57381a
Bugfix #809
12 years ago
Thoronador
d26e721d10
no const for int and bool
12 years ago
Thoronador
9313b2b3fe
better const correctness for MwIniImporter
12 years ago
Bret Curtis
962b504129
add dpkg information for mwiniimporter, this blocked debian/ubuntu buildd from building
12 years ago
Emanuel Guevel
a4f051e85a
Fix game files import
12 years ago
Emanuel Guevel
6e3c016351
Add archives to settings imported by mwiniimporter
...
Add Morrowind.bsa by default.
12 years ago
eduard
2dc0064cc2
more string lowercase
12 years ago
Emanuel Guevel
63f09462fd
to_utf8, Utf8Encoder: pass encoding as constructor parameter
...
Edit other files accordingly.
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
Emanuel Guevel
e9a464c9f7
mwiniimporter: remove fallback values for Cursors
12 years ago
Emanuel Guevel
e2b348de96
mwiniimporter: fix line ending problem
12 years ago
Emanuel Guevel
cb71efc427
mwiniimporter: clean up
12 years ago
Emanuel Guevel
38e7dbb970
mwininimporter: add more fallback values
12 years ago
Emanuel Guevel
9d043d0193
mwiniimporter: fix string cutting
12 years ago
Emanuel Guevel
b2203d22fc
mwiniimporter: added fallback values
...
Ugly comments included. I will merge it on another branch to clean this
up later.
12 years ago
Marc Zinnschlag
35d099a638
disabling gcc extensions
12 years ago
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>
13 years ago