Commit Graph

82 Commits (fa3baac0f33aac3a066b3df4360ca2a9a02f27df)

Author SHA1 Message Date
Bret Curtis 39185e6f8c purge the rest of boost::shared and any other boost related things that no longer are required
put boost system back in, clean others up

revert Qt

add back boost fstream
7 years ago
Aesylwinn b2ddd3c259 Initialize with correct content file number instead of correcting at save stage. 8 years ago
Aesylwinn 3ae2fc17c6 Fix some issues with content file numbers in the editor.
1. Change content numbers to be relative to the plugin when saving.
2. Initialize the indices in the MasterData part of a plugin header.
8 years ago
scrawl 703dba902b Set the shader path in OpenCS 8 years ago
scrawl fb849014bd Pass the fallback map to CSMWorld::Data 8 years ago
Marc Zinnschlag 85f6bb892b removed indirection in OpenMW-CS land record 9 years ago
Marc Zinnschlag 890bbb6b11 merge land texture tables 9 years ago
Marc Zinnschlag 47dd9505a9 copy meta data from game file when merging 9 years ago
scrawl 58720e6a28 Fix the OpenCS rendering crash on exit (Fixes #2735) 9 years ago
scrawl 1956e2c988 Merge branch 'master' of https://github.com/OpenMW/openmw into osg
Conflicts:
	apps/opencs/CMakeLists.txt
9 years ago
Marc Zinnschlag 1870b087e7 ported setting of meta data for saving to the new mechanism 9 years ago
Marc Zinnschlag f3ff90e1fd moved meta data into a new single-row table 9 years ago
scrawl 974fda5bde Merge branch 'master' of https://github.com/OpenMW/openmw into osg
Conflicts:
	extern/sdl4ogre/sdlwindowhelper.cpp
9 years ago
scrawl cdd0623009 Terrain rendering 9 years ago
cc9cii b27a879352 Add the remaining Cell data for editing with dialogue subview. Should resolve Bug #2551.
- NOTE: the interior water flag and water level logic needs reviewing
- does not automatically disable region names for interiors without mQuasiEx flag
- Colour values can't be entered as RGB
- Region names are not drop down menus
9 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
9 years ago
cc9cii 18162557b0 TopicInfos result script are now displayed in dialogue subviews. 9 years ago
cc9cii a460409555 Add Spells and Enchantment magic effects table to dialogue subview. The numbers are not yet converted to strings. 9 years ago
cc9cii 49fd5afdf6 Add birthsign spells table to dialogue subview. 9 years ago
cc9cii f939648736 Add race spells table to dialogue subview. 9 years ago
cc9cii ea9563ad92 Add faction reactions table to dialogue subview. Fix gcc compile issues. Change nested columns to generic ones where possible. 9 years ago
cc9cii 88bc62e054 Add Region sounds table to dialogue subview. 9 years ago
cc9cii 3a46512b7f Attempt to account for gcc differences. 9 years ago
scrawl 236d628884 Merge branch 'master' of https://github.com/OpenMW/openmw into osg
Conflicts:
	apps/opencs/model/doc/document.cpp
	apps/opencs/model/doc/documentmanager.cpp
	components/CMakeLists.txt
	components/bsa/resources.cpp
	components/nif/data.hpp
	components/nif/node.cpp
	components/nifogre/mesh.hpp
	components/nifogre/ogrenifloader.cpp
	components/nifogre/particles.cpp
9 years ago
scrawl 99e1720980 Add SceneManager and clone utility 9 years ago
scrawl 72400747f2 OpenCS: preliminary port of cell rendering to OSG 9 years ago
Marc Zinnschlag 4e1c086d6a load start up script records 9 years ago
Marc Zinnschlag 3a847732b4 abstracted message collection into a class 10 years ago
scrawl 3028141815 Set up ESMReader indices in OpenCS (fixes wrong terrain textures when multiple content files are loaded) 10 years ago
Marc Zinnschlag 21b16f8425 Merge branch 'tables'
Conflicts:
	apps/opencs/CMakeLists.txt
	apps/opencs/model/world/data.cpp
	apps/opencs/model/world/data.hpp
10 years ago
scrawl 8786fb639f Implement terrain rendering in OpenCS (Fixes #1597) 10 years ago
Marc Zinnschlag be3b229a5f fixed pathgrid loading 10 years ago
Marc Zinnschlag d64127106b load and save pathgrid records 10 years ago
Marc Zinnschlag c321f2c252 load and save magic effect records 10 years ago
Marc Zinnschlag 02247fe712 load and save sound gen records 10 years ago
Marc Zinnschlag fa9c6b19c2 removed OpenCS-specific custom Filter record struct (default ESM struct will do from now on) 10 years ago
Marc Zinnschlag 4d49924025 added debug profile record table 10 years ago
Marc Zinnschlag 879ab49e9c added resources manager 10 years ago
Marc Zinnschlag d96ed38d49 added body part table 10 years ago
Marc Zinnschlag e97fd35ae6 added enchantments table 10 years ago
Marc Zinnschlag f6ae967ba0 simplified Data constructor 10 years ago
Marc Zinnschlag be7f344eca Merge branch 'refs'
Conflicts:
	apps/opencs/model/doc/savingstate.cpp
	components/esm/cellref.hpp
10 years ago
Marc Zinnschlag d8440e1fdc implemented reference record merging 10 years ago
Marc Zinnschlag 8279d307c4 text encoding configuration (was using hardcoded settings before) 10 years ago
Marc Zinnschlag aadaf7827d added load error log 10 years ago
Marc Zinnschlag 6692d2dc72 split up load function in a start and continue part 10 years ago
Marc Zinnschlag 8c4303399f Merge branch 'master' into dialogue
Conflicts:
	apps/opencs/model/world/columns.cpp
	apps/opencs/model/world/columns.hpp
	apps/opencs/model/world/data.cpp
	components/esm/loadinfo.hpp
11 years ago
Marc Zinnschlag ba88c94d58 first attempt at an info record collection 11 years ago
Marc Zinnschlag c995533e07 Merge branch 'dialogue' into saving
Conflicts:
	apps/opencs/model/world/columnimp.hpp
	apps/opencs/model/world/columns.cpp
	apps/opencs/model/world/columns.hpp
	apps/opencs/model/world/data.cpp
	components/esm/loaddial.hpp
11 years ago
Marc Zinnschlag dc12648a3e add fixed dialogue records when creating a new omwgame file 11 years ago