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

Commit graph

  • f05e494f6f Merged pull request #1894 Marc Zinnschlag 2018-08-29 12:06:42 +0200
  • 21d414187f Merged pull request #1896 Marc Zinnschlag 2018-08-29 12:05:50 +0200
  • 24ce8cce72 Merged pull request #1898 Marc Zinnschlag 2018-08-29 12:04:52 +0200
  • e4e18d6642 Merged pull request #1869 Marc Zinnschlag 2018-08-29 12:02:56 +0200
  • 7f459f0610 Knockdown and godmode fixes Capostrophic 2018-08-28 16:42:15 +0300
  • 079b60c1ea Don't allow actors to use sneaking while flying (bug #4618) Capostrophic 2018-08-28 14:28:27 +0300
  • 0ddd0e4edc Fix light flicker amplitude calculation Andrei Kortunov 2018-08-28 13:41:44 +0400
  • c677f7ca27 Rework pulsing light sources (bug #4615) Andrei Kortunov 2018-08-28 12:05:27 +0400
  • 3bd8aa82fe [General] Reduce inventory-sending hooks to just 2 in ContainerStore David Cernat 2018-08-28 05:01:52 +0300
  • 2564fcc37e Apply sneaking offset to camera while the character is in air (bug #4617) Capostrophic 2018-08-28 03:29:00 +0300
  • 232ea4f793 Merged pull request #1887 Marc Zinnschlag 2018-08-27 12:52:30 +0200
  • 76013c4178 Merged pull request #1890 Marc Zinnschlag 2018-08-27 12:52:04 +0200
  • 8fa6c6f726 Update pinned windows in-game (bug #4560) Andrei Kortunov 2018-08-27 09:37:08 +0400
  • d448b802ef Add a small threshold for player turning animations Andrei Kortunov 2018-08-26 22:57:08 +0400
  • 60698e6f8a Optimize new magic effects update system Andrei Kortunov 2018-08-26 21:02:14 +0400
  • a1e076a37e Merge branch 'master' into pineapple/fix-video-incomplete-type-2 Sophie Kirschner 2018-08-26 12:05:02 +0300
  • 9e253f6a46 Add issue #4613 to changelog Sophie Kirschner 2018-08-26 12:02:49 +0300
  • dc68b2ff26 Add Sophie Kirschner (me) to AUTHORS.md Sophie Kirschner 2018-08-26 11:10:25 +0300
  • c412f99963 Remove commented lines in UnrefWorkItem::doWork Sophie Kirschner 2018-08-26 11:08:06 +0300
  • 327f36b081 Merged pull request #1876 Marc Zinnschlag 2018-08-26 09:15:38 +0200
  • fe38b806e7 Merged pull request #1882 Marc Zinnschlag 2018-08-26 09:12:25 +0200
  • c1f38afca0 Merged pull request #1886 Marc Zinnschlag 2018-08-26 09:08:38 +0200
  • ff241fb787 Optimize skinning (task #4605) Andrei Kortunov 2018-08-22 12:48:05 +0400
  • c6dcfd1fce Do not apply scale twice for animated collision nodes (bug #4607) Andrei Kortunov 2018-08-25 17:26:17 +0400
  • ee3fc4a303 [Documentation] Update changelog for 0.7.0 David Cernat 2018-08-25 16:04:22 +0300
  • dd01c4d224 Fix: 'sizeof' to an incomplete type 'Video::VideoPlayer' Sophie Kirschner 2018-08-25 11:53:43 +0300
  • 77bdd0ea66 Update changelog Chris Robinson 2018-08-25 01:24:19 -0700
  • c2b3ca9638 Update some comments Chris Robinson 2018-08-24 05:48:14 -0700
  • 4e3ae85c11 Set the OpenAL source offset after setting the buffer Chris Robinson 2018-08-24 01:54:50 -0700
  • c2c595407c Merged pull request #1883 Marc Zinnschlag 2018-08-25 10:07:56 +0200
  • f25a9a6fb3 Merged pull request #1885 Marc Zinnschlag 2018-08-25 10:00:22 +0200
  • e203159d70 Merged pull request #1889 Marc Zinnschlag 2018-08-25 09:50:00 +0200
  • 9816643bef Merged merge request !39 Marc Zinnschlag 2018-08-25 09:37:21 +0200
  • de08c1cb1b Make Move and MoveWorld console commands move actors standing on moving object (bug #2274) Andrei Kortunov 2018-08-25 10:34:33 +0400
  • 67055b18c4 Adding Changelog entry Thunderforge 2018-08-24 12:51:18 -0500
  • 4dd9386c4f Fix error: member access into incomplete type 'SceneUtil::UnrefWorkItem' Sophie Kirschner 2018-08-24 16:41:52 +0300
  • a560a9e00d Allow messageboxes arguments to have newline characters (bug #3836) Andrei Kortunov 2018-08-18 16:12:01 +0400
  • 3d4f5536d2 Check for impact immediately when launch a projectile (bug #3059) Andrei Kortunov 2018-08-24 15:03:54 +0400
  • db707a31ec Add clipping planes when allow shadow map overlap is enabled AnyOldName3 2018-08-23 13:14:02 +0100
  • 78d9787212
    Merge pull request #1880 from Capostrophic/landing Bret Curtis 2018-08-23 08:40:55 +0200
  • 9e58cc82bd [Server] Set minimum updateRate when communicating with master server David Cernat 2018-08-23 00:10:49 +0300
  • be448e5b8e [General] Use more appropriate update rate in server config David Cernat 2018-08-23 00:06:28 +0300
  • 3f76f1d3ed Fix gold count calculation in pickupObject (bug #4604) Capostrophic 2018-08-22 22:30:46 +0300
  • f74ebb64af Correct special case soundgen comparisons Capostrophic 2018-08-22 15:26:21 +0300
  • ae0a6a22b3 Move "land" check earlier Capostrophic 2018-08-22 14:43:12 +0300
  • d1fa57ac14 [General] Switch to new official master server port when using old one David Cernat 2018-08-22 13:49:17 +0300
  • 0658d39eaa [General] Update ports used for master server in client & server config David Cernat 2018-08-22 13:47:46 +0300
  • a7242d9e7a Merged pull request #1879 Marc Zinnschlag 2018-08-22 11:06:58 +0200
  • 344eae269b Merged pull request #1877 Marc Zinnschlag 2018-08-22 11:06:37 +0200
  • 918ecfdebc Merged merge request !29 Marc Zinnschlag 2018-08-22 10:53:36 +0200
  • 6cf34abb9e Merged merge request !38 Marc Zinnschlag 2018-08-22 10:52:27 +0200
  • 5a2e9868c1 Fixes #3681 Thunderforge 2018-08-21 22:13:05 -0500
  • 2b45fd84ea Play landing sound manually and ignore land soundgen textkeys (bug #2256) Capostrophic 2018-08-19 20:41:09 +0300
  • 910065f38f Make some more optimizations to actor processing loops Capostrophic 2018-08-21 17:02:56 +0300
  • b77d733c3e Fix freeze in getActorsSidingWith Capostrophic 2018-08-21 16:47:29 +0300
  • 25e92481f4 Merge remote-tracking branch 'refs/remotes/upstream/master' AnyOldName3 2018-08-21 14:00:58 +0100
  • 15e820825f Fix another convex hull clipping issue and restore z-clipping AnyOldName3 2018-08-21 14:00:29 +0100
  • 9b10fe0edb Addiong missing "to" word Thunderforge 2018-08-21 07:03:55 -0500
  • 03832f933b [Client] Send only individual items in PlayerInventory packets David Cernat 2018-08-21 10:10:06 +0300
  • 75a64a69c7 [Server] Add GetInventoryChangesAction() script function David Cernat 2018-08-21 10:06:40 +0300
  • b748bb11ae
    Merge pull request #1878 from Capostrophic/hitchance Bret Curtis 2018-08-21 08:12:06 +0200
  • 45b011452e [Client] Combine methods for sending spell packets into a single one David Cernat 2018-08-21 01:20:30 +0300
  • 5978417360
    Merge 2039b58505 into cf33695447 Scott Warwick 2018-08-20 21:23:45 +0000
  • 2039b58505
    [Documentation] Update credits Scott Warwick 2018-08-21 00:22:13 +0300
  • 74229490e4 Use the correct skill for creature AI weapon hit chance rating Capostrophic 2018-08-20 21:38:57 +0300
  • 140e0ed52c [Client] Also clear aiActors when clearing ActorList David Cernat 2018-08-20 20:54:34 +0300
  • e1afa1c2c3 Adding common problems that were previous on the site FAQ Thunderforge 2018-08-20 12:49:26 -0500
  • aed4ca2fd2 [Client] Allow use of baseId for more record types David Cernat 2018-08-20 15:24:20 +0300
  • a083439139 Merge pull request #469 from davidcernat/master while resolving conflicts David Cernat 2018-08-20 14:08:44 +0300
  • 7efee0e968 [Client] Fix GCC build David Cernat 2018-08-20 10:15:30 +0300
  • a06c9c767d Treat <> and << operators as < and >< and >> as > in scripts Capostrophic 2018-08-19 18:36:43 +0300
  • 7f3769d5fc
    Merge pull request #1874 from akortunov/combat_anims Bret Curtis 2018-08-19 13:57:36 +0200
  • 3c827da702
    Merge branch 'master' into combat_anims Bret Curtis 2018-08-19 10:03:39 +0200
  • 3b2781bf89
    Merge pull request #1720 from akortunov/playvfx Bret Curtis 2018-08-19 10:00:38 +0200
  • dc9aedca7d Merged merge request !33 Marc Zinnschlag 2018-08-18 12:08:05 +0200
  • 91be35124c Merged merge request !35 Marc Zinnschlag 2018-08-18 12:07:37 +0200
  • 20c53594de Merged merge request !36 Marc Zinnschlag 2018-08-18 12:06:35 +0200
  • 9475df7880 Merged merge request !37 Marc Zinnschlag 2018-08-18 12:05:01 +0200
  • 3ce96997d1 Remove sneaky tabs. AnyOldName3 2018-08-18 00:09:40 +0100
  • 4489838ea3 Fix incorrect function call James Carty 2018-08-17 22:35:04 +0100
  • 513e99148e Fix function with no return value James Carty 2018-08-17 20:17:26 +0100
  • 80082308f0 Merge upstream (shadermanager log system revamp) AnyOldName3 2018-08-17 18:22:13 +0100
  • dd501f4132 Make ConvexHull::clip more resilient against large values. AnyOldName3 2018-08-17 17:47:52 +0100
  • 99b465eede Update authors James Carty 2018-08-17 13:54:58 +0100
  • 331016c782 Update Authors James Carty 2018-08-17 13:48:02 +0100
  • 76932ebfc5 Updated AUTHORS.md Diego Crespo 2018-08-17 08:39:50 -0400
  • d7ca087f59 AiCast: fix aiming Andrei Kortunov 2018-07-16 11:23:39 +0400
  • 31f8bea1dd Rework spell effects management Andrei Kortunov 2018-07-15 12:44:25 +0400
  • 8516aee6e0 Implement getHalfExtents() for non-actor objects Andrei Kortunov 2018-06-16 10:18:04 +0400
  • a492978fe6 Update AUTHORS.md - add Loriel (Documentation) David Walley 2018-08-17 08:23:47 +0000
  • 088463ebe6 Merged pull request #1868 Marc Zinnschlag 2018-08-17 09:37:49 +0200
  • ebdb991225 Merged pull request #1875 Marc Zinnschlag 2018-08-17 09:37:12 +0200
  • 3489951410 Merged pull request #1866 Marc Zinnschlag 2018-08-17 09:36:44 +0200
  • ce78a34010
    Use container ID in Equip command warning Capostrophic 2018-08-17 03:32:33 +0300
  • 372697489b Fix Equip command infinite loop (bug #3072) Capostrophic 2018-08-17 02:41:06 +0300
  • 987306feb9 Fix ConvexHull::extendTowardsNegativeZ AnyOldName3 2018-08-16 23:48:19 +0100
  • 43f1c9163c Fix issue in which murder wouldn't be reported after paying fine James Carty 2018-08-16 18:58:51 +0100
  • 16edac8c47 Fix incorrect 'preparing' word spelling Andrei Kortunov 2018-08-16 17:47:06 +0400
  • a73d42e711 Do not stop idle animation in spellcasting stance Andrei Kortunov 2018-08-16 14:37:18 +0400
  • b7a448cf42 Update idle animations after reset of mIdleState (bug #4531) Andrei Kortunov 2018-08-16 11:21:48 +0400