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

Commit graph

  • a74bf1baec [Client] Mark derived processor classes as final Koncord 2019-10-24 22:16:17 +0300
  • 0e94eb8b74 [General] Use regular ints for weather states for consistency w/ OpenMW David Cernat 2019-10-24 20:08:08 +0300
  • 904f804ea2 [General] Modernize packet style for PlayerSpellbook David Cernat 2019-10-24 19:27:37 +0300
  • be0690b024 [GitHub] Add funding links David Cernat 2019-10-24 14:54:40 +0300
  • 2040ca5637
    Merge pull request #2555 from akortunov/encoding Bret Curtis 2019-10-24 00:48:12 +0200
  • 4f9e6b0e3e [General] Modernize packet style for PlayerCellState David Cernat 2019-10-23 17:46:21 +0300
  • afb218fe29
    Merge pull request #2564 from Capostrophic/enchant Bret Curtis 2019-10-23 15:11:36 +0200
  • 96a71c1ced [General] Modernize packet style for PlayerBook David Cernat 2019-10-23 02:02:27 +0300
  • 39fd12c065
    Merge pull request #2568 from elsid/settings_parser_tests Bret Curtis 2019-10-23 00:30:16 +0200
  • d66bca8605 [General] Modernize packet style for PlayerTopic David Cernat 2019-10-23 01:24:13 +0300
  • c957f0544c Remove unneeded brackets Nelsson Huotari 2019-10-23 00:34:54 +0300
  • fdc73b87ba Remove includes that aren't needed any more Nelsson Huotari 2019-10-23 00:07:41 +0300
  • 9e5db10288 const ref float -> float Nelsson Huotari 2019-10-23 00:02:24 +0300
  • ac5b356e8d Always initialize landShapeNew Nelsson Huotari 2019-10-23 00:01:23 +0300
  • 6f9f59dd58 declare cellId and cellCoords in smallest possible scope Nelsson Huotari 2019-10-22 21:03:37 +0300
  • fdcc7fa1d7 0 to nullptr Nelsson Huotari 2019-10-22 20:58:34 +0300
  • a13edbdb42 Bump shape calculation to function Nelsson Huotari 2019-10-22 20:58:23 +0300
  • 8d3e7f2815 fix normals at cell edges, better coding standards Nelsson Huotari 2019-10-21 01:49:15 +0300
  • 0f6ddfe8e6 change include, cleanup Nelsson Huotari 2019-10-16 03:02:29 +0300
  • 12349f4e48 cleanup Nelsson Huotari 2019-10-13 23:20:27 +0300
  • c556885d71 remove unused Qt signal Nelsson Huotari 2019-10-13 23:09:13 +0300
  • deb122ffdb Add optional post-processing (smooth/rough), add/fix tooltips. Nelsson Huotari 2019-10-12 16:20:57 +0300
  • 2d34b63b0b Fix logic of land loading when no cell, land or landdata. Fix also draw. Nelsson Huotari 2019-10-12 15:25:34 +0300
  • 71eff60d22 Do in-class init. if possible, mLayoutSliderSize -> layoutSliderSize Nelsson Huotari 2019-10-11 00:41:33 +0300
  • a1348d94f9 add missing final specifiers Nelsson Huotari 2019-10-11 00:15:32 +0300
  • 16ba32ffd5 assignments to member initialization list Nelsson Huotari 2019-10-09 01:46:28 +0300
  • c2de645c8c override, virtual -> final, remove unused variables, public to private. Nelsson Huotari 2019-10-09 01:31:13 +0300
  • 6a3070e680 Fix shape brush setting description Nelsson Huotari 2019-10-07 23:48:02 +0300
  • 8a9ca0b3ec Generate new WNAM record based on new land heights, add comments Nelsson Huotari 2019-10-07 23:12:21 +0300
  • 96be82a047 Remove terrain vertex selection and brush button when exiting editMode Nelsson Huotari 2019-10-07 22:32:50 +0300
  • 8acfa2600f Terrain shape editing related fixes Nelsson Huotari 2019-10-07 02:57:09 +0300
  • 5b9debc554 use enum for mbrushshape initialization Nelsson Huotari 2019-10-04 12:53:54 +0300
  • 4f9ec24e41 use enum for brushshape at scenetoolshapebrush Nelsson Huotari 2019-10-04 12:51:57 +0300
  • bae8636ec0 Fix brusshape enum values Nelsson Huotari 2019-10-04 12:43:30 +0300
  • c031543420 use enum for brush shapes Nelsson Huotari 2019-10-04 12:07:47 +0300
  • 388edfd8cc change manual memory management to std::unique_ptr Nelsson Huotari 2019-10-04 01:22:47 +0300
  • da4abcd7c1 std::set to std::unique and erase. Nelsson Huotari 2019-10-04 00:42:16 +0300
  • 6a44cae572 white iterator loop to C++11 range-based for loop. Nelsson Huotari 2019-10-04 00:34:07 +0300
  • bccf36fdbc Convert normals calculations mostly to osg::Vec3f Nelsson Huotari 2019-10-04 00:30:58 +0300
  • 45b0f034c3 Split complex if-logic into multiple reasonably named functions Nelsson Huotari 2019-10-03 23:22:19 +0300
  • 0ce971c1bb Revert back to less aggressive component-level changes. Nelsson Huotari 2019-10-03 12:54:37 +0300
  • 69083369f8 use std::fill instead of for Nelsson Huotari 2019-10-02 15:00:12 +0300
  • 3599e804e1 Fix the default value of mBrushSize Nelsson Huotari 2019-10-02 14:36:30 +0300
  • dc7dc93320 Remove unused functions, improve formatting, handle terrain edit click Nelsson Huotari 2019-10-02 14:04:15 +0300
  • 1046d57190 Remove unneeded forward declarations. Nelsson Huotari 2019-09-25 13:02:05 +0300
  • 55b3fd4418 Use float calculations for circle brush, keep tool options in memory. Nelsson Huotari 2019-09-25 13:01:52 +0300
  • 62d50a1f47 Update changelog Nelsson Huotari 2019-09-21 17:52:07 +0300
  • 23e7c71a5a Tighter corner checking, clean-up, landSize to ESM::Land::LAND_SIZE. Nelsson Huotari 2019-09-21 17:49:32 +0300
  • 8f3c22ccc3 Remove TerrainShapeMode::fixEdges Nelsson Huotari 2019-09-21 14:51:04 +0300
  • 1a3fc435b9 Fix alterHeight bugs, don't let broken land edit pass. Nelsson Huotari 2019-09-21 14:48:16 +0300
  • ff18595a86 Reduce code duplification, add bool value to limiting Nelsson Huotari 2019-09-21 13:15:42 +0300
  • 60c0a25004 Fix smooth tool and flatten tool. Default tool strength to 8. Nelsson Huotari 2019-09-19 14:18:36 +0300
  • 54e13954e8 Improve land steepness limiting code Nelsson Huotari 2019-09-19 12:38:15 +0300
  • c2428bc5fa Remove unneeded forward declaration Nelsson Huotari 2019-09-18 12:04:03 +0300
  • 4a2d8aaf97 Handle mBrushSize 1. Nelsson Huotari 2019-09-12 02:24:13 +0300
  • 16138fc896 Transient land shape editing Nelsson Huotari 2019-09-11 12:59:15 +0300
  • 262d87846c
    Merge pull request #2047 from akortunov/holstered_shield Bret Curtis 2019-10-22 16:46:12 +0200
  • d3a3b2f1f6 Shields holstering support (feature #5193) Andrei Kortunov 2019-08-11 15:01:48 +0400
  • 275f552fcf
    Do not modify settings on save elsid 2019-09-29 17:41:07 +0200
  • 862f50346c
    Add tests for settings parser elsid 2019-09-29 17:42:01 +0200
  • a7930073e8
    Move settings parser declaration to separate header elsid 2019-09-29 16:16:19 +0200
  • 36119ec2c4
    Merge pull request #2562 from Capostrophic/weather Bret Curtis 2019-10-21 21:56:02 +0200
  • f666d796e9
    Merge pull request #2547 from Capostrophic/nif2 Bret Curtis 2019-10-21 21:49:07 +0200
  • c9c7732fc4
    Merge pull request #2567 from OpenMW/turn_on_msvc2019 Bret Curtis 2019-10-21 21:32:01 +0200
  • 0206d1813c [General] Modernize packet style for PlayerQuickKeys David Cernat 2019-10-21 16:55:21 +0300
  • 5a8bfac4df hard code Qt to version Bret Curtis 2019-10-21 15:40:38 +0200
  • e7caf7a037 bump that qt Bret Curtis 2019-10-21 15:38:10 +0200
  • 4c94fcd52b add msvc2019 and ditch msvc2015 Bret Curtis 2019-10-21 14:28:12 +0200
  • 675a79d0dc
    Merge pull request #2557 from Naratzul/ci_vs2019_support Bret Curtis 2019-10-21 14:19:14 +0200
  • 4f98d67ed4 [General] Modernize packet style for PlayerJournal David Cernat 2019-10-21 07:01:36 +0300
  • 678970b01d
    Merge pull request #2565 from elsid/update_recastnavigation Alexei Dobrohotov 2019-10-21 02:51:28 +0300
  • c331374076
    Merge pull request #2566 from elsid/replace_foreach_by_for Alexei Dobrohotov 2019-10-21 00:56:47 +0300
  • 045ceeac11
    Replace foreach macro by for-loop elsid 2019-10-06 13:39:27 +0200
  • 07660b5605
    Fix detournavigator tests elsid 2019-10-20 18:59:14 +0200
  • acb939a81b
    Update Recastnavigation to c40188c796f089f89a42e0b939d934178dbcfc5c elsid 2019-10-20 17:22:38 +0200
  • 224144f2b8
    Add ignored recastnavigation files to .gitigore elsid 2019-10-20 17:20:13 +0200
  • 5d5ec1cf63
    Merge pull request #2550 from elsid/fix_path_rebuild Alexei Dobrohotov 2019-10-20 16:05:29 +0300
  • fc7b4d73a8 Remove on-strike enchantment support for ranged weapon types (bug #5190) Capostrophic 2019-10-20 13:30:52 +0300
  • 85a5355e5c
    Merge pull request #2563 from akortunov/ammofix Alexei Dobrohotov 2019-10-20 11:25:12 +0300
  • dd781b3da2 Fix OnStrike bows charges (regression #5191) Andrei Kortunov 2019-10-20 10:21:47 +0400
  • e4d0af6a6d
    Use z coordinate for path distance when diff by z is greater then actor height elsid 2019-10-19 22:01:32 +0200
  • 43b1b9dfa2 Weather-related fixes (incl. bug #4783) Capostrophic 2019-10-19 22:18:58 +0300
  • 81832f8e17
    Reuse distance functions elsid 2019-10-19 12:40:34 +0200
  • cde80d6f28 Merge branch '14' into 'master' Alexei Dobrohotov 2019-10-19 09:52:25 +0000
  • 1316816148 fix #5176 bzzt 2019-10-18 13:37:00 +0000
  • dec64a7fba
    Fix typos in invalid spell effect warnings, clarify them Alexei Dobrohotov 2019-10-17 23:45:27 +0300
  • 1ab5916078 [Client] Reorder RecordHelper's overrideRecord() methods alphabetically David Cernat 2019-10-17 06:58:56 +0300
  • 520cedb553 [Client] Use overrideRecord name for related functions in RecordHelper David Cernat 2019-10-16 18:05:52 +0300
  • 2fc50d7280 [Client] Fix includes for RecordHelper David Cernat 2019-10-16 15:34:25 +0300
  • aa06056d00 [Client] Add createRecord() function to RecordHelper David Cernat 2019-10-16 13:14:32 +0300
  • 7c4743fdd1 Convert recordptr typedefs to using directives Capostrophic 2019-10-09 17:08:32 +0300
  • 8056107c6e More minor NIF improvements Capostrophic 2019-10-05 15:02:42 +0300
  • 13deaa88f2 [Client] Fix typo in code used for setting creature base inventories David Cernat 2019-10-15 08:49:32 +0300
  • 835ae816a1 [Client] Use a template to combine RecordHelper's existence checks David Cernat 2019-10-15 08:47:54 +0300
  • 17020fc13a [Client] Use a template to combine RecordHelper override functions David Cernat 2019-10-15 07:21:48 +0300
  • e8037473ca
    Merge pull request #2559 from akortunov/rain Alexei Dobrohotov 2019-10-15 00:45:00 +0300
  • 6e6d6d7bda Use forward declaration Andrei Kortunov 2019-10-14 15:40:35 +0400
  • 606b73ee96 Use rain settings from openmw.cfg (bug #4262) Andrei Kortunov 2019-10-12 19:35:06 +0400
  • d113f81237 [Client] Set correct worldspace for cell overrides in RecordHelper David Cernat 2019-10-13 13:42:03 +0300
  • bc5d54a161 Fix GetEffect result when running on dead actors Capostrophic 2019-10-12 19:06:10 +0300