Commit graph

  • 0ff56677f6 Remove unused code Rob Cutmore 2017-04-06 19:56:18 -0400
  • 84bad9316d Editor: flag orbit camera for re-initialization Rob Cutmore 2017-04-06 19:40:26 -0400
  • d829d219c3 [General] Add (very) partial animation sync for NPCs David Cernat 2017-04-06 15:11:51 +0300
  • e8638d9884 [Client] Add basic position sync for NPCs David Cernat 2017-04-06 11:46:56 +0300
  • c6c0e4acc9 [Server] Fix Cell::sendToLoaded() part 2, and fix Player::sendToLoaded() David Cernat 2017-04-06 08:39:11 +0300
  • 8616323bae [Server] Fix logic in Cell::sendToLoaded() David Cernat 2017-04-06 08:27:04 +0300
  • fae3bcaeeb [Server] Send actor packets only to players in the same cell David Cernat 2017-04-06 06:42:25 +0300
  • 89ed318d3c [Client] Remove usage of nullptr that Travis CI is getting stuck on David Cernat 2017-04-06 06:17:27 +0300
  • 67ec81ad0c [Client] Use utility function for converting strings in mwmp::Cell David Cernat 2017-04-06 05:45:49 +0300
  • d4a12856ee [Client] Enable AI for LocalActors David Cernat 2017-04-06 04:59:55 +0300
  • 0d766a7a04 [Client] Add and use mwmp::Cell class David Cernat 2017-04-06 04:00:50 +0300
  • 9beaf9b7a1 [Client] Initialize and update LocalActors while their cells are active David Cernat 2017-04-06 00:49:20 +0300
  • 8df9d55331 [Client] Create placeholder DedicatedActor class David Cernat 2017-04-06 00:48:20 +0300
  • d24cde16dd [General] Add simple BaseActor and LocalActor classes David Cernat 2017-04-05 12:52:27 +0300
  • 679e790d8d [Client] Rename WorldController into CellController to avoid confusion with Networking's WorldPacketController David Cernat 2017-04-05 12:00:21 +0300
  • ba8341bfb5 [Server] Add SendActorAuthority() script function David Cernat 2017-04-05 11:02:11 +0300
  • c2d6265ffd [Client] Reorder methods in WorldEvent, placing packet senders at bottom David Cernat 2017-04-05 09:12:02 +0300
  • 9759764699 [Client] Clean up getting and resetting of WorldEvent David Cernat 2017-04-05 09:04:41 +0300
  • d7a760490e [Client] Simplify sending of world packets, part 2 David Cernat 2017-04-05 08:43:35 +0300
  • b55a3d5eb2 [Client] Add placeholder editActors() method for random creature sync David Cernat 2017-04-05 08:07:53 +0300
  • 4abe295a80 [Client] Simplify sending of world packets by adding WorldEvent methods David Cernat 2017-04-05 07:54:23 +0300
  • 1d23a48a42 [Client] Print mpNums when objects are found in a cell David Cernat 2017-04-05 07:10:22 +0300
  • 0df14320e0 [Client] Set mMpNum to 0 for ManualRef David Cernat 2017-04-05 06:58:59 +0300
  • 6c60c9c78e [Client] Clean up debug messages for when objects are found in a cell David Cernat 2017-04-05 06:30:12 +0300
  • bb9ea6ccd4 [Client] Also include list of creatures in reply to ActorList David Cernat 2017-04-05 06:22:01 +0300
  • ca92be14a5 [Client] Reply to ActorList request with list of NPCs David Cernat 2017-04-05 05:54:25 +0300
  • 8f18dc87c4 [General] Model ActorList on Container more closely by including action David Cernat 2017-04-05 04:45:51 +0300
  • c65e94587c [Server] Add SendActorList() script function David Cernat 2017-04-05 04:44:47 +0300
  • 8c2469bf6d [General] Add placeholder ActorList, ActorAuthority & ActorFrame packets David Cernat 2017-04-05 04:06:45 +0300
  • f7664d4bb9 Editor: reset camera after cell drag and drop Rob Cutmore 2017-04-04 18:54:58 -0400
  • 316720e710 [Server] Rename getNextMpNum() into incrementMpNum() David Cernat 2017-04-05 01:30:15 +0300
  • 068835ba71 [Server] Add OnMpNumIncrement() script callback David Cernat 2017-04-05 01:18:42 +0300
  • 3b34b9cd3e [Server] Fix typo in MiscellaneousFunctions David Cernat 2017-04-04 12:49:29 +0300
  • 2716078a30 [Server] Add GetCurrentMpNum() and SetCurrentMpNum() script functions David Cernat 2017-04-04 12:43:17 +0300
  • 8b8c01f389 [General] Make ID_OBJECT_PLACE take effect only when sent back by server David Cernat 2017-04-04 11:43:33 +0300
  • 2bd81c3de0 [Client] Use mpNum for every WorldObject David Cernat 2017-04-04 11:07:16 +0300
  • 82f38dcfad [Server] Set mpNum in AddWorldObject() David Cernat 2017-04-04 10:34:35 +0300
  • ddedcac510 [General] Read and write mpNums in world packets David Cernat 2017-04-04 10:16:09 +0300
  • 4644235cf6 [Client] Use mpNum in exact searches for objects David Cernat 2017-04-04 10:07:15 +0300
  • 665fe09fd0 [Server] Add GetObjectMpNum() and SetObjectMpNum() script functions David Cernat 2017-04-04 09:30:17 +0300
  • 8cc61b6048 [General] Generate mpNums on the server when forwarding ID_OBJECT_PLACE David Cernat 2017-04-04 09:23:34 +0300
  • 31cd836558 [General] Small tweaks to debug info David Cernat 2017-04-04 08:24:11 +0300
  • 06acd3cbc4 [Client] Add a multiplayer object index and matching methods to CellRef David Cernat 2017-04-04 07:42:02 +0300
  • d242f3790f [Server] Don't try to send late-arriving container packets about now unloaded cells David Cernat 2017-04-04 07:21:02 +0300
  • e5cf632e1d [Client] Stop creating new reference numbers for placed/spawned objects David Cernat 2017-04-04 06:01:48 +0300
  • d8712ee1ea [Server] Fix script crashes by reusing BaseEvent in WorldProcessor David Cernat 2017-04-04 05:03:14 +0300
  • 5ff40c5563 [Server] Make coding style consistent David Cernat 2017-04-04 03:05:37 +0300
  • 106c9edead Merge pull request #192 from OpenMW/master David Cernat 2017-04-04 01:48:43 +0300
  • 174937f412 [Server] Add LogMessage() and LogAppend() script functions David Cernat 2017-04-04 01:47:37 +0300
  • 785b3c3d01 Hide WorldButton when in game mode def 2017-04-03 09:02:05 +0300
  • 395e97cf40 Remove evil "implicit GetJournalIndex" hack from expression parser MiroslavR 2017-04-03 01:44:26 +0200
  • 1d2a6d9056 [Server] Rename dontRead to avoidReading Koncord 2017-04-03 06:44:14 +0800
  • 47924f5bb0 [Server] Move packet.Read() to parent Koncord 2017-04-03 06:13:56 +0800
  • 4daf471874 [General] Add dontRead flag Koncord 2017-04-03 06:13:00 +0800
  • ead92fff61 [Server] Move setPlayer() to PlayerProcessor Koncord 2017-04-03 06:05:18 +0800
  • 0317e2523b [Server] Remove unused code Koncord 2017-04-03 05:57:03 +0800
  • c8fb7d9c1a [Server] Move packet.Send(true) to parent class Koncord 2017-04-03 05:56:29 +0800
  • 9ecc70d17c [Server] Fix ID in ProcessorContainer Koncord 2017-04-03 05:49:23 +0800
  • f5600c508f [Server] Move all world handlers to WorldProcessors Koncord 2017-04-03 05:46:46 +0800
  • 3ab25fb3f1 [Server] Move player processors to processors/player Koncord 2017-04-03 05:45:41 +0800
  • 0a1041bf56 [Server] Add WorldProcessor Koncord 2017-04-03 05:32:49 +0800
  • 31bd70f334 Added missed recharge and repair sounds Andrei Kortunov 2017-04-02 23:19:43 +0400
  • 8d76903392 Ini-importer progress bar fills the whole width of the ui element now Pieter van der Kloet 2017-04-02 03:15:32 +0200
  • e7b5097c13 [Client] Print plugin paths correctly for Windows David Cernat 2017-04-01 05:57:27 +0300
  • dff52d8fbe Merge pull request #191 from OpenMW/master David Cernat 2017-04-01 03:27:44 +0300
  • 3b52549a3d [Server] Rename init_processors to ProcessorInitializer Koncord 2017-04-01 08:14:26 +0800
  • e8a5fd1cd0 [Server] Move all message handlers to PlayerProcessors Koncord 2017-04-01 02:36:24 +0800
  • 020167df08 [Server] Add PlayerProcessor Koncord 2017-04-01 02:35:34 +0800
  • b01734888f [Server] Add missing header Koncord 2017-04-01 02:33:39 +0800
  • 48a59cf9e9 [General] Add new class BasePacketProcessor Koncord 2017-04-01 02:33:03 +0800
  • ab8294b281 Merge remote-tracking branch 'rcutmore/bug-2838' Marc Zinnschlag 2017-03-31 16:47:26 +0200
  • df5a43363a Confirmation dialogs size fix Andrei Kortunov 2017-03-30 17:05:56 +0400
  • 343f2cb81d Editor: add creator for body parts Rob Cutmore 2017-03-30 08:20:43 -0400
  • 691dc75401 [Browser] Fix sign compare warnings Koncord 2017-03-30 00:39:01 +0800
  • 3c9f3a0f7f Merge pull request #1242 from Allofich/warnings scrawl 2017-03-29 07:28:00 +0200
  • 6a745cb2cc Fix text colorMode (Bug #3815) and render bin scrawl 2017-03-29 07:10:41 +0200
  • e5a0f89934 List scroll fix Andrei Kortunov 2017-03-28 12:49:23 +0400
  • 7647715dac Merge pull request #190 from OpenMW/master David Cernat 2017-03-28 08:05:23 +0300
  • edadcb338c Savegame dialog improvements Andrei Kortunov 2017-03-27 23:10:57 +0400
  • 9e7ade4ba4 Merge pull request #1244 from akortunov/develop scrawl 2017-03-27 20:14:09 +0200
  • 3780d94214 Cast LAND_SIZE to integer to avoid linking error Allofich 2017-03-27 20:23:40 +0900
  • db2f97f308 Fix shadowing warning Allofich 2017-03-27 03:47:17 +0900
  • a35d4334c3 Encumberance text fix Andrei Kortunov 2017-03-27 14:54:04 +0400
  • c9cf0ec977 Buttons and widgets captions vertical alignment Andrei Kortunov 2017-03-27 14:38:40 +0400
  • 7d09a5d644 Progress bars vertical alignment Andrei Kortunov 2017-03-27 13:33:28 +0400
  • a036a98fd0 Merge pull request #1243 from akortunov/develop scrawl 2017-03-27 02:56:35 +0200
  • b064dd29cc Fix reset of blend function (Bug #3811) scrawl 2017-03-27 02:51:23 +0200
  • 658ab5e941 Minor journal improvements Andrei Kortunov 2017-03-26 22:56:36 +0400
  • 2a505b427d Remove second LAND_SIZE definition Allofich 2017-03-26 18:33:37 +0900
  • 2a74f79bf1 Merge pull request #1240 from Allofich/follow scrawl 2017-03-26 20:35:11 +0200
  • 6253a5218e Adjust AI follow distances Allofich 2017-03-26 16:51:32 +0900
  • 0a061d45b7 Merge pull request #1239 from akortunov/projectilefix scrawl 2017-03-26 20:30:43 +0200
  • f3a7be3339 Merge pull request #1238 from LennyPenny/patch-1 scrawl 2017-03-26 20:30:25 +0200
  • 82e0bac297 Merge pull request #1237 from MiroslavR/haggling_fix scrawl 2017-03-26 20:30:17 +0200
  • 77bf1efc1a Editor: Fix labels for creator user inputs Rob Cutmore 2017-03-26 09:14:32 -0400
  • 8d4441bb5e Editor: document subclasses without ID checks Rob Cutmore 2017-03-26 09:05:05 -0400
  • 14b59e0e4b Vanilla-like tgm (fixes #3798) Andrei Kortunov 2017-03-25 22:40:11 +0400
  • 860b556713 Disables explosion effect for 0-range projectiles (fixes #3730) Andrei Kortunov 2017-03-25 19:53:24 +0400
  • e56089aff4 Ignore /MSVC* (Feature #3795) Lennart Bernhardt 2017-03-25 15:26:14 +0100
  • da6b28eb40 Fix selling success chance (Fixes #3802) MiroslavR 2017-03-25 15:20:37 +0100