Commit Graph

  • 7be891b440 Directly use Geometry instead of Geode; fix for loop; add size_t type-cast. Atahualpa 2021-05-10 23:05:34 +0200
  • 73949d5bd0 Updating the CMake file isn't a bad idea either... Atahualpa 2021-05-10 16:07:46 +0200
  • 6c49074765 Remove old references to Cell class. Atahualpa 2021-05-10 15:19:24 +0200
  • 008bf64dd9 Second step toward fixing terrain selection issues. Atahualpa 2021-05-10 14:20:53 +0200
  • 18ea4d8eb2 First step toward fixing terrain selection issues. Atahualpa 2021-05-09 22:19:57 +0200
  • 373f8636b7
    Merge pull request #3092 from akortunov/master Bret Curtis 2021-05-18 10:47:45 +0200
  • 523edd0723
    Merge pull request #3093 from akortunov/light_crash Bret Curtis 2021-05-18 10:47:36 +0200
  • ae66afb219 Merge branch 'less_verbose' into 'master' psi29a 2021-05-18 08:30:50 +0000
  • e73c0f92b8 Merge branch 'fix_present_tile_crash' into 'master' psi29a 2021-05-18 08:13:25 +0000
  • e9fbd76e9b Merge branch 'windows_tests' into 'master' psi29a 2021-05-18 08:12:22 +0000
  • 4bc7012104 Merge branch 'pack-default-settings' into 'master' psi29a 2021-05-18 08:11:13 +0000
  • 959165bcb9
    Support running unit tests on gitlab CI for windows elsid 2021-05-18 01:33:11 +0200
  • 3ef1b27099
    Add missing includes elsid 2021-05-18 01:21:42 +0200
  • 4cedb3549b Decode base64-packed settings files AnyOldName3 2021-05-17 23:39:56 +0100
  • 21f04f0d0f
    Fixed data subrecord name for Armour record used in error Benjamin Winger 2021-05-17 18:36:59 -0400
  • 081650a2e5 Integrate Base64 library with build AnyOldName3 2021-05-17 23:00:23 +0100
  • 2b1326cb74 Change namespace to Base64 AnyOldName3 2021-05-17 22:50:32 +0100
  • d66cc3b7ae Fix undefined behaviour AnyOldName3 2021-05-17 22:47:08 +0100
  • aba735e615 Check in external Base64 implementation AnyOldName3 2021-05-17 22:45:10 +0100
  • a73ffc25c3
    Add missing synchronization for present tiles modification elsid 2021-05-17 17:44:26 +0200
  • f1f1703441 Merge branch 'fix_navmesh_wait' into 'master' psi29a 2021-05-17 10:54:23 +0000
  • 11c57978b6 Fix crashes on exit in the LightManager (bug #6044) Andrei Kortunov 2021-05-17 13:01:15 +0400
  • c54ef55ebb Revert "Replace raw pointer by observer_ptr to avoid dangling pointer dereferencing" Andrei Kortunov 2021-05-17 12:40:55 +0400
  • c11774f278 Do not trigger in-game bindings via mouse buttons when controls are disabled (bug #6047) Andrei Kortunov 2021-05-17 12:23:56 +0400
  • b583c2300c Merge branch 'maybe-fix#5551' into 'master' psi29a 2021-05-17 08:16:02 +0000
  • 405e634e09 Merge branch 'fix_light_manager_ub' into 'master' psi29a 2021-05-17 07:57:42 +0000
  • d520b440aa
    Copy LightBuffer data into a new object when changing layout elsid 2021-05-15 13:01:02 +0200
  • fef9e91510
    Merge pull request #3090 from akortunov/warnfix Bret Curtis 2021-05-16 20:25:46 +0200
  • 46da65a568
    Merge pull request #3091 from akortunov/master Bret Curtis 2021-05-16 20:25:08 +0200
  • c2e4eda825 Merge branch '6013-fix' into 'master' AnyOldName3 2021-05-16 17:30:38 +0000
  • f3e17e7c52 Don't redundantly call notify on every frame. madsbuvi 2021-05-16 18:09:48 +0200
  • e38063dcdb Discard button press events during save loading (bug #5619) Andrei Kortunov 2021-05-16 16:04:28 +0400
  • 62c7adc87b Merge branch 'no_at_boundaries' into 'master' Frederic Chardon 2021-05-16 11:58:14 +0000
  • 38db2f8810 Merge branch 'includes_mwgui' into 'master' Frederic Chardon 2021-05-16 11:46:13 +0000
  • 5b9a2b73b0 Retain final draw callback as a member variable in ScreenshotManager, and do not call setFinalDrawCallback after init. madsbuvi 2021-05-16 13:04:30 +0200
  • 807c7a2025 Merge branch 'useless_includes_mwmechanics' into 'master' Frederic Chardon 2021-05-16 10:51:43 +0000
  • 5b63019719 Embed actor velocity inside its class. It makes the code simpler. fredzio 2021-05-01 20:28:17 +0200
  • c55db790f3 Make the code less verbose / more readable using for range loop and structured binding. fredzio 2021-05-16 09:40:41 +0200
  • 730f1fe2a7 Merge branch 'useless_includes_mwphysics' into 'master' Frederic Chardon 2021-05-16 10:37:33 +0000
  • 9373e4ada7 Remove some useless includes in apps/openmw/mwphysics jvoisin 2021-05-15 23:13:46 +0200
  • 9522a64e7d Remove some useless includes from apps/openmw/mwgui jvoisin 2021-05-15 22:15:46 +0200
  • 1cd15613a6 Remove some useless headers in apps/openmw/mwmechanics jvoisin 2021-05-15 22:14:08 +0200
  • 3d61d7ec9a Merge branch 'optimize_initial_load' into 'master' psi29a 2021-05-15 18:48:17 +0000
  • 6cb6461cba Merge branch 'const_ref_it' into 'master' Evil Eye 2021-05-15 18:47:03 +0000
  • faaf814fbc Merge branch 'unused_struct' into 'master' Frederic Chardon 2021-05-15 18:38:53 +0000
  • 7deb6a6ffd Use const references when possible in for loops jvoisin 2021-05-15 19:50:01 +0200
  • c1e3869f25 Remove an unused struct jvoisin 2021-05-15 19:49:15 +0200
  • 1e2aae8095
    Use stable sort+unique to collect RefIDs for ESMStore records counting elsid 2021-04-06 23:59:58 +0200
  • 9938af2289
    Use unordered_map for ref count elsid 2021-04-06 23:58:57 +0200
  • 6248dc72cb
    Convert to lower case only when needed elsid 2021-05-15 03:43:26 +0200
  • f2188d2533
    Reduce temporary allocations on ESM loading elsid 2021-05-15 02:29:50 +0200
  • b717103fe0 Fix warning in assert - size_t can not be negative Andrei Kortunov 2021-05-15 19:56:14 +0400
  • 8a315b01ae
    Merge pull request #3089 from xyzz/fix-journalbooks-ub Bret Curtis 2021-05-15 17:25:47 +0200
  • a1b96cb9cc Merge branch 'fix_dangling_light_manager' into 'master' psi29a 2021-05-15 15:19:55 +0000
  • d0329d3dd9
    Merge pull request #3088 from akortunov/weapon_sheathing Bret Curtis 2021-05-15 17:17:08 +0200
  • 13f060623f Fix out-of-bounds access in JournalBooks::createCyrillicJournalIndex Ilya Zhuravlev 2021-05-15 10:45:39 -0400
  • 690d85d0e9 Don't use at() instead [] when length is checked/known jvoisin 2021-05-15 15:38:17 +0200
  • 5373cf1cd5
    Replace raw pointer by observer_ptr to avoid dangling pointer dereferencing elsid 2021-05-15 12:36:37 +0200
  • b63f53f5bb Disable shield animation when we launch a torch one (bug #6043) Andrei Kortunov 2021-05-15 11:31:08 +0400
  • 5d83de189a Merge branch 'insert_or_assign' into 'master' AnyOldName3 2021-05-14 22:57:07 +0000
  • fb344d27e0 Use insert_or_assign() instead of hand rolled version. fredzio 2021-05-14 23:38:39 +0200
  • eeba92d48b Merge branch 'includes_detournavigator' into 'master' elsid 2021-05-14 21:09:22 +0000
  • 59f89d22f8
    Apply min distance only for not present tiles elsid 2021-05-14 21:06:29 +0200
  • d0ea9c482a
    Reorder async navmesh updater jobs when player tile changes elsid 2021-05-14 19:57:11 +0200
  • 66a527c3de
    Merge pull request #3075 from akortunov/warnfix Bret Curtis 2021-05-14 21:28:56 +0200
  • a46f217afb Merge branch 'correct_particle_quota' into 'master' AnyOldName3 2021-05-14 19:07:29 +0000
  • 28d5e5e8be Remove some superfluous includes in components/detournavigator jvoisin 2021-05-14 20:45:59 +0200
  • 4bbbbb00f6 use particle data for particle system quota glassmancody.info 2021-05-14 10:52:19 -0700
  • 3944648f0b Merge branch 'opencs_remove_inclde' into 'master' psi29a 2021-05-14 13:33:06 +0000
  • 06ae26037f Remove some superfluous includes in the opencs jvoisin 2021-05-14 10:57:31 +0200
  • 82bd88c818 Merge branch 'update-bullet2' into 'master' AnyOldName3 2021-05-14 00:18:01 +0000
  • bdfbf01772 Update extern Bullet to 3.17 Gleb Mazovetskiy 2021-05-14 00:05:00 +0100
  • d843ec321e Merge branch 'DoNotSearchTwice' into 'master' psi29a 2021-05-13 17:11:57 +0000
  • 6a5a9fbde4 Merge branch 'static-access' into 'master' psi29a 2021-05-13 17:06:44 +0000
  • a8898a3d4c Merge branch 'remove_extra_box' into 'master' psi29a 2021-05-13 17:04:25 +0000
  • fd89582e0c Merge branch 'navmesh_wait' into 'master' psi29a 2021-05-13 16:56:39 +0000
  • 5cd4dc2840 Merge branch 'catchy_video' into 'master' psi29a 2021-05-13 16:48:01 +0000
  • 4a7147e222 Merge branch 'constexpr_esm' into 'master' Petr Mikheev 2021-05-13 13:30:01 +0000
  • b0c9f6167c Merge branch 'fix_crash_ai' into 'master' Petr Mikheev 2021-05-13 13:07:20 +0000
  • 69aaf6ab04 don't touch frame->data Evil Eye 2021-05-13 14:45:13 +0200
  • bcd8190516 Fix a crash in aipackage.cpp jvoisin 2021-05-13 13:58:56 +0200
  • ed118537a8 use unique_ptr instead Evil Eye 2021-05-13 14:02:36 +0200
  • 3b7cef9e88 add PacketGuard and move try/catch up Evil Eye 2021-05-13 12:01:32 +0200
  • 1b61ec979d switch to lock_guards Evil Eye 2021-05-13 11:25:58 +0200
  • 89f721fad3 Use a constexpr for esm cc jvoisin 2021-05-12 22:35:00 +0200
  • e74ea56434 Merge branch 'update_changelog' into 'master' psi29a 2021-05-12 15:53:07 +0000
  • 6e19e3a9bb
    Add changelog entries for navigator features elsid 2021-05-12 09:51:41 +0200
  • 963e1b8b3f Fix MSVC's C4244 warnings Andrei Kortunov 2021-05-02 12:59:22 +0400
  • f9d42ed396 Fix MSVC's C4267 warnings Andrei Kortunov 2021-05-02 10:43:44 +0400
  • a70f93a3cf
    Merge pull request #3086 from akortunov/master Bret Curtis 2021-05-12 08:31:50 +0200
  • 49a744b65a Make groundcover to use rendering distance in units instead of cells Andrei Kortunov 2021-05-12 09:18:54 +0400
  • 852c71fe22
    Merge pull request #3087 from akortunov/near_clip Andrei Kortunov 2021-05-12 08:56:24 +0400
  • 08f30e6f50 Temporary increase default near clip distance, until reverse-z depth buffer is implemented Andrei Kortunov 2021-05-11 21:15:13 +0400
  • a89b9f338c
    Merge pull request #3085 from akortunov/master Bret Curtis 2021-05-11 15:06:27 +0200
  • 54c8375672 Recreate a special case for IntersectionVisitor on QuadTreeWorld Andrei Kortunov 2021-05-11 16:34:02 +0400
  • 4d7e5245a3
    Support benchmarks for windows elsid 2021-05-10 00:17:11 +0200
  • 340801e08b
    Merge pull request #3084 from akortunov/master Bret Curtis 2021-05-11 11:30:23 +0200
  • 3a0a2b7d68 Merge branch 'adding_category_groups_to_advanced_visuals' into 'master' psi29a 2021-05-11 08:47:33 +0000
  • f7b8c817f8 Merge branch 'performance-faster-string-find' into 'master' psi29a 2021-05-11 08:42:01 +0000
  • 3e281f625d Return check for distance when we try to reuse data (bug #6026) Andrei Kortunov 2021-05-10 20:10:27 +0400