|  lethosor | 75c8bf1a59 | Indent more | 2020-04-22 22:05:48 -04:00 | 
				
					
						|  PatrikLundell | 07571e9eb4 | updated and resolved conflict | 2020-04-22 11:43:37 +02:00 | 
				
					
						|  Ben Lubar | 2f1e057bc7 | check-structures-sanity: report known void* types with a better message | 2020-04-19 22:03:03 -05:00 | 
				
					
						|  Ben Lubar | 8427f518c9 | match capitalization changes I made to df-structures in specific_ref | 2020-04-15 20:05:15 -05:00 | 
				
					
						|  PatrikLundell | f4f2aa0d5e | removed underscores, adapted to structure (re)naming | 2020-04-15 10:18:37 +02:00 | 
				
					
						|  PatrikLundell | b0d184e2f9 | Merge branch 'develop' of https://github.com/DFHack/dfhack into Units | 2020-04-15 09:45:54 +02:00 | 
				
					
						|  Nilsolm | 362e49c0bc | autogems: check bin content in linked stockpiles | 2020-04-12 11:02:26 +02:00 | 
				
					
						|  Nilsolm | 2b44e52cab | Add intrigue skill to manipulator | 2020-04-11 16:47:29 +02:00 | 
				
					
						|  PatrikLundell | 55988e3fc4 | adapted to updated structures, remote Using units for age | 2020-04-08 08:45:40 +02:00 | 
				
					
						|  PatrikLundell | 5ce84a76f9 | Merge branch 'develop' of https://github.com/DFHack/dfhack into Units | 2020-04-08 08:35:58 +02:00 | 
				
					
						|  Nilsolm | c4853bd6e1 | Add search to justice screen | 2020-04-06 19:13:18 +02:00 | 
				
					
						|  lethosor | 4e957eafe2 | Merge remote-tracking branch 'ymber/embark-profile-name' into develop | 2020-04-04 18:55:12 -04:00 | 
				
					
						|  PatrikLundell | a0e2abe20a | Units update need coordination with structure identity | 2020-04-04 14:00:26 +02:00 | 
				
					
						|  ymber | 9b813aab49 | Restore style | 2020-04-04 11:17:10 +01:00 | 
				
					
						|  ymber | 5d032b3d9c | Restore esc abort key | 2020-04-04 11:12:51 +01:00 | 
				
					
						|  Ben Lubar | 845b53d7cd | fix integer signedness differences | 2020-04-03 11:50:09 -05:00 | 
				
					
						|  ymber | 6b603bc644 | Update embark-profile-name tweak | 2020-04-02 17:57:05 +01:00 | 
				
					
						|  lethosor | 06201a4c6a | Bail out if MALLOC_PERTURB_ is unset to avoid unexpected behavior | 2020-04-02 01:48:21 -04:00 | 
				
					
						|  lethosor | 9b1dddc336 | Update xml, scripts, change unit_action.data field names back Fixes #1520
Makes part of dfhack/scripts#130 unnecessary | 2020-03-30 03:00:41 -04:00 | 
				
					
						|  Ben Lubar | 97916fd55e | implement tagged union structures attributes | 2020-03-21 14:29:14 -05:00 | 
				
					
						|  Ben Lubar | b29d009b14 | update structures; implement struct_field_info_extra | 2020-03-21 13:21:35 -05:00 | 
				
					
						|  PatrikLundell | 5c913270d6 | forgot to update profile save/load | 2020-03-15 17:56:13 +01:00 | 
				
					
						|  PatrikLundell | 7e2872e607 | Merge branch 'develop' of https://github.com/DFHack/dfhack into embark_assistant | 2020-03-15 17:33:08 +01:00 | 
				
					
						|  Ben Lubar | ccf92d4b0a | fix check-structures-sanity compile on 64-bit windows | 2020-03-13 01:09:04 -05:00 | 
				
					
						|  Ben Lubar | a456b2fcf3 | fix windows build | 2020-03-13 00:03:56 -05:00 | 
				
					
						|  Ben Lubar | 39486083f5 | handle overlapping structures in check-structures-sanity better update structures | 2020-03-12 22:16:30 -05:00 | 
				
					
						|  Ben Lubar | d456e3db7a | check-structures-sanity: fix unknown pointer type not actually dereferencing the pointer basic attempt at handling overlapping structs | 2020-03-12 15:20:46 -05:00 | 
				
					
						|  Ben Lubar | 616a57224f | check-structures-sanity: don't report possible pointers by default | 2020-03-12 11:35:52 -05:00 | 
				
					
						|  Ben Lubar | 08d2ed577e | fix check-structures-sanity compile on windows | 2020-03-12 10:02:21 -05:00 | 
				
					
						|  Ben Lubar | 469c49c8b9 | check-structures-sanity: keep track of whether data is within a larger structure | 2020-03-11 17:49:34 -05:00 | 
				
					
						|  Ben Lubar | eabff06eef | check-structures-sanity: warn when an integer might be a pointer | 2020-03-11 11:20:10 -05:00 | 
				
					
						|  Ben Lubar | e2138a6cc2 | update check-structures-sanity (part 2 of 2) | 2020-03-10 23:05:59 -05:00 | 
				
					
						|  Ben Lubar | e5de783c58 | rewriting check-structures-sanity to improve performance and remove the need for the lowmem option | 2020-03-10 18:53:56 -05:00 | 
				
					
						|  Ben Lubar | e296525983 | check-structures-sanity: don't error on unnamed enum values/bits by default | 2020-03-09 17:52:47 -05:00 | 
				
					
						|  Ben Lubar | 923581b144 | fix ghidra script failing if strings overlapped (for example, load_min_version and version could point to the same region of memory) | 2020-03-09 17:52:47 -05:00 | 
				
					
						|  Ben Lubar | a2e34a3b71 | fix check-structures-sanity picking the wrong type for linked list items | 2020-03-08 00:21:18 -06:00 | 
				
					
						|  Ben Lubar | f8f7b52180 | fix is_df_linked_list not checking if the type is null | 2020-03-06 20:22:18 -06:00 | 
				
					
						|  Ben Lubar | 6465037432 | fix field order | 2020-03-06 20:04:17 -06:00 | 
				
					
						|  Ben Lubar | 07aceb1078 | correctly handle arrays of linked lists | 2020-03-06 19:45:04 -06:00 | 
				
					
						|  Ben Lubar | 9b724666f7 | check-structures-sanity: check linked lists in a more intelligent way | 2020-03-06 17:53:05 -06:00 | 
				
					
						|  Ben Lubar | def86b8058 | check-structures-sanity: ignore DfLinkedList element sizes; these can be part of a larger structure | 2020-03-06 17:05:36 -06:00 | 
				
					
						|  Ben Lubar | 61aeaaf55e | fix typo in check-structures-sanity | 2020-03-06 16:51:33 -06:00 | 
				
					
						|  Ben Lubar | a214e00407 | allow union vectors to have tags that are bit vectors if they have exactly 2 members | 2020-03-06 16:48:33 -06:00 | 
				
					
						|  Ben Lubar | 635e709d95 | name ui_look_list union update scripts and structures | 2020-03-06 16:06:27 -06:00 | 
				
					
						|  PatrikLundell | 630aa5abdb | Merge branch 'develop' of https://github.com/DFHack/dfhack into embark_assistant | 2020-03-05 08:40:46 +01:00 | 
				
					
						|  Ben Lubar | 84cae060b1 | move find_union_tag from check-structures-sanity to DataDefs.h | 2020-03-04 18:23:49 -06:00 | 
				
					
						|  PatrikLundell | 6f9f398e22 | blind attempt to silence warnings | 2020-03-04 16:54:00 +01:00 | 
				
					
						|  PatrikLundell | 8dd89eee8a | Addressed warnings | 2020-03-04 10:09:51 +01:00 | 
				
					
						|  PatrikLundell | cd4c7ee422 | Updated embark-assistant. Lt aquifer, trees, neighbors | 2020-03-03 21:45:20 +01:00 | 
				
					
						|  Ben Lubar | e356925795 | update structures | 2020-03-02 23:12:03 -06:00 |