Commit Graph

17 Commits (fa3baac0f33aac3a066b3df4360ca2a9a02f27df)

Author SHA1 Message Date
Ewan Higgs 38a2de3c51 convert std::autor_ptr to std::unique_ptr, originally by Ewan Higgs and updated by Bret Curtis 7 years ago
Marc Zinnschlag b2181fae20 safer handling of command macros 8 years ago
scrawl 07b064f616 Rename to lowerCaseInPlace 9 years ago
scrawl 42d68eb7fb Build fix 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
Rohit Nirmal 396fba7fa9 Silence -Wreorder warnings, and remove -Wno-reorder. 9 years ago
Marc Zinnschlag f1c0847897 Merge remote-tracking branch 'cc9cii/moveref' 9 years ago
cc9cii 932f1f9fbd Alternative way of finding UniversalId without bloating IdTree. 9 years ago
cc9cii f1a58994c6 Merge branch 'master' into moveref
Conflicts:
	apps/opencs/model/world/columns.hpp
	apps/opencs/model/world/commands.cpp
	apps/opencs/model/world/commands.hpp
	apps/opencs/model/world/ref.cpp
	apps/opencs/view/world/dialoguesubview.cpp
	apps/opencs/view/world/dialoguesubview.hpp
	apps/opencs/view/world/util.cpp
	components/esm/cellref.hpp
9 years ago
cc9cii 8aaa74a983 Undo for delete operation in referenceables table. Implemented by saving UniversalId::Type in DeleteCommand. 9 years ago
Scott Howard e2ef8c4022 fix -Wnewline-eof warnings 9 years ago
Marc Zinnschlag 9670e0881d update reference's current cell when x/y-coordinates are modified 9 years ago
Marc Zinnschlag 7615cbafce create modify commands through command dispatcher 9 years ago
Marc Zinnschlag 7d1ecea20c added extended versions of revert and delete 10 years ago
Marc Zinnschlag e4a37ef709 removed some hardcoded column numbers 10 years ago
Marc Zinnschlag 85fca19fd9 replaced selection model in CommandDispatcher with a slightly slower but more robust implementation 10 years ago
Marc Zinnschlag 83d5f2aaeb factored out command creation from table view into a separate class 10 years ago