LambdaMUD-Client#100
Open
upsmancsr wants to merge 29 commits into
Open
Conversation
|
added 25 commits
December 12, 2018 18:12
…dv/move. Currently getting error code 500, and it looks like move is being called before the button is clicked.
…sages is updated. messages are displaying. I'm not sure if the pusher broadcast is working, ie, if other users will see messages
…and move messages from user 1 are displayed for user 2.
…but not correctly--when a player leaves a room, the other player in the room gets message that they player entered the room
…oes through the messages seem to update on the next broadcast, so it's always one message behind where it should be
… login. Adv console styling started.
… fron end--as you move throught he rooms, the rooms are assigned coordinates and stored in an array in state
…I'm currently working on how to size the map and create grid or otherwise display the rooms in correct arrangement.
…p and position using props passed in to styled-components
…cally render each room in the minimap by calculating x and y position from each room's coords in the coordsList. However, the rooms in the MiniMap are not being rendered. I am going to replace the forEach loop in the MiniMap render() to a map loop to see if this fixes the problem.
… comment. Room position is incorrect, however.
…sync with) movement.
…tead of setState to update state.coordsList
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
@Dilstom