Roman Proskuryakov
|
d5dfa89060
|
Rewrite NAME_T into FIXED_STRING.
|
9 years ago |
Stanislav Bas
|
4a16eba716
|
Make deleted flag a parameter of load/save methods (instead of a record member) in ESM records
|
10 years ago |
Stanislav Bas
|
ad353e6dd0
|
Refine DELE handling in ESM records. Add position-independent DELE search
|
10 years ago |
scrawl
|
a5670b5133
|
Merge branch 'master' of https://github.com/OpenMW/openmw into osg
Conflicts:
apps/opencs/CMakeLists.txt
apps/opencs/main.cpp
apps/openmw/mwworld/player.hpp
|
10 years ago |
scrawl
|
2ce269c0fc
|
Werewolf stats compatibility with old save files
|
10 years ago |
scrawl
|
e1f4a7f647
|
Merge branch 'master' of https://github.com/OpenMW/openmw into osg
Conflicts:
apps/openmw/engine.cpp
apps/openmw/mwgui/mainmenu.cpp
apps/openmw/mwgui/windowmanagerimp.cpp
apps/openmw/mwinput/inputmanagerimp.cpp
apps/openmw/mwrender/animation.cpp
apps/openmw/mwrender/debugging.cpp
apps/openmw/mwrender/npcanimation.cpp
apps/openmw/mwrender/renderingmanager.cpp
apps/openmw/mwrender/sky.cpp
components/nif/nifkey.hpp
components/nif/nifstream.hpp
components/nifbullet/bulletnifloader.cpp
components/nifogre/ogrenifloader.hpp
libs/openengine/bullet/physic.cpp
libs/openengine/gui/manager.cpp
|
10 years ago |
Rohit Nirmal
|
997347b01e
|
Silence -Wreorder warnings.
|
10 years ago |
scrawl
|
4e69e7cc0f
|
OpenMW compiles and runs w/o render window
|
10 years ago |
scrawl
|
da690c91b3
|
Delete the old Ogre DataStream class
|
10 years ago |
scrawl
|
8f0ab7d09f
|
ESM component no longer relies on Ogre DataStreams
|
10 years ago |
scrawl
|
fec8cf91f5
|
Add exception handling to various uses of DataStream::read
|
10 years ago |
scrawl
|
d473629dcd
|
Improve ESMReader error messages
|
10 years ago |
scrawl
|
9014dc48ee
|
Don't require the object type id for reading references from savegames
This is redundant, since we can look it up from the RefID.
|
10 years ago |
scrawl
|
fc663addfa
|
Fix null character issue in ESMReader::getString
|
10 years ago |
scrawl
|
7252cb63a6
|
Fix cppcheck issues
|
10 years ago |
Marc Zinnschlag
|
1cf1d49bc4
|
fix to content file reading error reporting in case of missing dependency
|
11 years ago |
Marc Zinnschlag
|
674931a851
|
remove terminating 0 from strings read from ESM records
|
11 years ago |
Marc Zinnschlag
|
35bf98a940
|
modified esm reader/writer to use UTF8 when no encoder is given
|
11 years ago |
scrawl
|
7dc30a01cd
|
Some changes suggested by cppcheck
|
12 years ago |
scrawl
|
8a3d3f954b
|
NPC/creature persistence flag
|
12 years ago |
Marc Zinnschlag
|
75bd30844d
|
added optional format sub-record to tes3 record
|
12 years ago |
Marc Zinnschlag
|
16570ce87b
|
moved header record struct to separate file
|
12 years ago |
Marc Zinnschlag
|
731ac6a160
|
removed redundant copy of Header::Data
|
12 years ago |
Marc Zinnschlag
|
9e68a420ae
|
restructuring tes3 record structs
|
12 years ago |
Marc Zinnschlag
|
2e1a1fd11a
|
removing some remains of the removed GMST fixing feature
|
12 years ago |
Marc Zinnschlag
|
64d517dd79
|
removed unused file type information from esm component
|
12 years ago |
scrawl
|
6683e43efc
|
Removed commented code
|
12 years ago |
scrawl
|
f75681d89b
|
Ignore ESX header version
|
12 years ago |
Marc Zinnschlag
|
25815ab8f7
|
Merge remote-tracking branch 'potatoesmaster/to_utf8-rewrite'
|
12 years ago |
Emanuel Guevel
|
63f09462fd
|
to_utf8, Utf8Encoder: pass encoding as constructor parameter
Edit other files accordingly.
|
12 years ago |
Nathan Jeffords
|
fec9a59237
|
changed EMSLoader to use ConstrainedDataStream
Changed the EMSLoader class to use the ConstrainedDataStream so that
future changes may benifit from its increased performance.
|
12 years ago |
Emanuel Guevel
|
02bf02f288
|
ESMReader, ESMWriter: use Utf8Encoder
|
12 years ago |
lazydev
|
74ae479780
|
Cell names localization fix
|
12 years ago |
greye
|
1339787863
|
remove underscores from filenames in esm
|
12 years ago |