Commit graph

  • 83dcf9ce4b Overwrite existing records in IndexedStore (Fixes #2182) scrawl 2014-12-05 02:17:15 +0100
  • ab693f1f64 Workaround file lock being lost if the same file is closed elsewhere in the program (see https://svn.boost.org/trac/boost/ticket/3582) cc9cii 2014-12-05 07:50:03 +1100
  • 8d0cca6cfc Merge remote-tracking branch 'remotes/upstream/master' into single-instance cc9cii 2014-12-05 07:38:33 +1100
  • f771b95a15 Merge remote-tracking branch 'cc9cii/master' Marc Zinnschlag 2014-12-04 20:04:19 +0100
  • 6731afc79c Use float for setting skill use values. Should resolve bug #2183. cc9cii 2014-12-05 03:59:16 +1100
  • 07f10a0140 Use append syntax compatible with older versions of boost. cc9cii 2014-12-05 01:32:20 +1100
  • e67cf96250 Allow only one instance of OpenCS. Only tested on windows x64. cc9cii 2014-12-05 01:09:42 +1100
  • 41ec6e42cb updated changelog Marc Zinnschlag 2014-12-03 20:58:44 +0100
  • d67ad9037e increased version number Marc Zinnschlag 2014-12-03 20:55:33 +0100
  • eb6e1576be Merge remote-tracking branch 'scrawl/master' Marc Zinnschlag 2014-12-03 20:17:34 +0100
  • fee08f97ed Fix crash in character preview for non-existing meshes (Fixes #2128) scrawl 2014-12-03 00:02:14 +0100
  • 75b0da5dce Don't updateBoneTree for non-skinned parts (Fixes #2124) scrawl 2014-12-02 21:04:38 +0100
  • b650338d69 Implement drawMode of NiStencilProperty (Feature #1057) scrawl 2014-12-02 18:42:40 +0100
  • 14ae6d28b0 Fix being able to jump when overencumbered scrawl 2014-12-02 18:42:13 +0100
  • e6c59f5585 Revert "Allow NIF rotation matrices that include scale values" scrawl 2014-12-02 18:07:32 +0100
  • 3519d23518 Race dialog: remove incorrect assumption about numeric index in head/hair record IDs scrawl 2014-12-02 01:37:19 +0100
  • 7faa849cef Fix fatigue recalculation using older value (oops) scrawl 2014-12-02 01:19:35 +0100
  • dd0cea21b0 Implement overwriting pathgrid records (Fixes #2175) scrawl 2014-12-01 23:25:25 +0100
  • 329a3558bf updated credits file Marc Zinnschlag 2014-12-03 15:36:07 +0100
  • e2efc4770d Merge remote-tracking branch 'viadanna/fix/invisible-combat' Marc Zinnschlag 2014-12-03 15:34:02 +0100
  • f2d991505e handle other Windows-specific path issues regarding OpenCS resources handling Marc Zinnschlag 2014-12-03 15:31:00 +0100
  • 58b6e757e3 fixed another case folding problem regarding OpenCS resources handling Marc Zinnschlag 2014-12-03 15:24:37 +0100
  • e755f692cc silenced some annoying warnings Marc Zinnschlag 2014-12-03 09:42:12 +0100
  • 85b8fca1f0 fixes root 2014-12-03 01:11:50 +0400
  • 4e756a2f4a path to game get through jni root 2014-12-03 01:03:27 +0400
  • bfa048e687 Fix #1734: AI will stop combat if target disappear Paulo Viadanna 2014-12-02 12:42:01 -0200
  • 406cf2b981 disable element visibility buttons that do not apply to the respective cell type Marc Zinnschlag 2014-12-02 11:17:39 +0100
  • fadbb5ad21 Add particle and sound fading for weather transitions (Fixes #2130) scrawl 2014-12-01 20:31:33 +0100
  • b9d0552166 Fix positionCell rotation argument when used on the player scrawl 2014-12-01 16:43:55 +0100
  • 46d93f1b08 Crime update: NPCs can report crimes if they didn't see the crime, but were alerted by someone who saw it and did not report it themselves. scrawl 2014-12-01 16:36:01 +0100
  • 507cbcfae3 Remove incorrect implementation of the iAlarm* GMSTs, not used by vanilla MW (Fixes #2064) scrawl 2014-12-01 16:04:00 +0100
  • ed686ddd2f Don't update nodes with an empty name from the skeleton source (Fixes #2125) scrawl 2014-12-01 15:37:34 +0100
  • a1226501fa AiWander: move idle animation handling to non-delayed section (Fixes #2073) scrawl 2014-12-01 15:08:55 +0100
  • f9ae0d9d66 Fix dialogue goodbye link conflicting with choice links scrawl 2014-12-01 14:56:13 +0100
  • 8103d25b09 Make ToggleMenus close open windows (Fixes #2045) scrawl 2014-12-01 14:48:53 +0100
  • 59cde9b431 Don't use transparency override if there's no transparency (rug fix for Bug #2050) scrawl 2014-12-01 14:38:50 +0100
  • 077c619611 Implement Clamp mode for NiTexturingProperty (Fixes #2050) scrawl 2014-12-01 14:36:36 +0100
  • c684c99a95 Combat AI: Don't attempt to cast spells when impossible to succeed (Fixes #2059) scrawl 2014-12-01 13:43:11 +0100
  • 6960cac5eb Disable third person zoom feature by default due to usability issues (Fixes #2129) scrawl 2014-12-01 13:38:47 +0100
  • 61d1aa78ce Move AiWander path finder to temporary storage (Fixes #2082) scrawl 2014-12-01 13:34:42 +0100
  • b7cf114d5d Merge remote-tracking branch 'scrawl/delete' Marc Zinnschlag 2014-12-01 22:57:41 +0100
  • cbcd6a26d5 memory leak fix Marc Zinnschlag 2014-12-01 22:57:32 +0100
  • 48d5789aeb Use a separate flag for references deleted by a content file (Fixes #2018) scrawl 2014-12-01 22:10:06 +0100
  • 6e1a11f322 Queue screen fade operations invoked by scripts MiroslavR 2014-12-01 19:13:04 +0100
  • f56debdb11 Merge remote-tracking branch 'scrawl/master' Marc Zinnschlag 2014-12-01 09:40:20 +0100
  • acd63659c1 Merge remote-tracking branch 'scrawl/launcher' Marc Zinnschlag 2014-12-01 09:39:31 +0100
  • 3b5cd286f6 Do not destroy overlay if it was never created (e.g. due to an Ogre exception). cc9cii 2014-12-01 14:09:22 +1100
  • 64e1594b41 Move the destruction of global resources, being used by multiple documents, to the editor. cc9cii 2014-12-01 14:08:27 +1100
  • 44b11163d1 Do not delete physics objects if it was never created (e.g. preview window) cc9cii 2014-12-01 10:07:02 +1100
  • 2d229c70cb Another missed null shared_ptr conversion for gcc. cc9cii 2014-12-01 09:41:03 +1100
  • 9fb4b1f499 Initialise null shared_ptr cc9cii 2014-12-01 08:15:17 +1100
  • dffa8c6c14 Re-insert existing DialInfo records when they are modified by another content file (Fixes #2170) scrawl 2014-11-30 22:02:25 +0100
  • a4e32d23c6 Fix old profile content not being cleared correctly when saving content file selection (Fixes #2173) scrawl 2014-11-30 20:52:34 +0100
  • 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. cc9cii 2014-12-01 06:44:12 +1100
  • db17dbe324 don't store esm readers for non-base content files Marc Zinnschlag 2014-11-30 18:04:18 +0100
  • 4a9d2038fa load land for non-base content files immediately loadfix Marc Zinnschlag 2014-11-30 14:33:39 +0100
  • 4c1906b999 Merge remote-tracking branch 'cc9cii/master' Marc Zinnschlag 2014-11-29 21:00:59 +0100
  • 003675318d Merge remote-tracking branch 'scrawl/master' Marc Zinnschlag 2014-11-29 20:54:04 +0100
  • 5ae1554a75 Simplify skipping moved references (thanks scrawl) cc9cii 2014-11-30 04:00:06 +1100
  • d3d5c1fd15 Disable debug drawing for raycasting shapes scrawl 2014-11-29 16:51:45 +0100
  • 5fa7536427 Fix incorrect box shape translation reset scrawl 2014-11-29 16:50:42 +0100
  • 33c454e073 Check whether any subrecords remain after skipping moved references. Should resolve bug #2070. cc9cii 2014-11-29 20:39:25 +1100
  • ad38345de4 Clean up listener in destruction of OgrePlatform (Fixes #2145) scrawl 2014-11-28 22:23:42 +0100
  • 5f5fcc2fef Make PlayGroup use an indefinite number of loops (Fixes #2156) scrawl 2014-11-28 17:15:31 +0100
  • 4fd3a994e9 Add model and script information to BetaComment scrawl 2014-11-28 16:02:43 +0100
  • ea8f617508 Add missing player control enabled checks (Fixes #2152) scrawl 2014-11-28 15:54:38 +0100
  • d7220cdc2f Do not allow decrease below zero in modCurrentMagicka and modCurrentHealth (Fixes #2158) scrawl 2014-11-28 14:48:03 +0100
  • 0a466ad643 Make recalculation of magicka less aggressive (Fixes #2155) scrawl 2014-11-28 14:45:35 +0100
  • dadc089ddb Merge branch 'buttons' Marc Zinnschlag 2014-11-28 09:16:47 +0100
  • e177b66c1d moved fog button from unpaged worldspace to worldspace Marc Zinnschlag 2014-11-28 09:16:39 +0100
  • e04ead2bd5 new element visibility button icons Marc Zinnschlag 2014-11-28 09:14:02 +0100
  • cb74c1c36e Set health to 0 if it drops below 1 (Fixes #2163) MiroslavR 2014-11-27 20:44:41 +0100
  • 50a489321f updated run button Marc Zinnschlag 2014-11-27 09:27:29 +0100
  • d37ff8ec63 fixed missing tooltip update for toggle/mode-type buttons Marc Zinnschlag 2014-11-27 08:59:21 +0100
  • 3b347e666b Merge remote-tracking branch 'shnatsel/master' Marc Zinnschlag 2014-11-26 10:22:43 +0100
  • 23624841e0 Merge remote-tracking branch 'cc9cii/editwidget-setrange' Marc Zinnschlag 2014-11-26 10:19:58 +0100
  • f1ff2b2d6a Add offscreen credits and a note about the use of "Play" icon from elementary icon theme to the SVG masters. Clean up unused offscreen objects in scene view icon. Sergey Shnatsel Davidoff 2014-11-26 00:28:11 +0300
  • 54ac54b347 Add the "scene-play.png" icon for launching the game from OpenCS. Also included are SVG source and the GIMP XCF with transparency mask on the edges. Sergey Shnatsel Davidoff 2014-11-26 00:20:45 +0300
  • 936094ae95 Set range of spinbox types in dialogsubview. cc9cii 2014-11-26 08:08:28 +1100
  • 533bb3b0d5 Merge remote-tracking branch 'miroslavr/master' Marc Zinnschlag 2014-11-25 19:30:49 +0100
  • ff8bdd74ed Fix strange bitflags handling scrawl 2014-11-25 15:54:55 +0100
  • 238325455d Erase effects that have expired (Fixes #2134) MiroslavR 2014-11-23 12:40:55 +0100
  • d36dfbe779 Apply the frame time cap to Ogre's ControllerManager (Fixes #2154) scrawl 2014-11-25 02:41:54 +0100
  • 7e1f86793c Merge remote-tracking branch 'shnatsel/master' Marc Zinnschlag 2014-11-24 11:27:28 +0100
  • 69134e3ac2 Add icon to windows executable. cc9cii 2014-11-24 12:48:36 +1100
  • ada4e37556 Fix race preview texture not being destroyed properly (Fixes #2098) scrawl 2014-11-24 01:02:18 +0100
  • 5a16420231 supply the correct icon (without the red line) for the default rendering state Sergey Shnatsel Davidoff 2014-11-23 19:47:53 +0300
  • c1e6b8608b Always create a skeleton if there's an "ArrowBone" node (Fixes #2117) scrawl 2014-11-23 16:17:58 +0100
  • c9e7a41e1a Add my scene view icons: status overview icons, element toggle icons, parts from which they're assembled and the SVG master. Sergey Shnatsel Davidoff 2014-11-23 17:39:01 +0300
  • 4bf5c89e6f Merge branch 'master' of https://github.com/OpenMW/openmw into unshield scrawl 2014-11-23 13:45:46 +0100
  • abf49267ea Unshield include fix scrawl 2014-11-23 13:44:03 +0100
  • a8a2b44b0f Don't require libunshield on windows scrawl 2014-11-23 00:51:57 +0100
  • a0c454b01c Properly add libunshiled include dir (again, for wizard this time) Nikolay Kasyanov 2014-11-22 22:53:01 +0200
  • 414f7ea02c Ignore mouse movements during video playback (Fixes #2139) scrawl 2014-11-19 12:09:40 +0100
  • c7933dd692 Merge remote-tracking branch 'cc9cii/master' Marc Zinnschlag 2014-11-22 11:28:01 +0100
  • 31fdf49616 Use Qt exit function rather than system one. cc9cii 2014-11-22 06:59:23 +1100
  • cd5d02402f Merge remote-tracking branch 'scrawl/wizard' Marc Zinnschlag 2014-11-21 09:48:57 +0100
  • 1e06f69d9e Remove the "browse to existing installation" button, now replaced by the wizard scrawl 2014-11-20 22:39:21 +0100
  • e11bec1a37 Fix the launcher not properly reloading data directories scrawl 2014-11-20 22:36:24 +0100
  • 911839bb91 Simplify detecting whether a universal id represents a referenceable type. cc9cii 2014-11-21 06:48:42 +1100