jj
|
a7a25b80a0
|
ruby: use the color_ostream argument from dfhack to output to dfhack-run
|
2012-07-03 16:13:15 +02:00 |
jj
|
0bdff401ca
|
ruby: fix codegen align int64_t on windows
|
2012-07-03 15:24:35 +02:00 |
jj
|
b9425474a1
|
ruby: fix codegen for darwin
|
2012-07-02 21:57:53 +02:00 |
jj
|
554683929f
|
ruby: allow explicit target-os override in codegen
|
2012-07-01 14:20:55 +02:00 |
jj
|
31a5495031
|
ruby: osx support (maybe)
|
2012-06-29 17:51:26 +02:00 |
jj
|
592c0a41ac
|
ruby: remove useless raise in unit_find
|
2012-06-29 11:29:36 +02:00 |
jj
|
56ff129ee0
|
ruby: fix enum + base-type
|
2012-06-29 11:25:41 +02:00 |
jj
|
24aa3827c1
|
ruby: generate accessors for refers-to and vector of ref-target
|
2012-06-27 14:52:34 +02:00 |
jj
|
c2c29af959
|
ruby: fix deadlock on df exit due to BEGIN_UNLOAD + Core.Suspend()
|
2012-06-25 19:16:35 +02:00 |
jj
|
412e8608d8
|
ruby: add method for basic xml ref-target support, tweak scripts/slayrace
|
2012-06-25 19:05:50 +02:00 |
jj
|
17d06b969b
|
ruby: move all ruby invocations inside a CoreSuspend lock, remove ruby suspend method
|
2012-06-25 17:06:37 +02:00 |
jj
|
8fb139a2f4
|
ruby: document mutex use, load ruby-autogen in the background
|
2012-06-25 01:45:50 +02:00 |
jj
|
d1762e3cb8
|
ruby: add growcrops script, add doc for methods in README
|
2012-06-24 21:44:40 +02:00 |
jj
|
552da8417e
|
ruby: handle .rb files in df/hack/scripts/
|
2012-06-24 20:24:46 +02:00 |
jj
|
3f4d2e4792
|
ruby: split ruby.rb in modules
|
2012-06-24 17:30:26 +02:00 |
jj
|
4c2d4d4b86
|
ruby: clean stuff up, install ruby modules in df/hack/ruby/
|
2012-06-24 16:09:31 +02:00 |
jj
|
ad1ba9bf6b
|
ruby: try msvc workaround for __thiscall
|
2012-06-24 02:59:56 +02:00 |
jj
|
0bdae68294
|
ruby: fix codegen enum base-types
|
2012-06-15 21:02:04 +02:00 |
jj
|
cfdf941c52
|
ruby: fix windows build warnings/load ruby.rb
|
2012-06-14 22:35:59 +02:00 |
jj
|
6bd67cc055
|
ruby: try to fix msvc build (use fastcall for thiscall fptr)
|
2012-06-14 14:25:16 +02:00 |
jj
|
0285448367
|
ruby: fix download url, cmake doesnt handle HTTP 301
|
2012-06-13 00:20:52 +02:00 |
jj
|
3c1cb24d9f
|
ruby: download lib from github as tgz, switch to ruby18, simply log to stderr.log if cannot load libruby
|
2012-06-12 18:51:33 +02:00 |
jj
|
c0e7295f22
|
ruby: fix cmake to rebuild ruby-autogen.rb only when necessary
|
2012-06-10 23:42:58 +02:00 |
jj
|
7ee8d79014
|
ruby: download libruby with cmake
|
2012-06-10 02:06:22 +02:00 |
jj
|
bc734619b4
|
ruby: use ruby1.9.1 on linux
|
2012-06-10 01:45:30 +02:00 |
jj
|
2aace670ea
|
ruby: dlopen libruby -- currently segfaults with rb1.9 ...
|
2012-06-02 23:44:52 +02:00 |
jj
|
3e61452f15
|
ruby: codegen code cleanup, move ruby-memstruct in ruby.rb, handle bool struct fields, rename Enum.to_sym/to_i to sym()/int(), define nested compound sizeof()
|
2012-05-29 18:30:18 +02:00 |
jj
|
bcb698a5b4
|
ruby: have codegen compute struct offsets directly
|
2012-05-29 16:10:33 +02:00 |
jj
|
2629db5ed1
|
ruby: add building creation code
|
2012-05-13 01:40:44 +02:00 |
jj
|
dfe86f9bd7
|
ruby: interpret types in vmethod signatures
|
2012-05-11 01:34:03 +02:00 |
jj
|
607cd9c8f2
|
ruby: tweak enums
|
2012-05-10 23:41:50 +02:00 |
jj
|
7ee4c584b9
|
ruby: tweak enums, pointerary
|
2012-05-06 22:42:06 +02:00 |
jj
|
bfb26f1c1f
|
ruby: deconstructbld
|
2012-05-06 01:02:21 +02:00 |
jj
|
96a62a8865
|
ruby: fix buildbed sample
|
2012-05-06 00:13:53 +02:00 |
jj
|
f18aa9d947
|
ruby: add link_job
|
2012-05-05 23:56:26 +02:00 |
jj
|
e2a978a4fa
|
ruby: avoid infinite recursion in inspect
|
2012-05-05 22:43:12 +02:00 |
jj
|
138461634e
|
ruby: fix vtable for linux destructor
|
2012-05-03 19:19:58 +02:00 |
jj
|
ba1e3c4b23
|
ruby: vmethod call
|
2012-05-03 18:49:12 +02:00 |
jj
|
8952eabd62
|
ruby: typo
|
2012-05-03 03:33:50 +02:00 |
jj
|
5fdeac9913
|
ruby: fix StaticArray#inspect with indexenum, allow df.cursor = [x, y, z]
|
2012-05-03 02:52:53 +02:00 |
jj
|
ec8b090abe
|
ruby: add plugins/buildbed.rb (segfaults)
|
2012-04-27 18:50:27 +02:00 |
jj
|
a7afe04f3b
|
ruby: name nested compounds, to allow cpp_new etc
|
2012-04-27 17:59:54 +02:00 |
jj
|
bc218db596
|
ruby: more minor tweaks
|
2012-04-27 17:46:51 +02:00 |
jj
|
3446fd024e
|
ruby: tweak inspect
|
2012-04-27 17:38:31 +02:00 |
jj
|
9bceb7a443
|
ruby: typo in enumerable
|
2012-04-27 17:31:39 +02:00 |
jj
|
6800f459f5
|
ruby: fix bitfield looking for enum value
|
2012-04-27 17:24:15 +02:00 |
jj
|
fcfd7062eb
|
ruby: tweak inspect, autodereference pointers
|
2012-04-27 17:11:01 +02:00 |
jj
|
22628fe9bb
|
codegen: all class-type have a vtable
|
2012-04-27 14:13:44 +02:00 |
jj
|
551df9bb73
|
ruby: use binsearch in find_unit/find_item
|
2012-04-27 03:07:03 +02:00 |
jj
|
2cc5333157
|
ruby: cleanup codegen enum
|
2012-04-27 03:02:37 +02:00 |