Commit Graph

1615 Commits (154bb04a77f259e09af65022fa76e3b69bf0595a)

Author SHA1 Message Date
Marc Zinnschlag fc6c9d7ff2 Merge remote-tracking branch 'scrawl/opencs-hint-fix' 10 years ago
Marc Zinnschlag 79339ebff1 Merge remote-tracking branch 'scrawl/opencs-crashfix' 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
scrawl 4d0bb6329a Fix incorrect reference check
This check was broken for exterior cells (empty cell id).

It was superfluous anyway. A CellRef is owned by the cell it is in, so the cell must always exist.
10 years ago
Marc Zinnschlag cf077dcf5d Merge remote-tracking branch 'cc9cii/fix-hide-overload-warn' 10 years ago
Marc Zinnschlag 55bd0c728e Merge branch 'threadfix' 10 years ago
Marc Zinnschlag c0dfad23b3 Fixed editor operation multi-threading (Fixes #923) 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
cc9cii fd86076db3 More warning fixes. 10 years ago
cc9cii 4f6c772437 Fix more warnings. 10 years ago
cc9cii 488bc76da5 Fix saving land data. 10 years ago
cc9cii 589b0b9171 Add saving land and land textures. Should resolve Bug #2447. 10 years ago
Marc Zinnschlag 8e37e9a14a removed redundant functions 10 years ago
Marc Zinnschlag 8a8db8bc24 Merge remote-tracking branch 'cc9cii/editor-clone-fix' 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
cc9cii dc9af19dcf Don't use C++11 features. 10 years ago
Scott Howard e2ef8c4022 fix -Wnewline-eof warnings 10 years ago
cc9cii 28259f914c Remove potential memory leak. 10 years ago
cc9cii 43ec933b7b Revert to the original clone() method. Create a new copy method for modified records. 10 years ago
cc9cii 8ac7b77d36 For RefId's, modify a copy of the base record rather than modifying the record directly. 10 years ago
cc9cii 8b3adec3ec Added a missing copy constructor. 10 years ago
cc9cii f90cdec53b Remove default parameters from the implementation. 10 years ago
cc9cii 6087a18c94 Implement clone() using a new Record constructor. 10 years ago
cc9cii 128371c902 Copy base data to modified. 10 years ago
cc9cii a54ab153b0 Cloned references should be considered "Base" rather than "Modified". Should fix bug #2429. 10 years ago
Marc Zinnschlag 907ac5ef7f Merge remote-tracking branch 'scrawl/master' 10 years ago
scrawl 0fda1cdd53 Move oengine to a static library, fixes duplicate compilation of oengine/bullet files by openmw and opencs 10 years ago
Marc Zinnschlag 0b70fdac57 added start script verifier 10 years ago
Marc Zinnschlag 1ed606065c save start script records 10 years ago
Marc Zinnschlag a148b851c0 added start script table 10 years ago
Marc Zinnschlag 4e1c086d6a load start up script records 10 years ago
Marc Zinnschlag 455684981c Merge remote-tracking branch 'scrawl/master' 10 years ago
cc9cii 66ef9d237c Another try to make it work with gcc/travis. 10 years ago
cc9cii 7c0f5b72c5 Add enum namespace to workaround travis. 10 years ago
scrawl f6509fe53e Another crash fix for land record without data 10 years ago
cc9cii a8427c2efb Do not add NAME subrecords while saving magic effects or scripts. 10 years ago
Marc Zinnschlag 928bb234ce Merge remote-tracking branch 'cc9cii/editor-gamefiles' 10 years ago
cc9cii 1ee6153940 Remove unnecessary boolean passing between objects. 10 years ago
Marc Zinnschlag 64938b3796 Merge remote-tracking branch 'cc9cii/saving-skil' 10 years ago
Marc Zinnschlag 59c7fe28d9 Merge remote-tracking branch 'naclander/master' 10 years ago
cc9cii 5ff66ad40b Fix Bug #2402. SKIL records should not have NAME subrecord. 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
scrawl 3158d34abb Fix for incorrect OpenCS verifier warning: pcvampire and pcwerewolf are not required, pcyear does not exist at all. 10 years ago
Bret Curtis 5672c86924 Rename window title for OpenMW-CS 10 years ago
Nathan Aclander 6d7e1242cc Fixed incorrect casting
Only cast to strings things that are ints. Also I missed an mFactionRank to cast.
10 years ago
Nathan Aclander 539e8276c8 Silenced clang warning by converting int to string 10 years ago
cc9cii e5c1c31648 Ignore case when detecting legacy extensions (.esm or .exp). Should resolve bug #2227. 10 years ago