Lukasz Gromanowski
ea7eb7a62d
fixes #128 Configuration cleanup.
...
Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com>
14 years ago
Marc Zinnschlag
b157273cd9
Merge branch 'next'
...
Conflicts:
apps/openmw/main.cpp
14 years ago
Lukasz Gromanowski
ac9b1715d5
Added new command line option: "encoding"
...
Added new command line option: "encoding" which allow to
change font encoding used in game messages.
Currently there are three evailable encodings:
win1250 - Central and Eastern European (languages
that use Latin script, such as Polish,
Czech, Slovak, Hungarian, Slovene, Bosnian,
Croatian, Serbian (Latin script),
Romanian and Albanian)
win1251 - languages that use the Cyrillic alphabet
such as Russian, Bulgarian, Serbian Cyrillic
and others
win1252 - Western European (Latin) - default
Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com>
14 years ago
Marc Zinnschlag
2b5dc0042b
fix for issue 138 (record loading failed for some NPCs)
14 years ago
Marc Zinnschlag
ba55b51627
removed a leftover debug message
14 years ago
Nikolay Kasyanov
e48d265b5d
Mac fix: added local config dir support, app root dir is dir where bundle located
14 years ago
Marc Zinnschlag
8446619ac4
Merge branch 'components_namespaces' into next
...
Conflicts:
apps/openmw/mwrender/interior.cpp
components/bsa/bsa_archive.cpp
14 years ago
Lukasz Gromanowski
57972eb042
Mantis: #18 - Move components from global namespace into their own namespace.
...
Added namespace around generated win_1252 table.
Added generation of header guard and ToUTF8 namespace in gen_iconv.
Small corrections in Makefile.
Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com>
14 years ago
Lukasz Gromanowski
e9ff9a446b
Mantis: #18 - Move components from global namespace into their own namespace.
...
Moving classes from components/nifogre into NifOgre namespace.
Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com>
14 years ago
Lukasz Gromanowski
2ddd5dba11
Mantis: #18 - Move components from global namespace into their own namespace.
...
Moving classes from components/nifbullet into NifBullet namespace.
Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com>
14 years ago
Lukasz Gromanowski
514b55766f
Mantis: #18 - Move components from global namespace into their own namespace.
...
Updated components/misc tests.
Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com>
14 years ago
Lukasz Gromanowski
90985e849e
Mantis: #18 - Move components from global namespace into their own namespace.
...
Moving classes from components/misc into Misc namespace.
Note: Misc namespace introduced conflict with ESM::Misc and MWClass::Misc
classes, so both of them are renamed to ESM::Miscellaneous
and MWClass::Miscellaneous.
Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com>
14 years ago
Lukasz Gromanowski
8a84201ba2
Mantis: #18 - Move components from global namespace into their own namespace.
...
Moving classes from components/bsa into Bsa namespace.
Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com>
14 years ago
Marc Zinnschlag
bc92b7b1fa
Merge branch 'directories' into next
...
Conflicts:
components/files/multidircollection.hpp
components/nifogre/ogre_nif_loader.hpp
14 years ago
Marc Zinnschlag
0f2df4e2b8
more cleanup
14 years ago
Jason Hooks
2132488408
merge
14 years ago
Jason Hooks
56affd018a
Some cleanup
14 years ago
Marc Zinnschlag
a6e83f5b9b
case-handling fix for references in cells
14 years ago
Jason Hooks
9eefee7168
Say strict
14 years ago
Jason Hooks
93f41e25a4
fs-strict
14 years ago
Jason Hooks
65cc0e8317
trying strict
14 years ago
Jason Hooks
3a9007849d
Windows fix
14 years ago
Jason Hooks
a719a6b468
Getting rid of animation code in nif loader
14 years ago
Marc Zinnschlag
d59856af5c
minor performance improvement
14 years ago
Marc Zinnschlag
4f304cfff2
Merge remote branch 'jhooks/directories' into directories
14 years ago
Jason Hooks
4d31ca2c86
Leading slashes now work, efficiency changes
14 years ago
Marc Zinnschlag
5fb3dc854b
Merge branch 'optimisation'
14 years ago
Marc Zinnschlag
ac4af583b7
Merge remote branch 'jhooks/directories' into directories
14 years ago
Jason Hooks
45453fd7a9
Case insensitive external loader working
14 years ago
Jason Hooks
f2a0fa8af2
Adding files to directory map
14 years ago
Marc Zinnschlag
a95a0f821b
Merge remote branch 'jhooks/directories' into directories
...
Conflicts:
components/files/multidircollection.hpp
14 years ago
Jason Hooks
2aaa0f4578
Backslash working in linux
14 years ago
Jason
b92955763a
Introducing Dir Archive
14 years ago
athile
231be8f381
Add BULLET_ROOT for the prebuilt binaries. Fix a minor VS2010 compile issue (missing header file).
14 years ago
Jason Hooks
51b74c2f05
starting
14 years ago
Jason Hooks
b945ce61a5
Merge remote branch 'upstream/master'
14 years ago
gugus
0d9dde0fcf
experimental: each material with the same texture is loaded only once. Problem: it doesn't take into account other material properties (which seems to be always the same anyway)
14 years ago
gugus
b05f780675
fix a compiler error under window
14 years ago
Marc Zinnschlag
80691250ec
don't create a new virtual machine for each script and frame
14 years ago
Marc Zinnschlag
a133920eb0
boost filesystem fix
14 years ago
Marc Zinnschlag
d9f1b64213
some file collection bug fixing
14 years ago
Marc Zinnschlag
6e880cffb2
changed engine class to support multiple data directories for esm files
14 years ago
Marc Zinnschlag
d260e5c1bd
added file collection class
14 years ago
Marc Zinnschlag
5b6ec405e3
Merge branch 'script'
14 years ago
Marc Zinnschlag
7f0a75c803
Merge branch 'config'
14 years ago
Marc Zinnschlag
3cb994764c
Merge remote branch 'corristo/header-refactoring'
14 years ago
Marc Zinnschlag
bdfd28f44d
adjusted components/files namespace; some related cleanup
14 years ago
Marc Zinnschlag
7131c08ca4
moved path.hpp/path.cpp to a new component
14 years ago
Marc Zinnschlag
861dc6a16e
redirecting output of expression evalutation to new report channel
14 years ago
Marc Zinnschlag
125319c441
splitting off console output from messageBox channel
14 years ago