1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2026-01-03 18:03:06 +00:00
openmw-tes3mp/apps
David Cernat e6c626f127 [General] Move handling of client globals to ClientScriptGlobal packet
ClientScriptGlobal is a new Worldstate packet that handles short, long and float values for global variables in clientside scripts.

Previously, short values were handled by the ScriptGlobalShort packet, while a partially implemented ScriptGlobalFloat packet also existed, but both of those packets were Object packets because they were added near the end of 2016 when only Player and Object packets existed (with the latter actually being called WorldEvent packets at the time). Both ScriptGlobalShort and ScriptGlobalFloat have now been removed.

The serverside script functions previously used to interact with ScriptGlobalShort have, however, been kept so they can be adjusted to work with local variables in clientside scripts instead in a future commit.
2020-01-04 09:56:37 +02:00
..
browser [General] Remove "created by" stamps added by IntelliJ 2019-08-26 12:33:28 +03:00
bsatool Restore trailing new lines to shrink PR 2017-09-08 22:20:04 +01:00
esmtool Fix ESMTool build 2019-12-19 15:21:49 +04:00
essimporter Fix essimporter script header and inventory item conversion 2019-12-05 23:50:55 +03:00
launcher Add OpenMW commits up to 2 Jan 2020 2020-01-02 22:09:54 +02:00
master [General] Remove "created by" stamps added by IntelliJ 2019-08-26 12:33:28 +03:00
mwiniimporter Support eight possible blood types (feature #4958) 2019-04-14 18:48:31 +03:00
niftest Catch possible boost::bad_any_cast exception 2019-03-19 09:11:14 +04:00
opencs Add OpenMW commits up to 2 Jan 2020 2020-01-02 22:09:54 +02:00
openmw [General] Move handling of client globals to ClientScriptGlobal packet 2020-01-04 09:56:37 +02:00
openmw-mp [General] Move handling of client globals to ClientScriptGlobal packet 2020-01-04 09:56:37 +02:00
openmw_test_suite Filter recast mesh triangles by global bounding box 2019-11-30 13:19:27 +01:00
wizard Replace foreach macro by for-loop 2019-10-20 20:08:16 +02:00
doc.hpp