Ian Gulliver
|
2d2216500a
|
Remove other uses of jquery.
|
2014-05-16 18:02:09 +03:00 |
|
Ian Gulliver
|
f8089fb7a1
|
Remove a use of jquery that was causing some ugly.
|
2014-05-16 18:00:11 +03:00 |
|
Ian Gulliver
|
fe7bab189d
|
Clean up logout handling in tests.
|
2014-05-16 17:57:26 +03:00 |
|
Ian Gulliver
|
482feee804
|
Add login test. Fix bugs in socket teardown, RPC retry. Remove chunk of broken merge code pending rewrite.
|
2014-05-15 19:43:09 +03:00 |
|
Ian Gulliver
|
0b037e899a
|
Make sure we're logged out for each test.
|
2014-05-15 19:32:23 +03:00 |
|
Ian Gulliver
|
179fad1c96
|
Add test for complex object
|
2014-05-15 19:23:21 +03:00 |
|
Ian Gulliver
|
92be7e7b28
|
Move test javascript to test.js
|
2014-05-15 19:05:44 +03:00 |
|
Ian Gulliver
|
3f0b7db9dd
|
Add test for two messages with the same key. Fixes to clean shutdown and server-side message duplication.
|
2014-05-15 16:30:08 +03:00 |
|
Ian Gulliver
|
1e755c9693
|
Move onReady callback to after channel response from server, so we have a client_id before we start sending other RPCs.
|
2014-05-14 23:28:56 +03:00 |
|
Ian Gulliver
|
3a3cba9be3
|
First pass at tests and initial bugfixes/necessary features, including onReady callback.
|
2014-05-13 19:12:06 +03:00 |
|
Ian Gulliver
|
600054b5ca
|
Keep a client-side key index and add a lookup function.
|
2014-05-13 18:25:12 +03:00 |
|
Ian Gulliver
|
cf442ed834
|
Send messages JSON-formatted to support a wider set of types.
|
2014-05-13 17:48:30 +03:00 |
|
Ian Gulliver
|
e7221f9050
|
Fix debug scripts after change to namespace.
|
2014-05-13 17:42:52 +03:00 |
|
Ian Gulliver
|
b93481cb10
|
Closure compiler correctness and test script.
|
2014-05-13 17:41:43 +03:00 |
|
Ian Gulliver
|
1b38d81c9c
|
Remove SetValue/GetValue. Add debug console support for keeping track of streaming key values.
|
2014-05-11 19:34:42 +03:00 |
|
Ian Gulliver
|
0575b8918d
|
Add a key field to messages and allow lookup of most recent message by key.
|
2014-05-11 15:43:45 +03:00 |
|
Ian Gulliver
|
b7bd396c9b
|
Fix escaping in message debug display.
|
2014-05-11 15:09:16 +03:00 |
|
Ian Gulliver
|
3f54bbf284
|
Provide usernames without further data as more human-readable numbers
|
2014-05-10 22:26:19 +03:00 |
|
Ian Gulliver
|
a912e973c3
|
Reverse sort order of initially-returned messages, so the client can generally depend on messages proceeding forward.
|
2014-05-10 19:20:14 +02:00 |
|
Ian Gulliver
|
bff49f3401
|
Checkpoint: working subscribe/unsubscribe and message transit, through the debug page
|
2014-05-10 15:47:33 +02:00 |
|
Ian Gulliver
|
6a6fdc1c41
|
Make the structure that we pass over the channel or pseudo-channel called an "event".
Make the string that we pass through pubsub called a "message".
|
2014-05-09 15:00:48 -07:00 |
|
Ian Gulliver
|
e6885042f5
|
Add pubsub server API, without client API or UI yet.
|
2014-05-06 22:46:07 -07:00 |
|
Ian Gulliver
|
bb5c0752b1
|
Move message handling in RPC responses out of individual commands and to a general property of the response.
|
2014-05-06 13:47:57 -07:00 |
|
Ian Gulliver
|
cf05c0f620
|
Switch to a multi-request/response API to make batching possible.
|
2014-05-06 13:38:40 -07:00 |
|
Ian Gulliver
|
0369266d60
|
Remove the getUser API call and replace it with channel messages. Close channels when log in/out events occur for security.
|
2014-05-01 14:55:50 -07:00 |
|
Ian Gulliver
|
64f989e3ca
|
Support public flag for StateEntry
|
2014-05-01 11:33:29 -07:00 |
|
Ian Gulliver
|
b02ddde215
|
Clean up debug UI and code a bit. Allow empty StateEntry values.
|
2014-04-30 17:54:48 -07:00 |
|
Ian Gulliver
|
a664bcebac
|
Switch to Array.forEach() where possible.
|
2014-04-30 11:17:25 -07:00 |
|
Ian Gulliver
|
cf4bc21bec
|
Fix message queuing brain-o
|
2014-04-26 00:41:12 -04:00 |
|
Ian Gulliver
|
23c79998c8
|
Make game module name dynamic and delay sending messages until we know it.
|
2014-04-26 00:03:36 -04:00 |
|
Ian Gulliver
|
20dc706f22
|
Better example app.
|
2014-04-25 13:38:52 -07:00 |
|
Ian Gulliver
|
3f0a100db2
|
Unity integration demo.
|
2014-04-25 13:00:20 -07:00 |
|
Ian Gulliver
|
bf8c2b3e98
|
Clean up some of the new key adding code.
|
2014-03-25 14:24:00 -07:00 |
|
Ian Gulliver
|
7069d16aaa
|
Fix handling of initial messages on channel creation by returning them in the
RPC response instead of over the channel.
|
2014-03-25 14:19:13 -07:00 |
|
Ian Gulliver
|
c99c171dbc
|
Initial snapshot.
|
2014-03-25 13:43:11 -07:00 |
|