index
:
dfhack
master
to-upstream
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
ruby: add onstatechange_register_once
jj
2012-09-26
1
-0
/
+8
|
*
|
ruby: avoid smoothing grass/trees
jj
2012-09-24
1
-1
/
+1
|
*
|
ruby: fix building_alloc Trap, and init Floodgates as closed
jj
2012-09-24
1
-0
/
+2
|
*
|
ruby: item_find now works in z/stocks
jj
2012-09-24
1
-1
/
+6
*
|
|
Fixed dfhack.interpreter argument order
warmist
2012-09-26
1
-1
/
+1
*
|
|
Add one more bad thought from siren for civilians.
Alexander Gavrilov
2012-09-24
1
-1
/
+14
*
|
|
Implement a special command parsing mode with one verbatim argument.
Alexander Gavrilov
2012-09-24
3
-142
/
+277
*
|
|
Sync up df-structures
Kelly Martin
2012-09-23
1
-0
/
+0
*
|
|
Merge remote-tracking branch 'jjyg/master'
Kelly Martin
2012-09-23
3
-6
/
+28
|
\
\
\
|
|
/
/
|
*
|
add deathcause to README
jj
2012-09-23
1
-2
/
+8
|
*
|
Merge branch 'master' of git://github.com/angavrilov/dfhack
jj
2012-09-23
26
-1878
/
+3049
|
|
\
\
|
*
|
|
ruby: MapTile#offset, tweak #dig to check for existing jobs
jj
2012-09-23
1
-2
/
+14
|
*
|
|
ruby: fix activity zone_num
jj
2012-09-23
1
-1
/
+5
|
*
|
|
ruby: use cursor as default map_tile_at arg
jj
2012-09-23
1
-1
/
+1
*
|
|
|
Merge remote-tracking branch 'angavrilov/master'
Kelly Martin
2012-09-23
1
-0
/
+34
|
\
\
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
Sort by units.active (arrival), and seek to top/bottom in manipulator.
Alexander Gavrilov
2012-09-23
1
-0
/
+34
*
|
|
|
Merge remote-tracking branch 'angavrilov/master'
Kelly Martin
2012-09-22
26
-1878
/
+3015
|
\
\
\
\
|
|
/
/
/
|
|
/
/
|
|
/
/
|
/
|
|
|
*
|
Add a script to wake up units and stop breaks & parties.
Alexander Gavrilov
2012-09-22
3
-0
/
+118
|
*
|
Search for cur_season and cur_season_tick in devel/find-offsets.
Alexander Gavrilov
2012-09-22
2
-1
/
+99
|
*
|
Implement explicit hook priority in vmethod interpose.
Alexander Gavrilov
2012-09-22
3
-13
/
+48
|
*
|
Add a devel script to inject raw definitions into an existing world.
Alexander Gavrilov
2012-09-21
1
-0
/
+178
|
*
|
Document the lua class module.
Alexander Gavrilov
2012-09-21
2
-8
/
+161
|
*
|
Group commands in the readme document by their general type.
Alexander Gavrilov
2012-09-21
2
-1747
/
+1798
|
*
|
README: move keybinding to the start and add a section for scripts.
Alexander Gavrilov
2012-09-20
2
-271
/
+425
|
*
|
Make manipulator re-read names and professions if change is suspected.
Alexander Gavrilov
2012-09-20
3
-4
/
+46
|
*
|
Support the Room list in getSelectedBuilding.
Alexander Gavrilov
2012-09-20
2
-0
/
+4
|
*
|
Support renaming activity zones.
Alexander Gavrilov
2012-09-20
3
-11
/
+52
|
*
|
Fix the rename plugin and script to use the new getSelectedBuilding API.
Alexander Gavrilov
2012-09-20
3
-7
/
+12
|
*
|
Add unit/item/job/building getter hook vmethods to dfhack_viewscreen.
Alexander Gavrilov
2012-09-20
7
-0
/
+95
|
*
|
Add an API function that returns the selected building.
Alexander Gavrilov
2012-09-20
5
-0
/
+70
|
*
|
Restore stonesense to the proper revision
Quietust
2012-09-19
1
-0
/
+0
|
*
|
Tweak README some more.
Alexander Gavrilov
2012-09-19
2
-218
/
+252
|
*
|
Only initialize siege engine in dwarf mode.
Alexander Gavrilov
2012-09-19
1
-0
/
+1
|
*
|
Switch some plugins to using world load/unload instead of map.
Alexander Gavrilov
2012-09-19
3
-12
/
+12
|
*
|
Several Manipulator updates
Quietust
2012-09-19
2
-40
/
+98
*
|
|
ruby: add onupdate_register_once
jj
2012-09-22
1
-0
/
+7
*
|
|
add scripts/deathcause
jj
2012-09-21
2
-0
/
+38
*
|
|
ruby: return selected zone in building_find
jj
2012-09-20
1
-0
/
+2
*
|
|
ruby: fix building linking more
jj
2012-09-20
1
-8
/
+17
*
|
|
ruby: fix building linking
jj
2012-09-20
1
-1
/
+1
*
|
|
ruby: allow Civzone constants in building_alloc
jj
2012-09-19
1
-0
/
+1
*
|
|
Merge branch 'master' of git://github.com/angavrilov/dfhack
jj
2012-09-19
40
-621
/
+2670
|
\
\
\
|
|
/
/
|
*
|
Document some of the new stuff in the readme.
Alexander Gavrilov
2012-09-19
4
-293
/
+818
|
*
|
Add mouse input to Manipulator, along with column labels
Quietust
2012-09-18
1
-0
/
+104
|
*
|
Catch C++ exceptions in dfhack.buildings.setSize
Alexander Gavrilov
2012-09-18
1
-2
/
+6
|
*
|
Overhaul the concept of lua 'class' initialization yet again.
Alexander Gavrilov
2012-09-18
11
-150
/
+285
|
*
|
Add a tweak workaround for the issue with container reactions in advmode.
Alexander Gavrilov
2012-09-18
4
-1
/
+78
|
*
|
Tweak the add spatter plugin.
Alexander Gavrilov
2012-09-18
2
-28
/
+155
|
*
|
Follow changes in XML defs.
Alexander Gavrilov
2012-09-18
3
-8
/
+8
|
*
|
Fix a data structure integrity bug in VMethodInterposeLinkBase.
Alexander Gavrilov
2012-09-18
1
-0
/
+2
[prev]
[next]