Commit graph

  • 31fab533fe OSX build fix scrawl 2014-11-20 18:14:49 +0100
  • 86037149cd add optional string argument for activate instruction (ignored) Marc Zinnschlag 2014-11-20 11:06:32 +0100
  • c6558fe487 Fix Ogre being initialised twice scrawl 2014-11-19 13:19:02 +0100
  • ede1b97b46 Check the type of universal id before getting its id. Should resolve bug #2137 cc9cii 2014-11-19 18:10:29 +1000
  • e5a6049ea7 Improve clarity of label scrawl 2014-11-18 18:03:31 +0100
  • d4a9cf7075 Fix wizard install location scrawl 2014-11-18 17:54:37 +0100
  • 751211351c Fix multi-line comment warning scrawl 2014-11-18 17:54:24 +0100
  • 4fa303d7c4 Merge branch 'master' into HEAD scrawl 2014-11-18 17:43:51 +0100
  • 3028141815 Set up ESMReader indices in OpenCS (fixes wrong terrain textures when multiple content files are loaded) scrawl 2014-11-18 11:47:46 +0100
  • 21481e8c71 Fix bsatool help typo scrawl 2014-11-16 18:08:36 +0100
  • 95dfb07816 make [ a whitespace character in scripts (Fixes #2126) Marc Zinnschlag 2014-11-15 09:53:08 +0100
  • 5eb9fd81e1 use placeholder icons in OpenCS when no proper icon is available Marc Zinnschlag 2014-11-13 12:09:10 +0100
  • a60e4c036f Merge branch 'mode' Marc Zinnschlag 2014-11-13 11:12:20 +0100
  • b7f8f848a8 added edit modes for exteriors Marc Zinnschlag 2014-11-13 10:45:59 +0100
  • b86148411b Fix for issue #2051. Not perfect (can get into a lock in some situations) but usable. cc9cii 2014-11-12 14:02:08 +1100
  • 2acf446f18 added edit mode button to scene toolbar Marc Zinnschlag 2014-11-11 15:58:22 +0100
  • 273a80e2c0 Merge branch 'master' of https://github.com/OpenMW/openmw scrawl 2014-11-11 15:43:46 +0100
  • 3828e3fae5 updated credits file Marc Zinnschlag 2014-11-10 16:37:31 +0100
  • fe385214e4 Added proper slow fall effect mechanics. Evgenii Babinets 2014-11-10 02:42:44 -0500
  • b50fcd403b renamed getElementMask to getVisibilityMask Marc Zinnschlag 2014-11-09 11:29:45 +0100
  • 92ab292e18 Make MODL subrecord for light records optional (Fixes #2114) scrawl 2014-11-09 04:50:54 +0100
  • de3a26e21b Merge remote-tracking branch 'miroslavr/master' Marc Zinnschlag 2014-11-08 11:00:19 +0100
  • b8d5a9486a Make Restore/Damage Attribute/Skill effects continuous MiroslavR 2014-11-02 18:01:12 +0100
  • 9e67a07ad4 allow externally supplied ModeButtons in SceneToolMode Marc Zinnschlag 2014-11-07 11:11:43 +0100
  • 07ea352e46 Fix button graphics preventing mouse clicks (Fixes #2104) scrawl 2014-11-07 00:16:41 +0100
  • 0fd33e3198
    Fix morrowind data files detection for custom install locations hasufell 2014-11-06 22:27:35 +0100
  • 4dd645559d added ModeButton specialisation of PushButton for use in SceneToolMode Marc Zinnschlag 2014-11-06 13:26:19 +0100
  • bebb59ef11 Removed sending of travis notifications to my email. Lukasz Gromanowski 2014-11-06 10:51:32 +0100
  • d5768af952 Fix INT_MIN trade exploit (Fixes #2096) scrawl 2014-11-06 03:51:18 +0100
  • a3a0682138 Remove files no longer used, reverting to OEngine. cc9cii 2014-11-06 11:16:17 +1100
  • bf669a51c1 Merge branch 'master' into mouse-picking-physics cc9cii 2014-11-06 09:46:48 +1100
  • f051fb65ff Fix memory leak when multiple documents in 3D edit. Support multiple physics engine per document. cc9cii 2014-11-06 08:35:24 +1100
  • e82e830653 Merge remote-tracking branch 'scrawl/master' Marc Zinnschlag 2014-11-05 21:23:07 +0100
  • 45d41e22e2 Merge branch 'openmw-33' Marc Zinnschlag 2014-11-05 21:22:18 +0100
  • 5909fa4368 new version number and updated changelog openmw-0.33.1 openmw-33 Marc Zinnschlag 2014-11-05 21:18:43 +0100
  • 6b88f5f33e Use Ogre::uint8, fixes a missing include for uint8_t scrawl 2014-11-05 20:58:49 +0100
  • 61d4a6b344 Merge branch 'openmw-033' scrawl 2014-11-05 20:58:42 +0100
  • ba3d2be8e3 Add missing include (Fixes #2108) scrawl 2014-11-05 19:45:32 +0100
  • edc51ab768 Removed debug output Internecine 2014-11-05 15:26:13 +1300
  • 6741fbe7a9 Fixes bug #2031 Internecine 2014-11-05 15:22:44 +1300
  • 03abd69b4f Include string header for gcc. cc9cii 2014-11-05 07:20:20 +1100
  • 7d133d508d Remove unused code. Move the cleanup of global resources used by the PhysicsEngine to PhysicsManager. cc9cii 2014-11-05 07:10:14 +1100
  • 9c5f156793 Fixes tooltip displaying 0 durations Internecine 2014-11-05 00:46:33 +1300
  • 37a050873c Fix crash when multiple scenewidgets were closed. BtOgre was destroying resources each time. cc9cii 2014-11-04 21:46:35 +1100
  • 70b5d6857a Add missing files. cc9cii 2014-11-04 20:52:28 +1100
  • 0e70315f91 Experimental, compiles and runs but crashes in some exit scenarios. cc9cii 2014-11-04 20:43:04 +1100
  • d48a2759f6 Merge remote-tracking branch 'cc9cii/mouse-picking' Marc Zinnschlag 2014-11-03 13:19:19 +0100
  • bf40a3bb5d enhanced SceneToolBar tool handling (remove and insert at specific point) Marc Zinnschlag 2014-11-03 13:18:53 +0100
  • bd6e54dde3 Add function to cancel drag by pressing ESC. Remove debug code. cc9cii 2014-11-03 21:24:47 +1100
  • 092080c69c Group the commands with begin/end macros. cc9cii 2014-11-03 13:57:57 +1100
  • bf5ba41223 Fix deleting physics object when scene nodes were still referencing it. Remove unused code from MouseState. Items that do not change are fetched only once. cc9cii 2014-11-03 12:46:31 +1100
  • 4556eb74fe Fix saving position and rotation. cc9cii 2014-11-03 10:07:21 +1100
  • e3a000917c Minor tidy up. cc9cii 2014-11-03 10:04:24 +1100
  • 358cac2f0a Fix deleting object physics again. cc9cii 2014-11-03 10:03:54 +1100
  • d9755f82c3 Position saving - work in progress. cc9cii 2014-11-03 08:11:15 +1100
  • 85ef683319 Fix deleting physics object when scene node is cleared. cc9cii 2014-11-03 08:10:28 +1100
  • 140013820b Fix invalidated iterator MiroslavR 2014-11-02 15:40:08 +0100
  • a4d0068e29 Make forcegreeting no-op for disabled references (Fixes #2093) MiroslavR 2014-11-02 15:35:14 +0100
  • 29c9b6bd01 Merge remote-tracking branch 'scrawl/master' Marc Zinnschlag 2014-11-02 10:38:42 +0100
  • 3796240b19 Refactor duplicate code sections. cc9cii 2014-11-02 18:13:25 +1100
  • 49d416353e Remove a redundant list. cc9cii 2014-11-02 17:56:28 +1100
  • 7f54dab6ef Fix issue where objects were sometimes unresponsive after dragging. cc9cii 2014-11-02 15:34:45 +1100
  • e174428cc5 Minor tweaks. cc9cii 2014-11-02 15:03:26 +1100
  • 1eed180a5c Fix Gcc/MSVC differences with friend class. Invert camera derived direction. cc9cii 2014-11-02 11:41:11 +1100
  • a21958d007 Add option to move the mouse against the screen frame of reference. cc9cii 2014-11-02 10:30:44 +1100
  • 89bb616cbc Remove debugging code. cc9cii 2014-11-02 08:33:32 +1100
  • 8b4651f055 Move mouse related functions and states out of WorldspaceWidget. cc9cii 2014-11-02 08:22:27 +1100
  • 17cb181f88 Use av_get_default_channel_layout for unknown channel layouts scrawl 2014-11-01 19:37:54 +0100
  • efa4d09c48 Fix crash when avcodec_decode_audio4 doesn't return a full frame (Fixes #2088) scrawl 2014-11-01 19:32:07 +0100
  • 998982b16a Keep physics engines until physics code is moved out of OEngine. cc9cii 2014-11-01 21:04:53 +1100
  • 8b3d876534 Merge remote-tracking branch 'lgro/ffmpeg_decoder' Marc Zinnschlag 2014-11-01 10:57:21 +0100
  • c6a2461fbd Delay removing physics until the document is closed. Also other general cleanup. cc9cii 2014-11-01 20:51:04 +1100
  • 1ee64c7087 Add missing files for multi-document support. cc9cii 2014-11-01 19:12:22 +1100
  • b328aa1fb9 Multiple document support. cc9cii 2014-11-01 18:57:39 +1100
  • 057982b1f8 Fix Subview interface clutter by keeping a map of Scenewidgets. cc9cii 2014-11-01 08:29:08 +1100
  • e51d532795 Show drag movements of objects in multiple scene managers. cc9cii 2014-11-01 07:39:58 +1100
  • d6e67b248f Fix deleting objects and scenewidgets. cc9cii 2014-11-01 07:29:16 +1100
  • 7785e3a0bc fixed for potential crash during saved game loading Marc Zinnschlag 2014-10-31 17:59:55 +0100
  • ade7f09203 Keep track of terrain in physics engine. Should resolve crash exiting after opening multiple subviews of the same cell. cc9cii 2014-11-01 00:03:09 +1100
  • ac7acb2c22 Disable more debug code. cc9cii 2014-10-31 22:21:24 +1100
  • 0ce1732edb Merge remote-tracking branch 'emperorarthur/nif-fixes' Marc Zinnschlag 2014-10-31 12:14:03 +0100
  • 4f685092fb Merge remote-tracking branch 'remotes/upstream/master' into mouse-picking cc9cii 2014-10-31 22:05:24 +1100
  • aa7b693a13 Remove debug settings and minor cleanup. cc9cii 2014-10-31 22:04:10 +1100
  • fbadaf55ee Multiple SceneManagers per physics engine now working. cc9cii 2014-10-31 21:50:57 +1100
  • ac58dd735b do not crash on exceptions while adding startup scripts Marc Zinnschlag 2014-10-31 11:02:42 +0100
  • 4a9a9855bf NIFStream getUInt should return an unsigned integer Arthur Moore 2014-10-31 05:01:26 -0400
  • 4583dc05db Move NIFStream functions into a cpp file where they belong Arthur Moore 2014-10-28 03:12:36 -0400
  • 4fa0bf63c5 Merge remote-tracking branch 'scrawl/master' Marc Zinnschlag 2014-10-31 08:18:18 +0100
  • 45f14f0704 Fix stolen faction-owned items not being confiscated scrawl 2014-09-22 15:18:19 +0200
  • a2ac4c7650 Allow multiple scene managers per physics engine. Compiles but does not work properly. cc9cii 2014-10-31 08:18:15 +1100
  • ccab8b1a92 Fix bug in TerrainGrid::getWorldBoundingBox (Fixes #2075) scrawl 2014-10-29 16:01:55 +0100
  • 8ed3454774 Merge remote-tracking branch 'corristo/unshiled-include-fix' Marc Zinnschlag 2014-10-29 14:49:04 +0100
  • 0515159b74 Fix typo. cc9cii 2014-10-29 23:38:19 +1100
  • 1741043f20 Revert to storing Scene Node names as the key in RigidBody. Allow moving objects up/down using scroll wheel or touchpad while dragging. Cleanup code a little. cc9cii 2014-10-29 23:02:38 +1100
  • 0dc08e2983 Properly add libunshiled include dir Nikolay Kasyanov 2014-10-29 11:26:06 +0200
  • c1ce570e37 Use the enum value from Qt::KeyboardModifiers Alexander "Ace" Olofsson 2014-10-29 04:55:06 +0100
  • 792fbd119f Resolve incorrect merge issues. cc9cii 2014-10-29 10:43:55 +1100
  • c990ed4335 Merge branch 'mouse-picking-state' into mouse-picking cc9cii 2014-10-29 09:33:48 +1100
  • 6ca88dc541 Merge branch 'master' into mouse-picking cc9cii 2014-10-29 09:28:23 +1100
  • 8e2a0ea90a Implemented moving objects around x-y plane. cc9cii 2014-10-29 08:13:13 +1100