Commit Graph

18382 Commits (2fd279a5ef638ecdb876a2e9a2088b719e5bbbe5)
 

Author SHA1 Message Date
David Cernat 2fd279a5ef [Server] Remove debug message 7 years ago
Koncord 1956045e99 [Browser] Fix continuous loop when connection was failed 7 years ago
David Cernat 4a5b8c927f [Server] Add an extra check to Cell::sendToLoaded to be on the safe side 7 years ago
David Cernat 060e440ab2 [General] Update version to 0.5.1 7 years ago
Koncord 45d081ba42 [Server] Compare new cells with loaded cells correctly 7 years ago
Battlerax c9dc75f589 [Browser] Fixed two crashes relating to invalid data 7 years ago
Battlerax 76e866c5c9 [Browser] Crash Fix 7 years ago
David Cernat ff0d21ef38 [Client] Spawn in 0,0 if Pelagiad doesn't exist (for other master files) 7 years ago
David Cernat aab5b69c80 [Client] Unready weapon & spell upon death to avoid attack inability bug 7 years ago
David Cernat a94d1ed296 Merge pull request #169 from OpenMW/master
Add missing copy of callbacks when a Transform is replaced by Group
7 years ago
Battlerax 186e3c2337 [Browser] Crash fix (#168)
* [Browser] Crash Fix

* Update NetController.cpp
7 years ago
scrawl 48e0f098ff Add missing copy of callbacks when a Transform is replaced by Group
(Fixes #3770)
7 years ago
Koncord 3adbf17545 [Server] Fix memory leak in CellController 7 years ago
Koncord 715422aff6 [General] Fix memory leak in Log dtor 7 years ago
Koncord ebaf3d3cc9 [Server] FIx memory leak 7 years ago
David Cernat 328e3b6618 Merge pull request #167 from OpenMW/master
Add OpenMW commits up to 24 Feb 2017
7 years ago
Koncord b33e604a61 [Server] Set sendToLoaded function as constant
Add assertions for CellController singleton
7 years ago
Koncord e3f4c63ea6 [General] Delete invalid & redundant code 7 years ago
scrawl 330e5fefd1 optimizer: consider a Group with more than one child redundant as well
While there could be some value in this hierarchy (i.e. improved culling), we don't know if this is being used sensibly; and using a 'flat' hierarchy helps other optimizations.
7 years ago
scrawl 75677f03e7 Remove SceneManager::notifyAttached 7 years ago
scrawl afa39d121f Fix 'part has no parent' warning caused by destructing in the wrong order 7 years ago
scrawl a55604c549 Avoid unnecessary AABB update when actor position has not changed 7 years ago
scrawl fb073e5c14 Avoid unnecessary AABB update for rotationally invariant collision shapes 7 years ago
scrawl 5198fc897d Fix collision glitch caused by Bullet AABB not being updated when an actor moves without turning 7 years ago
scrawl 3df7a8c4d8 Avoid FLATTEN_STATIC_TRANSFORMS optimization for non-Geometry drawables 7 years ago
scrawl e4c12e5e56 optimizer: don't merge Geometry that has transparency sorting enabled 7 years ago
scrawl ebfd845eae optimizer: run MERGE_GEOMETRY after removing redundant nodes 7 years ago
scrawl 43f31d6e54 optimizer: fix MERGE_GEOMETRY to work with Geometries not attached to a Geode 7 years ago
scrawl f2a323238f optimizer: merge groups as part of REMOVE_REDUNDANT_NODES 7 years ago
scrawl af716d4b61 optimizer: remove hardcoded condition in RemoveRedundantNodesVisitor 7 years ago
scrawl 698738c649 optimizer: use asXYZ() instead of dynamic_cast 7 years ago
scrawl f7cb4bd245 optimizer: remove some cruft 7 years ago
scrawl e33829d493 Add fork of osgUtil::Optimizer with backported fixes that have not been released yet
Remove optimizers that won't be used.
7 years ago
scrawl 5e2335f250 Use the osgUtil::Optimizer post loading in the SceneManager 7 years ago
scrawl 305cccd263 Don't print Geometry data (vertices, triangles, etc.) in showscenegraph 7 years ago
scrawl 4e5a1e6123 nifloader: improve setting of DataVariance 7 years ago
scrawl 1d6b5b2a52 Add StringUtils::CiComp operator 7 years ago
scrawl 25ca89b560 Avoid redundant allocations in Store::search 7 years ago
scrawl 6e996bf2a3 Create TriShapes with an identity transform as a Group 7 years ago
scrawl 6e5d9efa93 Remove NifLoader::optimize, to be replaced with something better 7 years ago
scrawl c231b06320 Remove boneOffset node after using it 7 years ago
scrawl d75a3fd0fb Add SharedStateManager to the stats panel 7 years ago
scrawl 732212070d crashcatcher: complain when launching gdb fails 7 years ago
David Cernat 0d6636018f Merge pull request #166 from OpenMW/master
Add OpenMW commits up to 23 Feb 2017
7 years ago
Koncord cbace41e14 [Client] Fix crash on LInux 7 years ago
Marc Zinnschlag 8e82c161c6 updated credits file 7 years ago
Marc Zinnschlag 765401531d Merge remote-tracking branch 'origin/master' 7 years ago
David Cernat ed2176c984 [Client] Reuse 1 BaseEvent over and over instead of creating new ones 7 years ago
Koncord b158e89f77 [Server] Change signatures of GetLastEventAction & SetScriptEventAction 7 years ago
Koncord 059043fea9 [General] Change signature of BaseEvent::action 7 years ago