Commit graph

  • 8a8aa664e3 Update AUTHORS.md scrawl 2016-10-25 16:44:54 +0200
  • 8485f6aefb Merge pull request #1111 from Assumeru/weakness_resistance scrawl 2016-10-25 16:44:12 +0200
  • f6ef1ce276 Fix Calm/Frenzy/Demoralize/Rally Creature weakness and resistance Assumeru 2016-10-25 15:42:37 +0200
  • cc40b85034 Don't send packets for floating objects David Cernat 2016-10-25 16:30:31 +0300
  • b1051255e0 Send ID_OBJECT_ROTATE from ingame scripts David Cernat 2016-10-25 14:42:54 +0300
  • 385b5f39e3 Add and implement ID_OBJECT_ROTATE David Cernat 2016-10-25 14:28:39 +0300
  • 54ed9a7ab4 Implement ID_OBJECT_MOVE and send it from ingame scripts David Cernat 2016-10-25 14:07:00 +0300
  • 0fb9b6eefb On second thought, rename ID_OBJECT_MOVE_WORLD into ID_OBJECT_MOVE David Cernat 2016-10-25 12:53:18 +0300
  • 947a677801 Replace ID_ACTIVATOR_ACTIVATE with ID_OBJECT_MOVE_WORLD David Cernat 2016-10-25 12:42:29 +0300
  • c25ebc34b3 Shorten WorldPacket IDs by removing WORLD from them David Cernat 2016-10-25 12:15:27 +0300
  • bdb53e1cb4 Implement ID_WORLD_DOOR_ACTIVATE and send it from MWBase::World David Cernat 2016-10-25 10:40:55 +0300
  • 7264f13b8e Implement ID_WORLD_OBJECT_SCALE and send it from ingame scripts David Cernat 2016-10-25 00:52:42 +0300
  • 52d156e136 Make server able to receive the 5 new WorldPackets David Cernat 2016-10-25 00:50:32 +0300
  • 4f0a3e8aa1 Add placeholders for 5 new WorldPackets David Cernat 2016-10-24 23:44:05 +0300
  • ef6f20e3f7 In server console, print number of players remaining when one leaves David Cernat 2016-10-24 22:47:52 +0300
  • 24bfe40bf7 Add debug about current server crash David Cernat 2016-10-24 21:17:53 +0300
  • b2688777c1 Create marker once a player has been initialized properly and fix debug David Cernat 2016-10-24 21:08:47 +0300
  • be73265848 Send ID_WORLD_VIDEO_PLAY from ingame scripts David Cernat 2016-10-24 17:55:10 +0300
  • b6111d16cc Add and implement ID_WORLD_VIDEO_PLAY David Cernat 2016-10-24 17:52:19 +0300
  • c54af2b02b Make DedicatedPlayer's setMarkerState method actually enable markers David Cernat 2016-10-24 16:26:51 +0300
  • 1e4d625c99 Make player markers show up in exterior cells David Cernat 2016-10-24 15:29:10 +0300
  • 04eb051df6 Make markers get removed when their players quit, rename marker methods David Cernat 2016-10-24 15:10:32 +0300
  • aed884949c Send ID_WORLD_OBJECT_LOCK from ingame scripts David Cernat 2016-10-24 13:22:46 +0300
  • 3fd93896f2 Add and implement ID_WORLD_OBJECT_LOCK David Cernat 2016-10-24 13:20:04 +0300
  • 3a5a5e73a1 Send ID_WORLD_OBJECT_UNLOCK from ingame scripts and regular unlocking David Cernat 2016-10-24 11:43:27 +0300
  • 08ea5163c4 Add and implement ID_WORLD_OBJECT_UNLOCK David Cernat 2016-10-24 11:26:31 +0300
  • 94c5d6d2f9 Don't use autoEquip on player-controlled NPCs David Cernat 2016-10-24 11:15:09 +0300
  • 47ebd24b4a Merge pull request #79 from OpenMW/master while resolving conflicts David Cernat 2016-10-24 09:18:21 +0300
  • a6fa0073a0 Find items by mRefNum.mIndex instead of mRefNum for WorldPackets David Cernat 2016-10-23 23:13:42 +0300
  • 6bfaf3be50 Send an ID_WORLD_OBJECT_PLACE whenever ingame scripts place objects David Cernat 2016-10-23 20:48:24 +0300
  • 3380c482c0 Fix errors remaining from merge with tes3mp-packetexpansion, part 2 David Cernat 2016-10-23 19:32:39 +0300
  • b06a2f3119 Fix part about Breakpad in server's CMakeLists David Cernat 2016-10-23 19:28:35 +0300
  • e7567020bb Fix debug for ID_WORLD_OBJECT_DELETE in client's Networking David Cernat 2016-10-23 19:10:21 +0300
  • d85a1ee1a9 Fix errors remaining from merge with tes3mp-packetexpansion David Cernat 2016-10-23 18:32:03 +0300
  • c639337842 Merge with tes3mp-packetexpansion by fixing conflicts David Cernat 2016-10-23 17:57:38 +0300
  • 025a847fd1 Send an ID_WORLD_OBJECT_DELETE whenever ingame scripts delete objects David Cernat 2016-10-23 17:03:47 +0300
  • 0a44bea91d Send cell coordinates in tes3mp using mData instead of mCellId.mIndex David Cernat 2016-10-23 16:55:30 +0300
  • cbc132612a Use mRefNum.mIndex instead of just mRefNum and add extra debug David Cernat 2016-10-23 16:33:53 +0300
  • 17f66e4e90 Implement ID_WORLD_OBJECT_PLACE David Cernat 2016-10-23 13:30:32 +0300
  • d0027ae3e7 Set correct packetID for ID_WORLD_OBJECT_PLACE David Cernat 2016-10-23 12:53:49 +0300
  • a6467c9c47 Add breakpad to server Koncord 2016-10-23 17:07:46 +0800
  • df3886168f Word wrapping in chat Koncord 2016-10-23 14:33:43 +0800
  • 77257b0721 Build fix Koncord 2016-10-23 14:05:12 +0800
  • c27351c19e Implement inventory functions Koncord 2016-10-23 02:57:37 +0800
  • 2b98e349ce Fix include for WorldEvent David Cernat 2016-10-22 20:15:32 +0300
  • 6e43baf73e Send Cell instead of CellId because of problems with the latter David Cernat 2016-10-22 20:09:13 +0300
  • 103b1e3f72 Send CellId in ID_WORLD_OBJECT_DELETE David Cernat 2016-10-22 18:44:13 +0300
  • 2e57e25675 Only delete object from ID_WORLD_OBJECT_DELETE if it actually exists David Cernat 2016-10-22 18:19:57 +0300
  • 3c49157ed7 Rename WorldPackets to ID_WORLD_OBJECT_DELETE and ID_WORLD_OBJECT_PLACE David Cernat 2016-10-22 18:05:32 +0300
  • 40f1db2d86 Create SearchByRefNumCustomVisitor in CellStore that returns entire Ptr David Cernat 2016-10-22 17:47:21 +0300
  • b3d6dad0c5 Send ID_WORLD_OBJECT_REMOVAL from actiontake.cpp and not worldimp.cpp David Cernat 2016-10-22 17:10:57 +0300
  • cc98a25dcf Add searchByRefNum method to OpenMW's CellStore David Cernat 2016-10-22 16:47:11 +0300
  • 92463c4a03 Fix Windows server crash caused by printing event->CellRef()->mRefID David Cernat 2016-10-22 14:13:16 +0300
  • 8080cceac6 Add some placeholder code so Stanislav can test it David Cernat 2016-10-22 12:45:19 +0300
  • 81dfd21d9a Merge pull request #76 from TES3MP/tes3mp-minimap Stanislav Zhukov 2016-10-22 17:21:02 +0800
  • b704519078 Show dedicated players on minimap Koncord 2016-10-22 17:06:26 +0800
  • 565e7e4b9f Create and implement placeholder for ID_WORLD_OBJECT_CREATION David Cernat 2016-10-21 21:57:05 +0300
  • 32dc8cf63f Read contents of ID_WORLD_OBJECT_REMOVAL on client David Cernat 2016-10-21 20:44:15 +0300
  • 36f218876a Add ProcessPlayerPacket and ProcessWorldPacket to client's Networking David Cernat 2016-10-21 19:23:56 +0300
  • ac666edebd Add a CellRef to WorldEvent David Cernat 2016-10-20 22:15:47 +0300
  • efa35e9222 Merge pull request #1110 from MiroslavR/controls-state scrawl 2016-10-20 16:51:53 +0200
  • cd9de94c0c Import teleporting and levitation disabled state from vanilla savegames (Fixes #3420) MiroslavR 2016-10-20 14:38:18 +0200
  • b2845cd17c Create and start using WorldEvent class David Cernat 2016-10-20 14:28:19 +0300
  • a42d5f2429 Make client send placeholder ID_WORLD_OBJECT_REMOVAL to server David Cernat 2016-10-20 12:53:48 +0300
  • f3ce0840be Import controls state from vanilla savegames MiroslavR 2016-10-20 02:14:36 +0200
  • 301dd77efb Save controls state (Fixes #3598) MiroslavR 2016-10-20 02:12:01 +0200
  • 5580123880 Merge pull request #1109 from MiroslavR/autoequip-weap2 scrawl 2016-10-20 00:39:00 +0200
  • 407abc605f Fix auto-equipping of blunt weapons MiroslavR 2016-10-19 22:37:45 +0200
  • a5ca33ad0b Disable failing OSX build scrawl 2016-10-19 21:59:49 +0200
  • f218613231 Rename client Networking's GetPacket method into GetPlayerPacket David Cernat 2016-10-19 22:49:35 +0300
  • e27d1857ef Fix formatting in previous changes made by tes3mp to OpenMW's core David Cernat 2016-10-19 22:06:11 +0300
  • 9c549a85ce Merge pull request #1108 from MiroslavR/autoequip-weap scrawl 2016-10-19 20:45:47 +0200
  • d0328f2553 Add placeholder ProcessWorldPacket method to server's Networking David Cernat 2016-10-19 21:44:17 +0300
  • 2602c1f71a Add ProcessPlayerPacket method to server's Networking David Cernat 2016-10-19 21:26:42 +0300
  • f0fa5e8771 Add ContainsPacket method to packet controllers David Cernat 2016-10-19 21:15:59 +0300
  • f1ec01cc6b Add WorldPacketController to server's Networking David Cernat 2016-10-19 20:51:51 +0300
  • 285f89573d Create placeholders for WorldPacket classes David Cernat 2016-10-19 20:36:11 +0300
  • 790d41e278 Move PlayerPackets into their own subfolder David Cernat 2016-10-19 19:37:10 +0300
  • d99463d752 Fix show-stopping mistake in PlayerPacket David Cernat 2016-10-19 18:56:12 +0300
  • bda1f867fd Rename server's GetController() method into GetPlayerController() David Cernat 2016-10-19 16:54:39 +0300
  • d2212ef80b Rename PacketsController into PlayerPacketController David Cernat 2016-10-19 16:31:07 +0300
  • 5e0c0dd5f1 Use logger in server's Networking MainLoop David Cernat 2016-10-19 13:00:33 +0300
  • cffd2bdd30 skeleton for full settings list Ryan Tucker 2016-10-18 21:46:16 -0700
  • 76ddd9bebb Add a setting for merchant auto-equipping prevention MiroslavR 2016-10-18 14:03:11 +0200
  • a7d4928593 Properly handle moved references in respawning code (Fixes #3600) scrawl 2016-10-18 23:51:45 +0200
  • 1d3008594d Autoequip weapons (Fixes #3562) MiroslavR 2016-10-18 13:57:35 +0200
  • b5cd8188f5 fixed nested levels rhtucker 2016-10-17 13:33:38 -0700
  • 201a89a698 fixed nested enumerated lists and split numbering rhtucker 2016-10-17 13:32:34 -0700
  • 95adab9458 test nested enumerated lists with autonumbers rhtucker 2016-10-17 13:06:15 -0700
  • fcc793a0af Create a new BasePacket that PlayerPacket inherits from David Cernat 2016-10-17 18:47:16 +0300
  • 77bc807305 Attenuate the light ambient in lighting.glsl (Fixes #3597) scrawl 2016-10-17 15:01:10 +0200
  • b8f4cb94fb Rename BasePacket into PlayerPacket David Cernat 2016-10-17 15:54:36 +0300
  • f0e488e9c5 Merge pull request #1107 from MiroslavR/autoequip scrawl 2016-10-16 19:52:38 +0200
  • 14240cf7a2 Fix autoEquip to better match vanilla (Fixes #3590) MiroslavR 2016-10-16 17:27:17 +0200
  • 147ce4d267 Started settings guide and general edits Ryan Tucker 2016-10-15 19:03:14 -0700
  • 1d58733880 Merge pull request #1104 from MiroslavR/missing-weather-states scrawl 2016-10-15 22:17:20 +0200
  • 460eee9ad1 Merge pull request #1105 from Allofich/warnings scrawl 2016-10-15 22:17:13 +0200
  • ccacad51be Fix shadowing warnings Allofich 2016-10-16 01:34:54 +0900
  • 7b59eda13a Import base weather states before loading region modifiers (Fixes #3594) MiroslavR 2016-10-15 17:34:03 +0200
  • 9e63c3ce63 Merge pull request #1103 from Allofich/warnings scrawl 2016-10-14 21:18:12 +0200