Commit Graph

74 Commits (a8c5607aa64e4bc39a638181fbba88623560429a)

Author SHA1 Message Date
Nelsson Huotari 70087e16fe Disable dialogue info table sorting 3 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".
7 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.
7 years ago
Aesylwinn 448c9d5a5b Fix globals not being initialized with a valid type. 8 years ago
Rob Cutmore b129ff9672 Editor: Add PathgridCreator to find duplicate IDs 8 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.
8 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}'
9 years ago
Marc Zinnschlag 1e033fa8fe added meta data dialogue sub view 9 years ago
Stanislav Bas 581ba55db9 Add Topic/Journal Id completion to InfoCreator 9 years ago
Stanislav Bas a6734a0ea4 Add Cell Id completion to ReferenceCreator 9 years ago
Stanislav Bas c60fed89ac Enable sorting for Info tables 9 years ago
Scott Howard e2ef8c4022 fix -Wnewline-eof warnings 9 years ago
Marc Zinnschlag a148b851c0 added start script table 9 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 10 years ago
Marc Zinnschlag 6f97fa472e added dialgoue subview for debug profiles 10 years ago
Marc Zinnschlag 605f71ecc0 added creator to debug profile table 10 years ago
Marc Zinnschlag 2df1079dd4 removed mScope field from Filter record (redundant now) 10 years ago
Marc Zinnschlag a54efbcfa0 made FilterCreator redundant by generalising GenericCreator 10 years ago
Marc Zinnschlag 4d49924025 added debug profile record table 10 years ago
Marc Zinnschlag 19828df799 added subviews for resources tables 10 years ago
Marc Zinnschlag d96ed38d49 added body part table 10 years ago
Marc Zinnschlag 5649552f18 added other missing columns for enchantment table; fixed dialogue subviews for enchantment records 10 years ago
Marc Zinnschlag e97fd35ae6 added enchantments table 10 years ago
Marc Zinnschlag 3e0c6ec732 some general cleanup; fixed two cases of dialogue subviews that allowed creating records where they shouldn't have 10 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
10 years ago
Marek Kochanowicz 010160d047 missed those :/ 10 years ago
Marek Kochanowicz c0b2b783cb use more proper creators 10 years ago
Marek Kochanowicz db774b02d7 clone and create buttons work 10 years ago
Marc Zinnschlag c36dfef972 prewview subview 10 years ago
Marek Kochanowicz 1edf5a4414 registered additional subviews. 10 years ago
Marek Kochanowicz 7eb10756d4 some extra views enabled 10 years ago
Marek Kochanowicz 0447be7e7a register extra views. do not display id 10 years ago
Marek Kochanowicz 2e6b45dafb edit view, savind works 10 years ago
Marek Kochanowicz b0ae78e889 basicly enabled code 10 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
Marc Zinnschlag 0be157efea set dialogue type for newly created dialogue records 11 years ago
Marc Zinnschlag adf3a41a83 added topic and journal tables 11 years ago
Marc Zinnschlag 9ea092927f added basic scene subview (no functionality yet) 11 years ago
Marc Zinnschlag f6226e4859 added Creator class for filters 11 years ago