-
Updated
Dec 1, 2020 - C++
mmo
Here are 198 public repositories matching this topic...
-
Updated
Oct 28, 2020 - Java
-
Updated
Nov 10, 2018
-
Updated
Nov 29, 2020 - Java
-
Updated
Nov 27, 2020 - C#
-
Updated
Dec 3, 2020 - C++
-
Updated
Nov 12, 2020 - C
-
Updated
Dec 3, 2020 - C#
Currently only synchronous request errors are reported inside a Blade template.
https://github.com/mchekin/rpg/blob/master/resources/views/partials/errors.blade.php#L5
But the Vue components, which use Axios for asynchronous API calls, do not report notify the end-user in case of API call failure.
https://github.com/mchekin/rpg/blob/master/resources/js/components/StoreManagement.vue#L320
W
-
Updated
Sep 23, 2020 - TypeScript
-
Updated
Oct 15, 2020 - C#
-
Updated
Nov 24, 2020 - JavaScript
-
Updated
Nov 26, 2020 - C#
-
Updated
Dec 1, 2020 - Java
-
Updated
Oct 4, 2020 - C#
Task Description
As the game currently takes a long time to load, we need to ensure users are continued to be engaged in the game and not giving up. They need to be convinced that the page isn't stuck on the loader.
Acceptance Criteria
Clearer copy is written and loader selected from UI system
Copywrite Requirements
As above
Analytics Requirements
Refactor tests
-
Updated
Dec 2, 2020 - Java
Looks like Region takes Areas and breaks them down into non-overlapping rectangles.
We should just do this directly in BaseRegion so we are only storing one set.
This will make more sense after the BaseRegion Spawn code is removed entirely.
Improve this page
Add a description, image, and links to the mmo topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the mmo topic, visit your repo's landing page and select "manage topics."


Describe the bug
If startOnHeadless is true it start a server even if one has already started. This is because it runs in start so is later than other code that runs in awake.
Expected behavior
NetworkManager should check if Server is active (or is in offlinemode) before calling
StartServer