Commit Graph

974 Commits (celladd)

Author SHA1 Message Date
Marc Zinnschlag a9a8b5ad47 improved performance of CSVRender::Cell::addObjects by bypassing Qt model 10 years ago
scrawl 19e8280f45 OpenCS window title unicode fixes 10 years ago
Marc Zinnschlag fc6c9d7ff2 Merge remote-tracking branch 'scrawl/opencs-hint-fix' 10 years ago
scrawl 6ff2523d8a Fix for line focus when clicking on a verifier script error
- setFocus() on the script editor, otherwise setting the text cursor has no effect.
- setFocus() must be done after the widgets are created/shown, or the newly created widgets will "steal" the focus again.
- Missing useHint in case subviews are reused.
10 years ago
scrawl 295ca86ac1 OpenCS FileDialog crash fix
The file dialog would crash when no game file is selected and an addon file with no dependency is checked, then unchecked.
10 years ago
cc9cii 15b9a628ac Fix the name of DragRecordTable::startDrag method. Make the compiler be quiet about BulletShapeLoader's hidden overloaded methods. 10 years ago
cc9cii 17e6244bd6 Yet more warnings suppressed. 10 years ago
Marc Zinnschlag 26955dc6d3 Merge remote-tracking branch 'cc9cii/editor-var-edit' 10 years ago
cc9cii 418025e0a2 Add missing editor type to the dialogue. Should resolve Bug #2437. 10 years ago
Scott Howard e2ef8c4022 fix -Wnewline-eof warnings 10 years ago
Marc Zinnschlag a148b851c0 added start script table 10 years ago
scrawl f6509fe53e Another crash fix for land record without data 10 years ago
cc9cii 1ee6153940 Remove unnecessary boolean passing between objects. 10 years ago
cc9cii c4625b94e5 Fix OpenCS crashing since commit 9d6145 by showing gamefiles if the content selector was created from OpenCS. 10 years ago
Bret Curtis 5672c86924 Rename window title for OpenMW-CS 10 years ago
cc9cii e5c1c31648 Ignore case when detecting legacy extensions (.esm or .exp). Should resolve bug #2227. 10 years ago
Alexander "Ace" Olofsson 62acb03735 More Ogre + recent Boost build fixes 10 years ago
Marc Zinnschlag fa4718283d Merge remote-tracking branch 'scrawl/contentselector' 10 years ago
Marc Zinnschlag 9603325b99 Merge remote-tracking branch 'origin/master' 10 years ago
Marc Zinnschlag 640d473866 Merge remote-tracking branch 'scrawl/master' 10 years ago
scrawl 6146a3843c Merge remote-tracking branch 'upstream/coverity_scan' into HEAD 10 years ago
Marc Zinnschlag c55e9b9c58 one more potential 0-pointer fix 10 years ago
Marc Zinnschlag 706df3f881 silenced a coverity warning 10 years ago
Marc Zinnschlag 7b8e6f9dda addressed potential 0-pointer issue 10 years ago
scrawl b39cc0c8c8 Fix OpenCS window opening issue when config file doesn't exist
It would attempt to create a zero-sized window (or even negative-sized, after subtracting the frame dimensions).
10 years ago
scrawl f11ec653d0 Add setting for showing MRK nodes to NIF loaders
This makes marker objects show up in OpenCS.
10 years ago
Marc Zinnschlag 9f6a2d00e8 Merge remote-tracking branch 'thoronador/fix-uninitialized-members' 10 years ago
Marc Zinnschlag bdc28c0523 Merge remote-tracking branch 'maqifrnswa/feature1325' 10 years ago
Scott Howard f24c1845b6 remove pop-up message on load failure 10 years ago
Scott Howard dece4e2640 remove unneeded includes 10 years ago
Scott Howard ce7cef924e when loading a file fails, pop-up critical window and highlight error text 10 years ago
Thoronador 91ff536460 fix uninit, #2 10 years ago
scrawl f931ba2efc Fix some static analysis issues (coverity) 10 years ago
Marc Zinnschlag e6307a5151 move cursor in scripteditor to position of error 10 years ago
Marc Zinnschlag 6a67aba336 added double click with modifier actions in report table 10 years ago
Marc Zinnschlag 58f4cc882f added remove action to report table context menu 10 years ago
Marc Zinnschlag f2fc693325 added context menu to report table 10 years ago
Marc Zinnschlag 350b0cb93c added hidden hint column to report model 10 years ago
Marc Zinnschlag 6c18a3b0b5 allow drags from report table 10 years ago
Marc Zinnschlag 7c59ea6296 added specialised report table 10 years ago
Marc Zinnschlag f771b95a15 Merge remote-tracking branch 'cc9cii/master' 10 years ago
cc9cii 6731afc79c Use float for setting skill use values. Should resolve bug #2183. 10 years ago
Marc Zinnschlag 406cf2b981 disable element visibility buttons that do not apply to the respective cell type 10 years ago
cc9cii 3b5cd286f6 Do not destroy overlay if it was never created (e.g. due to an Ogre exception). 10 years ago
cc9cii 64e1594b41 Move the destruction of global resources, being used by multiple documents, to the editor. 10 years ago
cc9cii 44b11163d1 Do not delete physics objects if it was never created (e.g. preview window) 10 years ago
cc9cii 2d229c70cb Another missed null shared_ptr conversion for gcc. 10 years ago
cc9cii 9fb4b1f499 Initialise null shared_ptr 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 e177b66c1d moved fog button from unpaged worldspace to worldspace 10 years ago