Commit graph

53 commits

Author SHA1 Message Date
Jeena Paradies
c67bcc32e7 removed double -sname 2011-02-07 01:21:51 -08:00
Jonatan Pålsson
81ada85440 Merge branch 'jonte_hackage' 2011-02-06 22:33:40 +01:00
Jonatan Pålsson
6aad821279 Converted protocol -> ggs_server communication to OTP 2011-02-06 22:32:08 +01:00
Jeena Paradies
6166a109fc added function to test callErlang() in js 2011-02-06 19:17:08 +01:00
Jonatan Pålsson
fcc114a087 Removed erlv8 2011-02-06 18:28:23 +01:00
Jonatan Pålsson
01b7a7e4e1 Added our own erlang_js 2011-02-06 17:59:34 +01:00
Jonatan Pålsson
100a624425 Merge branch 'jonte_hackage'
Conflicts:
	HOWTO
2011-02-06 17:51:37 +01:00
Kallfaktorn
e8c93893d2 New installation notes. 2011-02-06 14:47:09 +01:00
Jonatan Pålsson
7267781b64 Starting erlang_js properly, and modified python_client tot start two sequential connections 2011-02-06 14:43:31 +01:00
Kallfaktorn
ebe5870d57 New installation notes.
Conflicts:

	HOWTO
2011-02-05 16:57:21 +01:00
Jonatan Pålsson
79777e7b1c Now we have a backup server which keeps track of ggs_server's state between crashes. JSVM doesn't seem to survive crash even though port to it is backed up by ggs_backup.. 2011-02-05 15:24:30 +01:00
Jonatan Pålsson
fcdba0912e 2011-02-04 15:58:24 -08:00
Jonatan Pålsson
adfc9b41dd Changed from random numbers to UUIDs in tokens 2011-02-05 00:53:49 +01:00
Jonatan Pålsson
40fdb8b431 Now we can call the defined code (lookup performed) 2011-02-04 19:52:43 +01:00
Jonatan Pålsson
4c6d0987bd Now we can define and run functions, but not in the same JSVM at the moment. A lookup is needed 2011-02-04 19:09:41 +01:00
Jonatan Pålsson
f5fac06849 Started working on the new protocol 2011-02-02 21:19:33 +01:00
Jonatan Pålsson
ae9034934e Added future handlers for Mnesia 2011-02-02 19:58:34 +01:00
Jonatan Pålsson
3285bb9a7e Added new 'root' supervisor, and mnesia as child to this supervisor 2011-02-02 19:09:44 +01:00
Jonatan Pålsson
3d8b413a8f Now you can list all vms with __get_vms (just for testing) 2011-02-01 16:37:45 +01:00
Jonatan Pålsson
af75d731b4 Now we can start the application from the commandline, and still use supervisors. 2011-02-01 16:05:11 +01:00
Jonatan Pålsson
72e411aee9 Added _working_ supervisor behaviour 2011-02-01 15:04:15 +01:00
Jonatan Pålsson
30cebd1c0d Added new python test file, and made __echo respond with users JSVM 2011-02-01 01:40:21 +01:00
Jonatan Pålsson
2c083dd3dd Added tracking of {Client, JSVM} mappings 2011-01-31 18:36:15 +01:00
Jonatan Pålsson
43a51430bc Added more protocol 2011-01-31 17:04:13 +01:00
Jeena Paradies
34b4c1d072 Merge branch 'master' of https://github.com/jonte/GGS into jonte-master 2011-01-31 16:09:36 +01:00
Jonatan Pålsson
f8cf749e5f Added rudimentary parser, and connected to JS
Added rudimentary parser, and connected to JS

squash! Added rudimentary parser, and connected to JS
2011-01-31 16:01:51 +01:00
Jonatan Pålsson
1f3f7daa9a Added some more parsing rules 2011-01-30 18:48:02 +01:00
Jonatan Pålsson
dcab797d0f Reverted to erlang_js 2011-01-30 14:14:33 +01:00
Jonatan Pålsson
4965013fc9 Added protocol module stub 2011-01-30 14:10:01 +01:00
Jeena Paradies
8e468b5eec simplified, added some documentation 2011-01-30 06:36:58 +01:00
Jeena Paradies
20a07dbd6a working GGS simulator in JS 2011-01-30 05:57:48 +01:00
Jeena Paradies
a275990f62 first commit 2011-01-29 21:12:08 +01:00
Kallfaktorn
0b23cd8942 Removed debug messages in tictactoeboard.py 2011-01-28 10:22:41 +01:00
Kallfaktorn
affcb739b4 Added the boardgame tic-tac-toe without winning conditions, written entirely in Python. 2011-01-28 01:21:12 +01:00
Jonatan Pålsson
0881081d5c Added example using callbacks 2011-01-27 02:04:21 +01:00
Jonatan Pålsson
6f90f78724 Added example using callbacks 2011-01-27 02:02:47 +01:00
Kallfaktorn
0590fa6ca1 Added support for Mnesia. See gamedb_usage.txt for further instructions. 2011-01-26 12:39:25 +01:00
Jeena Paradies
265f7242a0 removed newline from echo string 2011-01-25 15:20:32 +01:00
Jeena Paradies
62c3c3f766 added status 2011-01-25 15:10:56 +01:00
Kallfaktorn
3ca41bc676 Merge branch 'master' of github.com:jeena/GGS 2011-01-25 16:03:30 +01:00
Kallfaktorn
a4f7774143 Howto added. Installation and usage included. 2011-01-25 16:01:42 +01:00
Jeena Paradies
06de3c2f7e changed file structure and build 2011-01-25 15:06:44 +01:00
Jonatan Pålsson
ee97a0b044 Added unicode support when running JS 2011-01-25 14:58:40 +01:00
Jonatan Pålsson
ce02587c95 Added start script 2011-01-25 14:53:45 +01:00
Jonatan Pålsson
ba3d3ced6d Added run script 2011-01-25 14:41:11 +01:00
Jeena Paradies
cc36d46002 added build 2011-01-25 14:27:54 +01:00
Jonatan Pålsson
68e98f41ef Merge branch 'master' of github.com:jeena/GGS 2011-01-25 14:27:15 +01:00
Jonatan Pålsson
b1a65ef0ac Now we can run javascript and send back the return values 2011-01-25 14:27:04 +01:00
Jeena Paradies
0da0a0135c added erlang_js submodule 2011-01-25 14:13:13 +01:00
Jonatan Pålsson
c88dcf7829 Initial directory struct + OTP stuffs 2011-01-25 13:38:32 +01:00