Commit Graph

210 Commits (d6bd2cb1f054a19de4a23f847e30847e5a5ad3d5)

Author SHA1 Message Date
Marc Zinnschlag 67cf260144 final batch of changing over user settings usage to the new system 9 years ago
cc9cii 819fecd08e Add a check for scale value of 0. Should resolve bug #2880. 9 years ago
Marc Zinnschlag a445683312 Merge branch 'mergetool'
Conflicts:
	apps/opencs/CMakeLists.txt
	apps/opencs/model/tools/tools.cpp
9 years ago
Marc Zinnschlag 23fde87816 fixed an indexing error 9 years ago
Marc Zinnschlag 584a7a66b9 various minor fixes 9 years ago
Marc Zinnschlag 09ec60fe2a handle missing land texture records properly during merge 9 years ago
Marc Zinnschlag 73f6efddcc fixed a texture indexing bug (only affects the editor) 9 years ago
Marc Zinnschlag a8dc1c1198 merge land tables 9 years ago
Marc Zinnschlag 85f6bb892b removed indirection in OpenMW-CS land record 9 years ago
Marc Zinnschlag 69b9eadb52 refactored loading of land data 9 years ago
Marc Zinnschlag 69045d7ec9 additional safety check for land texture listing merge stage 9 years ago
Marc Zinnschlag 890bbb6b11 merge land texture tables 9 years ago
Marc Zinnschlag b7983d08ba fixed merge stage order; added proper initialisation 9 years ago
Marc Zinnschlag a97a632aa7 merge references tables 9 years ago
Marc Zinnschlag 845cafd61c fixed record state issues after merge 10 years ago
Marc Zinnschlag f95950e8d8 merge referenceables table 10 years ago
Marc Zinnschlag 40753aa9a3 simplifying merge stage 10 years ago
Marc Zinnschlag 16dda281ce made merge operation more fluent 10 years ago
Marc Zinnschlag 103073150e added info tables and pathgrid table to merge operation 10 years ago
Marc Zinnschlag c92898a5bc flag newly merged documents as dirty (triggering an 'are you sure' dialogue when closing without saving first) 10 years ago
Marc Zinnschlag 3902513e65 merge id collections 10 years ago
scrawl 67bd6cd708 Remove empty line at the beginning of files
git ls-files -z | xargs -0 sed -i '1{/^$/d}'
10 years ago
Marc Zinnschlag 47dd9505a9 copy meta data from game file when merging 10 years ago
Marc Zinnschlag 1b663f01af create merged document and open a view for it (document is still empty at this point) 10 years ago
Marc Zinnschlag d8655f2ff8 forgot to connect merge operation signals 10 years ago
Marc Zinnschlag 904ad94952 added merge operation (doesn't do anything yet) 10 years ago
Stanislav Bas ff2dab8d56 Remove check for an empty Particle from Magic effects verifier 10 years ago
Stanislav Bas 0ea4d1981a Add magic effect verifier 10 years ago
Marc Zinnschlag 9b12b4f1e2 refactored mapping from message severity enum to string 10 years ago
Marc Zinnschlag 8fbc799655 Merge remote-tracking branch 'cc9cii/master' 10 years ago
cc9cii c0f3d70f06 Use the new severity message attribute. 10 years ago
cc9cii 71f3b7ed4f Fix crash when user preference is missing. 10 years ago
Marc Zinnschlag 6fbdbb11d5 added refrash menu item to report table (Fixes #2620) 10 years ago
Marc Zinnschlag b9f6baf317 add normal script warnings mode (Fixes #2642) 10 years ago
Marc Zinnschlag 197b8ec731 added severity attribute for operation messages (Fixes #2717) 10 years ago
Marc Zinnschlag 8791832c86 standarised on the use of the Message struct when passing operations messages around 10 years ago
Marc Zinnschlag 0e21c61297 replaced redundant CSMTools::ReportModel::Line struct with CSMDoc::Message struct 10 years ago
Marc Zinnschlag 9a102f81c8 added setting for controlling script compiler warnings 10 years ago
Marc Zinnschlag 675884ba30 Merge remote-tracking branch 'smbas/feature-soundgen-verifier' 10 years ago
Stanislav Bas 281088c93b Add check for an empty sound field to SoundGens verifier 10 years ago
Stanislav Bas 2c15ad5e0c Add SoundGens verifier 10 years ago
cc9cii b81454d226 Fix using wrong bit flag for NPC stats auto-calculation. Also set the corresponding mNpdtType which is used when determining which data structure to save. Should resolve Bug #2668. 10 years ago
cc9cii c4aa3d3ee3 Revert user preference setting checks until a thread safe method is worked out. The OSX namespace issue is retained. 10 years ago
cc9cii 01eba7b721 Extra check for thread affinity. 10 years ago
cc9cii 76196d815d Update user preference setting value via an event message queue. 10 years ago
cc9cii 393cee406f Use signals for user preference setting updates. 10 years ago
cc9cii 734e52d1c8 Move the user preference check to the preparation step before the running of the operation. 10 years ago
cc9cii 00c165d3a5 Add user preference option to check unused or redundant pathgrid points. Also resolve namespace clash issue in osx. 10 years ago
Marc Zinnschlag baaf801521 Merge remote-tracking branch 'cc9cii/loadcell-fix' 10 years ago
cc9cii 674a124bc6 Don't use local type as a template parameter. 10 years ago