Commit Graph

18 Commits (master)

Author SHA1 Message Date
jvoisin 1a326294c0 Run IWYU on the opencs 2 years ago
clang-format-bot ddb0522bbf
Apply clang-format to code base 2 years ago
mpeco 78700eee57 functor-based Qt signal-slot syntax construction set 2 years ago
cc9cii 8aee84c46e Disallow entry of strings longer than the lengths allowed by the file format.
It is possible to allow longer strings but that will require an extension in the omwaddon format as well as changes to the reader to handle that extension.  Such changes should be a separate MR.

(applied the patch in https://gitlab.com/OpenMW/openmw/-/issues/3066)
3 years ago
Andrei Kortunov 059a8fd32a Refactor dynamic casts in the editor 6 years ago
Andrei Kortunov 5ac81cfbff Throw exceptions with some info int the editor if dynamic_cast failed 6 years ago
Andrei Kortunov 4ee15ddcb9 Fix many Coverity Scan warnings 6 years ago
Andrei Kortunov e06f0b797a Replace all NULLs to nullptr 6 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
Stanislav Bas 81c7ce5b06 Add the proper getErrors() method to CellCreator.
Fix the impossibility of the Exterior Cell creation.
10 years ago
Stanislav Bas cad4ce4e0f Cell type can be changed when cloning a cell 10 years ago
Stanislav Bas 5761ec428d Creating/cloning Cell sets the proper Interior flag 10 years ago
Marek Kochanowicz 71d6364754 Chaninging variables name to follow our policy. 11 years ago
Marek Kochanowicz aa6d1ff4c3 removed needless argument for cloning 11 years ago
Marek Kochanowicz 032c542396 improving the cell cloning. 11 years ago
Marek Kochanowicz 01be9386d6 Id to the coordinates with the boost and explicit specialisations of template member functions. 11 years ago
Marek Kochanowicz f390c7f4b0 Disable widgets in the cell creator. 11 years ago
Marc Zinnschlag 82958e6514 added custom creator for cell records 12 years ago