Commit Graph

40 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
scrawl 35d53acc65 Factor out terrain chunk loading/caching into a new resource manager 7 years ago
Aesylwinn 5674e0da24 Render water in editor. 8 years ago
Aesylwinn 9d02286592 Remove unused forward declaration. 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 32ba5bf8b8 Initial pathgrid editting, support for selection and movement. 8 years ago
Aesylwinn 1f902ff069 Remove code duplication. 8 years ago
Aesylwinn 8d95b63180 Add pathgrid rendering to opencs 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 6a2fe564ef Merge branch 'master' into move 8 years ago
Marc Zinnschlag 1240e0c716 cancel instance move on drag abort 8 years ago
Aesylwinn 7fb6807e65 cell border markers 8 years ago
Marc Zinnschlag a19ac72215 render marker 8 years ago
Marc Zinnschlag dececf6c38 instance moving via drag in 3D scenes 8 years ago
Rob Cutmore a34a08c212 Render cell markers
Adds rendering of cell markers. Markers are displayed at center of
cell and contain cell's coordinates.
8 years ago
Marc Zinnschlag 1d0ef97bf6 added select all of same ID item to selection mode button menu 8 years ago
Marc Zinnschlag 790367b980 fixed object removal via setting state to delete 8 years ago
Marc Zinnschlag c1f0aa7260 added delete selection item to selection mode button menu 8 years ago
Marc Zinnschlag 361634489e properly handle cells that don't exist 9 years ago
Marc Zinnschlag b81ee606c8 use CellCoordinates instead of a pair of ints for cell coordinates 9 years ago
Marc Zinnschlag 0d35938794 basic cell arrow rendering (shape is a placeholder) 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 cdd0623009 Terrain rendering 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
Alexander "Ace" Olofsson 62acb03735 More Ogre + recent Boost build fixes 9 years ago
cc9cii 2720e5ea9d Remove PhysicsManager singleton and use shared_ptr instead. Resolves the issue where sometimes destructors were called in an unexpected sequence resulting in a crash while exiting the application. 10 years ago
scrawl 61d4a6b344 Merge branch 'openmw-033' 10 years ago
scrawl ba3d2be8e3 Add missing include (Fixes #2108) 10 years ago
cc9cii b328aa1fb9 Multiple document support. 10 years ago
cc9cii ade7f09203 Keep track of terrain in physics engine. Should resolve crash exiting after opening multiple subviews of the same cell. 10 years ago
cc9cii cb53e714f7 Convert PhysicsSystem to a singleton. 10 years ago
cc9cii 03a30c3f1d Experimental, compiles but does not work. 10 years ago
cc9cii 3e5027abbb Incorporate terrain height to labels and camera. 10 years ago
scrawl 8786fb639f Implement terrain rendering in OpenCS (Fixes #1597) 10 years ago
Marc Zinnschlag 74ed9cbb2d added cell rendering class 10 years ago