Commit Graph

44 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
Allofich ccacad51be Fix shadowing warnings 8 years ago
Aesylwinn ee432690e6 Make it easier to place objects in the scene editor.
This fix allows objects to be dropped onto the ground, and prevents
objects from being selected through the ground.
8 years ago
Aesylwinn 91fd966146 Fix some issues detected by coverity for the editor. 8 years ago
Marc Zinnschlag 2fef8948f1 Merge remote-tracking branch 'aesylwinn/InstanceRotateAndScale' 8 years ago
Aesylwinn 7125775648 Change free axis rotation. 8 years ago
Aesylwinn 3e4ac0c662 Potential fix for context sensitive select mode issues. 8 years ago
scrawl 2f6075329b Clang warning fixes 8 years ago
Aesylwinn 101c3cc90d Rotate around center of selection. 8 years ago
Aesylwinn 571969cd65 Scale from center of selection. 8 years ago
Aesylwinn 388917df89 Base editor rotate/scale commit. 8 years ago
Aesylwinn 05888e7925 Updated more tool tips to show shortcut configs. 8 years ago
Aesylwinn ae0d2c3b9c Refactor edit mode. Remove essentially duplicate function. 8 years ago
Aesylwinn aea2380c2b Add raytrace to dragCompleted. Implement node drag connection,
node and edge removal, and some fixes.
8 years ago
Aesylwinn 9645d0cc8a Pass more mouse pick information in scene view editor. 8 years ago
Marc Zinnschlag 1774f6d9bf moved ref num assingment from instance creation to save procedure 8 years ago
Marc Zinnschlag fa9689c5e7 delay command execution until call to Object::apply has finished (avoids cutting off the branch we are sitting on) 8 years ago
Marc Zinnschlag b2181fae20 safer handling of command macros 8 years ago
Marc Zinnschlag b5005f7812 keep sub mode over mode changes 8 years ago
Marc Zinnschlag 51a4e3fa7d properly abort drags from outside the worldspace widget (code was leaving unclean dragging flags behind) 8 years ago
Marc Zinnschlag 70745487f3 cancel instance move on editing lock becoming active 8 years ago
Marc Zinnschlag b1fb64bf68 added missing drag mode resets 8 years ago
Marc Zinnschlag dd564daba0 do not start move drags while the document is locked for editing 8 years ago
Marc Zinnschlag 1726393963 cancel instance move on edit mode change 8 years ago
Marc Zinnschlag 25effc4222 cancel instance move on sub mode change 8 years ago
Marc Zinnschlag 1240e0c716 cancel instance move on drag abort 8 years ago
Marc Zinnschlag d57021b23c some code simplification 8 years ago
Marc Zinnschlag c2a8be9048 confine move marker drags to a single axis 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 45e6974266 added select all and clear selection features 8 years ago
Marc Zinnschlag 4a02563708 Merge branch 'master' into buttons
Conflicts:
	apps/opencs/view/render/instancemode.cpp
8 years ago
Marc Zinnschlag 0305ae3693 added selection mode UI 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 c1901069be added instance mode sub-modes 8 years ago
Marc Zinnschlag 55627c0853 handling drops into cells that do not exist or are not shown 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 ecbd68a19b third batch of changing over user settings usage to the new system 9 years ago
Marc Zinnschlag 655b40267b changed instance selection model (primary selects, secondary toggles selection) 9 years ago
Marc Zinnschlag ad4e0e3b97 split virtual select button into two buttons (primary select and seconadry select) 9 years ago
Marc Zinnschlag 8e87b48866 handle context-sensitive select mode in instance editing 9 years ago
Marc Zinnschlag f28fa9fc16 clear instance selection on select click on nothing/something that isn't an instance 9 years ago
Marc Zinnschlag 981a8a2cc2 delegated editing and selection functions to mode objects 9 years ago