Commit Graph

  • 1a9bf253f6 [Server] Simplify getPlayer methods, add isPlayerExists method Koncord 2018-07-17 00:29:45 +0800
  • 193034f09c [Documentation] Add copyrigts Koncord 2018-07-16 20:51:30 +0800
  • e7e3dab130
    Merge pull request #1804 from akortunov/guifixes Bret Curtis 2018-07-16 14:16:35 +0200
  • edd5769022 Show magic items count in spells window (feature #4509) Andrei Kortunov 2018-07-14 15:47:05 +0400
  • 1430b64aaa
    Merge pull request #1805 from akortunov/editor_markers Bret Curtis 2018-07-16 12:05:42 +0200
  • 30716344f2 Fix possible division by zero in the fatigue calculation (bug #4510) Andrei Kortunov 2018-07-16 13:08:34 +0400
  • d5d3c0937f [Client] Adjust log level for actor transfers in CellStore David Cernat 2018-07-16 03:53:09 +0300
  • 35fdb833df [Client] Verify integrity of credits file David Cernat 2018-07-16 03:25:01 +0300
  • 72d286473b [General] Move credits integrity error message to new ErrorMessages file David Cernat 2018-07-16 03:21:14 +0300
  • 0b5cb15f71 [General] Turn GameWeather into WorldWeather, now a WorldstatePacket David Cernat 2018-07-16 02:20:43 +0300
  • 646111d998 [General] Use correct credits checksum and move it to Version.hpp David Cernat 2018-07-16 01:05:56 +0300
  • 0f36c3ea24 [Server] Verify integrity of credits file David Cernat 2018-07-15 22:50:16 +0300
  • 22b2b7a9c6 [General] Add Utils methods for checksums David Cernat 2018-07-15 22:39:57 +0300
  • 9445db61b4 [Documentation] Update credits David Cernat 2018-07-15 20:16:22 +0300
  • 6ddf6eb885 Use editor markers for lights and creatures levelled lists Andrei Kortunov 2018-07-14 18:14:44 +0400
  • 21f198af7a Fix debugger detection on macOS (#4511) Nikolay Kasyanov 2018-07-15 12:35:07 +0200
  • 4ac371d292 [Server] Delete duplicate WorldKillCount processor with old filename David Cernat 2018-07-15 05:49:19 +0300
  • 3649cf553f [General] Rename PlayerKillCount into WorldKillCount David Cernat 2018-07-15 05:34:59 +0300
  • 18a2d238ab [Client] Don't pop up dialogue screen when an NPC activates another NPC David Cernat 2018-07-15 04:36:42 +0300
  • 4ef2aff11e [Client] Remove "Not implemented" message when activating other player David Cernat 2018-07-15 04:16:40 +0300
  • f13705e8be [Client] Improve debug for ObjectActivate and ConsoleCommand David Cernat 2018-07-15 04:09:19 +0300
  • 6ebe09375f [General] Implement ObjectActivate packet & associated script functions David Cernat 2018-07-15 03:16:04 +0300
  • 81b160cae8 [General] Add placeholder for ObjectActivate packet David Cernat 2018-07-15 01:08:31 +0300
  • 61da0d2475 [General] Turn PlayerInteraction into PlayerInput David Cernat 2018-07-15 00:36:07 +0300
  • 32b6134fad [General] Add placeholder for CellReplace packet David Cernat 2018-07-15 00:17:13 +0300
  • a471f5e452 [General] Turn CellCreate into a Worldstate packet David Cernat 2018-07-14 23:06:09 +0300
  • ae55ee7f0b [General] Add getNumberOfDigits to Utils in components David Cernat 2018-07-14 21:45:31 +0300
  • f410cb90d8
    Merge pull request #459 from GrimKriegor/bug/missing-luajit-on-pipeline David Cernat 2018-07-14 22:38:19 +0300
  • 98ff44172a
    Merge pull request #458 from GrimKriegor/hotfix/crashcatcher-sdl-build-issue David Cernat 2018-07-14 22:37:36 +0300
  • 2fcde5e8ba [General] Temporarily disable the new OpenMW crash catcher This new crash catcher is preventing TES3MP from building on GNU/Linux `components/crashcatcher/crashcatcher.cpp:23:28: fatal error: SDL_messagebox.h: No such file or directory` Disable it until the developers isolate the issue and patch it Grim Kriegor 2018-07-14 19:08:35 +0100
  • 88e4927146 [Pipeline] Add missing LuaJIT dependency Grim Kriegor 2018-07-14 19:39:19 +0100
  • 6cb5ac6e63 Merge pull request #457 from OpenMW/master while resolving conflicts David Cernat 2018-07-14 03:57:05 +0300
  • 6d43c8d63d [Client] Send ActorAI with combat when an NPC's fight is set to 100 David Cernat 2018-07-14 02:55:38 +0300
  • 743933134d [Client] Simplify sending of ActorAI packets for uninitialized actors David Cernat 2018-07-14 01:00:27 +0300
  • 5f4ec1331f [Client] Send ActorAI packet when combat is started via a client script David Cernat 2018-07-14 00:07:15 +0300
  • cc9e294cc0 [Client] Send ActorAI packet for new cell after being followed to it David Cernat 2018-07-13 22:34:36 +0300
  • 528bd26a3b [General] Allow followers to follow non-authority players through cells David Cernat 2018-07-13 21:27:29 +0300
  • ab5fd0aef8 [Server] Clean up descriptions for Object script functions David Cernat 2018-07-13 04:55:05 +0300
  • 6c1173d598 [Client] Rename searchPtrViaRefIndex into searchPtrViaUniqueIndex David Cernat 2018-07-13 04:33:54 +0300
  • 09da24f1ea [General] Rename all instances of refNumIndex into refNum David Cernat 2018-07-13 04:12:03 +0300
  • 20296859ee [Server] Clarify functions used for getting data in Networking David Cernat 2018-07-13 02:40:24 +0300
  • 04dd59e638 [Server] Use clearer names for functions used to get last received data David Cernat 2018-07-13 02:33:50 +0300
  • aeb2e57444 [Server] Bring Actor functions in line with Object functions, part 2 David Cernat 2018-07-13 01:25:43 +0300
  • 837c5369c0 [Server] Add OnActorAI event and remove autosync for ActorAI packets David Cernat 2018-07-13 01:05:27 +0300
  • 8f745df055 [Server] Bring Actor functions in line with Object functions, part 1 David Cernat 2018-07-13 01:04:41 +0300
  • f0d4f1bbe5 [Client] Send ActorAI packets when followed by an NPC David Cernat 2018-07-12 23:08:17 +0300
  • 6316f1e590 [Client] Add ActorList methods for sending ActorAI packets David Cernat 2018-07-12 20:48:47 +0300
  • 0fd8f7660b [Client] Replace LocalActor arg with BaseActor in ActorList functions David Cernat 2018-07-12 20:15:04 +0300
  • 0bd6078826 Merged pull request #1789 Marc Zinnschlag 2018-07-12 18:56:59 +0200
  • 32bd294a8a Add missing changelog entries Andrei Kortunov 2018-07-12 16:39:46 +0400
  • 3d1daaebab Rework manual spellcasting (e.g. via scripts) Andrei Kortunov 2018-06-28 16:58:51 +0400
  • bdf2f03c4f [General] Remove unnecessary MapChanges struct from BaseWorldstate David Cernat 2018-07-12 05:06:31 +0300
  • 59a56ca35e [Client] Disallow clients from scaling their associated players David Cernat 2018-07-12 03:29:38 +0300
  • 8ca29dbaac [Client] Fix remaining mistakes in debug for received ActorAI packets David Cernat 2018-07-11 23:11:37 +0300
  • 5bb442bbd3 [Server] Add sendToOtherVisitors boolean to SendActorAI() David Cernat 2018-07-11 22:17:00 +0300
  • 25f7a55495 [Client] Improve debug for received ActorAI packets David Cernat 2018-07-11 19:54:56 +0300
  • ceea65f666 [General] Change pre-rewrite's version to 0.7.0-alpha David Cernat 2018-07-11 19:35:28 +0300
  • 4e3bc3e403 Change wave parameters based on weather Miloslav Číž 2018-07-11 17:03:59 +0200
  • cf33695447 [General] Change rewrite's version to TBD-rewrite David Cernat 2018-07-11 17:24:07 +0300
  • 99e4d49e7c
    Merge pull request #1787 from akortunov/profilierfont Bret Curtis 2018-07-11 16:00:34 +0200
  • 70b6d4983d Use the DejaVuLGCSansMono.ttf in profilier output Andrei Kortunov 2018-06-28 18:05:00 +0400
  • 2d919ba215 changelog cleanup Marc Zinnschlag 2018-07-11 10:10:38 +0200
  • 232be000a2 Updated credits file Marc Zinnschlag 2018-07-11 10:09:31 +0200
  • 5080a65910 Merged pull request #1796 Marc Zinnschlag 2018-07-11 10:08:44 +0200
  • ee759effce Merged pull request #1798 Marc Zinnschlag 2018-07-11 10:06:30 +0200
  • fa96154edd Merged pull request #1803 Marc Zinnschlag 2018-07-11 10:04:59 +0200
  • 7a646494ee [General] Point to serverCore.lua instead of server.lua in server config 0.6.3 David Cernat 2018-07-11 02:53:40 +0300
  • 686830a6e3
    Update changelog elsid 2018-07-10 23:52:51 +0300
  • 3f21c49479
    Put check for nif file name into separate function elsid 2018-07-08 20:52:16 +0300
  • 2599aba196
    Fix check whether file name starts with x or X elsid 2018-07-08 20:36:04 +0300
  • bff6e9e235 [General] Implement ActorAI packet, part 5 David Cernat 2018-07-10 23:18:32 +0300
  • c77c50e92b Make Equip console command to bypass most of restrictions (bug #4460) Andrei Kortunov 2018-07-09 19:31:40 +0400
  • 3186edc630
    Update changelog Capostrophic 2018-07-10 22:22:20 +0300
  • 5cb9dc9d12 Use SpellTurnLeft/TurnRight animation groups Capostrophic 2018-07-10 22:19:56 +0300
  • b390ce3002
    Merge pull request #1776 from akortunov/crossbowfix Bret Curtis 2018-07-10 19:16:23 +0200
  • df1576fcf5
    Merge branch 'master' into crossbowfix Bret Curtis 2018-07-10 19:15:37 +0200
  • fde46f03b3
    Merge pull request #1801 from terabyte25/terabyte25-trainingskill Bret Curtis 2018-07-10 16:54:28 +0200
  • 76fa8a163d
    Update CHANGELOG.md terrabyte25 2018-07-10 17:09:14 +0400
  • 1c35e20fcc Use 1h animations as fallback for crossbows Andrei Kortunov 2018-06-22 18:40:49 +0400
  • 75dcbea365 Apply weapon reload animations only for upper body Andrei Kortunov 2018-06-22 13:09:02 +0400
  • 3f63e625cf
    Merge pull request #1802 from Capostrophic/cmake Bret Curtis 2018-07-10 14:34:59 +0200
  • d000f2756e Update disabled warnings Capostrophic 2018-07-10 13:02:03 +0300
  • 21403f8920 Update changelog Capostrophic 2018-07-09 23:08:29 +0300
  • 7fd66c77e6 Update CMake lists for Windows Capostrophic 2018-07-09 23:04:45 +0300
  • 5a1dba6a09
    Merge pull request #1800 from akortunov/buildfix Bret Curtis 2018-07-10 13:13:13 +0200
  • c921d1c7e9 Refactor NifStream class (eliminate LNK4221 MSVC warning) Andrei Kortunov 2018-07-10 13:32:52 +0400
  • 2e31c212c0 [Client] Make any ActorAI packet override an actor's desire to fight David Cernat 2018-07-10 11:33:07 +0300
  • 79ee976c95 [Client] Implement ACTIVATE action in DedicatedActor::setAI() David Cernat 2018-07-10 11:31:51 +0300
  • 0f30e21312 [Client] Add searchPtrViaRefIndex method to World to easily find objects David Cernat 2018-07-10 11:30:32 +0300
  • 27a5da59ba Fix MSVC warnings C4456 Andrei Kortunov 2018-07-10 10:05:13 +0400
  • 16a4df25d6 Make void function to do not return value Andrei Kortunov 2018-07-09 21:51:38 +0400
  • c984fc0881 [Client] Allow AiActivate to be used with specific Ptrs, not just refIds David Cernat 2018-07-10 08:21:24 +0300
  • 00c13ae96c [General] Implement ActorAI packet, part 4 David Cernat 2018-07-10 07:07:37 +0300
  • 0e13207afe [General] Implement ActorAI packet, part 3 David Cernat 2018-07-10 05:07:58 +0300
  • 5baef09f79 [General] Implement ActorAI packet, part 2 David Cernat 2018-07-10 02:47:52 +0300
  • 5628f3b977 [Client] Fix debug for DedicatedActor::setAI() David Cernat 2018-07-10 02:05:10 +0300
  • b86155dc11 [Client] Allow AiFollow package to have infinite distance when desired David Cernat 2018-07-10 01:40:57 +0300
  • 864c66d1d4 [Client] Make sure hasAiTarget is set correctly for DedicatedActors David Cernat 2018-07-10 01:35:38 +0300
  • 26ac29e8b1 [Client] Add disclaimer to save dialog about singleplayer-only saves David Cernat 2018-07-09 22:55:11 +0300
  • 4d4bced929 [Client] Allow singleplayer-only saves in main menu during multiplayer David Cernat 2018-07-09 22:53:18 +0300