1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-08-10 03:14:04 +00:00

Commit graph

  • 4638fc36b4 Allow all creatures to float to the water surface Alexei Dobrohotov 2021-01-12 15:46:19 +0300
  • 3903142152 Update apps/openmw/mwbase/environment.cpp psi29a 2021-01-12 12:05:17 +0000
  • 654238fd18 Merge branch 'no_bonus_points' into 'master' psi29a 2021-01-11 21:21:47 +0000
  • 29fdcb3fa1 Merge branch 'hardlanding' into 'master' psi29a 2021-01-11 20:46:42 +0000
  • 70087e16fe Disable dialogue info table sorting Nelsson Huotari 2021-01-11 13:43:44 +0200
  • 3087ce9c70 Use saved fallheight to determine a character's jump state. fredzio 2021-01-11 17:56:34 +0100
  • 2a593498de Save game crash. madsbuvi 2021-01-11 17:37:24 +0100
  • acfd2cfd90 Merge branch 'dialogclonefix' into 'master' psi29a 2021-01-11 14:13:53 +0000
  • 93b1b444f2 Optimize CreateCommand and CloneCommand configuration Nelsson Huotari 2021-01-11 12:53:34 +0200
  • 7be7af13d7 Downgrade FOV-dependent view distance factor to a recommendation Alexei Dobrohotov 2021-01-11 06:53:23 +0300
  • 6863c5a68f Merge branch 'raii' into 'master' psi29a 2021-01-10 20:50:55 +0000
  • 7196ad7455 Implement an override-value when cloning, use when cloning info records Nelsson Huotari 2021-01-10 21:23:52 +0200
  • f150a92775 Merge branch 'respect_almas_personal_space' into 'master' Alexei Dobrohotov 2021-01-10 16:48:14 +0000
  • 2b7f94aa5d GCC fixes madsbuvi 2021-01-10 17:26:38 +0100
  • 66559e8827 Merge branch 'endianness' into 'master' Petr Mikheev 2021-01-10 16:18:06 +0000
  • eaaa2f4a1c Use misc/endianness.hpp in components/nif/nifstream Petr Mikheev 2021-01-08 23:02:19 +0100
  • 14dd11372f Utility functions for little-endian <-> big-endian conversion. Petr Mikheev 2021-01-05 22:20:09 +0100
  • 1ab4683dce Tweak follow distance to be more like the original Evil Eye 2020-12-28 19:19:07 +0100
  • d015f17a6c Make all physics object manage their own resources Use smart pointer for heightfields and their members. Move collision object addition inside of Object's ctor, as for Actors and HeightFields fredzio 2020-12-25 18:20:42 +0100
  • 8b7f3fe908 Merge branch 'nodeadlock' into 'master' elsid 2021-01-10 13:41:31 +0000
  • eb4f393568 Include new osg dependency madsbuvi 2021-01-10 14:40:09 +0100
  • b3f3b29bbe
    Merge pull request #3039 from akortunov/screenshotmanager Bret Curtis 2021-01-10 12:59:45 +0100
  • a735bbe9a5
    Merge pull request #3040 from akortunov/pvs Bret Curtis 2021-01-10 12:58:17 +0100
  • 81064043f7 Bad order of setting cull flags was masking out the sky. madsbuvi 2021-01-10 12:24:08 +0100
  • e737bd00fa Merge branch 'unused_param' into 'master' Evil Eye 2021-01-10 10:58:28 +0000
  • c3a952c133 Merge branch 'dorsbien' into 'master' Alexei Dobrohotov 2021-01-10 08:04:07 +0000
  • a257567b80 Don't update magic effects when unequipping items to equip something else Evil Eye 2021-01-10 08:04:06 +0000
  • ef852b2c8f Merge branch 'fix_ubsan_issues' into 'master' Alexei Dobrohotov 2021-01-10 08:03:20 +0000
  • 08e3e9af76 [CI] Assign execution permission to before_script_linux.sh David Cernat 2021-01-10 06:59:42 +0200
  • 3045d20a97 Make sure that vector isn't empty, just in case Nelsson Huotari 2021-01-10 01:25:40 +0200
  • 29416269b2 Update changelog Nelsson Huotari 2021-01-10 01:07:03 +0200
  • 5f1d3e0e2f Use the Topic ID of the cloned target from topicinfos Nelsson Huotari 2021-01-09 22:20:57 +0200
  • 1f76f93221 Fixed mirror texture blitting when back buffer is multisampled (maybe i should just force it to not be) madsbuvi 2021-01-09 23:39:10 +0100
  • d2d8a7a940
    Fix passing null to memcpy elsid 2021-01-09 21:58:27 +0100
  • 7b54415c40
    Fix reference binding to null elsid 2021-01-09 21:38:56 +0100
  • f7d7186c39 Merge branch 'instanceselectiontools' into 'master' psi29a 2021-01-09 21:35:07 +0000
  • 313e895912 [OpenMW-CS] Cube and sphere instance selection Nelsson Huotari 2021-01-09 21:35:07 +0000
  • 60f66f5e29 Remove never used parameter from CharacterController:update() fredzio 2021-01-07 11:00:57 +0100
  • 9bc687e209 Avoid a rare but possible deadlock around mCollisionWorldMutex. fredzio 2021-01-09 20:56:20 +0100
  • ad101de733 Merge declaration and initialization Andrei Kortunov 2021-01-09 22:58:54 +0400
  • 564a0d7d55 Don't nuke fog when bounds have changed unknown 2021-01-09 18:25:46 +0100
  • 1930f8f37d Fix copy-paste error Andrei Kortunov 2021-01-09 20:03:12 +0400
  • 50e4600b16 Reduce code duplication Andrei Kortunov 2021-01-09 20:00:51 +0400
  • 4fcf3b80b1 Merge branch 'madsbuvi-master-patch-13347' into 'master' AnyOldName3 2021-01-09 15:45:32 +0000
  • 874348fb46 Remove redundant code Andrei Kortunov 2021-01-09 19:19:38 +0400
  • a2d8a0b61a engine.cpp typos Mads Buvik Sandvei 2021-01-09 14:44:15 +0000
  • 80ee1b55ea Protect assignment operator from this == &src case Andrei Kortunov 2021-01-09 18:28:26 +0400
  • 33da0af1d1 Use explicit calls for virtual methods in constructors Andrei Kortunov 2021-01-09 18:25:48 +0400
  • a6aba83741
    Remove redundant SoundManager::lookupSound and loadSound elsid 2021-01-09 14:11:49 +0100
  • e4cce88142
    Replace std::tie by structured binding elsid 2021-01-09 14:09:27 +0100
  • 90c8e77e2c
    Remove redundant default Sound_Buffer fields initialization elsid 2021-01-09 14:08:54 +0100
  • def981694d [Client] Use correct function for setting global floats from packets David Cernat 2021-01-09 15:07:55 +0200
  • 24f8a2db27
    Use perfect forwarding in Sound_Buffer ctor elsid 2021-01-09 14:07:30 +0100
  • a80ee7a76a Avoid possible memory leak in the mInterMessageBoxe field Andrei Kortunov 2021-01-09 14:43:00 +0400
  • 8e5f26c109 Code cleanup Andrei Kortunov 2021-01-09 14:41:10 +0400
  • c9b885ffd4 Avoid possible null dereferencing Andrei Kortunov 2021-01-09 14:24:04 +0400
  • 33648313a6 Initialize variables Andrei Kortunov 2021-01-09 14:21:57 +0400
  • c1512b8b6c Convert loop to condition Andrei Kortunov 2021-01-09 14:18:38 +0400
  • 56666c60d4 Remove dead code Andrei Kortunov 2021-01-09 14:17:59 +0400
  • 8283ec6cad Do not use & for boolean arguments Andrei Kortunov 2021-01-09 14:03:48 +0400
  • 7fc4c9f3f6 Avoid dead code Andrei Kortunov 2021-01-09 13:52:01 +0400
  • 801e2d6ad0 Avoid to use uninitialized variables Andrei Kortunov 2021-01-09 13:36:40 +0400
  • c5a36ad440 Do not cast enums to booleans Andrei Kortunov 2021-01-09 13:19:41 +0400
  • 799bd3379c Move screenshots handling to the separate class Andrei Kortunov 2021-01-08 19:33:51 +0400
  • 944033db4e
    Separate sound buffer pool from sound manager elsid 2020-07-18 23:56:14 +0200
  • 2d61db555b Merge branch 'osg_log' into 'master' AnyOldName3 2021-01-09 01:05:53 +0000
  • 7d551b0cfd Split long osg log messages into lines. Petr Mikheev 2021-01-08 23:21:39 +0100
  • cbce3ebb79 Merge branch 'stanky_fetcher' into 'master' psi29a 2021-01-08 21:47:38 +0000
  • 0068c7bb25 Spec says GL_ AnyOldName3 2021-01-08 17:32:15 +0000
  • 2a583e2337 consider empty paths as not constructed Evil Eye 2021-01-08 17:24:13 +0100
  • 4ed3252001 Check for EXT_gpu_shader4 CPU-side AnyOldName3 2021-01-07 18:13:51 +0000
  • d13459ecf9 Scale mipmap alpha to preserve coverage AnyOldName3 2021-01-05 22:21:54 +0000
  • 6287b7f6ec [Documentation] Update year in README David Cernat 2021-01-05 07:43:18 +0200
  • da3316daf8 Add OpenMW commits up to 4 Jan 2021 David Cernat 2021-01-05 07:25:31 +0200
  • dc82cb61f4 Merge branch 'nativeshapesdebug' into 'master' psi29a 2021-01-04 09:07:28 +0000
  • bbd11cb14e Merge branch 'changelog' into 'master' Alexei Dobrohotov 2021-01-03 09:34:17 +0000
  • 701a5662b0 Remove #5683 changelog entry Alexei Dobrohotov 2021-01-03 09:33:03 +0000
  • c17e498465 Merge branch 'launchercleanup' into 'master' Alexei Dobrohotov 2021-01-03 08:48:52 +0000
  • d061ae8096 Add changelog entry AnyOldName3 2021-01-02 23:27:28 +0000
  • 61e8368e53 VR tab in the launcher. madsbuvi 2021-01-02 22:08:01 +0100
  • e3fd5efcfe Disable A2C for alpha-blended drawables AnyOldName3 2021-01-02 19:09:06 +0000
  • f2eed5594a Don't use A2C when MSAA is off AnyOldName3 2021-01-02 18:27:46 +0000
  • 69386df036 Correct alpha testing functions AnyOldName3 2021-01-02 18:27:25 +0000
  • 84bf3756be Merge remote-tracking branch 'remotes/origin/thumbstick_deadzones' into openxr_vr_geometryshader_feature_branch madsbuvi 2021-01-02 18:41:17 +0100
  • 7be1b4a7da fabsf -> fabs madsbuvi 2021-01-02 18:40:52 +0100
  • 43f5e6c167 Merge remote-tracking branch 'remotes/origin/thumbstick_deadzones' into openxr_vr_geometryshader_feature_branch madsbuvi 2021-01-02 17:41:25 +0100
  • 6d7748ce12 Implementation madsbuvi 2021-01-02 17:40:37 +0100
  • c75d7ceada Ensure alpha test is off by default AnyOldName3 2021-01-02 02:50:19 +0000
  • 11a3961d65 Merge remote-tracking branch 'remotes/origin/directx_swapchains' into openxr_vr_geometryshader_feature_branch madsbuvi 2021-01-01 19:50:52 +0100
  • 5215ffd964 The debug drawer rely on Bullet to determines the vertices of collision shapes. It doesn't work in the case of spheres (used by projectiles): resulting shape is malformed. It can also leads to this error which makes the debug drawer non-working till game restart: CullVisitor::apply(Geode&) detected NaN, depth=nan, center=(nan nan nan), matrix={ -0.265814 -0.0639702 0.9619 0 0.964024 -0.0176387 0.265228 0 -4.29769e-09 0.997796 0.0663574 0 18178.6 -3550.91 42154.4 1 } fredzio 2020-12-22 14:51:16 +0100
  • 9b99c76032 Clamp alpha reference to avoid degenerate case AnyOldName3 2021-01-01 16:01:33 +0000
  • dbdd397716 Remove deadcode. fredzio 2021-01-01 16:54:45 +0100
  • a9cea565f9 Proper handling of cull flags madsbuvi 2021-01-01 11:50:18 +0100
  • 2b43e59c09 Fixing crashes madsbuvi 2021-01-01 10:38:36 +0100
  • 6ed89f9141 Support for DirectX swapchains. madsbuvi 2020-12-30 15:03:40 +0100
  • 57c92673bc Consider a path completed if it was non-empty Evil Eye 2020-12-30 16:09:12 +0100
  • ddc30fe6f4 rethrow exceptions during openxr initialization. madsbuvi 2020-12-30 11:02:12 +0100
  • 630ec36d1f iterate in reverse order Evil Eye 2020-12-30 10:35:51 +0100
  • 3bf641d3ce Show mesh origin unknown 2020-12-29 21:45:59 +0100
  • 396667f801 Fix weather particle fading Alexei Dobrohotov 2020-12-29 14:49:22 +0300