Commit Graph

78 Commits (master)

Author SHA1 Message Date
Evil Eye fbc6629d40 Rework land texture handling 7 months ago
jvoisin 1a326294c0 Run IWYU on the opencs 2 years ago
clang-format-bot ddb0522bbf
Apply clang-format to code base 2 years ago
elsid 410a2881fe
Add comma to the last array element to prevent putting multiple elements on a single line 2 years ago
Nelsson Huotari 70087e16fe Disable dialogue info table sorting 4 years ago
Kyle Cooley 90c485104a Land creator 7 years ago
Kyle Cooley 9e41f1340a Replace nonconst getId with setId, add template specialization and specialized derived classes for LandTexture 7 years ago
Kyle Cooley 5d14a2afcc Initial LTEX/LAND tables 7 years ago
Rob Cutmore 343f2cb81d Editor: add creator for body parts
Added creator subclass for body parts to allow adding first person
parts. IDs for first person body parts are expected to end with ".1st".
8 years ago
Rob Cutmore 207695e094 Editor: switch input for pathgrid creator
Switched from QComboBox to DropLineEdit for pathgrid creator input.
This allows the input the use auto-complete and be a drop target from
the cells table.
8 years ago
Aesylwinn 448c9d5a5b Fix globals not being initialized with a valid type. 9 years ago
Rob Cutmore b129ff9672 Editor: Add PathgridCreator to find duplicate IDs 9 years ago
Rob Cutmore b93b97575e Improve start script creation (Fixes #3024)
Improved start script creation by updating input to be a drop target
and adding auto-completion.
9 years ago
artemutin@yandex.ru ecce3a1975 Add StartScriptCreator to a factory manager. 9 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 1e033fa8fe added meta data dialogue sub view 10 years ago
Stanislav Bas 581ba55db9 Add Topic/Journal Id completion to InfoCreator 10 years ago
Stanislav Bas a6734a0ea4 Add Cell Id completion to ReferenceCreator 10 years ago
Stanislav Bas c60fed89ac Enable sorting for Info tables 10 years ago
Scott Howard e2ef8c4022 fix -Wnewline-eof warnings 10 years ago
Marc Zinnschlag a148b851c0 added start script table 10 years ago
Marc Zinnschlag 00073694c6 added pathgrid subview 10 years ago
Marc Zinnschlag 23fd314294 added magic effects table 10 years ago
Marc Zinnschlag 7ab4881661 added sound gen table 10 years ago
Marc Zinnschlag bf6150d009 allow project scope scripts 10 years ago
Marc Zinnschlag 58916a7731 fixed creator for filter dialogue subview 11 years ago
Marc Zinnschlag 6f97fa472e added dialgoue subview for debug profiles 11 years ago
Marc Zinnschlag 605f71ecc0 added creator to debug profile table 11 years ago
Marc Zinnschlag 2df1079dd4 removed mScope field from Filter record (redundant now) 11 years ago
Marc Zinnschlag a54efbcfa0 made FilterCreator redundant by generalising GenericCreator 11 years ago
Marc Zinnschlag 4d49924025 added debug profile record table 11 years ago
Marc Zinnschlag 19828df799 added subviews for resources tables 11 years ago
Marc Zinnschlag d96ed38d49 added body part table 11 years ago
Marc Zinnschlag 5649552f18 added other missing columns for enchantment table; fixed dialogue subviews for enchantment records 11 years ago
Marc Zinnschlag e97fd35ae6 added enchantments table 11 years ago
Marc Zinnschlag 3e0c6ec732 some general cleanup; fixed two cases of dialogue subviews that allowed creating records where they shouldn't have 11 years ago
Marek Kochanowicz 6416ae90d2 Merge branch 'preview' of https://github.com/zinnschlag/openmw into Editor-Dialog
Conflicts:
	apps/opencs/CMakeLists.txt
	apps/opencs/view/world/subviews.cpp
11 years ago
Marek Kochanowicz 010160d047 missed those :/ 11 years ago
Marek Kochanowicz c0b2b783cb use more proper creators 11 years ago
Marek Kochanowicz db774b02d7 clone and create buttons work 11 years ago
Marc Zinnschlag c36dfef972 prewview subview 11 years ago
Marek Kochanowicz 1edf5a4414 registered additional subviews. 11 years ago
Marek Kochanowicz 7eb10756d4 some extra views enabled 11 years ago
Marek Kochanowicz 0447be7e7a register extra views. do not display id 11 years ago
Marek Kochanowicz 2e6b45dafb edit view, savind works 11 years ago
Marek Kochanowicz b0ae78e889 basicly enabled code 11 years ago
Marc Zinnschlag 2fe135d85f journals subview was bound to the wrong universal ID type 11 years ago
Marc Zinnschlag 0745a86039 added InfoCreator 11 years ago
Marc Zinnschlag ea0e8be0d3 disallow sorting (via column headers) in info tables 11 years ago
Marc Zinnschlag ba88c94d58 first attempt at an info record collection 11 years ago