Commit Graph

13939 Commits (b6aed649824c355f81440d7fd0e3a2eea7c9a311)
 

Author SHA1 Message Date
scrawl 6555ee8d80 Minor include cleanup 10 years ago
scrawl 025a1a7866 Restore savegame screenshot display 10 years ago
cc9cii 00c165d3a5 Add user preference option to check unused or redundant pathgrid points. Also resolve namespace clash issue in osx. 10 years ago
scrawl 1f00174c02 Use a btCollisionWorld instead of btDiscreteDynamicsWorld
Slightly improves performance, since we no longer need to stepSimulation(). We don't use any Dynamics (yet).
10 years ago
scrawl fe439e53ff Bullet include cleanup 10 years ago
Marc Zinnschlag b6878c2e0c improved error handling in LocalScripts::add 10 years ago
Marc Zinnschlag baaf801521 Merge remote-tracking branch 'cc9cii/loadcell-fix' 10 years ago
cc9cii 674a124bc6 Don't use local type as a template parameter. 10 years ago
cc9cii 3a31468af0 Pathgrid record verifier. Feature #2000. 10 years ago
cc9cii 6966555377 Object verifier check to see if the script used by that object actually exists. Should resolve Bug #2582. 10 years ago
cc9cii b7044ac119 Fix crash loading some addon files. Should resolve Bug #2583.
- This may be a bug within QSortFilterProxyModel
- It isn't 100% clear what aspects of these addon files cause the issue, but something about them causes Qt to lose track of its internal row numbers.
10 years ago
cc9cii 5fd107a95c Fix crash with array out of bounds when refNum index is incorrect. 10 years ago
scrawl 2f97649540 Fix for cleanup issue when exiting after a failed savegame load (Fixes #2580) 10 years ago
scrawl 723beb1cac Move IncrementalCompileOperation to SceneManager 10 years ago
scrawl 5de24552a8 Leak fix 10 years ago
scrawl 099f93f00d Sky fixes 10 years ago
scrawl c4951d1e73 Map rotation fix 10 years ago
scrawl 3dcb167066 Map rendering 10 years ago
Marc Zinnschlag 2c9bf343ac Merge remote-tracking branch 'cramal/master' 10 years ago
Marc Zinnschlag 99dbd82a44 Merge remote-tracking branch 'cc9cii/fix-dialogue-subview-crash' 10 years ago
Marc Zinnschlag ae1a606876 Merge remote-tracking branch 'cc9cii/selective-refresh' 10 years ago
cc9cii f06ddd47c4 Return the correct range for a given topic. Should resolve Bug #2569. 10 years ago
cc9cii aafcaf32c5 Qualify the scope of Flag_Dialogue. (another one) 10 years ago
cc9cii 2f29c2c077 Qualify the scope of Flag_Dialogue. 10 years ago
cc9cii ec808843c3 Do not rebuild the dialogue subview unless required. Should resolve Bug #2581.
The loss of focus was caused by each text change (i.e. character entry) to a QPlainTextEdit resulting in dataChanged() signal which in turn rebuilt the dialogue subview.  Changes in this commit include:

- Do not send signal to update entire row if only a single item has changed.
- Do not rebuild the dialogue subview unless the data item that triggers a conditional display is changed.
- Add column flags to indicate whether the data in this column should rebuild the dialogue subview.
- Return the correct flags for nested columns
- Disable, rather than grey out, checkbox that does not apply to creature levelled list
10 years ago
cc9cii 95f740ec40 Give CSVWorld::EditWidget::mMainWidget a chance to clean up its children. Should resolve Bug #2578. 10 years ago
Cramal 08484a46c7 remove latex error 10 years ago
Cramal ad77c662aa correct latex error 10 years ago
Cramal 18f047f50e Moving to Object/Instance terminology + minor spelling corrections 10 years ago
Marc Zinnschlag 5f41ef4809 Merge remote-tracking branch 'cc9cii/master' 10 years ago
cc9cii 3c82e6d034 Retrieve the correct index for the type of record being un-deleted. 10 years ago
cc9cii e6d2821b78 Refresh table filters when the model is updated. Should resolve Bug #2579. 10 years ago
Marc Zinnschlag 6402b82823 Merge remote-tracking branch 'cc9cii/master' 10 years ago
Marc Zinnschlag 07ce7b95cf Merge remote-tracking branch 'cc9cii/npc-additional-data' 10 years ago
cc9cii 22420c3a83 Close DialogueSubView if the corresponding record is deleted. Should resolve Bug #2575.
- ToDo: Doesn't seem to shrink the widget width properly (when horizontal scrollbar is active)
10 years ago
cc9cii c721e340d8 Merge branch 'master' into npc-additional-data
Conflicts:
	apps/opencs/view/world/dialoguesubview.cpp
10 years ago
cc9cii 21af1913e1 Ensure ColumnId names are unique. 10 years ago
scrawl 76dd3e4034 Fix lip animation regression 10 years ago
scrawl 1fd9fba7a3 Fix debug drawer crash 10 years ago
scrawl 95465a1489 Player raycast fix 10 years ago
scrawl d84990be85 Restore getCollisions 10 years ago
scrawl 8b322fcd06 Implement getFacedObject using osgUtil::IntersectionVisitor 10 years ago
scrawl c2131e7c31 Make near clip distance configurable 10 years ago
scrawl c748ea7363 Fix view distance slider 10 years ago
scrawl 9a0db5d55a Restore cell changes 10 years ago
scrawl 152d690a7a Minor cleanup 10 years ago
scrawl da24e298ee Fix -Wreorder warnings 10 years ago
scrawl 22f01b1232 Merge branch 'master' of https://github.com/OpenMW/openmw into osg
Conflicts:
	apps/launcher/graphicspage.cpp
	apps/opencs/editor.cpp
	apps/opencs/model/doc/document.cpp
	apps/opencs/view/render/cell.cpp
	apps/opencs/view/render/mousestate.cpp
	apps/opencs/view/render/textoverlay.cpp
	apps/opencs/view/render/worldspacewidget.cpp
	apps/openmw/mwclass/creature.cpp
	apps/openmw/mwclass/npc.cpp
	apps/openmw/mwgui/inventorywindow.cpp
	apps/openmw/mwgui/loadingscreen.cpp
	apps/openmw/mwgui/mapwindow.cpp
	apps/openmw/mwgui/pickpocketitemmodel.cpp
	apps/openmw/mwgui/waitdialog.cpp
	apps/openmw/mwmechanics/combat.cpp
	apps/openmw/mwmechanics/mechanicsmanagerimp.cpp
	apps/openmw/mwrender/globalmap.cpp
	apps/openmw/mwworld/physicssystem.cpp
	apps/openmw/mwworld/refdata.cpp
	apps/openmw/mwworld/scene.cpp
	apps/openmw/mwworld/worldimp.cpp
	components/sdlutil/sdlinputwrapper.cpp
	extern/shiny/Main/Factory.cpp
	extern/shiny/Main/MaterialInstance.cpp
	extern/shiny/Main/Platform.cpp
	extern/shiny/Main/ShaderSet.cpp
10 years ago
Marc Zinnschlag 53b4c15d85 Merge remote-tracking branch 'smbas/master' 10 years ago
Marc Zinnschlag 913caf96bd Merge branch 'openmw-36' 10 years ago