index
:
dfhack
master
to-upstream
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
/
autodump.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix build and allow autodump to any walkable tile (e.g. a stair).
Alexander Gavrilov
2012-07-06
1
-1
/
+1
*
Remove stuff that shouldn't be in the core, and expose to lua what's left.
Alexander Gavrilov
2012-05-20
1
-12
/
+5
*
Modified autodump to enable extraction of equipped items from unit inventory
playfordh
2012-05-15
1
-2
/
+13
*
Add core api for moving items between ground and containers.
Alexander Gavrilov
2012-04-12
1
-9
/
+1
*
Implement item occupancy tracking in MapCache.
Alexander Gavrilov
2012-04-10
1
-77
/
+14
*
Get rid of some obsolete api functions, and restructure MapCache.
Alexander Gavrilov
2012-04-10
1
-1
/
+1
*
Follow a typo fix in flag name.
Alexander Gavrilov
2012-03-30
1
-4
/
+4
*
Make plugins accept explicit output stream references.
Alexander Gavrilov
2012-03-10
1
-23
/
+23
*
Get rid of Simple namespace, Gui module is now a namespace.
Petr Mrázek
2012-03-03
1
-5
/
+4
*
New plugin interface
Petr Mrázek
2012-02-21
1
-6
/
+2
*
DFhackCExport is only needed on the plugin_* functions
Quietust
2012-02-13
1
-6
/
+6
*
Move TileTypes to XML, part 1 - a bunch of stuff is now broken
Quietust
2012-02-13
1
-1
/
+1
*
In all loops that iterate across a vector, use a size_t as the index
Quietust
2012-01-31
1
-9
/
+9
*
Actually scan through all parameters in autodump.
Alexander Gavrilov
2012-01-29
1
-2
/
+2
*
Add options to autodump that filter on the forbidden and hidden flags.
Alexander Gavrilov
2012-01-28
1
-1
/
+27
*
Modify a number of commands to use CR_WRONG_USAGE for displaying help.
Alexander Gavrilov
2012-01-28
1
-16
/
+13
*
Use CoreSuspender and namespace df::enums
Quietust
2012-01-21
1
-3
/
+5
*
Kill the Maps module
Quietust
2012-01-19
1
-11
/
+8
*
Significant cleanup of Maps module - next step will be to kill it properly
Quietust
2012-01-19
1
-4
/
+4
*
Update code to accomodate the new coord/coord2d/coord_path structs.
Alexander Gavrilov
2012-01-19
1
-5
/
+5
*
angavrilov changed general_ref_type to be all uppercase
Quietust
2012-01-18
1
-1
/
+1
*
Kill the Items module
Quietust
2012-01-16
1
-9
/
+3
*
df_item -> df::item, t_itemflags -> df::item_flags
Quietust
2012-01-16
1
-15
/
+15
*
Typo - "desctruction" -> "destruction"
Quietust
2012-01-15
1
-1
/
+1
*
Fix deadlock in autodump
Quietust
2012-01-15
1
-1
/
+1
*
Only use #include <> for system libraries - for everything else, use ""
Quietust
2012-01-15
1
-17
/
+15
*
Use general_ref::getType() instead of strict_virtual_cast<>
Quietust
2012-01-15
1
-1
/
+1
*
Merge https://github.com/quietust/dfhack
Petr Mrázek
2012-01-15
1
-2
/
+1
|
\
|
*
Remove unreferenced variables
Quietust
2012-01-11
1
-1
/
+0
*
|
Add hotkey commands to destroy items under cursor, and a specific item.
Alexander Gavrilov
2012-01-14
1
-13
/
+126
|
/
*
Header changes/cleanup.
Petr Mrázek
2011-12-31
1
-9
/
+9
*
Kill item variable accessors. YES.
Petr Mrázek
2011-10-25
1
-2
/
+2
*
Make autodump fix the block-local item ID vectors.
Petr Mrázek
2011-08-21
1
-0
/
+27
*
Many tweaks to plugins, reorganized the build system and removed more cruft.
Petr Mrázek
2011-08-14
1
-0
/
+2
*
Ported autodump tool
Petr Mrázek
2011-08-04
1
-0
/
+215