Commit graph

  • 27181367e2 Tooltips: skills and attributes layout fixes Andrei Kortunov 2017-04-30 21:26:13 +0400
  • d24bcbac15 Do not apply underwater effects to player's voice (Fixes #3850) MiroslavR 2017-04-30 18:49:32 +0200
  • 6331cc6ab9 Tooltips: level, race, class, specialization layout fixes Andrei Kortunov 2017-04-30 19:45:36 +0400
  • e8e0090b9b [General] Use new SimpleCreatureStats struct in BaseActor David Cernat 2017-04-30 18:44:59 +0300
  • 0e8d115794 [Server] Clean up ActorFunctions by using readActorList pointer David Cernat 2017-04-30 17:12:15 +0300
  • b54560a362 [Server] Clean up WorldFunctions by using readEvent pointer David Cernat 2017-04-30 16:35:56 +0300
  • 809b4d78ba [Client] Split off DedicatedPlayer and PlayerList into different files David Cernat 2017-04-30 14:57:43 +0300
  • f2ec6ce02c Merge pull request #209 from OpenMW/master David Cernat 2017-04-30 13:31:16 +0300
  • 9f1527b7da Merge pull request #1272 from akortunov/guifixes scrawl 2017-04-30 12:27:21 +0200
  • eda74ddf44 [Client] Fix memory leaks Koncord 2017-04-30 13:56:30 +0800
  • 3372f27f3a [Client] Notify player about current chat mode Koncord 2017-04-30 13:55:54 +0800
  • f6a218025a [Client] Fix actor memory leaks, part 1 David Cernat 2017-04-30 04:19:28 +0300
  • 0ba8a407bc [Server] Reuse Cell deletion code in CellController David Cernat 2017-04-30 04:03:03 +0300
  • b62969d3cf [Server] Add OnCellUnload script callback David Cernat 2017-04-30 03:32:04 +0300
  • 234510a87f [Server] Split off Cell and CellController into two different files David Cernat 2017-04-29 23:05:12 +0300
  • 8492929738 [Client] Use RussoOne for chat Koncord 2017-04-30 01:08:19 +0800
  • 805c346bd7 [Client] Fix copy-paste mistake Koncord 2017-04-30 01:05:43 +0800
  • 465a05bad0 [Client] Add ability to look like a creature for the DedicatedPlayers Koncord 2017-04-30 00:18:44 +0800
  • 7af73782f3 [OpenMW] Implement MWWorld::createRecord for Creatures Koncord 2017-04-30 00:16:19 +0800
  • a2f6d99dfd [Server] Use new CreatureStats in ActorFunctions to fix invalid pointer David Cernat 2017-04-29 18:20:01 +0300
  • d333c0b484 [Client] Read ActorStatsDynamic packets sent from Lua script cell loads David Cernat 2017-04-29 17:43:37 +0300
  • fbd8e8b3a1 [Client] Use CreatureStats instead NpcStats Koncord 2017-04-29 22:40:22 +0800
  • 26c00c3141 [Client] Change chat font to RussoOne for better visibility Koncord 2017-04-29 20:32:35 +0800
  • db0e25cb6c [Client] Allow colors in the chat window Koncord 2017-04-29 20:23:21 +0800
  • 6ff9091afd [Server] Add script functions for setting actor dynamic stats David Cernat 2017-04-29 02:10:14 +0300
  • 9d7142f684 [Server] Clean up order for StatsFunctions David Cernat 2017-04-29 01:42:11 +0300
  • 03c56e01f9 [Server] Add script functions for getting actor dynamic stats David Cernat 2017-04-29 01:15:19 +0300
  • 3d6b21942c [Server] Add OnActorStatsDynamic script callback David Cernat 2017-04-29 00:32:23 +0300
  • e419e25e72 [Client] Don't initialize actors without unique indexes David Cernat 2017-04-28 23:17:23 +0300
  • 328b4fb763 [Server] Fix invalid pointers when using ActorFunctions::GetActorCell() David Cernat 2017-04-28 20:31:02 +0300
  • a71dbc7d09 [Server] Add script functions for setting actor cells and positions David Cernat 2017-04-28 18:44:01 +0300
  • 9c5eb47e90 [Server] Add and use Utils::getCellFromDescription() David Cernat 2017-04-28 16:33:58 +0300
  • cc3dfd7da0 Merge pull request #208 from OpenMW/master David Cernat 2017-04-28 12:48:46 +0300
  • 95f60d2bb3 Merge branch 'master' into mark-variable PlutonicOverkill 2017-04-28 20:15:48 +1200
  • cbb2b8b119 Add setting so feature can be turned off PlutonicOverkill 2017-04-28 19:57:49 +1200
  • a8e7628e83 Enable highlighting when cursor is placed over a name (script editor) PlutonicOverkill 2017-04-28 19:28:05 +1200
  • 8299f8677b updated credits file Marc Zinnschlag 2017-04-28 08:45:16 +0200
  • 7919c4d672 Merge remote-tracking branch 'plutonicoverkill/master' Marc Zinnschlag 2017-04-28 08:40:07 +0200
  • aeab851ed8 [Server] Add script functions for getting actor position coordinates David Cernat 2017-04-28 00:05:12 +0300
  • 1ce60fbf30 [Server] Add GetActorCell() script function David Cernat 2017-04-27 14:59:49 +0300
  • e685de0f84 Fix script editor undo/redo context menu actions PlutonicOverkill 2017-04-27 19:48:01 +1200
  • 6063d8e31b Fix existing context menu in script editor PlutonicOverkill 2017-04-27 16:31:45 +1200
  • e53916da10 [Browser] Add Rules tab to ServerInfo Koncord 2017-04-27 11:41:35 +0800
  • db2b53c1b8 [Browser] Update to new protocol Koncord 2017-04-27 11:40:41 +0800
  • e7a1474e04 [Browser] Implement QueryClient Koncord 2017-04-27 11:30:51 +0800
  • d40a55a748 [Master] Update server via operator= instead map::insert Koncord 2017-04-27 11:27:09 +0800
  • b677a0455d [Server] Fix MasterClient crashes Koncord 2017-04-27 11:26:14 +0800
  • a4e45de6ca [General] Fix playersCount Koncord 2017-04-27 11:25:11 +0800
  • 752848834a Merge pull request #207 from OpenMW/master David Cernat 2017-04-27 00:15:24 +0300
  • f484ef8ffb Fixed jump fatigue loss formula (fixes #3843) Andrei Kortunov 2017-04-26 18:28:59 +0400
  • bba822c014 Purge all effects with same ID instead only first (fixes #3839) Andrei Kortunov 2017-04-26 17:18:06 +0400
  • 61e6b0d03c improved ScriptErrorTable handling of script errors that don't have line/column associated with them (also avoiding a segfault) Marc Zinnschlag 2017-04-26 15:03:30 +0200
  • 3d1e640388 Add setting to change keyboard shortcut and fix another crash PlutonicOverkill 2017-04-26 19:42:03 +1200
  • 1f699552f7 Fix infinite recursion bug in uncommentSelection() PlutonicOverkill 2017-04-26 15:49:39 +1200
  • 9a89284bca [Server] Add OnActorCellChange script callback David Cernat 2017-04-25 23:31:37 +0300
  • 6a21ec1fdc [General] Rename PlayerPos into PlayerPosition David Cernat 2017-04-25 22:11:33 +0300
  • 7b07d6651f [General] Add and use PlayerBounty packet and matching script functions David Cernat 2017-04-25 21:24:39 +0300
  • 6658531713 [General] Fix names for two PlayerProcessors David Cernat 2017-04-25 19:01:56 +0300
  • 7dbcfbd3b1 [Client] Use better check for empty CreatureStats in DedicatedActor David Cernat 2017-04-25 16:55:58 +0300
  • 11605bd19a [Client] Make aggressive actors initiate combat with DedicatedPlayers David Cernat 2017-04-25 16:08:14 +0300
  • 61e374fdfc Implement commentSelection() and uncommentSelection() PlutonicOverkill 2017-04-25 19:12:18 +1200
  • 83ff7d162c Add comment/uncomment actions to the context menu PlutonicOverkill 2017-04-25 16:12:59 +1200
  • a4165325fa [Client] Improve synchronization of Actor swings David Cernat 2017-04-25 01:47:43 +0300
  • ce9605957a [Client] Use different way of preventing attacks on players in dialogue David Cernat 2017-04-25 01:11:01 +0300
  • ea7c3f2dc7 [Client] Make tes3mp combat code work with Creatures, not just NPCs David Cernat 2017-04-24 21:06:23 +0300
  • a82646a130 [Client] Delineate tes3mp-only code more clearly, part 2 David Cernat 2017-04-24 19:46:12 +0300
  • 44476248b7 [Client] Add and use DedicatedPlayer::update() David Cernat 2017-04-24 18:38:57 +0300
  • e11a24f446 [Client] Add back statement that should not have been removed in e4a261e David Cernat 2017-04-24 18:10:05 +0300
  • e4a261ea2e [Client] Remove unused include and variables, fixing warnings David Cernat 2017-04-24 17:53:50 +0300
  • 51422da641 [Server] Remove outdated code Koncord 2017-04-24 20:27:15 +0800
  • 0f30f57d4d [Server] Handle IS_PENDING and IS_CONNECTING in switch Koncord 2017-04-24 20:26:19 +0800
  • d0c3d190e1 [Server] Send players list to master server Koncord 2017-04-24 20:22:42 +0800
  • 6e8750b9e4 [General] Change list players to vector players Koncord 2017-04-24 20:22:13 +0800
  • 3e00d42067 [Server] Reworking MasterClient to new master server Koncord 2017-04-24 20:01:05 +0800
  • 9643eb6026 [Master] Notify server about announce state Koncord 2017-04-24 19:58:48 +0800
  • 841e6a63f8 [Client] Initialize Creatures as LocalActors David Cernat 2017-04-24 11:58:39 +0300
  • 661da98941 [Documentation] Update readme and credits slightly David Cernat 2017-04-24 11:52:35 +0300
  • 850b19badf [Client] Add clearer debug messages for Actor initialization David Cernat 2017-04-24 11:04:28 +0300
  • 2082f8ff4f [Client] Send LocalActor cell changes at end of mwmp::Cell's update David Cernat 2017-04-24 10:59:47 +0300
  • 1f6ba9d9ee [Client] Remove jump check from LocalActor that is irrelevant for NPCs David Cernat 2017-04-24 10:58:39 +0300
  • e70faf1016 [Client] Fix crashes in PlayerProcessors from NULL players David Cernat 2017-04-24 01:46:27 +0300
  • dba0d47973 [Client] Revert position changes on invalid cell changes to fix glitches David Cernat 2017-04-23 22:25:16 +0300
  • 5c5c62f33a Merge pull request #206 from OpenMW/master David Cernat 2017-04-23 21:35:09 +0300
  • 284f863292 [Client] Add linear interpolation for DedicatedActors David Cernat 2017-04-23 21:28:23 +0300
  • 1c5c82dd9f Fix wrong incrementation in InventoryStore::visitEffectSources (Fixes #3838) MiroslavR 2017-04-23 18:05:41 +0200
  • 80d1bb571c Merge pull request #1274 from MiroslavR/incr_bug scrawl 2017-04-23 19:18:46 +0200
  • eada8c6822 Fix wrong incrementation in InventoryStore::visitEffectSources (Fixes #3838) MiroslavR 2017-04-23 18:05:41 +0200
  • 2eaa25e7d4 [General] Update version to 0.6-alpha David Cernat 2017-04-23 17:31:08 +0300
  • a12694c6ef [Client] Fix crash caused by late-arriving ActorAuthority packets David Cernat 2017-04-23 17:12:45 +0300
  • 14e1ff27cb [Client] Rename CellController's cellsActive to cellsInitialized for clarity David Cernat 2017-04-23 16:53:24 +0300
  • ef634a1c52 Merge pull request #205 from OpenMW/master David Cernat 2017-04-23 14:47:10 +0300
  • 27186f555d [Client] Enable reading of ActorPackets, and thus NPC sync, by default David Cernat 2017-04-23 14:00:50 +0300
  • 871d8c8308 [Client] Send and read ActorCellChange packets David Cernat 2017-04-23 13:59:15 +0300
  • f4c3a28141 [General] Finalize ActorCellChange packet structure David Cernat 2017-04-23 13:56:25 +0300
  • 9ea69f4c1f [Client] Add LocalActor & DedicatedActor cell transition logic to World::moveObject() David Cernat 2017-04-23 13:55:20 +0300
  • 4e86d8781f [Client] Clean up & simplify logic for DedicatedPlayer cell transitions David Cernat 2017-04-23 13:31:06 +0300
  • 87ada3e763 [Client] Add CellController::isSameCell() and use it in LocalPlayer David Cernat 2017-04-23 12:41:13 +0300
  • d1df9dde14 [Server] Add processors to source groups Koncord 2017-04-23 13:59:17 +0800
  • c35d5a2c6c [Master] Implement Master server Koncord 2017-04-23 13:39:38 +0800
  • 4c939f6d0a [General] Split tes3mp components in CMakeLists by group Koncord 2017-04-23 13:37:45 +0800