| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | showmood: display number of items already collected | jj | 2012-07-05 | 1 | -1/+1 |
| * | ruby: tweak onupdate to allow tick rate-limiting | jj | 2012-07-05 | 3 | -11/+98 |
| * | ruby: add MapTile class | jj | 2012-07-05 | 3 | -1/+116 |
| * | ruby: allow coords arguments to *_find, add building_find | jj | 2012-07-04 | 3 | -4/+52 |
| * | ruby: extend item_find to work on constructed coffers | jj | 2012-07-04 | 1 | -2/+3 |
| * | ruby: handle constructed beds in item_find in LookAround mode | jj | 2012-07-04 | 1 | -1/+7 |
| * | ruby: add decode_mat method for mat_type/mat_index | jj | 2012-07-04 | 2 | -0/+207 |
| * | ruby: refix codegen for refers-to without key-field, add translate_name | jj | 2012-07-04 | 5 | -10/+76 |
| * | ruby: item_find handle v/i unit inventory | jj | 2012-07-03 | 1 | -0/+4 |
| * | ruby: add curview, fix item_find/unit_find wrt gview mode, fix refers-to to u... | jj | 2012-07-03 | 4 | -15/+50 |
| * | ruby: fix handling of <pointer to unknown data struct> | jj | 2012-07-03 | 1 | -0/+1 |
| * | ruby: use the color_ostream argument from dfhack to output to dfhack-run | jj | 2012-07-03 | 1 | -12/+25 |
| * | ruby: fix codegen align int64_t on windows | jj | 2012-07-03 | 1 | -1/+3 |
| * | ruby: fix codegen for darwin | jj | 2012-07-02 | 1 | -1/+1 |
| * | ruby: allow explicit target-os override in codegen | jj | 2012-07-01 | 1 | -0/+1 |
| * | ruby: osx support (maybe) | jj | 2012-06-29 | 2 | -4/+5 |
| * | ruby: remove useless raise in unit_find | jj | 2012-06-29 | 1 | -2/+0 |
| * | ruby: fix enum + base-type | jj | 2012-06-29 | 1 | -1/+1 |
| * | ruby: generate accessors for refers-to and vector of ref-target | jj | 2012-06-27 | 2 | -10/+59 |
| * | ruby: fix deadlock on df exit due to BEGIN_UNLOAD + Core.Suspend() | jj | 2012-06-25 | 2 | -2/+5 |
| * | ruby: add method for basic xml ref-target support, tweak scripts/slayrace | jj | 2012-06-25 | 1 | -0/+27 |
| * | ruby: move all ruby invocations inside a CoreSuspend lock, remove ruby suspen... | jj | 2012-06-25 | 5 | -56/+21 |
| * | ruby: document mutex use, load ruby-autogen in the background | jj | 2012-06-25 | 1 | -19/+51 |
| * | ruby: add growcrops script, add doc for methods in README | jj | 2012-06-24 | 3 | -48/+63 |
| * | ruby: handle .rb files in df/hack/scripts/ | jj | 2012-06-24 | 3 | -9/+22 |
| * | ruby: split ruby.rb in modules | jj | 2012-06-24 | 10 | -1414/+1485 |
| * | ruby: clean stuff up, install ruby modules in df/hack/ruby/ | jj | 2012-06-24 | 6 | -123/+43 |
| * | ruby: try msvc workaround for __thiscall | jj | 2012-06-24 | 1 | -12/+39 |
| * | ruby: fix codegen enum base-types | jj | 2012-06-15 | 1 | -0/+2 |
| * | ruby: fix windows build warnings/load ruby.rb | jj | 2012-06-14 | 2 | -2/+4 |
| * | ruby: try to fix msvc build (use fastcall for thiscall fptr) | jj | 2012-06-14 | 1 | -3/+8 |
| * | ruby: fix download url, cmake doesnt handle HTTP 301 | jj | 2012-06-13 | 1 | -2/+2 |
| * | ruby: download lib from github as tgz, switch to ruby18, simply log to stderr... | jj | 2012-06-12 | 3 | -25/+39 |
| * | ruby: fix cmake to rebuild ruby-autogen.rb only when necessary | jj | 2012-06-10 | 1 | -3/+5 |
| * | ruby: download libruby with cmake | jj | 2012-06-10 | 1 | -1/+23 |
| * | ruby: use ruby1.9.1 on linux | jj | 2012-06-10 | 1 | -1/+9 |
| * | ruby: dlopen libruby -- currently segfaults with rb1.9 ... | jj | 2012-06-02 | 2 | -19/+125 |
| * | ruby: codegen code cleanup, move ruby-memstruct in ruby.rb, handle bool struc... | jj | 2012-05-29 | 7 | -960/+1108 |
| * | ruby: have codegen compute struct offsets directly | jj | 2012-05-29 | 2 | -223/+256 |
| * | ruby: add building creation code | jj | 2012-05-13 | 3 | -70/+285 |
| * | ruby: interpret types in vmethod signatures | jj | 2012-05-11 | 2 | -4/+54 |
| * | ruby: tweak enums | jj | 2012-05-10 | 4 | -43/+61 |
| * | ruby: tweak enums, pointerary | jj | 2012-05-06 | 2 | -3/+14 |
| * | ruby: deconstructbld | jj | 2012-05-06 | 2 | -1/+14 |
| * | ruby: fix buildbed sample | jj | 2012-05-06 | 1 | -40/+11 |
| * | ruby: add link_job | jj | 2012-05-05 | 1 | -0/+14 |
| * | ruby: avoid infinite recursion in inspect | jj | 2012-05-05 | 1 | -0/+4 |
| * | ruby: fix vtable for linux destructor | jj | 2012-05-03 | 1 | -2/+3 |
| * | ruby: vmethod call | jj | 2012-05-03 | 3 | -3/+74 |
| * | ruby: typo | jj | 2012-05-03 | 1 | -1/+1 |