summaryrefslogtreecommitdiff
path: root/library/modules/Materials.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update license, add contributors file, bump release numberPetr Mrázek2012-09-301-1/+1
* Add a plugin implementing 'add spatter to item' reactions.Alexander Gavrilov2012-09-171-0/+13
* add COAL subtypes in MaterialInfo::getTokenjj2012-07-041-0/+6
* Sync to changes in df-structures.Alexander Gavrilov2012-05-261-2/+2
* Enable warnings correctly on linux and fix a lot of them.Alexander Gavrilov2012-04-201-5/+5
* Wrap MaterialInfo for lua.Alexander Gavrilov2012-04-061-1/+11
* Add many new template functions for enums & bitfields.Alexander Gavrilov2012-03-171-8/+2
* Change to the traits representation of enum and bitfield properties.Alexander Gavrilov2012-03-151-2/+2
* DEEP_ANY got renamed to SPECIALQuietust2012-03-031-1/+1
* Fix the ugly Materials code...Petr Mrázek2012-03-011-21/+24
* Fix horrible errors and make MSVC shut upt about non-issues.Petr Mrázek2012-03-011-13/+13
* Make it build and run on linux (no stonesense, df2mc, dfusion)Petr Mrázek2012-02-091-17/+0
* In all loops that iterate across a vector, use a size_t as the indexQuietust2012-01-311-31/+31
* Cleanup code to get rid of MSVC warning C4482Quietust2012-01-311-20/+20
* Detect incomplete thread and cloth items in workflow.Alexander Gavrilov2012-01-271-2/+2
* Make things work properly.Petr Mrázek2012-01-271-12/+13
* Tweak showmood, add a few validity checks, commit a dfhack.init example.Alexander Gavrilov2012-01-241-5/+33
* CleanupQuietust2012-01-211-11/+11
* t_creaturecaste shouldn't be using t_attrib, because those AREN'T actual attr...Quietust2012-01-211-41/+24
* Major cleanup of Materials modul, precursor to eventually nuking itQuietust2012-01-211-278/+192
* Add default return value to MaterialInfo::matchesQuietust2012-01-111-0/+1
* Support the most important job types in workflow.Alexander Gavrilov2012-01-101-3/+48
* Update structures and implement modifying the job_item item type.Alexander Gavrilov2012-01-091-7/+25
* Move a few functions into the core, and add some more.Alexander Gavrilov2012-01-081-8/+46
* Merge https://github.com/angavrilov/dfhackPetr Mrázek2012-01-051-0/+352
|\
| * Allow setting job item materials.Alexander Gavrilov2012-01-051-0/+111
| * Update data definitions.Alexander Gavrilov2012-01-041-2/+11
| * Move the MaterialInfo class to the main library.Alexander Gavrilov2012-01-031-0/+232
* | Fix MSVC builds, break buildings :DPetr Mrázek2012-01-051-7/+7
* | Remove DfVector, break MSVC builds until further notice.Petr Mrázek2012-01-041-24/+23
|/
* Header changes/cleanup.Petr Mrázek2011-12-311-7/+7
* Messing with materials.Petr Mrázek2011-11-031-21/+17
* Added plant raw structPetr Mrázek2011-10-281-11/+19
* Items refactor. readItem turned into copyItem, most Items methods now accept ...Petr Mrázek2011-10-261-20/+20
* Kill item variable accessors. YES.Petr Mrázek2011-10-251-1/+3
* Gems are now properly detected in prospector. Nuked some legacy garbage.Petr Mrázek2011-09-241-2/+3
* Ported deramp, cleanowned and cleartask tools.Petr Mrázek2011-08-051-9/+11
* More plugin workPetr Mrázek2011-07-261-77/+0
* Fix ore/gem sorting.Petr Mrázek2011-07-221-15/+6
* Added DF material structs reversed by QuietustPetr Mrázek2011-07-211-65/+44
* More info on inorganic materialsMatthew Cline2011-07-201-6/+95
* Crud removal: Context is gone. Added missing FakeSDL.hPetr Mrázek2011-06-171-115/+7
* Yay, kittens! Also some license cleanup, IO thread usage, more SDL wrapping a...Petr Mrázek2011-06-161-2/+3
* Stripped nonsense from the DFHack vector wrapper. Next step: removal.Petr Mrázek2011-06-131-9/+9
* First 'working' DFHack inside DF, for 'some' values of 'working'.Petr Mrázek2011-06-121-4/+4
* stop dfstatus from wasting time. added 'stopwatch.h' to extras for getting ac...Petr Mrázek2011-05-211-2/+0
* Fix a big heap of warnings.Petr Mrázek2011-05-151-7/+9
* Fix color variable naming in t_descriptor_colorPetr Mrázek2011-05-071-3/+3
* Item Accessor method pointer was used incorrectly.Petr Mrázek2011-04-141-0/+1
* Some const correctness, re-enabled job printing in the creature dump tool.Petr Mrázek2011-04-121-2/+2