Commit Graph

20 Commits

Author SHA1 Message Date
cc89e49a43 renames SelfSlot to SelfsSlot
in the hope to make a little more distinction
2015-10-07 10:04:00 +03:00
4e26166dff fix type in call issue 2015-10-06 15:26:57 +03:00
964abe1e32 small cleans 2015-09-27 12:59:26 +03:00
9fe01c7b31 remove unknown type 2015-09-23 18:35:37 +03:00
9680ff2a71 fxes for add test 2015-08-04 21:46:33 +03:00
31d825df7b fix and test basic and name expressions 2015-07-19 13:20:34 +03:00
9ca5ddf7c0 fix all tests
some had to be disabled
since stability is coming back more test are coming too
2015-07-02 10:26:48 +03:00
11997ef354 had to revert name method change
method is not known when message is created
2015-07-02 09:48:41 +03:00
f8ba77dff7 fix require 2015-07-01 21:45:21 +03:00
6a23ef8b26 storing method, not just name in message
goes with a rename and other admin
2015-07-01 19:39:23 +03:00
bd77db656a remove class_eval on slots to map registers
Use their class names (or for now called object names)
these are the same that Register helper functions accept already anyway
2015-06-30 09:39:45 +03:00
218fafca05 renames 2015-06-29 20:55:45 +03:00
5ce7b6c7c9 removing those ugly slot index constants
The constants were bad enough,
but they were also at the wrong level

Now register level is defining mappings from
symbol names to indexes, by using the layout
2015-06-29 10:55:22 +03:00
ef42abe611 unifying register comstants
were in several files with different names
many files touched, but just renames
2015-06-27 21:16:46 +03:00
9c21f4274d better names for index constants 2015-06-21 21:09:15 +03:00
cdf17a73b2 changed Set order
from to seems more logical than to,from
2015-06-21 13:29:27 +03:00
6867175bd1 slot docs and rename 2015-06-21 00:21:42 +03:00
eeaf2d97de starting to clear up slots
mostly docs
2015-06-20 23:49:30 +03:00
ee6f9d733b rename Mystery
just unknown, mystery should be more difficult to find out.
After all we keep run time info, so just need unknown at compile time
2015-06-11 07:04:14 +02:00
4f1508ca61 moved slots to own directory 2015-05-06 08:38:29 +03:00