summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2012-05-12Particle relies on spin field to resolve src and dst not parentJérémy Zurcher4-9/+8
2012-05-12specs: Link adapt to non static wayJérémy Zurcher1-5/+2
2012-05-12specs: Particle adapt to non static wayJérémy Zurcher1-10/+8
2012-05-12Particle: adapt to non static wayJérémy Zurcher1-3/+5
2012-05-12specs: Board adapt to non static wayJérémy Zurcher1-4/+8
2012-05-12Board: adapt to non static wayJérémy Zurcher1-4/+4
2012-05-12specs: Door adapt to non static wyJérémy Zurcher1-8/+12
2012-05-12Door: adapt to non static wayJérémy Zurcher1-7/+6
2012-05-12specs: Room adapt to new wayJérémy Zurcher1-66/+64
2012-05-12Room: adapt to new wayJérémy Zurcher1-15/+14
2012-05-12Spin: rewrite parent stuffJérémy Zurcher1-6/+4
2012-05-12specs: Fake inherits from SpotJérémy Zurcher2-9/+2
2012-05-12Spin: clear! must clean @spots too, set self as parent of create sub entitiesJérémy Zurcher1-1/+5
2012-05-12specs: adapt to new Spot behaviorJérémy Zurcher1-8/+8
2012-05-12Spot: compute @path, @spin add itself to @parent in initializeJérémy Zurcher1-11/+4
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