Commit Graph

70 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
Ewan Higgs 38a2de3c51 convert std::autor_ptr to std::unique_ptr, originally by Ewan Higgs and updated by Bret Curtis 7 years ago
scrawl 11496b8075 Read fallback settings in OpenCS 8 years ago
Marc Zinnschlag c92898a5bc flag newly merged documents as dirty (triggering an 'are you sure' dialogue when closing without saving first) 9 years ago
Marc Zinnschlag 1b663f01af create merged document and open a view for it (document is still empty at this point) 9 years ago
Marc Zinnschlag 904ad94952 added merge operation (doesn't do anything yet) 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 6fbdbb11d5 added refrash menu item to report table (Fixes #2620) 9 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
9 years ago
Marc Zinnschlag 8791832c86 standarised on the use of the Message struct when passing operations messages around 9 years ago
scrawl e66e9916db Merge branch 'master' of https://github.com/OpenMW/openmw into osg
Conflicts:
	apps/opencs/CMakeLists.txt
	apps/opencs/model/doc/document.cpp
	apps/opencs/model/doc/document.hpp
9 years ago
Stanislav Bas 19cc6b83e5 Integrate the Id completion manager into the Document class 9 years ago
scrawl 1699759d12 Merge branch 'master' of https://github.com/OpenMW/openmw into osg
Conflicts:
	apps/opencs/view/render/cell.cpp
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
Marc Zinnschlag 23cf859fee added search stages (cell table only for now) 9 years ago
scrawl aedafe651a OpenCS: delete physicssystem, will be replaced with OSG picking 9 years ago
scrawl af27a10b0c OpenCS: preliminary port of PreviewWidget to OSG 9 years ago
Marc Zinnschlag d053c62032 setting up global search operation and subview 9 years ago
Marc Zinnschlag cf077dcf5d Merge remote-tracking branch 'cc9cii/fix-hide-overload-warn' 9 years ago
Marc Zinnschlag c0dfad23b3 Fixed editor operation multi-threading (Fixes #923) 9 years ago
cc9cii fd86076db3 More warning fixes. 9 years ago
Marc Zinnschlag a64b741af2 store hints from operations in report model 10 years ago
cc9cii 2720e5ea9d Remove PhysicsManager singleton and use shared_ptr instead. Resolves the issue where sometimes destructors were called in an unexpected sequence resulting in a crash while exiting the application. 10 years ago
Marc Zinnschlag aa89370db6 make sure magic effects added by expansions are available 10 years ago
Marc Zinnschlag cf05d3c69f added run log 10 years ago
Marc Zinnschlag a06133a50e added failed flag to operation done signal 10 years ago
Marc Zinnschlag c88b3a1520 track state of OpenMW process and enable/disable run/stop actions accordingly 10 years ago
Marc Zinnschlag 1b4ab6e130 added OpenMW runner 10 years ago
Marc Zinnschlag a9f9dec923 consider script blacklist in OpenCS verifier 10 years ago
Marc Zinnschlag 879ab49e9c added resources manager 10 years ago
Marc Zinnschlag 8279d307c4 text encoding configuration (was using hardcoded settings before) 10 years ago
Marc Zinnschlag 6eff5ecaad Merge branch 'operations' into load
Conflicts:
	apps/opencs/main.cpp
	apps/opencs/model/doc/document.cpp
10 years ago
Marc Zinnschlag 205306ee3d changed message passing format from QString to a UniversalId/std::string pair 10 years ago
Marc Zinnschlag e09218f164 moved load code from Document to Loader class 10 years ago
Marc Zinnschlag 8dc6ad5059 moved new flag from setupData function to Document constructor 10 years ago
Marc Zinnschlag dbb192f084 moved loading to a separate thread 10 years ago
Marek Kochanowicz 37d262b147 Splited very long line. 10 years ago
Marek Kochanowicz 70602c2c36 Removed changes in the unimplemented copy ctor. 11 years ago
Marek Kochanowicz 5e1bdd605b Corrected formatting in document.hpp 11 years ago
Marek Kochanowicz a7002e8a09 Implements switch (--help and --resources), and copying defaultfilters.omwaddon.project. Seems to work. 11 years ago
Marc Zinnschlag 6143ec33e0 giving Documents direct access to ConfigurationManager 11 years ago
Marc Zinnschlag 6f2c418a5c (slightly) improved error reporting during save operations 11 years ago
Marc Zinnschlag 5779f799ab create project file when saving content file 11 years ago
Marc Zinnschlag 6d9ff39390 set dependencies when saving (requires further refinements) 11 years ago
Marc Zinnschlag 8326ac9b6f replaced dummy save implementation with a threaded dummy save implementation 11 years ago
Marc Zinnschlag e9f14449eb added AdjusterWidget 11 years ago
mckibbenta 5803726233 modified gmst addition during creation of new base file 11 years ago
mckibbenta 16a27e28f7 inluded gmsts with default values to creation of new base files 11 years ago
graffy76 50abb22162 Fix to allow application closing from multiple views and a single view. 11 years ago
Marc Zinnschlag 868916a9a2 added add-on global variables in the same way add-on GMSTs were added 11 years ago