|  Alexander Gavrilov | ef256e1453 | Detect incomplete thread and cloth items in workflow. | 2012-01-27 21:17:50 +04:00 | 
				
					
						|  Petr Mrázek | 1d7ed14442 | Merge https://github.com/quietust/dfhack Re-add some get* forms of module calls.
Conflicts:
	plugins/mapexport/mapexport.cpp | 2012-01-27 06:27:57 +01:00 | 
				
					
						|  Petr Mrázek | d5d4875532 | Make things work properly. | 2012-01-27 05:54:26 +01:00 | 
				
					
						|  Quietust | be892beba9 | Update materials module to match XML changes | 2012-01-26 21:32:47 -06:00 | 
				
					
						|  Quietust | fe34e07d2b | Re-add the ability to request simplified copies of Constructions, Engravings, and Plants; also fix the "isValid" checks for those modules to actually be meaningful | 2012-01-26 20:29:59 -06:00 | 
				
					
						|  Quietust | cfca04f2d2 | Cleanup TileTypes * Group tiletypes by 0x10 instead of by 10
* Change tile type parameters to use int16_t consistently
* Various description fixes | 2012-01-26 10:38:18 -06:00 | 
				
					
						|  Petr Mrázek | 0375be549c | Merge https://github.com/mikestewart/dfhack | 2012-01-26 05:37:50 +01:00 | 
				
					
						|  Petr Mrázek | 850ede3e72 | Sync structures. | 2012-01-26 05:36:35 +01:00 | 
				
					
						|  Quietust | 3c60b43a38 | Fix "origin" field on mapblock40d to actually be correct | 2012-01-25 07:57:11 -06:00 | 
				
					
						|  Quietust | 902e0c4d90 | Strip out old offsets from Gui module and use df::global vars where available | 2012-01-24 22:18:21 -06:00 | 
				
					
						|  Quietust | 9a683ffda4 | Switch some World module stuff to read out of appropriate df::global vars, and fix setPauseState to only write a byte instead of a dword | 2012-01-24 21:51:17 -06:00 | 
				
					
						|  Quietust | 26730dc6c2 | Kill the Constructions module | 2012-01-24 16:11:48 -06:00 | 
				
					
						|  Quietust | 8861e93848 | Kill the Vegetation module, replacing it with the same 3 simple methods used in Engravings | 2012-01-24 12:02:12 -06:00 | 
				
					
						|  Quietust | 6d1af090c5 | Tweak Engravings.h | 2012-01-24 11:57:47 -06:00 | 
				
					
						|  Quietust | f8ce959402 | Kill the Engravings module | 2012-01-24 11:53:49 -06:00 | 
				
					
						|  Quietust | cc7c7795a1 | Kill the Units module, and add another pair of methods to the Items module to simplify some things | 2012-01-24 11:32:34 -06:00 | 
				
					
						|  Quietust | 02d75e2c94 | Building module is gone, so this function doesn't exist anymore | 2012-01-24 10:59:26 -06:00 | 
				
					
						|  Quietust | a3904b99dd | Remove bad assert from Translation, as well as <cassert> from other modules that don't use it | 2012-01-24 10:57:25 -06:00 | 
				
					
						|  Quietust | 466bf89578 | Goodbye, Translation module | 2012-01-24 10:54:12 -06:00 | 
				
					
						|  Alexander Gavrilov | 174d9d0739 | Tweak showmood, add a few validity checks, commit a dfhack.init example. | 2012-01-24 15:36:30 +04:00 | 
				
					
						|  Quietust | 6adadb396e | df::tool_uses is now implicitly int16_t, so no more enum_field<> here | 2012-01-23 19:40:02 -06:00 | 
				
					
						|  Mike Stewart | 031119ac73 | Made mapexport build with latest Material changes. | 2012-01-22 15:47:39 -08:00 | 
				
					
						|  Mike Stewart | 0d79fd9b15 | Merge remote-tracking branch 'quietust/master' | 2012-01-22 15:31:34 -08:00 | 
				
					
						|  Quietust | 7f23c322a2 | Cleanup | 2012-01-21 19:24:58 -06:00 | 
				
					
						|  Quietust | ccf22bed10 | Replace df_plant with df::plant - this leaves the Vegetation module a bit empty, but I'll leave it in case we decide to add something new there | 2012-01-21 17:54:57 -06:00 | 
				
					
						|  Mike Stewart | debeebb7c4 | Merge remote-tracking branch 'quietust/master' | 2012-01-21 11:26:12 -08:00 | 
				
					
						|  Quietust | d2c78646ea | t_creaturecaste shouldn't be using t_attrib, because those AREN'T actual attribute values, just the PHYS/MENT_ATT_RANGE values from the raws | 2012-01-21 13:24:38 -06:00 | 
				
					
						|  Quietust | 7b2835e2a9 | Get rid of df_name | 2012-01-21 13:12:40 -06:00 | 
				
					
						|  Quietust | 8052305c2e | Cleanup the Units module | 2012-01-21 13:03:39 -06:00 | 
				
					
						|  Quietust | 118e5c6617 | Major cleanup of Materials modul, precursor to eventually nuking it | 2012-01-21 10:12:26 -06:00 | 
				
					
						|  Quietust | d504479fc2 | Merge https://github.com/angavrilov/dfhack | 2012-01-21 09:59:54 -06:00 | 
				
					
						|  Quietust | d9c4f259a0 | These will become necessary shortly | 2012-01-21 08:59:19 -06:00 | 
				
					
						|  Alexander Gavrilov | b0cda1526e | Adjust FOR_ENUM_ITEMS to account for ENUM_LAST_ITEM being inclusive now. | 2012-01-21 18:50:44 +04:00 | 
				
					
						|  Alexander Gavrilov | 2449b80010 | Update to match the data definitions. | 2012-01-21 17:18:53 +04:00 | 
				
					
						|  Mike Stewart | df08914549 | Better fix for building protobufs with C++0x turned on. | 2012-01-20 16:21:50 -08:00 | 
				
					
						|  Mike Stewart | bf60f5975a | Cleaned up the protobuf and mapexport build scripts a lot, and added two more simple proto files to store map geometry information. | 2012-01-20 11:21:29 -08:00 | 
				
					
						|  Mike Stewart | 9b0b0d53f9 | Merge remote-tracking branch 'quietust/master' | 2012-01-20 09:47:32 -08:00 | 
				
					
						|  Mike Stewart | 941c643b5c | Cleaned up the protobuf build a bit, and made git ignore files generated in doing so. Fixed building mapexport on Linux by forcing CMake to create a directory for protobuf output files. | 2012-01-20 09:17:08 -08:00 | 
				
					
						|  Quietust | 1b419313f4 | Merge https://github.com/angavrilov/dfhack | 2012-01-20 10:40:25 -06:00 | 
				
					
						|  Alexander Gavrilov | 80292bd49e | Update Maps to match the new geo_biome definitions. | 2012-01-20 20:27:39 +04:00 | 
				
					
						|  Quietust | 67f60a07bd | Fix crash bug in dfprobe | 2012-01-20 08:30:09 -06:00 | 
				
					
						|  Alexander Gavrilov | cc510a2c4b | Replace DFCoord with df::coord and df::coord2d. | 2012-01-20 14:28:00 +04:00 | 
				
					
						|  Quietust | c0a0702882 | Improve error handling within Maps module - only throw exceptions if there's no meaningful return type | 2012-01-19 22:11:43 -06:00 | 
				
					
						|  Quietust | e7ecda1434 | Kill the Maps module | 2012-01-19 21:44:17 -06:00 | 
				
					
						|  Mike Stewart | 1e59811e65 | Fixed check for old GCC versions. | 2012-01-19 14:55:10 -08:00 | 
				
					
						|  Mike Stewart | 494a4202df | Added Google Protocol Buffers to the library dependencies folder (though nothing yet depends on it). This definitely works in Linux, but needs checking in Windows. | 2012-01-19 14:44:01 -08:00 | 
				
					
						|  Quietust | e7dcd4c66a | Fix stupid typo | 2012-01-19 14:57:55 -06:00 | 
				
					
						|  Quietust | 4bb724cd6c | Significant cleanup of Maps module - next step will be to kill it properly | 2012-01-19 14:11:52 -06:00 | 
				
					
						|  Alexander Gavrilov | e2d7359bdd | Add the gps global to Memory.xml. | 2012-01-19 17:26:21 +04:00 | 
				
					
						|  Alexander Gavrilov | 7db467a740 | Update code to accomodate the new coord/coord2d/coord_path structs. Also replicate the methods of DFCoord. | 2012-01-19 14:30:22 +04:00 |