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

Commit graph

  • 5043fb4246 [Client] Disable clientside disarming of traps David Cernat 2018-07-08 02:38:10 +0300
  • cbb9817913 [Server] Add missing descriptions for PlayAnimation() and PlaySpeech() David Cernat 2018-07-08 02:03:33 +0300
  • 6ba9b1742b [Server] Remove unused default parameters for script functions David Cernat 2018-07-08 01:05:54 +0300
  • acdaf1a282 [Client] Disable clientside deletion of objects through console/scripts David Cernat 2018-07-08 00:39:07 +0300
  • 8d9fde810e [Client] Disable clientside scaling of objects David Cernat 2018-07-08 00:28:31 +0300
  • f3892d697b [Client] Disable clientside locking and unlocking of objects David Cernat 2018-07-08 00:06:01 +0300
  • 563269d359 [Server] Bring comments up-to-date for packet-sending script functions David Cernat 2018-07-07 20:16:36 +0300
  • 2f1ef049d2 [Server] Turn sendToAttachedPlayer into skipAttachedPlayer David Cernat 2018-07-07 20:08:59 +0300
  • 380384ff39 Migrated textures section of wiki. Ryan Tucker 2018-06-30 13:29:27 -0700
  • 141e404ed9 [Server] Move server administration functions to ServerFunctions class David Cernat 2018-07-07 19:40:22 +0300
  • c0fde5ae97 [General] Add explanation about 0.0.0.0 to server config file David Cernat 2018-07-07 19:33:54 +0300
  • 6041425122 [Server] Move Chat functions to new ChatFunctions class David Cernat 2018-07-07 19:20:25 +0300
  • 6a3fbf4e98 [Server] Use consistent arguments for script functions that send packets David Cernat 2018-07-07 18:29:31 +0300
  • 14e4f64296 [Server] Add GetVideoFilename() and SendVideoPlay() script functions David Cernat 2018-07-07 17:09:57 +0300
  • 3ed9d89280 [General] Use separate variables for video & music filenames in packets David Cernat 2018-07-07 14:40:35 +0300
  • 509882b5f6 [Client] Rework MechanicsHelper::getTarget() to avoid crashes David Cernat 2018-07-07 11:43:57 +0300
  • 7f0549fc4f [Server] Remove hardcoded sync for VideoPlay and add OnVideoPlay event David Cernat 2018-07-06 23:37:57 +0300
  • ae8b5a0709 [Server] Remove hardcoded sync for Place, Spawn & other Object packets David Cernat 2018-07-06 23:36:28 +0300
  • b5abe6a230 Update documentationHowTo.rst Add a section, under the provisional name "Baby Steps" to describe a minimal process for editing/contributing. Basically just create an account on GitLab, fork openmw there, then edit the relevant document to create Merge Request David Walley 2018-07-06 19:06:32 +0000
  • e3e1cfc549 [Client] Add forgotten comparison in crimeTime and deathTime check David Cernat 2018-07-06 20:49:08 +0300
  • bded697f07
    Make Goodbye block using hyperlinks Capostrophic 2018-07-06 19:38:36 +0300
  • 4eb72eecb1 [Client] Fix crash for invalid CellRefs in MechanicsHelper::getTarget() David Cernat 2018-07-06 18:39:14 +0300
  • f4146d0079 Merge branch 'patch-1' into 'master' Bret Curtis 2018-07-06 14:50:12 +0000
  • 4b30a44816 [Client] Compare crimeTime and deathTime when NPCs forgive player crimes David Cernat 2018-07-06 14:17:54 +0300
  • d9de8ccb5b Merged pull request #1781 Marc Zinnschlag 2018-07-06 11:55:45 +0200
  • dd08194c75 Merged merge request !18 Marc Zinnschlag 2018-07-06 11:37:15 +0200
  • 7ba512b389 Merged merge request !17 Marc Zinnschlag 2018-07-06 11:27:35 +0200
  • 94ea9e7dd0
    Merge pull request #1793 from Capostrophic/death Bret Curtis 2018-07-06 10:23:51 +0200
  • 6a2b8f7e85 Fixed changelog entry Alex S 2018-07-06 08:14:26 +0000
  • c23fc3446f [Client] Avoid sending map tiles for Wilderness cells David Cernat 2018-07-06 03:54:34 +0300
  • 17c234d9ca [Client] Use initial values for LocalPlayer and LocalActor killers David Cernat 2018-07-06 02:07:55 +0300
  • 3e52857e2b [General] Fix build for client and construction set David Cernat 2018-07-06 01:10:22 +0300
  • 97cd3effa7 [Client] Make actor debug consistent with object debug David Cernat 2018-07-06 00:32:45 +0300
  • 6a78379757 Updated change log Doc West 2018-07-05 22:59:29 +0200
  • 03c75794c1 Moved crashcatcher to a component and also use it in CS Reworked debugger detection (failed on gdb 7.11), it now uses /proc to detect the debugger Doc West 2018-07-05 22:55:19 +0200
  • 33c462c3c2
    Update changelog Capostrophic 2018-07-05 22:56:09 +0300
  • 9abfabb065
    Ensure forward-compatibility of death animations in old saves (fixes #4274) Capostrophic 2018-07-05 22:49:40 +0300
  • b0bd12f9dd Merge branch '0.6.3' of https://github.com/TES3MP/openmw-tes3mp into 0.6.3 David Cernat 2018-07-05 22:28:40 +0300
  • c075496748 [General] Replace deathReason in death packets with a killer variable David Cernat 2018-07-05 22:24:51 +0300
  • 934e592bdb [Server] Make spacing in CharClass consistent with other categories David Cernat 2018-07-05 20:27:42 +0300
  • e8ce009521 [Server] Use regular int as return value for GetObjectSummonerPid() David Cernat 2018-07-05 20:26:23 +0300
  • f02492a593 [General] Temporarily include target names in mwmp::Target David Cernat 2018-07-05 19:40:28 +0300
  • b8e53b5b81 Fixed comment Doc West 2018-07-05 18:10:43 +0200
  • e187733811 Notify views of changes in all columns when updating the ColumnId_Modification column Doc West 2018-07-05 18:03:55 +0200
  • f9b565a46e Removed QDebug include, moved updateUndoRedoAction to an anonymous namespace Doc West 2018-07-05 17:29:58 +0200
  • 61109d70b1 Removed invalid / unused signal / slot connection Doc West 2018-07-05 17:21:32 +0200
  • 691b332d03 [Client] Use MechanicsHelper::getTarget() for summoners in ObjectList David Cernat 2018-07-05 16:38:03 +0300
  • 130a32ebb0 [Client] Add new methods for handling mwmp::Target in MechanicsHelper David Cernat 2018-07-05 16:36:52 +0300
  • 7a032baaa3 [General] Move OSG hack to ELSE branch Koncord 2018-07-05 21:08:41 +0800
  • 533cd9cdec [General] Fix FindRakNet Koncord 2018-07-05 19:49:33 +0800
  • 470ea50b54 [General] Use LuaJit instead default Lua Koncord 2018-07-05 19:21:53 +0800
  • 9ebcd65634 Update docs/source/reference/documentationHowTo.rst David Walley 2018-07-05 10:58:52 +0000
  • b36bd75b59
    Merge pull request #1792 from Capostrophic/character Bret Curtis 2018-07-05 11:45:31 +0200
  • d03f9125e3 Update documentationHowTo.rst - extend to integrate GitLab into PyCharm David Walley 2018-07-05 08:45:09 +0000
  • 32ad8ef2f0 [General] Fix incorrect capitalization in ObjectMove directives David Cernat 2018-07-05 06:07:10 +0300
  • bbb461a5e5 [General] Make sure data in guiMessageBox is compressed David Cernat 2018-07-05 02:56:32 +0300
  • 7010575075 [Server] Return -1 in GetObjectSummonerPid() when the player is invalid David Cernat 2018-07-05 02:05:10 +0300
  • 5bc073603e
    Update changelog Capostrophic 2018-07-05 01:59:14 +0300
  • faf3e9ba5a Make spellcasting stance transition more smooth (fixes #4358) Capostrophic 2018-07-05 01:37:11 +0300
  • 9bfa01c579 Changed the way the revert command works: it now clones the changed record and uses the new RecordBase::revert() method to restore the previous value Added Flag_Dialogue_Refresh to var type and var value columns so that sub views update properly Doc West 2018-07-05 00:37:19 +0200
  • 76731f5def [Client] Don't remove SummonKeys with actorIds of -1 David Cernat 2018-07-05 01:11:45 +0300
  • 3cbbbeceb4 Updated change log Doc West 2018-07-04 23:25:24 +0200
  • bf49a3e760 Use setData() instead of emtitting dataChanged() which does not work on CI. Also Fixes the remaining issue with subviews not updating due to only the modified flag emitting a change, which prevented the widget mapper from working for updates. Doc West 2018-07-04 23:21:55 +0200
  • 96cf2cbd05 Notify views of changes of all cells in a row to properly update the row after revert Doc West 2018-07-04 22:37:10 +0200
  • 1c1b5986e9 Updated change log Doc West 2018-07-04 22:05:07 +0200
  • 5d38160239 Updated change log Doc West 2018-07-04 22:03:42 +0200
  • 2c39dba83b Updated change log Doc West 2018-07-04 22:01:45 +0200
  • baf21362e1 Fixed undo / redo actions losing their shortcuts Doc West 2018-07-04 21:47:16 +0200
  • 414f626309 Implemented search case sensitivity Doc West 2018-07-04 21:03:54 +0200
  • c2411982d2 [Client] Log object refNumIndexes and mpNums in a consistent way David Cernat 2018-07-04 21:54:11 +0300
  • 2ff9dc34a4 Merge branch 'win10_ci' into 'master' Bret Curtis 2018-07-04 16:54:28 +0000
  • d4d46fc602 Build everything but branches until we can allow VM/CIs to run on forked projects. Bret Curtis 2018-07-04 16:51:57 +0000
  • 739c49d59b Merge branch 'master' into 'win10_ci' Bret Curtis 2018-07-04 15:21:45 +0000
  • 8c153d116b
    Merge pull request #1786 from OpenMW/CI_before_script_msvc_fixes AnyOldName3 2018-07-04 15:44:25 +0100
  • 7775780ad7 [Cllient] Update multiplayer code for handling quick keys David Cernat 2018-07-04 05:56:10 +0300
  • 3438061b55 [Server] Add script function for getting a summoner's pid David Cernat 2018-07-04 04:26:44 +0300
  • 8a23a96da4 [Client] Update initialization of AiFollow packages in multiplayer code David Cernat 2018-07-04 04:00:12 +0300
  • a236ffc4be Merge pull request #456 from OpenMW/master while resolving conflicts David Cernat 2018-07-04 01:52:29 +0300
  • 79903c455c [General] Allow different types for vectorContains Koncord 2018-07-04 01:31:45 +0800
  • 57e2573593
    Update before_script.msvc.sh Bret Curtis 2018-07-03 15:59:51 +0200
  • 70e9d5c0a0 ; it? Bret Curtis 2018-07-03 13:53:13 +0000
  • 11030e56c4 detect existing dir Bret Curtis 2018-07-03 13:41:06 +0000
  • 4f07ca28a6 Try passing the _real_ windows dir to innoinstaller, then using the linux-like directory for mv. Bret Curtis 2018-07-03 13:00:19 +0000
  • d4c9586bd0 try just converting the \ to a / Bret Curtis 2018-07-03 12:53:30 +0000
  • 1f4e6e9114 [General] Add integrity checks to Handshake packet Koncord 2018-07-03 18:40:58 +0800
  • f9ff5f10df [General] Reduce packets size and add integrity checks Koncord 2018-07-03 18:40:11 +0800
  • fa2bf0663e [General] Simplify vectorContains Koncord 2018-07-03 18:34:41 +0800
  • 908af3720f Merged pull request #1791 Marc Zinnschlag 2018-07-03 09:37:51 +0200
  • 47d0321366 updated credits file Marc Zinnschlag 2018-07-03 09:09:48 +0200
  • 2a367a0c35 updated changelog Marc Zinnschlag 2018-07-03 09:09:05 +0200
  • e50c3657b3 Merged merge request !16 Marc Zinnschlag 2018-07-03 09:05:59 +0200
  • 9a88f9147e Merged merge request !15 Marc Zinnschlag 2018-07-03 08:59:57 +0200
  • e9cc697b60 Sort EnumDelegate values by name Doc West 2018-07-03 00:52:23 +0200
  • 3aa125ceda [Server] Add script functions for getting a summoner's refId and indexes David Cernat 2018-07-03 00:53:52 +0300
  • 53346e2663 [Client] Return 0 if effect not found Koncord 2018-07-03 03:43:38 +0800
  • c5c1a160b2 [Client] Comment out an unused variable Koncord 2018-07-03 03:35:48 +0800
  • c69819e0db [General] Change type of refNumIndex & mpNum to unsigned Koncord 2018-07-03 03:34:30 +0800
  • 99158beb2e [General] Change effectCount type to unsigned Koncord 2018-07-03 03:32:46 +0800
  • 895634cd16 [General] Change type of MpNum to "unsigned int" Koncord 2018-07-03 03:25:54 +0800
  • 779f2a564d [General] Change "unsigned long" to uint32_t for cross platform compatibility Koncord 2018-07-03 03:04:41 +0800