Commit Graph

  • 714ba1a030 Warn if ruby library is missing instead of breaking installation lethosor 2016-09-26 18:28:59 -0400
  • caa6a81669 Add ruby library for linux x64 lethosor 2016-09-26 17:46:50 -0400
  • 7abb82b6d1 Switch to downloading 32-bit libruby on Linux and Windows lethosor 2016-09-26 17:36:57 -0400
  • 888a09bed5 Switch to downloading OS X libruby lethosor 2016-09-26 17:23:55 -0400
  • 27d2229665 Fix follow_jmp for 64-bit code - skip REX prefix if found Quietust 2016-09-25 18:29:57 -0500
  • 869e705549 Re-run zlib and pthread scans on Linux/OS X when the build architecture changes lethosor 2016-09-15 10:24:57 -0400
  • 38cd830abf Revert "Added check to rescan zlib and pthread on linux" lethosor 2016-09-15 01:52:54 -0400
  • 1029e0f02a Fix a few whitespace issues lethosor 2016-09-15 01:37:07 -0400
  • 39608f8a95 Merge remote-tracking branch 'dseguin/fix_cmake_64_linux' into develop lethosor 2016-09-15 01:35:52 -0400
  • 01a97f6487
    Made pthread required for building protobuf David Seguin 2016-09-08 17:12:42 -0400
  • 860e584006
    Added @lethosor 's change David Seguin 2016-09-08 11:28:15 -0400
  • 36b9ee5cf4 Added check to rescan zlib and pthread on linux David Seguin 2016-09-07 23:28:50 -0400
  • 8f2cc5bc4d Fix and reorganize remotefortressreader includes lethosor 2016-09-04 16:06:26 -0400
  • e205dc82a5 Merge pull request #991 from JapaMala/v0.43.03 Japa 2016-08-29 22:30:43 +0530
  • 1862106fd1 Removed the other foreach. Japa 2016-08-29 22:29:40 +0530
  • b09ee3407c Merge branch 'v0.43.03' of https://github.com/JapaMala/dfhack into develop Japa 2016-08-29 22:06:37 +0530
  • af5d4ec5a8 removed foreach. Japa 2016-08-29 21:43:20 +0530
  • 41e298bdfc Update submodules lethosor 2016-08-27 15:27:57 -0400
  • bbaf129adf Fix ruby codegen for bitfields/enums with long base-type lethosor 2016-08-27 15:24:53 -0400
  • 7d145de4a7 Translate histfig mats into creature mats, rather than sending the entire histfig population. Japa 2016-08-26 23:48:32 +0530
  • 91cb734a25 Send histfig materials over remotefortressreader.cpp, using unique ids. Japa 2016-08-26 12:23:50 +0530
  • 5c3260c382 Actually check spatter amounts properly Japa 2016-08-26 08:49:54 +0530
  • db7be082ef Only copy spatters if they actually have any amount. Japa 2016-08-25 23:56:30 +0530
  • 012e5e2a3b Add gui/manager-quantity keybinding lethosor 2016-08-25 12:14:44 -0400
  • a3ab757642 Add spatters to remotefortressreader.cpp Japa 2016-08-25 21:14:23 +0530
  • 85ebbf0e9c Fix df_expr_to_ref for raw userdata lethosor 2016-08-24 17:18:55 -0400
  • 6ce470ad57 Add basic lua expression support to memview lethosor 2016-08-24 16:20:30 -0400
  • 7487f44fc8 Implement a helper to create lua environments with shortcuts (e.g. scr, unit) lethosor 2016-08-23 21:47:41 -0400
  • ddc0c1b3cb Merge pull request #970 from PeridexisErrant/update-init Lethosor 2016-08-23 18:05:18 -0400
  • 64e3b12f4f Make docs/build.sh a bit more configurable lethosor 2016-08-23 15:54:11 -0400
  • 30601dc3fd Update Compile.rst for GCC 4.8 and x64 changes, and general cleanup lethosor 2016-08-23 15:43:32 -0400
  • 7097b1f817 Add TC01, Qartar, milochristiansen to Authors.rst lethosor 2016-08-23 14:34:33 -0400
  • f4b0c2fcfc color-dfhack-text: Fix potential overflow issue lethosor 2016-08-22 23:18:58 -0400
  • 2dccd1d0ff Add CheckedArray:__tostring() method lethosor 2016-08-22 23:18:30 -0400
  • 1dab45ffed Replace lua_pushnumber with lua_pushinteger in LuaApi.cpp lethosor 2016-08-22 23:18:08 -0400
  • 5d87a10511 Merge pull request #979 from PeridexisErrant/core-commands Lethosor 2016-08-22 19:29:37 -0400
  • 3d2f7d426d Update the example init file PeridexisErrant 2016-08-01 15:48:21 +1000
  • 93ac937cb9 Add new job types to autohauler lethosor 2016-08-21 22:24:41 -0400
  • e983e66a1a Update xml and scripts lethosor 2016-08-21 20:59:24 -0400
  • 70ac99cbfa Fix Buildings::setOwner() persistence lethosor 2016-08-21 20:58:40 -0400
  • 9171149afb Update submodule refs lethosor 2016-08-18 23:42:17 -0400
  • 98a187ca43 Update xml lethosor 2016-08-18 17:28:44 -0400
  • 9e4a6d7591 Update default base address on 64-bit Linux lethosor 2016-08-18 17:28:18 -0400
  • 0b6597ddb2 Stop field_offset from crashing due to missing vtables lethosor 2016-08-18 15:59:46 -0400
  • c2997b9c79 Fix save_dir lethosor 2016-08-18 15:47:40 -0400
  • de731b0299 Move save_dir back into cur_savegame and update submodules lethosor 2016-08-14 12:41:09 -0400
  • e965f5318f Replace many includes with forward declarations in modules/Maps.h lethosor 2016-08-13 21:44:01 -0400
  • 576174ea0b Lua: Add lengths of (some) containers to their string representations lethosor 2016-08-13 19:52:14 -0400
  • 18a8512242 Fix LLONG_MAX/LLONG_MIN in luaconf.h with old glibc versions lethosor 2016-08-13 11:40:30 -0400
  • 570ac8d719 Add link to createitem wiki page PeridexisErrant 2016-08-13 15:46:15 +1000
  • 468cca3f09 Improve docs on use of OS terminal for DFHack cmds PeridexisErrant 2016-08-13 13:42:12 +1000
  • bb66ec6aee Add 'Using Commands' to docs, with pull#767 syntax PeridexisErrant 2016-08-12 19:04:23 +1000
  • a1c25570df Move labormanager to plugins/, per request lethosor 2016-08-11 23:49:15 -0400
  • 99813038e9 Update labormanager for unit.relations removal and fix warnings lethosor 2016-08-11 23:42:58 -0400
  • bceeea39ba Merge remote-tracking branch 'ab9rf/develop' (labormanager) into develop lethosor 2016-08-11 23:37:22 -0400
  • 1a79e7456c Add shell script to build docs lethosor 2016-08-11 18:43:34 -0400
  • a55ce5f1d9 labormanager: whitespace Kelly Kinkade 2016-08-11 16:58:35 -0500
  • 5ab930ba4d labormanager: small tweaks Kelly Kinkade 2016-08-11 16:56:34 -0500
  • 9b495fe08b Add load-save.lua lethosor 2016-08-11 12:51:18 -0400
  • fe6968f01d Fix script-docs.py error with missing opening token lethosor 2016-08-11 11:57:42 -0400
  • eef6f9bfb7 Add df.new() support for char and unsigned long lethosor 2016-08-11 00:01:52 -0400
  • a1ff432bf8 Restore fixed-width types in string representations of lua fields lethosor 2016-08-10 23:58:45 -0400
  • 215afa34f3 Update for 64-bit unit changes lethosor 2016-08-10 23:50:00 -0400
  • acc4a6a0b1 Set CMAKE_POSITION_INDEPENDENT_CODE lethosor 2016-08-10 15:48:47 -0400
  • 1b11c46a98 ruby.cpp: uint32_t -> uintptr_t lethosor 2016-08-10 15:24:07 -0400
  • 6e741b1a80 Merge pull request #969 from Qartar/win64 Lethosor 2016-08-10 15:15:44 -0400
  • 53a0d73d23 Add new title-folder plugin lethosor 2016-08-09 20:09:50 -0400
  • 02eef95147 Fix base address for Darwin x64 lethosor 2016-08-09 20:00:31 -0400
  • b9092c94f5 Don't search for 32-bit zlib when targeting 64-bit Linux lethosor 2016-08-09 19:10:38 -0400
  • aa47484b2a Enable bit32 library lethosor 2016-08-09 18:49:39 -0400
  • b211177a27 Fix version in docs for non-stable releases lethosor 2016-08-09 10:05:46 -0400
  • 9c28d1a085 Improve CMake file downloads lethosor 2016-08-08 16:49:22 -0400
  • e22b3b1de7 Use non-fixed-width types in integer identity_traits definitions lethosor 2016-08-08 11:46:20 -0400
  • 298d16238e Remove a few unneeded includes in DataStaticsFields.cpp lethosor 2016-08-08 11:45:00 -0400
  • 72900fdfae Merge pull request #975 from Qartar/ruby Lethosor 2016-08-07 16:31:08 -0400
  • 5fef2ad075 Add windows container sizes to ruby codegen Carter Bray 2016-08-07 10:11:17 -0700
  • aeac8b4fef Update xml lethosor 2016-08-05 18:04:42 -0400
  • ee7357b60e x86: fix vector validity check lethosor 2016-08-05 17:51:08 -0400
  • dde6901534 x86: fix lua address display lethosor 2016-08-05 17:50:49 -0400
  • ddbb1b5bb8 ruby: Update sizes for some types lethosor 2016-08-05 17:29:24 -0400
  • dbd2e71920 Ruby codegen integer improvements lethosor 2016-08-05 17:12:07 -0400
  • ef569dc5a1 Pass OS and architecture to ruby codegen explicitly lethosor 2016-08-05 17:09:25 -0400
  • 697aa54fa6 Sent tree and stone layers through remotefortressreader.cpp, and correct town placement. Japa 2016-08-05 00:40:10 +0530
  • 8a97b54bcd Send wall info Japa 2016-08-03 16:32:51 +0530
  • 2fda01d90b Add support for site towers. Japa 2016-08-03 10:22:30 +0530
  • 9189e3dc7e Send world buildings through remotefortressreader.cpp Japa 2016-08-02 10:30:17 +0530
  • 44913609c8 Fix format string warnings Carter Bray 2016-07-31 17:02:02 -0700
  • 9da2dcb8a2 Fix raw_vcall on Win64 builds Carter Bray 2016-07-31 17:01:57 -0700
  • 3b9d37abe5 Suppress integer conversion warnings inside protobuf source Carter Bray 2016-07-31 17:01:52 -0700
  • 625fbbec1d Automatically detect architecture based on Visual Studio generator Carter Bray 2016-07-31 17:01:47 -0700
  • 60cf860450 Merge branch 'develop' of dfhack/dfhack into develop lethosor 2016-07-29 19:15:53 -0400
  • 6e1777e1e3 Remove _SILENCE_STDEXT_HASH_DEPRECATION_WARNINGS lethosor 2016-07-29 19:13:19 -0400
  • 497503b707 Update scripts (find-offsets) lethosor 2016-07-29 19:12:14 -0400
  • 79377669a1 Merge remote-tracking branch 'NCommander/dwarfvet' into develop lethosor 2016-07-29 16:25:53 -0400
  • 158f18106f Merge remote-tracking branch 'NCommander/vs2015' into develop lethosor 2016-07-29 15:30:32 -0400
  • 55970a71ab Fix Lua::Push for enums lethosor 2016-07-29 11:06:16 -0400
  • e8fe72826f Add new integer types to memscan and update find-offsets lethosor 2016-07-29 00:05:12 -0400
  • dc79e2477b Expose long/[u]intptr_t to lua and fix some integer return values lethosor 2016-07-29 00:02:51 -0400
  • b7856fd9f2 Use enable_if for Lua::Push specializations lethosor 2016-07-28 22:04:46 -0400
  • 7b7f7a1b79 Fix support for integer fields in Lua 5.3 lethosor 2016-07-28 16:36:02 -0400