summaryrefslogtreecommitdiff
path: root/plugins/ruby
Commit message (Expand)AuthorAgeFilesLines
...
* showmood: display number of items already collectedjj2012-07-051-1/+1
* ruby: tweak onupdate to allow tick rate-limitingjj2012-07-053-11/+98
* ruby: add MapTile classjj2012-07-053-1/+116
* ruby: allow coords arguments to *_find, add building_findjj2012-07-043-4/+52
* ruby: extend item_find to work on constructed coffersjj2012-07-041-2/+3
* ruby: handle constructed beds in item_find in LookAround modejj2012-07-041-1/+7
* ruby: add decode_mat method for mat_type/mat_indexjj2012-07-042-0/+207
* ruby: refix codegen for refers-to without key-field, add translate_namejj2012-07-045-10/+76
* ruby: item_find handle v/i unit inventoryjj2012-07-031-0/+4
* ruby: add curview, fix item_find/unit_find wrt gview mode, fix refers-to to u...jj2012-07-034-15/+50
* ruby: fix handling of <pointer to unknown data struct>jj2012-07-031-0/+1
* ruby: use the color_ostream argument from dfhack to output to dfhack-runjj2012-07-031-12/+25
* ruby: fix codegen align int64_t on windowsjj2012-07-031-1/+3
* ruby: fix codegen for darwinjj2012-07-021-1/+1
* ruby: allow explicit target-os override in codegenjj2012-07-011-0/+1
* ruby: osx support (maybe)jj2012-06-292-4/+5
* ruby: remove useless raise in unit_findjj2012-06-291-2/+0
* ruby: fix enum + base-typejj2012-06-291-1/+1
* ruby: generate accessors for refers-to and vector of ref-targetjj2012-06-272-10/+59
* ruby: fix deadlock on df exit due to BEGIN_UNLOAD + Core.Suspend()jj2012-06-252-2/+5
* ruby: add method for basic xml ref-target support, tweak scripts/slayracejj2012-06-251-0/+27
* ruby: move all ruby invocations inside a CoreSuspend lock, remove ruby suspen...jj2012-06-255-56/+21
* ruby: document mutex use, load ruby-autogen in the backgroundjj2012-06-251-19/+51
* ruby: add growcrops script, add doc for methods in READMEjj2012-06-243-48/+63
* ruby: handle .rb files in df/hack/scripts/jj2012-06-243-9/+22
* ruby: split ruby.rb in modulesjj2012-06-2410-1414/+1485
* ruby: clean stuff up, install ruby modules in df/hack/ruby/jj2012-06-246-123/+43
* ruby: try msvc workaround for __thiscalljj2012-06-241-12/+39
* ruby: fix codegen enum base-typesjj2012-06-151-0/+2
* ruby: fix windows build warnings/load ruby.rbjj2012-06-142-2/+4
* ruby: try to fix msvc build (use fastcall for thiscall fptr)jj2012-06-141-3/+8
* ruby: fix download url, cmake doesnt handle HTTP 301jj2012-06-131-2/+2
* ruby: download lib from github as tgz, switch to ruby18, simply log to stderr...jj2012-06-123-25/+39
* ruby: fix cmake to rebuild ruby-autogen.rb only when necessaryjj2012-06-101-3/+5
* ruby: download libruby with cmakejj2012-06-101-1/+23
* ruby: use ruby1.9.1 on linuxjj2012-06-101-1/+9
* ruby: dlopen libruby -- currently segfaults with rb1.9 ...jj2012-06-022-19/+125
* ruby: codegen code cleanup, move ruby-memstruct in ruby.rb, handle bool struc...jj2012-05-297-960/+1108
* ruby: have codegen compute struct offsets directlyjj2012-05-292-223/+256
* ruby: add building creation codejj2012-05-133-70/+285
* ruby: interpret types in vmethod signaturesjj2012-05-112-4/+54
* ruby: tweak enumsjj2012-05-104-43/+61
* ruby: tweak enums, pointeraryjj2012-05-062-3/+14
* ruby: deconstructbldjj2012-05-062-1/+14
* ruby: fix buildbed samplejj2012-05-061-40/+11
* ruby: add link_jobjj2012-05-051-0/+14
* ruby: avoid infinite recursion in inspectjj2012-05-051-0/+4
* ruby: fix vtable for linux destructorjj2012-05-031-2/+3
* ruby: vmethod calljj2012-05-033-3/+74
* ruby: typojj2012-05-031-1/+1