summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Collapse)AuthorFilesLines
2012-06-27Merge branch 'rewrite0'Jérémy Zurcher8-104/+513
2012-06-27small documentation updatesJérémy Zurcher3-5/+5
2012-06-27Spin: yard documentationJérémy Zurcher1-0/+86
2012-06-27Spin: debug_errors->debug_garbage, clear! clears links tooJérémy Zurcher2-4/+5
2012-06-26Room: typoJérémy Zurcher1-1/+1
2012-06-26Board: add yard documentationJérémy Zurcher1-0/+19
2012-06-26Door: simplify process_p documentationJérémy Zurcher1-2/+1
2012-06-26Door: typoJérémy Zurcher1-1/+1
2012-06-26Door: update + yard documentationJérémy Zurcher1-4/+62
2012-06-26Iota: add yard documentationJérémy Zurcher1-4/+20
2012-06-26remove unused constant Edoors::LINK_SEPJérémy Zurcher1-1/+0
2012-06-26Particle,Link: use @raise yard tagJérémy Zurcher2-0/+6
2012-06-26Room: update + yard documentationJérémy Zurcher1-17/+87
2012-06-25Particle: rewrite + yard documentationJérémy Zurcher1-52/+189
2012-06-24Link: rewrite + yard documentationJérémy Zurcher1-22/+40
- use Array keys instead of comma separated String fields - use Hash value instead of comma separated Strings cond_fields and cond_value
2012-06-22Particle: fix set_dst! complete specsJérémy Zurcher1-0/+1
2012-06-18implement SYS_ACT_ADD_ROOMJérémy Zurcher3-0/+9
2012-06-18edoors.rb: estheticJérémy Zurcher1-9/+9
2012-06-13release 0.0.6v0.0.6Jérémy Zurcher1-1/+1
2012-06-13Door: _garbage directly calls @spin.release_pJérémy Zurcher1-1/+1
2012-06-11Particle#clear_merged! add a parameter r=nilJérémy Zurcher1-2/+6
if r is set, it's used as receiver for#release_p call, which allows to return the merged particle to the Spin instead of ruby GC
2012-06-11Door#garbage -> private Door#_garbageJérémy Zurcher2-3/+4
2012-06-10Spin: to_json stores iota and links into inner_roomJérémy Zurcher1-4/+12
This allows top iotas to be Doors and not only Rooms
2012-06-10Spin: default hibernate file path -> edoors-hibernate-..:Jérémy Zurcher1-1/+1
2012-06-10Spin#clear! must call @world.clear"Jérémy Zurcher1-0/+1
2012-06-10project iotas->edoors-ruby, module Iotas->EdoorsJérémy Zurcher9-95/+95
2012-06-03cleanup routing, add direct through pathJérémy Zurcher2-29/+39
2012-06-03Room: prettier integration of direct routingJérémy Zurcher1-8/+4
2012-06-03simplify Particle@dst life cycleJérémy Zurcher3-16/+16
Partilce#dst_reached! is removed Particle#init! set @dst=nil Door#send_ calls Particle#set_dst if parameters are provided
2012-06-03Door: do not call p#init! in require_p, only in send_pJérémy Zurcher1-3/+1
2012-06-03Spin calls Particle#reset! on release not requireJérémy Zurcher1-1/+1
2012-06-02release 0.0.4Jérémy Zurcher1-1/+1
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 Zurcher1-0/+6
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-02Particle: #set_dst! -> add_dstJérémy Zurcher1-3/+1
2012-05-25Door: use Particle#init!Jérémy Zurcher1-3/+3
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 Zurcher1-1/+1
2012-05-24Room implement new routing policyJérémy Zurcher1-12/+4
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 Zurcher1-1/+1
2012-05-18add lib/version.rbJérémy Zurcher2-2/+29
2012-05-18add VERSION, move some constantsJérémy Zurcher4-14/+17
2012-05-18Spot->IotaJérémy Zurcher6-31/+31
2012-05-18social skills failure ;) evendoors-ruby is renamed into iotasJérémy Zurcher8-93/+93
2012-05-15Room: route_p variable r->childJérémy Zurcher1-2/+2
2012-05-15Room: implement drill downJérémy Zurcher2-4/+8