Commit Graph

36 Commits

Author SHA1 Message Date
dca2ce0599
Merge pull request #25 from josephbmanley/feature/player
Character Controller!
2020-08-21 03:38:46 -04:00
b0f9df9029
Check dictionaries before key deletion 2020-08-21 03:37:38 -04:00
b5fd5947ff
Client send data to server 2020-08-21 03:32:53 -04:00
9d14a42388
Implemented player controller in client 2020-08-21 03:31:04 -04:00
5b022e17fa
Send own player object 2020-08-21 02:39:10 -04:00
c0c82f3677
Update position not invalid tile 2020-08-21 02:28:31 -04:00
85e603d082
Send intial player data 2020-08-21 02:18:58 -04:00
7aeafc7b42
Send out player data 2020-08-21 01:33:08 -04:00
d700b27487
Read response as float 2020-08-21 01:17:55 -04:00
8d1b95060a
Output json object as text for debug 2020-08-21 01:07:24 -04:00
49b2dbe4c7
Remove math import 2020-08-21 00:50:51 -04:00
de826da3c1
Ignore out of bounds 2020-08-21 00:48:47 -04:00
1360956c0a
Update map size 2020-08-21 00:38:22 -04:00
439eeac8a5
Implement server-side movement 2020-08-21 00:25:31 -04:00
6e95246b83
Create player object 2020-08-20 22:21:29 -04:00
9ac00442fe
Increase max render distance 2020-08-20 22:01:39 -04:00
6f3cca01d7
Add new tiles 2020-08-17 01:48:47 -04:00
c63409c94b
Merge pull request #24 from josephbmanley/feature/world
Feature/world
2020-08-16 22:30:18 -04:00
f982fd0130
Cleanup client 2020-08-16 22:26:30 -04:00
336133d875
Cleanup plugin code 2020-08-16 22:11:52 -04:00
1f12e916c3
Valid state assertions pass 2020-08-16 20:35:58 -04:00
641da4ba56
Intialize regionMap 2020-08-16 19:42:35 -04:00
be346d52f3
Hardcode map size 2020-08-16 19:17:15 -04:00
fb43cb1fb7
Generate basic world & recieve data on client 2020-08-16 18:53:39 -04:00
abfb0f4284
Merge pull request #23 from josephbmanley/bugfix/return_state
Debug RPC method
2020-08-16 16:22:26 -04:00
872f899f5f Return updated state object
Return error when player exists in dictionary

Modifications to list call

Debug RPC method

Debug RPC method

-S

Include client changes
2020-08-16 16:21:15 -04:00
b35208cbb0
Merge pull request #22 from josephbmanley/feature/match
Create Custom Match Plugin
2020-08-16 03:37:57 -04:00
7774f6e6ee
Update CI/CD 2020-08-16 03:37:09 -04:00
12ea66e4fc Create custom match plugin
Rename world_control

Fix package name

Attempt with main package

Go world_control debug

Go world_control debug

Added get world RPC method

Remove '_' from module

Nakama plugin testing

Nakama plugin testing

Nakama plugin testing

Try updated pipeline

Nakama plugin testing

Update pipeline

Rework plugin dir

Fix path

Fix imports

Fix imports

Load match

Load match work

Server changes

Server changes

Server changes

Changes basic upon helpful suggestions

Client side get match
2020-08-16 03:34:15 -04:00
0d9d05943c
Merge pull request #21 from josephbmanley/feature/auth
Authenticate using Nakama
2020-08-15 18:05:04 -04:00
f5a542b981
Added login form & auth convience features 2020-08-15 18:03:10 -04:00
089013e985
Signup form 2020-08-15 17:42:49 -04:00
a5363ac8dd
Add export templates & fix docker builds 2020-08-15 14:12:26 -04:00
8930e7e9ff
Add default scene 2020-08-15 14:08:51 -04:00
9a565d17d7
Intialize environment 2020-08-15 14:07:28 -04:00
e97a57ca8e
Initial commit 2020-08-15 13:36:39 -04:00