Age | Commit message (Expand) | Author | Files | Lines |
2012-05-14 | Spin: add @hibernation to bypass start/stop on hibernate/resume | Jérémy Zurcher | 1 | -7/+11 |
2012-05-14 | Door: fix garbage log msg | Jérémy Zurcher | 1 | -1/+1 |
2012-05-14 | specs: Spin clean hibernate json file | Jérémy Zurcher | 1 | -0/+1 |
2012-05-13 | specs: add Spin hibernate! and resume! specs | Jérémy Zurcher | 1 | -0/+10 |
2012-05-13 | Spin: a few hibernate related adjustments | Jérémy Zurcher | 1 | -4/+4 |
2012-05-13 | Spin: send_ -> post_ | Jérémy Zurcher | 3 | -10/+10 |
2012-05-13 | specs: sed -i 's/ERROR_FIELD/FIELD_ERROR_MSG/' | Jérémy Zurcher | 1 | -7/+7 |
2012-05-13 | Spin: add #resume! | Jérémy Zurcher | 1 | -0/+4 |
2012-05-13 | Particle: require time | Jérémy Zurcher | 1 | -0/+1 |
2012-05-12 | specs: update ERROR_FIELD->FIELD_ERROR_MSG | Jérémy Zurcher | 1 | -1/+1 |
2012-05-12 | Spin: add #hibernate! | Jérémy Zurcher | 2 | -0/+17 |
2012-05-12 | ERROR_FIELD->FIELD_ERROR_MSG | Jérémy Zurcher | 3 | -3/+4 |
2012-05-12 | update test/test_evendoors.rb | Jérémy Zurcher | 1 | -17/+15 |
2012-05-12 | Room,Door: use @spin instead of spin accessor | Jérémy Zurcher | 2 | -17/+17 |
2012-05-12 | Particle relies on spin field to resolve src and dst not parent | Jérémy Zurcher | 4 | -9/+8 |
2012-05-12 | specs: Link adapt to non static way | Jérémy Zurcher | 1 | -5/+2 |
2012-05-12 | specs: Particle adapt to non static way | Jérémy Zurcher | 1 | -10/+8 |
2012-05-12 | Particle: adapt to non static way | Jérémy Zurcher | 1 | -3/+5 |
2012-05-12 | specs: Board adapt to non static way | Jérémy Zurcher | 1 | -4/+8 |
2012-05-12 | Board: adapt to non static way | Jérémy Zurcher | 1 | -4/+4 |
2012-05-12 | specs: Door adapt to non static wy | Jérémy Zurcher | 1 | -8/+12 |
2012-05-12 | Door: adapt to non static way | Jérémy Zurcher | 1 | -7/+6 |
2012-05-12 | specs: Room adapt to new way | Jérémy Zurcher | 1 | -66/+64 |
2012-05-12 | Room: adapt to new way | Jérémy Zurcher | 1 | -15/+14 |
2012-05-12 | Spin: rewrite parent stuff | Jérémy Zurcher | 1 | -6/+4 |
2012-05-12 | specs: Fake inherits from Spot | Jérémy Zurcher | 2 | -9/+2 |
2012-05-12 | Spin: clear! must clean @spots too, set self as parent of create sub entities | Jérémy Zurcher | 1 | -1/+5 |
2012-05-12 | specs: adapt to new Spot behavior | Jérémy Zurcher | 1 | -8/+8 |
2012-05-12 | Spot: compute @path, @spin add itself to @parent in initialize | Jérémy Zurcher | 1 | -11/+4 |
2012-05-12 | specs: adapt to new spin topology | Jérémy Zurcher | 1 | -42/+50 |
2012-05-12 | Spin: all clas level stuff become instance level | Jérémy Zurcher | 1 | -89/+70 |
2012-05-12 | Room#spin -> Spot#spin | Jérémy Zurcher | 2 | -5/+5 |
2012-05-12 | set AGPL licensestatic | Jérémy Zurcher | 9 | -0/+798 |
2012-05-10 | specs: complete Spin coverage | Jérémy Zurcher | 1 | -0/+8 |
2012-05-10 | Spin: implement #to_json and #self.json_create | Jérémy Zurcher | 1 | -0/+39 |
2012-05-10 | specs: Spin->json->Spin | Jérémy Zurcher | 1 | -0/+14 |
2012-05-10 | Room: implement #to_json and #self.json_create | Jérémy Zurcher | 1 | -0/+23 |
2012-05-10 | specs: Room->json->Room | Jérémy Zurcher | 1 | -0/+17 |
2012-05-10 | specs: typos, add JSON output compare | Jérémy Zurcher | 4 | -2/+5 |
2012-05-10 | Board: implement #to_json and #self.json_create | Jérémy Zurcher | 1 | -0/+17 |
2012-05-10 | specs: Board link->json->link | Jérémy Zurcher | 1 | -0/+13 |
2012-05-10 | Door: implement #to_json and #self.json_create | Jérémy Zurcher | 1 | -0/+12 |
2012-05-10 | specs: Door link->json->link | Jérémy Zurcher | 1 | -0/+6 |
2012-05-10 | Link: implement #to_json and #self.json_create | Jérémy Zurcher | 1 | -0/+16 |
2012-05-10 | specs: add link->json->link | Jérémy Zurcher | 1 | -0/+10 |
2012-05-10 | specs: update particle spec name | Jérémy Zurcher | 1 | -1/+1 |
2012-05-10 | Room: remove unused @cache={} attribute | Jérémy Zurcher | 1 | -1/+0 |
2012-05-10 | specs: follow new Spin#clear! policy | Jérémy | 7 | -17/+31 |
2012-05-10 | Spin: #clear! clears pool too and set @spin=nil | Jérémy | 1 | -0/+2 |
2012-05-10 | Room#resolve -> Room#search_down | Jérémy Zurcher | 3 | -16/+17 |