| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | adding some more tests for Blink::Type | Luke Kanies | 2005-05-30 | 1 | -0/+3 |
* | done some more work on making components act like normal objects, but now i n... | Luke Kanies | 2005-05-30 | 7 | -13/+21 |
* | dependencies now work, although you cannot yet specify them for components | Luke Kanies | 2005-05-30 | 2 | -7/+17 |
* | there are now explicit tests for transactions, including rollback, and more t... | Luke Kanies | 2005-05-30 | 7 | -116/+203 |
* | i now have basic events: you can only specify simple object types as requirem... | Luke Kanies | 2005-05-29 | 10 | -59/+198 |
* | renaming events to event | Luke Kanies | 2005-05-29 | 1 | -0/+0 |
* | update before rename | Luke Kanies | 2005-05-29 | 1 | -13/+21 |
* | intermediate; no extra functionality yet, but moving away from discussing nam... | Luke Kanies | 2005-05-29 | 7 | -48/+185 |
* | All tests pass again, and i have added Type.allclear to remove all existing t... | Luke Kanies | 2005-05-25 | 2 | -3/+31 |
* | okay, everything works again, although it still might be a touch fragile | Luke Kanies | 2005-05-25 | 1 | -1/+1 |
* | i am giving up on fileparsing for now; it does not work yet | Luke Kanies | 2005-05-25 | 7 | -72/+164 |
* | okay, bin/blinker works again, and i have modified both client and server to ... | Luke Kanies | 2005-05-21 | 1 | -4/+7 |
* | we now have networking | Luke Kanies | 2005-05-21 | 4 | -34/+98 |
* | okay, implicit iteration now occurs at least at object definition time | Luke Kanies | 2005-05-16 | 1 | -1/+1 |
* | enabling mucking with debug and noop | Luke Kanies | 2005-05-16 | 1 | -1/+17 |
* | yep, arrays are always passed | Luke Kanies | 2005-05-16 | 1 | -2/+2 |
* | final fixes on passing methods through to types | Luke Kanies | 2005-05-16 | 2 | -7/+8 |
* | typesettings now correctly pass all the way through and can only run specifie... | Luke Kanies | 2005-05-16 | 3 | -8/+38 |
* | the tree transformations work throughout the whole system now | Luke Kanies | 2005-05-16 | 1 | -11/+11 |
* | transformations from the client through to the transactional execution now wo... | Luke Kanies | 2005-05-16 | 8 | -112/+210 |
* | unmoving | Luke Kanies | 2005-05-16 | 1 | -0/+0 |
* | updates | Luke Kanies | 2005-05-16 | 1 | -7/+25 |
* | moving | Luke Kanies | 2005-05-16 | 1 | -0/+0 |
* | moving | Luke Kanies | 2005-05-16 | 1 | -0/+65 |
* | switched to just passing scopes around, instead of passing the interpreter ob... | Luke Kanies | 2005-05-12 | 3 | -5/+4 |
* | file recursion now works | Luke Kanies | 2005-05-12 | 3 | -14/+74 |
* | i can now execute simple scripts manually! | Luke Kanies | 2005-05-11 | 1 | -25/+55 |
* | i can basically actually do work now | Luke Kanies | 2005-05-11 | 7 | -76/+163 |
* | adding lots of verbosity, and starting to actually make sure things execute -... | Luke Kanies | 2005-05-11 | 4 | -6/+28 |
* | basic components now work | Luke Kanies | 2005-05-06 | 2 | -4/+13 |
* | we now have nested scopes, and we've got the beginnings of components, althou... | Luke Kanies | 2005-04-25 | 1 | -1/+1 |
* | simplifying argument parsing in Blink#message | Luke Kanies | 2005-04-23 | 1 | -7/+2 |
* | initializing @noop in element.rb | Luke Kanies | 2005-04-23 | 1 | -0/+3 |
* | everything works again, including components | Luke Kanies | 2005-04-21 | 4 | -3/+15 |
* | making components work | Luke Kanies | 2005-04-21 | 2 | -3/+12 |
* | moving component.rb to type/ | Luke Kanies | 2005-04-21 | 1 | -0/+0 |
* | removing most functionality, since type.rb already has it | Luke Kanies | 2005-04-21 | 1 | -49/+2 |
* | finishing reorganization of base classes and such; there is now a clear tree ... | Luke Kanies | 2005-04-21 | 11 | -102/+128 |
* | cleaning up object tree and adding a simple virtual base class for both types... | Luke Kanies | 2005-04-21 | 3 | -751/+564 |
* | adding transactions | Luke Kanies | 2005-04-21 | 2 | -0/+56 |
* | moving event info out of type.rb | Luke Kanies | 2005-04-21 | 1 | -0/+103 |
* | removing elements.rb | Luke Kanies | 2005-04-21 | 1 | -17/+0 |
* | preparing to remove elements.rb | Luke Kanies | 2005-04-21 | 1 | -92/+0 |
* | renaming statetree to elements | Luke Kanies | 2005-04-21 | 1 | -0/+0 |
* | first version of finalized base classes | Luke Kanies | 2005-04-21 | 1 | -0/+109 |
* | noop seems to basically be working, but i need to reorganize the whole type/s... | Luke Kanies | 2005-04-19 | 3 | -16/+16 |
* | filetypes now support multiple record types, and newlines can be escaped | Luke Kanies | 2005-04-19 | 3 | -24/+139 |
* | completed the first step to enabling multiple record types in filetypes | Luke Kanies | 2005-04-19 | 2 | -19/+63 |
* | the client now executes "evaluate", which might not be a good thing -- i am g... | Luke Kanies | 2005-04-19 | 4 | -11/+37 |
* | filerecord.rb: duh, fixing a small debug string printing bug | Luke Kanies | 2005-04-19 | 1 | -1/+0 |