Jeena Paradies
|
041fee2441
|
removed Token and Socket
|
2011-02-17 14:14:32 +01:00 |
|
niklas
|
e38bab5054
|
Modified player test
|
2011-02-17 13:52:56 +01:00 |
|
Jonatan Pålsson
|
3f41769233
|
Now we have join_table, create_table and join_lobby + test cases
|
2011-02-17 12:57:41 +01:00 |
|
Jonatan Pålsson
|
818205e19b
|
Now we store the tables when they are created
|
2011-02-17 12:12:12 +01:00 |
|
Jonatan Pålsson
|
391af1a96a
|
Added more tests & functionality. (failing join table, create_table_test with force)
|
2011-02-17 10:08:27 +01:00 |
|
Jonatan Pålsson
|
654aa837dd
|
Added some tests for coordinator
|
2011-02-17 09:35:39 +01:00 |
|
Jonatan Pålsson
|
94d9dc6d7f
|
ggs_logger got lost somewhere? I added it again, also replaced all references to helpers with ggs_logger
|
2011-02-17 08:33:55 +01:00 |
|
Jeena Paradies
|
ea1557e2d7
|
added a notify test
|
2011-02-17 02:28:14 +01:00 |
|
Jeena Paradies
|
d018034b7f
|
added another test
|
2011-02-17 01:57:29 +01:00 |
|
Jeena Paradies
|
6865e73684
|
changed from stop/1 to stop/2 in export
|
2011-02-17 01:57:09 +01:00 |
|
Jeena Paradies
|
8a780adb2d
|
changed to a gen_server
|
2011-02-17 01:01:54 +01:00 |
|
Kallfaktorn
|
e8db6fb211
|
Merge branch 'rewrite' of github.com:jeena/GGS into rewrite
|
2011-02-16 21:19:48 +01:00 |
|
Kallfaktorn
|
2455f5582c
|
Added ggs_player_test skeleton. Return in player start_link is now {ok, Pid} | {error, Reason}.
|
2011-02-16 21:18:32 +01:00 |
|
Jeena Paradies
|
5b0e133043
|
merged with jonte
|
2011-02-16 20:59:44 +01:00 |
|
Jeena Paradies
|
4be808049e
|
added ggs_logger module and implemented some ggs_table stuff
|
2011-02-16 20:53:36 +01:00 |
|
Jonatan Pålsson
|
c63e243564
|
Merge branch 'jonte_rewrite' into rewrite
Conflicts:
src/ggs_coordinator.erl
src/ggs_dispatcher.erl
src/ggs_player.erl
|
2011-02-16 20:08:43 +01:00 |
|
Jonatan Pålsson
|
ec78283a46
|
Added some basic echo functionality
|
2011-02-16 20:06:03 +01:00 |
|
Jonatan Pålsson
|
9e3ad5fa9b
|
Merge branch 'jonte_rewrite' into rewrite
Conflicts:
src/ggs_coordinator.erl
src/ggs_dispatcher.erl
src/ggs_player.erl
|
2011-02-16 20:00:30 +01:00 |
|
Jonatan Pålsson
|
70a6beb8b9
|
Added some basic echo functionality
|
2011-02-16 19:49:43 +01:00 |
|
Jeena Paradies
|
62be1f04cc
|
changed not_implemented to a function
|
2011-02-16 17:23:58 +01:00 |
|
Jonatan Pålsson
|
63170fd0de
|
Merge branch 'rewrite' of github.com:jeena/GGS into rewrite
|
2011-02-16 17:19:36 +01:00 |
|
Jonatan Pålsson
|
5d71202a00
|
Added OTP structure to ggs_coordinator
|
2011-02-16 17:19:00 +01:00 |
|
Jeena Paradies
|
db7c99adb1
|
removed unnecessary files
|
2011-02-16 17:17:56 +01:00 |
|
Jeena Paradies
|
4927d47065
|
renamed test to unit_tests
|
2011-02-16 17:17:03 +01:00 |
|
Jeena Paradies
|
a801008cd9
|
Initial interface
|
2011-02-16 17:11:51 +01:00 |
|
Jonatan Pålsson
|
9c5ea322b8
|
Merge branch 'rewrite' of github.com:jeena/GGS into rewrite
|
2011-02-16 17:06:21 +01:00 |
|
Kallfaktorn
|
702a887117
|
Completed edoc of player.
|
2011-02-16 18:03:48 +01:00 |
|
Jonatan Pålsson
|
c23e79de24
|
Updated ggs_dispatcher with gen_server functionality
|
2011-02-16 17:05:22 +01:00 |
|
Jonatan Pålsson
|
a27edf0d75
|
Merge branch 'rewrite' of github.com:jeena/GGS into rewrite
|
2011-02-16 16:57:08 +01:00 |
|
niklas
|
c42bd46c44
|
Initial interface
|
2011-02-16 16:56:06 +01:00 |
|
Kallfaktorn
|
b0be23c0a5
|
Merge branch 'rewrite' of github.com:jeena/GGS into rewrite
|
2011-02-16 17:29:43 +01:00 |
|
Kallfaktorn
|
e09b3cbd14
|
Refined ggs_player.
|
2011-02-16 17:28:55 +01:00 |
|
Kallfaktorn
|
3b94f5da24
|
Added edoc to player.
|
2011-02-16 17:11:27 +01:00 |
|
Kallfaktorn
|
8828adf16f
|
Merge branch 'rewrite' of github.com:jeena/GGS into rewrite
|
2011-02-16 17:11:14 +01:00 |
|
Jonatan Pålsson
|
ae1856e1f2
|
Added supervisor structure
|
2011-02-16 16:51:25 +01:00 |
|
Kallfaktorn
|
f485efadcf
|
Merge branch 'rewrite' of github.com:jeena/GGS into kallfaktorn
Saved head
Conflicts:
src/old/ggs_server.erl
src/old/js_runner.erl
|
2011-02-16 16:32:59 +01:00 |
|
Jonatan Pålsson
|
e4bdc05bc8
|
Added documentation for ggs_gamevm.erl
|
2011-02-16 16:05:48 +01:00 |
|
Jonatan Pålsson
|
ac63eb124b
|
Added specification and documentation for the dispatcher
|
2011-02-16 15:48:55 +01:00 |
|
Jonatan Pålsson
|
76148b39d0
|
Started new structure
|
2011-02-16 15:08:37 +01:00 |
|
Jeena Paradies
|
66aa7f4bf1
|
some more interface compatibility
|
2011-02-15 07:57:44 +01:00 |
|
Jeena Paradies
|
872270405f
|
Merge branch 'master' of github.com:jeena/GGS
|
2011-02-14 21:37:08 +01:00 |
|
Jonatan Pålsson
|
56c70c38b7
|
Now we can reconnect to a JSVM\!
|
2011-02-14 19:47:28 +01:00 |
|
Jonatan Pålsson
|
bf98e1fee2
|
Fixed ggs_vm_runner
|
2011-02-14 19:32:46 +01:00 |
|
Kallfaktorn
|
1e08fe0015
|
Interface modifications. Methods for vm handling.
|
2011-02-14 17:50:22 +01:00 |
|
Jonatan Pålsson
|
df197dab40
|
Switched over to new protocol module
|
2011-02-14 17:45:56 +01:00 |
|
Jonatan Pålsson
|
a2854ef469
|
Merge branch 'jonte_hackage' of github.com:jeena/GGS into jonte_hackage
|
2011-02-14 17:31:43 +01:00 |
|
Jonatan Pålsson
|
973f2fcf98
|
Protocol halfway ported
|
2011-02-14 17:31:16 +01:00 |
|
Jonatan Pålsson
|
5d9a67b60c
|
Protocol halfway ported
|
2011-02-14 17:18:24 +01:00 |
|
Kallfaktorn
|
05d5b60a9f
|
merge with master.
|
2011-02-14 15:36:53 +01:00 |
|
Kallfaktorn
|
25ad4fb37b
|
bad merge.
Conflicts:
src/ggs_server.erl
|
2011-02-14 15:20:24 +01:00 |
|