summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2012-06-02test/test_evendoors.rb -> test/test_iotas.rbJérémy Zurcher1-0/+0
2012-06-02test_evendoors: use direct routingJérémy Zurcher1-2/+2
2012-06-02specs cover direc routing throug send_p action parameterJérémy Zurcher1-4/+23
2012-06-02set direct routing through action parameter to Door#send_p and Door#send_sys_pJérémy Zurcher2-2/+12
2012-06-02Particle add #set_dst! and specsJérémy Zurcher2-1/+16
2012-06-02add Particle#dst_reached! end use itJérémy Zurcher2-2/+8
it allows us to reset Particle@dst before processing it
2012-06-02specs follow Particle#set_dst! -> Particle#add_dstJérémy Zurcher5-44/+56
2012-06-02Particle: #set_dst! -> add_dstJérémy Zurcher2-8/+6
2012-05-25Door: use Particle#init!Jérémy Zurcher1-3/+3
2012-05-25Specs: replace p.src = with p.init! callsJérémy Zurcher2-11/+11
2012-05-25Particle: add #init! which sets @src and @tsJérémy Zurcher1-4/+7
2012-05-24release 0.0.3v0.0.3Jérémy Zurcher2-1/+5
2012-05-24complete Room coverageJérémy Zurcher1-0/+11
2012-05-24Room implement new routing policyJérémy Zurcher1-12/+4
2012-05-24specs/room, reflect new Spin@world usageJérémy Zurcher1-68/+37
2012-05-24Iota register themselves into Spin@worldJérémy Zurcher1-1/+4
2012-05-24Spin: add @world global hashJérémy Zurcher1-0/+9
2012-05-24Iota: raise exception as soon as possibleJérémy Zurcher1-1/+1
2012-05-18release 0.0.2v0.0.2Jérémy Zurcher2-1/+4
2012-05-18fix travis status iconJérémy Zurcher1-1/+1
2012-05-18do not support rbx-18 jruby-18 for now ...Jérémy Zurcher1-3/+1
2012-05-18damn meself! travis.yml -> .travis.ymlJérémy Zurcher1-0/+0
2012-05-18do not support ruby1.8.7 for now because of {}.to_json keys order issues ↵Jérémy Zurcher1-1/+0
impacting specs
2012-05-18add lib/version.rbJérémy Zurcher3-3/+30
2012-05-18replace README.rdoc with README.mdJérémy Zurcher2-16/+18
2012-05-18add travis.ymlJérémy Zurcher1-0/+10
2012-05-18rm TODOJérémy Zurcher1-7/+0
2012-05-18add VERSION, move some constantsJérémy Zurcher4-14/+17
2012-05-18go bundlerJérémy Zurcher4-56/+67
2012-05-18remove rake tasksJérémy Zurcher13-989/+0
2012-05-18Spot->IotaJérémy Zurcher9-41/+41
2012-05-18social skills failure ;) evendoors-ruby is renamed into iotasJérémy Zurcher19-381/+371
2012-05-18remove MIT licenseJérémy Zurcher1-18/+0
2012-05-15Room: route_p variable r->childJérémy Zurcher1-2/+2
2012-05-15Room: implement drill downJérémy Zurcher2-4/+8
2012-05-15specs: Room, allow drill down, raise EvenDoors::ERROR_ROUTE_DDWR on drill ↵Jérémy Zurcher1-9/+25
down wrong room
2012-05-14specs: add Spin.process_sys_p specsJérémy Zurcher1-0/+10
2012-05-14Spot: receive_p raises NoMethodErrorJérémy Zurcher1-0/+4
2012-05-14specs: add NoMethodError when receive_p is not overridenJérémy Zurcher1-0/+9
2012-05-14test_evendoors: implement hibernate/resumeJérémy Zurcher1-27/+85
2012-05-14Board: to_json calls hibernate!, json_create calls resume!Jérémy Zurcher1-1/+2
2012-05-14Door: to_json calls hibernate!, json_create calls resume!Jérémy Zurcher1-2/+4
2012-05-14Room: remove useless respond_to? in start! and stop!Jérémy Zurcher1-2/+2
2012-05-14Spot: add bodyless start! stop! hibernate! resume!Jérémy Zurcher1-0/+17
2012-05-14Spin: add @hibernation to bypass start/stop on hibernate/resumeJérémy Zurcher1-7/+11
2012-05-14Door: fix garbage log msgJérémy Zurcher1-1/+1
2012-05-14specs: Spin clean hibernate json fileJérémy Zurcher1-0/+1
2012-05-13specs: add Spin hibernate! and resume! specsJérémy Zurcher1-0/+10
2012-05-13Spin: a few hibernate related adjustmentsJérémy Zurcher1-4/+4
2012-05-13Spin: send_ -> post_Jérémy Zurcher3-10/+10