Commit Graph

139 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
scrawl 5fb854036d Use a forward declaration to avoid having to workaround Qt MOC
Don't think that guard was still needed, but a forward declaration is better anyways.
7 years ago
Leon Krieg c7b4b2cdd7 Fixed multiple spelling mistakes 8 years ago
Allofich ccacad51be Fix shadowing warnings 8 years ago
LohikaarmeHAV 7309be8592 First part 8 years ago
LohikaarmeHav 7cd991107c Nah
Preview seem to not like removing mCamPositionSet and I have do other things.
8 years ago
LohikaarmeHav c6ec473280 Camera reset now every time cell object->view is pressed. 8 years ago
Aesylwinn 2f97d6cffb Move tool tip processing to ShortcutManager,
Process cell arrow tooltip,
Fix cell arrows not being added when cell is added
8 years ago
Aesylwinn 96a3c278fd Added shortcuts for loading a cell relative to the camera,
Removed Ctl+V binding for "Verify" because that is associated
with paste.
8 years ago
Aesylwinn 1b5273f2b7 Finally re-added rendering stats, refactored some functions
to better fit new input structure, removed unneeded shortcut
declarations in headers, and changed the cell marker
interaction to use primary/secondary select instead of
shift + primary/secondary edit.
8 years ago
Aesylwinn faa84e0a35 - Further extended usage of new shortcut class
- Refactored camera classes to take advantage of Qt's reference counting
- Removed some of the old implementation
8 years ago
Aesylwinn bb81e89c08 Revert "Cleanup and slight change to pathgrid editing controls."
This reverts commit cc4655e9c7.
8 years ago
Aesylwinn cc4655e9c7 Cleanup and slight change to pathgrid editing controls.
Now that there is a drag indicator, it is easy to tell if an
operation is active or not.
8 years ago
Aesylwinn a3363bc098 Fix and simplify pathgrid update handling, only recreate geometry
once per frame, and a few naming changes.
8 years ago
Aesylwinn 6fbc10dbba Add ability to get cell, pathgrid, and ability to add nodes.
Also missing include.
8 years ago
Aesylwinn 8b6cb73369 Add ability to invert selection. 8 years ago
Aesylwinn 9645d0cc8a Pass more mouse pick information in scene view editor. 8 years ago
Aesylwinn 7fbcc47b15 Add pathgrid modified signals. 8 years ago
Aesylwinn 933504dbd0 Revert "Pathgrid rendering v2"
This reverts commit 4dee9604bb.
8 years ago
Aesylwinn 4dee9604bb Pathgrid rendering v2 8 years ago
Marc Zinnschlag 091e1bf25d improved scene element visibility buttons 8 years ago
Aesylwinn 7009355baf Remove unused variable 8 years ago
Aesylwinn 2cff2cd643 Remove unnecessary override. 8 years ago
Aesylwinn ebdc212886 Moved selectNavigationMode to SceneWidget class, centralized camera selection. 8 years ago
Marc Zinnschlag 6a2fe564ef Merge branch 'master' into move 8 years ago
Marc Zinnschlag 1240e0c716 cancel instance move on drag abort 8 years ago
Aesylwinn 9d985d883b added grid icon 8 years ago
Marc Zinnschlag a19ac72215 render marker 8 years ago
Marc Zinnschlag dececf6c38 instance moving via drag in 3D scenes 8 years ago
Marc Zinnschlag 1d0ef97bf6 added select all of same ID item to selection mode button menu 8 years ago
Marc Zinnschlag c1f0aa7260 added delete selection item to selection mode button menu 8 years ago
Marc Zinnschlag 45e6974266 added select all and clear selection features 8 years ago
scrawl 18320b2cd0 Move the Button enum to WorldSpaceWidget 8 years ago
scrawl 41c571d4f4 Merge branch 'master' of https://github.com/OpenMW/openmw into lighting
Conflicts:
	apps/opencs/view/render/instancemode.cpp
8 years ago
Marc Zinnschlag 6eba647a9d added accessor function for cell selection in paged worldspace 8 years ago
scrawl ad2145b463 OpenCS: use a separate enum for the toggle buttons 8 years ago
Marc Zinnschlag 7dd7be7f0e make scenes drop target for referenceables 8 years ago
Marc Zinnschlag 843225996c get modifiers from event instead of from the application 9 years ago
Marc Zinnschlag e34af4c4b5 handle primary and secondary edit button clicks on cell arrows 9 years ago
Marc Zinnschlag 361634489e properly handle cells that don't exist 9 years ago
Marc Zinnschlag 0d35938794 basic cell arrow rendering (shape is a placeholder) 9 years ago
Marc Zinnschlag 2cb106f6ad added missing flagAsModified calls 9 years ago
Marc Zinnschlag 319e3f24a3 on edit mode change clear selection of elements that are not affected by current edit mode (only support for instance for now since we do not have selection for other elements yet) 9 years ago
scrawl 12b8fcf0bf OpenCS: Fix camera position retrieval in WorldspaceWidget 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
scrawl e3bfbcb44b OpenCS: connect navigation button to OSG camera manipulators 9 years ago
scrawl 72400747f2 OpenCS: preliminary port of cell rendering to OSG 9 years ago
scrawl aedafe651a OpenCS: delete physicssystem, will be replaced with OSG picking 9 years ago
scrawl 34d503017a OpenCS: Set up an osgQt GraphicsWindow in SceneWidget 9 years ago
scrawl 49c2da27b3 OpenCS compiles and runs again (no rendering) 9 years ago