Commit Graph

20 Commits (ffdd3e85acf468dfcf34f02817d1bcf75d0b7f64)

Author SHA1 Message Date
Gene Walters be783e2c3c
Merge pull request #7324 from aws-lumberyard-dev/LYN-6769_TestingRPCs_AutonToAuth_ServerToAuth
Multiplayer AutomatedTesting: Autonomous->Authority and Server->Authority RPCs
4 years ago
Gene Walters f1680daa96 Small log change based on feedback
Signed-off-by: Gene Walters <genewalt@amazon.com>
4 years ago
Gene Walters 059550a311
Merge pull request #6113 from aws-lumberyard-dev/scspaldi_basic_networking_automation_test
Basic networking automation test
4 years ago
Gene Walters dcc7ad6e71 Adding automated tests for Autonomous->Authority and Server->Authority RPCs
Signed-off-by: Gene Walters <genewalt@amazon.com>
4 years ago
Gene Walters 6311776b10 Updating the RPC test level to use the new TestLevelEntity autocomponent; this way the level entity and player use a different autocomponent. Updating scripts to use the new component as well
Signed-off-by: Gene Walters <genewalt@amazon.com>
4 years ago
Gene Walters e2f041b1ae Replacing an out-dated script node
Signed-off-by: Gene Walters <genewalt@amazon.com>
4 years ago
SSpalding 5810a150f0
Merge branch 'development' into scspaldi_basic_networking_automation_test 4 years ago
scspaldi 5d67b63c92 Added basic client connectivity test.
Signed-off-by: scspaldi <scspaldi@amazon.com>
4 years ago
Gene Walters b3d996ea23 Adding automated test to ensure scripts attached to net-level-entities are started on the server
Signed-off-by: Gene Walters <genewalt@amazon.com>
4 years ago
Gene Walters 8aa5465974 Resaving script graph which was old and causing some deserialization errors on game start
Signed-off-by: Gene Walters <genewalt@amazon.com>
4 years ago
Gene Walters fd078e3c29 Small py var name change based on review feedback. Updating script graphs from previous commit to use new RPC name
Signed-off-by: Gene Walters <genewalt@amazon.com>
4 years ago
Gene Walters bf8422152b Turn off stdout buffering when connecting to editor-server so that the editor properly gets all the server-logging without having to first fill up a buffer. Allows the logs to pipe instantly for easier debugging, and also fixes a problem where the logs wont reach the editor because the buffer doesn't fill
Signed-off-by: Gene Walters <genewalt@amazon.com>
4 years ago
Gene Walters 80a216e079 Adding RPC test. Update editor-servers to flush stdout
Signed-off-by: Gene Walters <genewalt@amazon.com>
4 years ago
Gene Walters b0be54fa16 Small script changes. WiP
Signed-off-by: Gene Walters <genewalt@amazon.com>
4 years ago
Gene Walters 58872581c5 Wip.RPC testing Authority->Client and Server->Authory. Ran into a blocker so checking in now to save work
Signed-off-by: Gene Walters <genewalt@amazon.com>
4 years ago
Gene Walters 308a2e4ce3 Add RPC script for Authority->Autonomous message; the authority is telling each player their player id (in the order than they joined)
Signed-off-by: Gene Walters <genewalt@amazon.com>
4 years ago
Gene Walters 97b27513e9 Editor is now listening to editor-server stdout so adding newlines to lines we care about. (Editor is separating out the log lines based on newline)
Signed-off-by: Gene Walters <genewalt@amazon.com>
4 years ago
Gene Walters c8237d69c7 Misc cleanup. Fixing typos and remove unused test level
Signed-off-by: Gene Walters <genewalt@amazon.com>
4 years ago
Gene Walters 580153b16e Adding EditorPython methods to Multiplayer gem for launching the editor gamemode with a server. Adding a test for networkinput with scriptcanvas to ensure the autonomous client can create input and that the server can receive and process the input via script canvas.
Signed-off-by: Gene Walters <genewalt@amazon.com>
4 years ago
Gene Walters f22dda1efd Enabled Multiplayer gem for AutomatedTesting project. Adding a simple network component and level for testing. (wip)
Signed-off-by: Gene Walters <genewalt@amazon.com>
4 years ago