| Commit message (Expand) | Author | Age | Files | Lines |
| * | ruby: remove unused var | jj | 2012-09-28 | 1 | -2/+0 |
| * | ruby: basic stl::set<uint32> support, add Viewscreen.feed_keys | jj | 2012-09-14 | 1 | -0/+49 |
| * | ruby: allow vmethod call with 6 args, use direct fptr | jj | 2012-08-31 | 1 | -16/+16 |
| * | ruby: add memory_check / memory_patch native methods | jj | 2012-08-23 | 1 | -0/+42 |
| * | ruby: add raw stl::string allocation, add _cpp_delete, tweak readme | jj | 2012-08-09 | 1 | -17/+66 |
| * | add SC_PAUSED / SC_UNPAUSED onStateChange events | jj | 2012-07-05 | 1 | -0/+2 |
| * | ruby: tweak onupdate to allow tick rate-limiting | jj | 2012-07-05 | 1 | -7/+38 |
| * | ruby: use the color_ostream argument from dfhack to output to dfhack-run | jj | 2012-07-03 | 1 | -12/+25 |
| * | ruby: osx support (maybe) | jj | 2012-06-29 | 1 | -1/+3 |
| * | ruby: generate accessors for refers-to and vector of ref-target | jj | 2012-06-27 | 1 | -3/+3 |
| * | ruby: fix deadlock on df exit due to BEGIN_UNLOAD + Core.Suspend() | jj | 2012-06-25 | 1 | -1/+3 |
| * | ruby: move all ruby invocations inside a CoreSuspend lock, remove ruby suspen... | jj | 2012-06-25 | 1 | -14/+5 |
| * | ruby: document mutex use, load ruby-autogen in the background | jj | 2012-06-25 | 1 | -19/+51 |
| * | ruby: handle .rb files in df/hack/scripts/ | jj | 2012-06-24 | 1 | -9/+7 |
| * | ruby: clean stuff up, install ruby modules in df/hack/ruby/ | jj | 2012-06-24 | 1 | -95/+10 |
| * | ruby: try msvc workaround for __thiscall | jj | 2012-06-24 | 1 | -12/+39 |
| * | ruby: fix windows build warnings/load ruby.rb | jj | 2012-06-14 | 1 | -1/+3 |
| * | ruby: try to fix msvc build (use fastcall for thiscall fptr) | jj | 2012-06-14 | 1 | -3/+8 |
| * | ruby: download lib from github as tgz, switch to ruby18, simply log to stderr... | jj | 2012-06-12 | 1 | -8/+17 |
| * | 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 | 1 | -4/+116 |
| * | ruby: codegen code cleanup, move ruby-memstruct in ruby.rb, handle bool struc... | jj | 2012-05-29 | 1 | -1/+1 |
| * | ruby: vmethod call | jj | 2012-05-03 | 1 | -0/+16 |
| * | ruby: fix plugin/plant.rb, add onstatechange hook, use console proxy, general... | jj | 2012-04-25 | 1 | -63/+50 |
| * | ruby: add manual c++ object allocator | jj | 2012-04-25 | 1 | -16/+37 |
| * | ruby: use index-enum xml attr, fix bitfield[i] = 0 | jj | 2012-04-25 | 1 | -1/+1 |
| * | ruby: add map block iterators, fix FlagArray.length | jj | 2012-04-23 | 1 | -1/+1 |
| * | ruby: df_flagarray support | jj | 2012-04-20 | 1 | -9/+32 |
| * | ruby: tweak onupdate, fix some inspects, add inverse ENUM | jj | 2012-04-20 | 1 | -1/+1 |
| * | ruby: add df_array, pointer_ary, move generated classes in DFHack | jj | 2012-04-20 | 1 | -4/+2 |
| * | ruby: fix vectors, add bitvector | jj | 2012-04-19 | 1 | -30/+50 |
| * | ruby: use rtti info to cast Item/etc subclasses | jj | 2012-04-18 | 1 | -4/+24 |
| * | ruby: fix anon unions, add some find_* helpers in ruby.rb | jj | 2012-04-17 | 1 | -1/+15 |
| * | ruby: add global-objects, add bitfield._whole, make StlVector enumerable | jj | 2012-04-13 | 1 | -0/+8 |
| * | ruby: set everything up | jj | 2012-04-12 | 1 | -206/+202 |
| * | ruby: rm silly debug statement | jj | 2012-04-05 | 1 | -2/+0 |
| * | ruby: link libruby, fix stuff, it works | jj | 2012-04-05 | 1 | -1/+4 |
| * | ruby: compiles | jj | 2012-04-05 | 1 | -0/+609 |