summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-05-12specs: adapt to new spin topologyJérémy Zurcher1-42/+50
2012-05-12Spin: all clas level stuff become instance levelJérémy Zurcher1-89/+70
2012-05-12Room#spin -> Spot#spinJérémy Zurcher2-5/+5
2012-05-12set AGPL licensestaticJérémy Zurcher9-0/+798
2012-05-10specs: complete Spin coverageJérémy Zurcher1-0/+8
2012-05-10Spin: implement #to_json and #self.json_createJérémy Zurcher1-0/+39
2012-05-10specs: Spin->json->SpinJérémy Zurcher1-0/+14
2012-05-10Room: implement #to_json and #self.json_createJérémy Zurcher1-0/+23
2012-05-10specs: Room->json->RoomJérémy Zurcher1-0/+17
2012-05-10specs: typos, add JSON output compareJérémy Zurcher4-2/+5
2012-05-10Board: implement #to_json and #self.json_createJérémy Zurcher1-0/+17
2012-05-10specs: Board link->json->linkJérémy Zurcher1-0/+13
2012-05-10Door: implement #to_json and #self.json_createJérémy Zurcher1-0/+12
2012-05-10specs: Door link->json->linkJérémy Zurcher1-0/+6
2012-05-10Link: implement #to_json and #self.json_createJérémy Zurcher1-0/+16
2012-05-10specs: add link->json->linkJérémy Zurcher1-0/+10
2012-05-10specs: update particle spec nameJérémy Zurcher1-1/+1
2012-05-10Room: remove unused @cache={} attributeJérémy Zurcher1-1/+0
2012-05-10specs: follow new Spin#clear! policyJérémy7-17/+31
2012-05-10Spin: #clear! clears pool too and set @spin=nilJérémy1-0/+2
2012-05-10Room#resolve -> Room#search_downJérémy Zurcher3-16/+17
2012-05-10Particle: implement #to_json and #self.json_createJérémy Zurcher4-1/+87
2012-05-10Spin register itself in its class, aka singletonJérémy Zurcher3-1/+13
2012-05-10Room: implement resolveJérémy Zurcher1-0/+13
2012-05-10specs: add Room#resolve, will be needed by JSONJérémy Zurcher1-3/+9
2012-05-10Door,Board: factorise release of @saved particleJérémy Zurcher2-12/+9
2012-05-10split specsJérémy Zurcher9-717/+761
2012-05-10Twirl merge with Space -> Spin is bornJérémy Zurcher8-170/+152
2012-05-09specs: update to follow new dsts policyJérémy Zurcher1-28/+17
2012-05-09Room: system no door, no action excpetion can't be raised anymoreJérémy Zurcher2-3/+0
2012-05-09Particle: add_dsts raise Exception on malformed dstJérémy Zurcher1-6/+7
2012-05-09specs: Particle#set_dst! should not add unaceptable destinationsJérémy Zurcher1-0/+3
2012-05-09cleanup specsJérémy Zurcher1-9/+0
2012-05-09Particle: do not accept empty destinationsJérémy Zurcher1-3/+4
2012-05-09debug -> debug_routing + debug_errorsJérémy Zurcher7-26/+36
2012-05-09specs: follow new Spot @name policyJérémy Zurcher1-3/+6
2012-05-09Spot: raise exception if @name includes PATH_SEPJérémy Zurcher1-2/+2
2012-05-09update TODOJérémy Zurcher1-0/+1
2012-05-09specs: complete Room coverage using SYS_ACT_ADD_LINK msg to set a link and te...Jérémy Zurcher1-0/+24
2012-05-09Room: use complete naming for constantsJérémy Zurcher1-1/+1
2012-05-09specs: increase Room#send_sys_p coverageJérémy Zurcher1-0/+36
2012-05-09Room: cleanup sned_sys_pJérémy Zurcher1-7/+5
2012-05-09specs: Particle check destinatino with spacesJérémy Zurcher1-0/+6
2012-05-09Particle: manage spaces in destination stringJérémy Zurcher1-3/+3
2012-05-09specs: cover Particle #set_dst! #split_dst! with '' and nilJérémy Zurcher1-0/+12
2012-05-09Particle: #split_dst! clear all if next_dst empty or nilJérémy Zurcher1-2/+4
2012-05-09Particle: #set_dst! add no destination if no action and destinationJérémy Zurcher1-2/+3
2012-05-09specs: increase Room coverage with #try_linksJérémy Zurcher1-0/+56
2012-05-09Room: cleanup try_linksJérémy Zurcher1-10/+6
2012-05-09Twirl: add clear!Jérémy Zurcher1-0/+5