Commit graph

  • c8d6679a25 Remove an unused function scrawl 2015-08-16 17:40:20 +0200
  • 1b663f01af create merged document and open a view for it (document is still empty at this point) Marc Zinnschlag 2015-08-16 15:24:48 +0200
  • 5558962b14 Merge remote-tracking branch 'scrawl/editor_creatureflag' Marc Zinnschlag 2015-08-16 10:13:11 +0200
  • 8bb28c3236 Merge remote-tracking branch 'corristo/osx-hidpi' Marc Zinnschlag 2015-08-16 10:06:38 +0200
  • 4d9d8a060d Pathing bugfix. dteviot 2015-08-16 18:56:28 +1200
  • 942a987d52 centralize the world/cell coordinate conversion logic. dteviot 2015-08-16 18:55:02 +1200
  • 5049c9ab6a removed unnecessary tests. dteviot 2015-08-16 17:41:33 +1200
  • 3d419a612a Corrected some weather transition calculations slothlife 2015-08-15 23:38:49 -0500
  • 8426d376f0 Use separate touch spell raycasts for actors and objects (Fixes #2849) scrawl 2015-08-16 02:06:04 +0200
  • afb3d94ba4 Fix cell names in the save/load menu not being localised (Fixes #2840) scrawl 2015-08-16 01:55:14 +0200
  • c25dacb480 Fix "Level" string in the save/load menu not being localised (Bug #2840) scrawl 2015-08-16 01:50:44 +0200
  • 8241976368 Don't attempt to play non-existing hit animations (Fixes #2856) scrawl 2015-08-15 23:27:37 +0200
  • af5ffa5548 Don't warn about SDL touch events scrawl 2015-08-15 22:53:29 +0200
  • dbcce482a6 OS X: enable high resolution mode for OpenMW & OpenCS Nikolay Kasyanov 2015-08-12 00:38:02 +0200
  • 47ac20af40 Workaround flipped cursor on OS X scrawl 2015-08-15 22:28:59 +0200
  • 7dd09dd637 Fix being able to flip journal pages with the mousewheel when the options overlay is active (Fixes #2855) scrawl 2015-08-15 20:44:15 +0200
  • 58cd2b1a84 Remove "Tri Bip*" nodes in creature meshes (meant for debugging)? (Fixes #2148) scrawl 2015-08-15 19:01:21 +0200
  • e36ebc77d5 Editor: remove creature flag of unknown purpose from the UI scrawl 2015-08-15 18:39:00 +0200
  • c57e72fe03 Adjust the sleep interruption chance (Fixes #2781) scrawl 2015-08-15 16:09:53 +0200
  • d76fb2d266 Apply disintegrate only to weapons and armor (Fixes #2853) scrawl 2015-08-14 13:38:39 +0200
  • 5aeabe22f0 Merge remote-tracking branch 'dteviot/PathfindingRefactor' Marc Zinnschlag 2015-08-14 10:13:04 +0200
  • e8c9d3ea2a Fix cell names on world map not always being translated (Fixes #2832) scrawl 2015-08-06 23:29:19 +0200
  • 1e18a73b1c Don't play magic effect sounds & visual effects for unsuitable targets (Fixes #2811) scrawl 2015-08-04 17:55:38 +0200
  • 211deeb63e Don't attempt to lock or unlock unsuitable objects (Fixes #2826) scrawl 2015-08-04 17:33:34 +0200
  • 0d8f07d563 Properly apply changes when backing out of chargen dialogs (Fixes #2627) scrawl 2015-07-31 20:55:31 +0200
  • 86f0e505e9 Add a fixPosition for the --start exterior cell (Fixes #2790) scrawl 2015-07-28 23:27:25 +0200
  • c07ced4c8f Editor: fix magic effect magnitudes incorrectly labelled as Min/Max Range scrawl 2015-08-13 17:01:25 +0200
  • d8655f2ff8 forgot to connect merge operation signals Marc Zinnschlag 2015-08-13 14:49:32 +0200
  • e2377396a7 inheriting Merge from QWidget instead of QDialog, because QDialog is bloody useless for non-modal dialogues (which makes the class completely useless, since modal dialogues are the spawn of Satan) Marc Zinnschlag 2015-08-13 12:53:00 +0200
  • 904ad94952 added merge operation (doesn't do anything yet) Marc Zinnschlag 2015-08-13 12:03:20 +0200
  • d511772534 Merge remote-tracking branch 'rohit-n/gamepad' Marc Zinnschlag 2015-08-13 10:15:27 +0200
  • 86dac4a698 Merge remote-tracking branch 'dteviot/AiCombatRefactor' Marc Zinnschlag 2015-08-13 10:14:18 +0200
  • d9b11f963a Gamepad: Slow down simulated mouse with right trigger in menus. Rohit Nirmal 2015-08-11 21:45:02 -0500
  • 7f398f8790 Merge remote-tracking branch 'corristo/osx-packaging-nextgen' Marc Zinnschlag 2015-08-11 11:49:20 +0200
  • 34d601360f OS X: setup OSG plugins packaging Nikolay Kasyanov 2015-08-08 17:19:26 +0200
  • 2ded28f6aa OS X: reintroduce packaging code Nikolay Kasyanov 2015-08-03 19:21:35 +0200
  • c868010c20 OS X: don't consider libs from /usr/local as "system dependencies" during packaging Nikolay Kasyanov 2015-08-03 19:21:02 +0200
  • 5fba7400a6 Borrow modified bundle utilities from https://github.com/Slicer/Slicer Nikolay Kasyanov 2015-08-03 19:17:26 +0200
  • 55e3aaaa35 made variable const. dteviot 2015-08-10 20:30:43 +1200
  • e42a2478dc Removed tests that are not necessary. dteviot 2015-08-09 17:58:40 +1200
  • 2b9e22f593 extracted function stopAttack(). dteviot 2015-08-09 14:29:38 +1200
  • 0884a3796f extracted function isTargetMagicallyHidden(). dteviot 2015-08-09 14:20:55 +1200
  • 038851420d Removed unneeded temp variables. dteviot 2015-08-09 14:18:55 +1200
  • 50ddcd1953 more attack logic moved into AiCombatStorage. dteviot 2015-08-09 14:10:08 +1200
  • 0735e3e06e move start attack logic to AiCombatStorage. dteviot 2015-08-09 14:08:42 +1200
  • 1676bf917e CombatMove logic moved into AiCombatStorage. dteviot 2015-08-09 14:06:52 +1200
  • 708cacdec4 disable merge menu item when a merge is already in progress Marc Zinnschlag 2015-08-08 16:47:58 +0200
  • 3046795a9c updated credits file Marc Zinnschlag 2015-08-08 11:01:08 +0200
  • 23ccee0124 Merge remote-tracking branch 'dieho/master' Marc Zinnschlag 2015-08-08 11:00:44 +0200
  • 7f10a7f24f Merge remote-tracking branch 'smbas/feature-mgef-verifier' Marc Zinnschlag 2015-08-08 10:50:38 +0200
  • d29862eac3 Merge remote-tracking branch 'emperorarthur/anim_fail' Marc Zinnschlag 2015-08-08 10:47:46 +0200
  • be6a85c7aa Merge remote-tracking branch 'emperorarthur/nif_tester_updates' Marc Zinnschlag 2015-08-08 10:47:12 +0200
  • b74a14211f Merge remote-tracking branch 'origin/master' Marc Zinnschlag 2015-08-08 10:42:02 +0200
  • 1eed1c4d23 Merge remote-tracking branch 'dteviot/AiCombatPerFrameUpdate' Marc Zinnschlag 2015-08-08 10:35:58 +0200
  • 20078c41c3 Removed now unneeded script Arthur Moore 2015-08-07 20:53:43 -0400
  • c7b97ee9ba Cleaned up niftest's output Arthur Moore 2015-08-07 20:49:52 -0400
  • 3d78ee0c2b niftest now scans BSA files in directories for nif errors Arthur Moore 2015-08-07 20:39:43 -0400
  • 6a6da42b85 Updated niftest's help message Arthur Moore 2015-08-07 20:22:18 -0400
  • efadce3e90 Have niftest handle directories as well Arthur Moore 2015-08-07 20:20:31 -0400
  • 865491d101 Added a help message to niftest Arthur Moore 2015-08-07 20:06:33 -0400
  • 56b7196bea Remove incorrect implementation of "Clouds Maximum Percent" weather setting scrawl 2015-08-07 15:34:01 +0200
  • 52dbb24bb9 Merge pull request #708 from slothlife/sky-render-fixes scrawl 2015-08-07 12:47:51 +0200
  • 3235cecddf Use Glare View for visibility of celestial bodies slothlife 2015-08-07 00:08:18 -0500
  • ff2dab8d56 Remove check for an empty Particle from Magic effects verifier Stanislav Bas 2015-08-06 14:17:42 +0300
  • 4fd3097c1c improved adjuster widget problem reporting Marc Zinnschlag 2015-08-06 12:58:52 +0200
  • b83f9445a9 added UI for merge tool (merge tool itself is still missing) Marc Zinnschlag 2015-08-06 12:52:10 +0200
  • 469a896ca1 make non-editable fields in dialogue sub view selectable (Fixes #2818) Marc Zinnschlag 2015-08-06 08:45:38 +0200
  • f06c4c1e18 Merge remote-tracking branch 'origin/master' Marc Zinnschlag 2015-08-06 08:25:49 +0200
  • 8dc5b8aa92 Merge remote-tracking branch 'ace/patch-1' Marc Zinnschlag 2015-08-06 08:25:03 +0200
  • 238ae419a3 Fix use of incorrect material for Sun slothlife 2015-08-05 22:02:54 -0500
  • f2e51b0579 Use diffuse alpha to fade Sun slothlife 2015-08-05 21:03:21 -0500
  • 5602cd9b7b Fix the launcher's version label for builds with no git commit info scrawl 2015-08-06 02:54:47 +0200
  • cbf9f83b85 allow use of IDs as function arguments, even if the ID matches a keyword (Fixes #2830) Marc Zinnschlag 2015-08-05 17:20:01 +0200
  • 46ce04a65b Don't package duplicate version for Windows Alexander "Ace" Olofsson 2015-08-05 17:10:35 +0200
  • ea2f88a355 Fix several sky rendering bugs, maybe also #639 slothlife 2015-08-04 21:07:42 -0500
  • 8c8c5328dc Rewrite of the description Alexandre Moine 2015-08-04 22:50:53 +0200
  • 8ae7c63c45 #2730 and #2725 taras.kudryavtsev 2015-08-04 16:56:05 +0300
  • cbc8309289 Don't allow empty value of School field in Magic Effects table Stanislav Bas 2015-08-04 16:19:00 +0300
  • 581ea26605 Add appdata file for openmw and install it Alexandre Moine 2015-08-04 13:05:29 +0200
  • 58f732ebc9 Update path following checks each frame in AiCombat. dteviot 2015-08-04 18:20:05 +1200
  • ad9bab0b68 Removed redundant if. dteviot 2015-08-04 18:17:08 +1200
  • 4256e151b1 Fixed error in deciding type of attack dteviot 2015-08-04 18:15:58 +1200
  • 21e249cb92 pass parameters as const & dteviot 2015-08-04 18:14:36 +1200
  • 8da9eecea7 Correct comparison of enum values in IdTableProxyModel Stanislav Bas 2015-08-03 19:24:00 +0300
  • 0ea4d1981a Add magic effect verifier Stanislav Bas 2015-08-03 19:08:01 +0300
  • 06f170a8e1 Merge remote-tracking branch 'origin/master' Marc Zinnschlag 2015-08-03 10:52:32 +0200
  • 9ba85f697c Merge remote-tracking branch 'smbas/fix-opencs-bugs' Marc Zinnschlag 2015-08-03 10:42:06 +0200
  • 6b3de5c720 Activate editing of nested table cells by a double click Stanislav Bas 2015-08-02 22:53:40 +0300
  • 1590a04d03 Close EditWidget when a proper row removed Stanislav Bas 2015-08-02 22:39:41 +0300
  • 33042c1464 Restore Modified status of a record when adding/removing nested rows Stanislav Bas 2015-08-02 17:16:06 +0300
  • 664ae079db Improve setting of culling mask for the savegame screenshot camera scrawl 2015-08-02 18:05:15 +0200
  • 88c61ed2b6 Fix NotifyDrawCompletedCallback in single threaded mode scrawl 2015-08-02 17:57:50 +0200
  • 25b653e316 Inform about Modified status change when modifying a value of a model Stanislav Bas 2015-08-02 15:06:56 +0300
  • afb36b73eb Proper index for Modified column in ModifyCommand Stanislav Bas 2015-08-02 15:03:27 +0300
  • e73c115ff5 Merge remote-tracking branch 'origin/master' Marc Zinnschlag 2015-08-02 13:44:17 +0200
  • 529041f6f6 Merge remote-tracking branch 'slothlife/moon-settings' Marc Zinnschlag 2015-08-02 13:43:55 +0200
  • 9ee3f1bfe7 Merge remote-tracking branch 'slothlife/moon-settings' into mergetool Marc Zinnschlag 2015-08-02 13:42:39 +0200
  • 0244a9b329 Correct moon texture with respect to trajectory slothlife 2015-08-01 07:57:05 -0500
  • 9392e426c0 Merge remote-tracking branch 'origin/master' into mergetool Marc Zinnschlag 2015-08-01 10:16:20 +0200
  • 15e8275443 Merge remote-tracking branch 'slothlife/moon-settings' into mergetool Marc Zinnschlag 2015-08-01 10:14:28 +0200