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

Commit graph

  • fba99071f8 [Server] Fix warnings Koncord 2018-12-25 04:36:20 +0800
  • 20b328ec67 [Server] Mark Mono headers as SYSTEM Koncord 2018-12-25 04:35:39 +0800
  • 447a0ee8b2 [Server] Implement Public API for Mono Koncord 2018-12-24 05:41:40 +0800
  • 6cbf6f05a1 [Server] Add --debug option to launch options. Koncord 2018-12-23 23:44:22 +0800
  • f37c252dbe [Server] Add timers support to Mono Koncord 2018-12-23 05:07:11 +0800
  • 4601884931 [Server] Properly load Mono libraries Koncord 2018-12-09 14:59:32 +0800
  • c36b692e91 [Server] Trait all API functions as "extern C" Koncord 2018-12-09 14:36:33 +0800
  • 5840c7bba2 [Server] Init mono branch Koncord 2018-12-09 06:40:02 +0800
  • 91ec1d1c2c
    Merge pull request #2113 from Capostrophic/fallback Bret Curtis 2019-01-02 17:23:17 +0100
  • 27eb64c7f0 Clean up fallback record creation again Capostrophic 2019-01-02 13:49:04 +0300
  • 150ac71d97
    Merge pull request #2111 from Capostrophic/fallback David Cernat 2019-01-01 12:28:31 +0200
  • ee2560edc3 Fix constant raining Capostrophic 2018-12-31 14:47:00 +0300
  • 81e2e48561 [Client] Fix item magic casting synchronization for spell scrolls David Cernat 2018-12-31 13:24:32 +0200
  • d83160523f [Client] Add items required for item magic casting when they are missing David Cernat 2018-12-31 06:55:35 +0200
  • 433a69a588 [Client] Send all data for newly initialized LocalActors at least once David Cernat 2018-12-31 04:36:59 +0200
  • e70fd2cf3a [Server] Accept clients with wrong password on servers with no password David Cernat 2018-12-31 03:52:25 +0200
  • eb52babf29 [Server] Print IP instead of name or PID for players unable to connect David Cernat 2018-12-30 18:02:26 +0200
  • 363274ccdf
    Merge pull request #2110 from Capostrophic/docs Bret Curtis 2018-12-30 16:25:59 +0100
  • e96091fd6b [General] Use more consistent variable names for password, address, etc. David Cernat 2018-12-30 17:23:12 +0200
  • 0ab5314755 Make scripted items not stack (bug #2969) Capostrophic 2018-12-06 18:31:47 +0300
  • a9619dbe03 Update Fonts documentation Capostrophic 2018-12-30 17:04:25 +0300
  • 8a266803eb Simplify some world loops Capostrophic 2018-12-30 01:27:16 +0300
  • 906d2a837d [Client] Send PlayerInventory packets when recharging items w/ soulgems David Cernat 2018-12-30 11:58:33 +0200
  • 5e541c1ae1
    Merge pull request #2106 from Capostrophic/fallback Bret Curtis 2018-12-30 10:26:02 +0100
  • 71679934a1 [Client] Send PlayerInventory packets when repairing items David Cernat 2018-12-30 09:39:46 +0200
  • 5d9893ee92 [Client] Set actor killer correctly for spells that do damage over time David Cernat 2018-12-30 07:40:11 +0200
  • 6e1504f0a1 [Server] Use clearer variable & function names in TimerAPI David Cernat 2018-12-30 04:15:53 +0200
  • 42b5a8054f [Server] Remove unusable position functions for players David Cernat 2018-12-30 03:17:37 +0200
  • e412e1b41c Revert to lexical_cast<float>, catch out-of-range exceptions Capostrophic 2018-12-29 15:18:26 +0300
  • 4ce0331f1b [Server] Fix GCC build Koncord 2018-12-29 15:54:08 +0800
  • 932691d199
    Merge pull request #2091 from Capostrophic/fallheight Bret Curtis 2018-12-29 08:26:28 +0100
  • 02c8e328bd
    Merge pull request #2104 from Capostrophic/fallback Bret Curtis 2018-12-29 08:01:18 +0100
  • 9343b8af2f [Server] Remove unused function Koncord 2018-12-29 14:02:08 +0800
  • c2230a8a21 [Server] Add MP flag to the server if enabled Koncord 2018-12-29 12:03:01 +0800
  • a0e89208a0 [General] Fix standalone server build Koncord 2018-12-29 11:58:49 +0800
  • 55cea491ca [Server] Introduce MS VC++ 2017 support Koncord 2018-12-29 11:50:07 +0800
  • 6af2400752 [Server] Remove usages of get/set env. Add GetModDir function Koncord 2018-12-29 11:40:31 +0800
  • b3456a8841 [Server] Fix invalidation of iterators Koncord 2018-12-29 11:09:13 +0800
  • 467724d5e8 Improve fallback numerical value handling (bug #4768) Capostrophic 2018-12-28 23:49:06 +0300
  • d80d056140
    Merge pull request #2098 from xyzz/fix-loading-screen-uaf Bret Curtis 2018-12-28 18:58:04 +0100
  • 91b962c095
    Merge pull request #2099 from xyzz/replace-volatile-atomic Bret Curtis 2018-12-28 16:41:07 +0100
  • 0fb056d317
    Merge pull request #2103 from Capostrophic/markers Bret Curtis 2018-12-28 16:39:36 +0100
  • 7155e787b4 Clean up fallback record creation Capostrophic 2018-12-27 23:20:58 +0300
  • 807e0311b9
    Merge pull request #2102 from nikolaykasyanov/macos-cmake-check Bret Curtis 2018-12-26 22:14:13 +0100
  • 2306d904c7 [macOS] Fail CMake when trying to use CMake 3.13 for macOS packaging Nikolay Kasyanov 2018-12-26 16:57:10 +0100
  • 343dd8b5ea [Client] Fix addition of items to player inventories David Cernat 2018-12-26 13:41:19 +0200
  • 76ac905efc [Client] Send PlayerInventory packets when trapping souls in soulgems David Cernat 2018-12-26 12:25:00 +0200
  • f853368641 [Client] Fix loss of player items in ContainerStore::unstack() David Cernat 2018-12-26 12:24:26 +0200
  • f18f2d39e5
    Merge pull request #2096 from xyzz/android-relative-mouse Bret Curtis 2018-12-26 10:41:35 +0100
  • 956934911a [macOS, CI] Use CMake 3.12.4 Nikolay Kasyanov 2018-12-25 21:04:21 +0100
  • 1bdec2399f Make sure CopyFramebufferToTextureCallback is only called once and not every frame Ilya Zhuravlev 2018-12-25 11:56:24 -0500
  • 9a159ad5ee
    [Browser] Change ping field to unreachable if ping is unreachable terribleterrabyte 2018-12-24 14:25:35 -0600
  • 94c034b9d0 [General] Add dedicated directory for logs terabyte25 2018-12-24 14:06:55 -0600
  • 9f04334f02
    [Server] Simplify Boolean for hasValidCredits terribleterrabyte 2018-12-24 19:33:37 +0000
  • 07e9ce84b3 Replace volatile bools with std::atomic<bool> Ilya Zhuravlev 2018-12-24 02:49:36 -0500
  • 8e7c01b561 loadingscreen: Fix UaF in loading screen. Ilya Zhuravlev 2018-12-24 01:50:58 -0500
  • 98b2c04404 android: Add a method so that we can send relative mouse movements from java. Ilya Zhuravlev 2018-04-01 18:45:43 -0400
  • a037e4c954
    Merge pull request #2090 from xyzz/nulls-in-c Bret Curtis 2018-12-23 19:38:12 +0100
  • 793c2a19d2 Cherry-pick cc9cii's editor improvements Capostrophic 2018-12-23 19:05:00 +0300
  • 0bbcc0e787 Avoid falling height reset if onGround state didn't change (bug #4411) Capostrophic 2018-12-23 13:39:35 +0300
  • 09585b7208 android_main.c: Replace nullptr back to NULL since there are no nullptr in C Ilya Zhuravlev 2018-12-22 22:21:26 -0500
  • 8e113a32b2
    Merge pull request #2081 from nikolaykasyanov/unneed-macos-files Bret Curtis 2018-12-21 17:47:15 +0100
  • 8687a49c19 Editor: Added basic info window Andrei Kortunov 2018-12-21 16:17:09 +0400
  • b4f3ce2a0a Editor: Implement faction ranks table (feature #4209) Andrei Kortunov 2018-12-21 14:16:40 +0400
  • d4e56b73ae
    Merge pull request #2086 from Capostrophic/aidata Bret Curtis 2018-12-21 11:05:42 +0100
  • d3ed3c2b0d
    Merge pull request #2087 from nikolaykasyanov/update-macos-deps Bret Curtis 2018-12-21 11:02:40 +0100
  • e0161bb2bf Update macOS dependencies, use Xcode 10.1 Nikolay Kasyanov 2018-12-20 21:20:56 +0100
  • c3a2a2d73f Do not package Recastnavigation headers and static libs Nikolay Kasyanov 2018-12-20 19:53:51 +0100
  • f98a454ec1 Add a script to verify macOS package contents Nikolay Kasyanov 2018-12-16 09:25:09 +0100
  • 2681435857 Editor: handle AI settings, regional sound and levelled list "none" chances as shorts (bug #2987) Capostrophic 2018-12-20 19:32:16 +0300
  • 199e6ed82d Revert "Use forward declaration to reduce build times." AnyOldName3 2018-12-19 23:53:14 +0000
  • 305b9826df Use forward declaration to reduce build times. AnyOldName3 2018-12-19 16:23:32 +0000
  • 7c3ef213ce Fix error when create new OpenCS addon Alexander Kolodeev 2018-12-19 18:47:02 +0300
  • 7b108ae9a2 Disable depth sorting for translucent objects in the shadow maps AnyOldName3 2018-12-19 01:45:05 +0000
  • 0f9f7f0b59
    Merge pull request #2083 from AnyOldName3/fix-vao-rig-bug Chris Djali 2018-12-19 00:54:52 +0000
  • e2515f6db7 Merge branch 'master' into osgshadow-test-vdsm AnyOldName3 2018-12-18 19:51:27 +0000
  • 53188f61fc Fix animation bug with VAOs AnyOldName3 2018-12-18 19:44:30 +0000
  • 066b74eb43
    Merge pull request #2078 from AnyOldName3/cmake-13.1-osg-lib-fix Chris Djali 2018-12-18 19:23:44 +0000
  • a58a8db030 Uncomment commented lines AnyOldName3 2018-12-18 18:42:20 +0000
  • 922f696aaf bump bullet version for gitlab-ci Bret Curtis 2018-12-17 16:52:49 +0100
  • 44a408635a wrap git command in gitfound Bret Curtis 2018-12-17 16:30:12 +0100
  • 5e38e8abdb [Server] Add GetArchitectureType() script function David Cernat 2018-12-17 11:55:50 +0200
  • 9fe54aa8c6 [General] Add getArchitectureType() to multiplayer Utils David Cernat 2018-12-17 11:46:51 +0200
  • fa1700e2ab [Server] Add GetOperatingSystemType() script function David Cernat 2018-12-17 11:32:31 +0200
  • 6d7aacab5e
    Merge pull request #2053 from akortunov/animatedContainers Bret Curtis 2018-12-17 10:00:07 +0100
  • da6b89c185 [General] Add getOperatingSystem() to multiplayer Utils David Cernat 2018-12-17 10:47:34 +0200
  • d2c88f0983
    Merge pull request #2071 from Capostrophic/sneaking Bret Curtis 2018-12-17 09:34:27 +0100
  • 50714599d9 [Client] Spawn at exterior 0, -7 by default David Cernat 2018-12-17 08:25:22 +0200
  • 76d380e852 if unable to run git at this moment, use empty string Bret Curtis 2018-12-16 20:58:14 +0100
  • 81fdecc48c
    Merge pull request #2073 from OpenMW/appdata_template_and_fixes Bret Curtis 2018-12-14 15:43:39 +0100
  • dcbca4b90b Use if(EXISTS ${OSGDB_LIB} AND NOT IS_DIRECTORY ${OSGDB_LIB}) AnyOldName3 2018-12-14 14:30:56 +0000
  • 6ef974f4eb
    Merge pull request #2079 from OpenMW/revert-2054-master Bret Curtis 2018-12-14 10:08:14 +0100
  • a53333c3d5 Native animated containers support (feature #4730) Andrei Kortunov 2018-09-22 12:57:50 +0400
  • fc19c842cf
    Revert "fix a rig bug visible with OSG_VERTEX_BUFFER_HINT=VAO" Bret Curtis 2018-12-13 20:09:46 +0100
  • 708a4f85ce
    Merge pull request #2077 from terabyte25/patch-14 Bret Curtis 2018-12-13 14:29:41 +0100
  • 9067731a96 Adapt to CMake 3.13's new meaning of OSGDB_LIBRARY (i.e. that it can now be a list) while allowing for the possibility that the found libraries may be in different directories when debug and optimised versions exist. AnyOldName3 2018-12-13 02:08:35 +0000
  • c31fa3074e
    Sanity check for text input in toggleWalking terrabyte25 2018-12-12 14:40:15 -0600
  • 97aa6f58e3
    Merge pull request #2064 from sthalik/pr/win32-debug-parent-console Bret Curtis 2018-12-12 21:15:07 +0100
  • f4c863a730
    Update graphicspage.cpp Bret Curtis 2018-12-12 16:19:07 +0100
  • 83e346e1e6
    add new bugtracker Bret Curtis 2018-12-12 16:18:49 +0100