noah metz
|
66e6c4263c
|
Refactored GraphSignal to remove pointers and updated update path
|
2023-06-18 18:11:59 -06:00 |
noah metz
|
8e0bb14f40
|
Buttons to control game state
|
2023-06-16 18:50:19 -06:00 |
noah metz
|
6715bcbf01
|
More buttons
|
2023-06-16 17:45:10 -06:00 |
noah metz
|
9eb4d7f699
|
Added basic subscription(never updates data, only pings. Having issue with test-site since it continuously opens websockets without reporting an issue.
|
2023-06-16 01:46:15 -06:00 |
noah metz
|
fd144eea02
|
Added arena to gql
|
2023-06-08 00:36:16 -06:00 |
noah metz
|
9e2ca6907a
|
Added team and alliances to gql_vex.go
|
2023-06-08 00:19:55 -06:00 |
noah metz
|
2d31daa916
|
Made cancel and abort handlers instead of abort being a special signal type
|
2023-06-06 23:04:49 -06:00 |
noah metz
|
7e8045ce39
|
Renamd Resource.Connect to Resource.Init
|
2023-06-06 16:53:33 -06:00 |
noah metz
|
bfd295b3db
|
Memory and CPU profiling
|
2023-06-04 17:23:49 -06:00 |
noah metz
|
00abdc8b1c
|
Moved logging to a global object that's initialized on first log call
|
2023-06-04 13:18:10 -06:00 |
noah metz
|
0f92de1619
|
Moved wait action to a closure generator instead of using a non-pointer closure that didn't pickup any event changes
|
2023-06-03 23:49:25 -06:00 |
noah metz
|
debeed7091
|
Updated fake client so that it runs the fake event in main.go
|
2023-06-03 21:27:20 -06:00 |
noah metz
|
08eb543af0
|
Fixed tests
|
2023-06-03 18:56:14 -06:00 |
noah metz
|
9342169281
|
Removed extra handlers from event.go and renamed arena_connected to resource_connected
|
2023-06-03 10:59:42 -06:00 |
noah metz
|
301dbb6b94
|
Added Trace to signal so that nodes can discard based on direction
|
2023-06-03 02:45:16 -06:00 |
noah metz
|
f6a36f9028
|
Added call to resource update in arena update
|
2023-06-03 01:54:14 -06:00 |
noah metz
|
f838f53dda
|
Basic vex Match
|
2023-06-03 01:38:35 -06:00 |
noah metz
|
100a5f8f2e
|
Moved class methods to package methods. Updated graph once again
|
2023-06-02 17:31:29 -06:00 |
noah metz
|
55d977e9b8
|
Updated listener to have explicit unregister. Cleanup of initializers. More stuff I don't remember.
|
2023-06-01 22:42:47 -06:00 |
noah metz
|
d7b13de82f
|
Updated tests and fixed updates before/after locking/unlocking
|
2023-06-01 13:48:38 -06:00 |
noah metz
|
990b93757f
|
Added virtual arena that responds to signals on a channel, cleaned up log messages, and fixed update() hierarchy
|
2023-06-01 13:11:32 -06:00 |
noah metz
|
26a2a63d83
|
Removed graphql dependency
|
2023-05-31 00:37:51 -06:00 |
noah metz
|
b7365f7dfb
|
Made event part of the closure and created first step of match
|
2023-05-30 21:50:59 -06:00 |
noah metz
|
62dbe54e81
|
Cleaned up Event to make new structures easier, added vex Match and tests
|
2023-05-30 20:45:16 -06:00 |
noah metz
|
ca71fd3061
|
Initial commit of event manager datastructures with some fake vex data.
|
2023-04-08 13:58:47 -06:00 |