summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2012-05-08Room, TwirlJérémy Zurcher2-20/+21
2012-05-08Particle: cleanup, @door is door part of the current destination, @dst is the...Jérémy Zurcher1-36/+41
2012-05-07typo ERROR_ROUTE_ND->ERROR_ROUTE_NDNJérémy Zurcher1-1/+1
2012-05-07Board: @spots->@postponedJérémy Zurcher1-3/+3
2012-05-07Room: send_sys call error! when neither door_name or action are set in the de...Jérémy Zurcher1-1/+10
2012-05-07Room: route_p call error! when door_name is empty?Jérémy Zurcher2-5/+10
2012-05-07Root: add space methodJérémy Zurcher1-0/+4
2012-05-07Twirl: add @run, break loop after each @app_fifo process to check @sys_fifoJérémy Zurcher2-4/+7
2012-05-07Particle: add missing attribute commentJérémy Zurcher1-1/+1
2012-05-07Board must delete merged particles from @spotsJérémy Zurcher1-0/+1
2012-05-04add Door#process_sys_p and Board#process_sys_p, for now just call release_pJérémy Zurcher2-0/+10
2012-05-04Particle: proper constructor, slimmer #resetJérémy Zurcher1-4/+9
2012-05-04remove unused Particle#clear_link_fieldsJérémy Zurcher1-5/+0
2012-05-04Particle#clone_data needs access to @payloadJérémy Zurcher1-1/+1
2012-05-04Room: require_p->EvenDoors::Twirl.require_pJérémy Zurcher1-1/+1
2012-05-04Twirl.release_p : must release merged particlesJérémy Zurcher1-0/+4
2012-05-04Board: must let EvenDoors::ACT_FOLLOW go throughJérémy Zurcher1-4/+6
2012-05-04door: show spot path on @saved errorJérémy Zurcher1-1/+1
2012-05-04add Board classJérémy Zurcher2-0/+60
2012-05-04room : use EvenDoors::ACT_SEP for log msgsJérémy Zurcher1-4/+4
2012-05-04particle: rename merge->merge! add merged_shift, remove merged_countJérémy Zurcher1-5/+5
2012-05-04room: add try link debug logJérémy Zurcher1-0/+1
2012-05-04add _p suffix to methods process, process_sys and receiveJérémy Zurcher3-6/+6
2012-05-04AC_ADD_LINK -> SYS_ACT_ADD_LINKJérémy Zurcher2-2/+5
2012-05-03initial commitJérémy Zurcher8-0/+494