Commit Graph

2463 Commits (move)

Author SHA1 Message Date
Marc Zinnschlag 1774f6d9bf moved ref num assingment from instance creation to save procedure 9 years ago
pi03k 629a558e7b Fix for bug 3248 9 years ago
Marc Zinnschlag d5067201d0 Merge branch 'move' 9 years ago
Marc Zinnschlag 900378a31e changed 'not implemented' warning message for object movement 9 years ago
Marc Zinnschlag d6b8033b46 handle cell transitions when moving objects 9 years ago
scrawl 97526284f5 Allow setting the water level of an interior cell with sky (Fixes #3244) 9 years ago
Marc Zinnschlag fa9689c5e7 delay command execution until call to Object::apply has finished (avoids cutting off the branch we are sitting on) 9 years ago
Marc Zinnschlag 6a2fe564ef Merge branch 'master' into move 9 years ago
Marc Zinnschlag b2181fae20 safer handling of command macros 9 years ago
Marc Zinnschlag b5005f7812 keep sub mode over mode changes 9 years ago
Marc Zinnschlag a63453846b properly clear drag mode at the end of a drag 9 years ago
Marc Zinnschlag 51a4e3fa7d properly abort drags from outside the worldspace widget (code was leaving unclean dragging flags behind) 9 years ago
Marc Zinnschlag 70745487f3 cancel instance move on editing lock becoming active 9 years ago
Marc Zinnschlag b1fb64bf68 added missing drag mode resets 9 years ago
Marc Zinnschlag dd564daba0 do not start move drags while the document is locked for editing 9 years ago
Marc Zinnschlag 1726393963 cancel instance move on edit mode change 9 years ago
Marc Zinnschlag 25effc4222 cancel instance move on sub mode change 9 years ago
Marc Zinnschlag 1240e0c716 cancel instance move on drag abort 9 years ago
Marc Zinnschlag d57021b23c some code simplification 9 years ago
Marc Zinnschlag c2a8be9048 confine move marker drags to a single axis 9 years ago
Marc Zinnschlag 4cd24715cb Merge remote-tracking branch 'pi03k/bug_2570' 9 years ago
pi03k 128508882a Changed some zeros to NULLs in view.cpp 9 years ago
pi03k 3bfab9c2c9 extracted creation of scroll area to separate method 9 years ago
pi03k 9539925f3e Fixed typo in updateSubViewIndices. Changed 0 to NULL for pointers. 9 years ago
pi03k bf9aa2e131 Extracted resizing of window's width to separate method 9 years ago
Marc Zinnschlag 9c1b4c671d Merge remote-tracking branch 'aesylwinn/cell_borders' 9 years ago
Aesylwinn 9d985d883b added grid icon 9 years ago
Aesylwinn fa1bd72bc0 fix usage of deprecated function 9 years ago
Aesylwinn 7fb6807e65 cell border markers 9 years ago
Marc Zinnschlag a19ac72215 render marker 9 years ago
Marc Zinnschlag 6f619ea85f Merge branch 'master' into move
Conflicts:
	apps/opencs/view/render/object.cpp
9 years ago
Marc Zinnschlag 7d8bd56e11 create new records with basic data in the same step without updates inbetween (Fixes #3207) 9 years ago
Rob Cutmore d60786b5da Do not show cell markers for interior cells 9 years ago
Marc Zinnschlag 01497ac8db Merge remote-tracking branch 'origin/master' 9 years ago
Marc Zinnschlag 9f14247562 Merge remote-tracking branch 'aesylwinn/topic-info-editor-improvements' 9 years ago
Aesylwinn 1ae402476d Journal verifier 9 years ago
Aesylwinn f4ed389496 InfoCondition autocompletion 9 years ago
scrawl a6621626aa Don't use multiple parent node paths in CSVRender::Object 9 years ago
scrawl 1c24cba46a Don't use multiple parental node paths. 9 years ago
Marc Zinnschlag 22e717161a split object base node into two node (one for position, one for everything else) 9 years ago
Aesylwinn 20942e6658 Fixes to testing if condition is always or never true 9 years ago
Aesylwinn 5315866f61 Corrections to condition ranges and several other minor fixes 9 years ago
Aesylwinn 9d392487a9 Fix names to be unique and condition values to be set to 0 9 years ago
Aesylwinn bdc99048bb Missing header 9 years ago
Aesylwinn 8668eccd0b Topic Info verifier with fixes to InfoSelectWrapper class 9 years ago
Aesylwinn e89609e5b0 Changes to how Info Conditions are edited 9 years ago
scrawl c4d38bb42d Fix clang analyzer warnings 9 years ago
Marc Zinnschlag dececf6c38 instance moving via drag in 3D scenes 9 years ago
Aesylwinn 3f40346636 Implemented a wrapper for DialInfo::SelectStruct 9 years ago
scrawl 647a5e091f Add osgQt to the repository
Ensures that it will be built against the correct Qt version.
9 years ago