Commit Graph

10654 Commits (3663511cdbeeb775c249a9268e409e5ddc67d32c)

Author SHA1 Message Date
scrawl e642f20a65 Restore screenshot key functionality 10 years ago
scrawl 2a85a22dba Write savegame screenshot 10 years ago
scrawl 24551c7bab Fix for savegame incompatibility with master branch 10 years ago
Stanislav Bas bd46ddcf47 Correct the return type in IdTree::data() for Display_Role 10 years ago
Stanislav Bas b25cc6bc55 IdCompletionManager uses Display type instread of ColumnId for creating completers 10 years ago
scrawl 41cce5240f Delete remaining files that won't be of any use 10 years ago
scrawl 974fda5bde Merge branch 'master' of https://github.com/OpenMW/openmw into osg
Conflicts:
	extern/sdl4ogre/sdlwindowhelper.cpp
10 years ago
scrawl 292fa0b5e3 Unify raycasting techniques for "on touch" magic
We don't want pixel-precise raycasting here. Gets annoying when trying to hit a skeleton.
10 years ago
scrawl cee1db532f Improve area orb positioning for "on touch" spells 10 years ago
scrawl cd47dff196 Minor cleanup 10 years ago
scrawl 2883ecc19a Fix the hilarious bug of NPCs falling to their deaths in interiors 10 years ago
scrawl cdd0623009 Terrain rendering 10 years ago
Stanislav Bas 4e759370de Change Display_String to the proper display type where appropriate 10 years ago
Stanislav Bas f84c36b500 CommandDelegate: extract a display type from a model if it isn't specified 10 years ago
scrawl 58ebf57154 Apply a comment that got lost in the endless depths of my git stash 10 years ago
scrawl 8c50f8ed26 Fix for lights with no mesh 10 years ago
scrawl 5a7f2a4f1f Restore light attenuation settings 10 years ago
scrawl 01944c33f5 Basic water rendering 10 years ago
scrawl adc8e0b93e Merge branch 'smbas-master' 10 years ago
Stanislav Bas 2c4025ec72 Rename the method isCompleterExistFor() to hasCompleterFor() 10 years ago
Stanislav Bas 959fe3eb87 Reset the scrollbar position in the topic list when DialogueWindow is closed 10 years ago
scrawl de8e5f0db1 Restore projectiles 10 years ago
scrawl c85764b654 Wireframe mode 10 years ago
Marc Zinnschlag b866e11873 Merge remote-tracking branch 'cc9cii/pathgrid-check-extra' 10 years ago
scrawl 7f9f9a32d2 InitWorldSpaceParticles fix 10 years ago
scrawl 987918ca15 NpcAnimation::setAlpha 10 years ago
scrawl bed31996c9 Camera raycast 10 years ago
scrawl 2869424847 Fix first person camera for beast races 10 years ago
scrawl f88079fddd Restore the isOnGround hack 10 years ago
scrawl ccd95419e5 Restore various raycasting 10 years ago
scrawl 8e0a988289 Icon fix 10 years ago
scrawl e306853570 Fix chargen crash 10 years ago
scrawl 84fd682e4e Fix for unnecessary exceptions when opening sounds
This would throw often during normal play, even though the throws are caught and ignored, can be annoying when the debugger is set to 'catch throw'.
10 years ago
Stanislav Bas 5dc6cdeb99 Scroll to the top of the topic list when dialog is started 10 years ago
scrawl 5b846ebc71 Camera precision fix 10 years ago
scrawl ed4863ad7d Restore ranged weapon aiming 10 years ago
scrawl 71bafcb52b Restore head tracking 10 years ago
Stanislav Bas dbe61115b2 Fix the mistyping header guard in the idcompletiondelegate.hpp 10 years ago
Stanislav Bas e636101725 Add missing new lines at the ends of files 10 years ago
Stanislav Bas 9e405b69fa Create the custom completer popup to avoid the problem with the wrong height of the default popup 10 years ago
Marc Zinnschlag 9f0ccdc37a Merge remote-tracking branch 'scrawl/master' 10 years ago
scrawl 60f55997fd Rotate first person meshes, sneak camera offset in first person 10 years ago
scrawl a066b24303 Restore WeaponAnimation 10 years ago
Stanislav Bas 994c6833bc Add missing columns for the ID completion 10 years ago
Stanislav Bas e943d17b29 Check for invalid index in IdTable::flags(). This prevents QCompleter from crashes 10 years ago
Stanislav Bas 602f33bd91 Add ColumnId role to the IdTree data methods 10 years ago
Stanislav Bas 5e8718d8b2 Add the ID completion delegate factory to the delegate factory collection 10 years ago
scrawl 7f2dd21c66 Fix for StartScript regression (Fixes #2590) 10 years ago
Stanislav Bas 33e36ee922 Add the ID completion delegate 10 years ago
Stanislav Bas 19cc6b83e5 Integrate the Id completion manager into the Document class 10 years ago
Stanislav Bas 87a1f9f9aa Add ID completion manager 10 years ago
cc9cii c4aa3d3ee3 Revert user preference setting checks until a thread safe method is worked out. The OSX namespace issue is retained. 10 years ago
Marc Zinnschlag 88d5aed62d removed code that interfered with the default window size on Linux (Fixes #2568) 10 years ago
Marc Zinnschlag d7cd4203ad Merge remote-tracking branch 'k1ll/mingw' 10 years ago
cc9cii 01eba7b721 Extra check for thread affinity. 10 years ago
cc9cii 76196d815d Update user preference setting value via an event message queue. 10 years ago
Marc Zinnschlag 17747a2dd9 Merge remote-tracking branch 'cc9cii/highlight-colours' 10 years ago
scrawl 988a9cad58 getHitContact Head exception fix 10 years ago
scrawl cc3bfe2bb2 Restore collision tracker 10 years ago
scrawl b2fe21dd3b Minor cleanup 10 years ago
scrawl fd50be0fb8 Restore various gameplay 10 years ago
cc9cii 0aaac59cc3 Return to startup dialog when the open/create action is cancelled. Should resolve Bug #2588. 10 years ago
scrawl 5c7ecb9c1d string::compare exception fix 10 years ago
scrawl af2f26d04d Particle fixes 10 years ago
cc9cii 9cbda0ffad Allow users to select syntax highlighting colours. Should resolve Feature #2507. 10 years ago
cc9cii 393cee406f Use signals for user preference setting updates. 10 years ago
cc9cii ce421b230b Move scrollbar to newly opened subview. Should resolve Bug #2576. 10 years ago
scrawl 7e715decd3 Color fix 10 years ago
scrawl 6d3528af70 Port global map exploration 10 years ago
cc9cii 734e52d1c8 Move the user preference check to the preparation step before the running of the operation. 10 years ago
cc9cii 9ad69d9085 Allow wheel events in dialogue spin box types only when they have focus. Should resolve Feature #2585. 10 years ago
cc9cii 6821cb4133 Use the tree model rather than a nested proxy for the dialogue only listing (i.e. non table) items. Should resolve Bug #2586.
- QDataWidgetMapper requires the rootindex to be set, which was not possible with the nested proxy model.
10 years ago
scrawl 7a1408cfed Restore display of global map overlay, no exploration yet 10 years ago
scrawl 72d0a69132 Fix global map markers not being cleared on a new game 10 years ago
scrawl 9ee63dc3f4 Change stats viewer key to f3 10 years ago
scrawl 5f7a82e0da Fog of war fix 10 years ago
scrawl f4ee805e3b Object animation fix 10 years ago
scrawl c811ac6afe Port fog of war
Not optimized yet, need to work on fog texture's DataVariance.
10 years ago
scrawl 5628a2b823 Camera zoom fix 10 years ago
scrawl 8b3054aa8b Fix for player collision cleanup issue 10 years ago
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
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 099f93f00d Sky fixes 10 years ago
scrawl c4951d1e73 Map rotation fix 10 years ago
scrawl 3dcb167066 Map rendering 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
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 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
Marc Zinnschlag b58b7a89ed Merge remote-tracking branch 'rohit-n/reorder2' 10 years ago
scrawl f2809ab63b Delete nifosgtest again 10 years ago
scrawl 0de6839890 Minor cleanup 10 years ago
scrawl 0b042b75cc Restore actor visibility mask 10 years ago
scrawl 04e827ecf6 Don't try to play an empty video 10 years ago
scrawl cd81ec92db Minor cleanup 10 years ago
scrawl 8092f37ce5 New game crash fix 10 years ago
Stanislav Bas a5183aefbe Add record state tracking to the ModifyCommand (Fix #2555) 10 years ago
scrawl d1b6289cad Don't teleport followers when using teleportation spells 10 years ago
Rohit Nirmal 396fba7fa9 Silence -Wreorder warnings, and remove -Wno-reorder. 10 years ago
scrawl 85345e663a Restore getHitContact 10 years ago
scrawl 627fee07bc Minor cleanup 10 years ago
scrawl cac7c1e535 Restore various physics features 10 years ago
scrawl d6da5c8007 Fix for crosshair not showing 10 years ago
scrawl 5ea61af6ac Fix for applying view distance 10 years ago
scrawl 2235d2978b Restore animation text key handling 10 years ago
scrawl 9b8e2e9db3 Port MWRender::Camera 10 years ago
Stanislav Bas d27b92e9f1 Avoid gaps between local indexes in RefIdData after removal of records (Fix #2545) 10 years ago
scrawl 0fb97bd2e7 Readded baseonly parameter to Animation::setObjectRoot
Fixes the first person view.
10 years ago
cc9cii aecd9a275e Remove debugging comments. 10 years ago
scrawl 6031db7882 Character sliding fix 10 years ago
cc9cii 2fc964ca73 Grey out disabled entries rather than hiding them. 10 years ago
cc9cii 1d0b8587a1 Use HasWater bit flag rather than mWaterInt bool. 10 years ago
scrawl cfe57199d7 Minor cleanup 10 years ago
scrawl c4452afd89 Inventory item picking 10 years ago
scrawl 72c1f37527 Port CharacterPreview 10 years ago
scrawl 820f4a2688 Fix light direction 10 years ago