lethosor
35de4e34b0
devel/save-version: add 0.43.01/02
2016-05-12 16:03:52 -04:00
lethosor
52f99f4285
Fix cursor position directions for process_dig/jobs scan
2016-05-10 17:49:12 -04:00
lethosor
c1e44c178f
Add on_click/on_rclick handlers to widgets.Label
...
Closes #919
2016-05-09 21:30:34 -04:00
lethosor
d93cbd709e
Merge remote-tracking branches 'warmist/fixpositions', 'warmist/gm_editor_changes', 'rubybrowncoat/feature/fix-multiquality-gui-create-item' and 'AtomicChicken/item-trigger-fix' into develop
2016-05-09 20:55:14 -04:00
Warmist
c283e85fd5
Fix whitespace
2016-05-08 12:10:36 +03:00
Warmist
dde7d151b7
Fix few bugs with fix/diplomats.lua and fix/merchants.lua
2016-05-08 09:39:28 +03:00
Warmist
88d1a79c0c
Fix gui/mod-manager
...
it fails if mods folder does not exist
2016-05-05 13:47:29 +03:00
Matsor Browncoat
ce3c9d06a0
Fixed quality in gui/create-item with -multi.
...
When -multi option is selected, gui/create-item doesn't set quality neither on stackable nor unstackable items. Fixed this quirk.
No refactoring or optimizations. Just moved a variable and added code inside the createItem function.
2016-05-01 19:50:03 +02:00
Warmist
a5a61ce6b0
I think i got the perfect message now.
2016-04-30 23:06:38 +03:00
Warmist
3ee829f05b
Allow to insert ints and other simple types. Also allow inserting of same base type as the container.
...
Also simplify it a bit.
2016-04-30 22:10:01 +03:00
lethosor
6f5e1260e3
exportlegends: wrap enum lookups to avoid errors or writing "nil" to xml files
...
Any unidentified enum items should now be represented as "unknown X"
Fixes an issue with occasion_schedule_type 8, and probably many others
2016-04-30 14:59:04 -04:00
AtomicChicken
68267d2ab3
Update item-trigger.lua
...
whitespace removed
2016-04-20 12:05:48 +02:00
AtomicChicken
0d8a80c2ec
Update item-trigger.lua
...
added proper indentation
2016-04-20 11:08:49 +02:00
PeridexisErrant
acac839371
Replace fixdiplomats, fixmerchants with scripts
2016-04-20 11:12:06 +10:00
AtomicChicken
9319ebfba0
Update item-trigger.lua
...
Fixed an error caused by item-trigger attempting to handle item types which lack a subtype, whilst simultaneously adding support for such items.
2016-04-19 15:47:05 +02:00
Lethosor
50f2851772
Merge pull request #742 from PeridexisErrant/ls-cleanup
...
Ls cleanup
2016-04-17 17:59:22 -04:00
lethosor
9f95293e3e
Add df.type.find() dialog to gm-editor
2016-04-17 16:41:46 -04:00
PeridexisErrant
ae81454786
Minor fixes, space no longer required
...
Thanks to 2882422
2016-04-15 16:28:41 +10:00
PeridexisErrant
403e9f60b2
More informative "ls" messages
...
Because printing the name of the script doesn't help; it's already on
the left!
2016-04-15 16:28:41 +10:00
PeridexisErrant
fc9e2fbff7
Shorten wrapped "ls" descriptions in scripts
2016-04-15 16:28:41 +10:00
lethosor
6a2ace49e5
Add a "do not show again" option to prerelease-warning
2016-04-08 17:40:29 -04:00
lethosor
2935d8d6be
Make ui_sidebar_menus scan open menu automatically
2016-03-26 23:23:34 -04:00
lethosor
fd8c9d9b44
fix find-offsets gps fallback scan
2016-03-26 11:09:45 -04:00
lethosor
b888dbf25e
find-offsets: automate several more scans and aid in cursor positioning
...
- ui_menu_width (and ui_area_map_width)
- ui_workshop_job_cursor
- process_jobs
- process_dig
Also attempt to maintain cursor position between ui_building_in_assign and
ui_building_in_resize scans
2016-03-25 22:12:25 -04:00
Putnam3145
de899c5966
DF measures density in kg/m^3
...
https://www.reddit.com/r/dwarffortress/comments/4aq6wp/thats_1520000_kgm3/
2016-03-16 21:55:19 -07:00
lethosor
d2a8495a42
extra-gamelog: Fix season messages, error when loading spring saves
...
e0346ede56
, #754
2016-03-14 20:58:44 -04:00
expwnent
5bb98295b3
Merge pull request #810 from PeridexisErrant/colonies
...
Colonies as a script, + place feature by Warmist
2016-03-13 08:32:05 -04:00
expwnent
b24cbe6f84
Merge pull request #803 from robertjanetzko/additional-exports
...
Additional exports (masterpiece events, occasions and schedules)
2016-03-13 08:29:57 -04:00
expwnent
0a2cb08dba
Merge pull request #754 from PeridexisErrant/better-gamelog
...
Merge gamelog scripts to modtools/extra-gamelog
2016-03-13 08:27:11 -04:00
expwnent
b71c1b9e7c
Merge pull request #751 from PeridexisErrant/remove-dfusion
...
Remove dfusion, df2mc, mapexport, dwarfexport
2016-03-13 08:22:07 -04:00
Warmist
5895621eec
Change eventful to have sane(r) callback for produce
2016-03-13 12:57:36 +02:00
lethosor
3c6f474588
Add some useful built-in variables to the lua interpreter environment
2016-03-04 20:18:08 -05:00
lethosor
b6f1650a01
Merge remote-tracking branches 'sv-esk/iscitizen' and 'sv-esk/validation' into develop
2016-03-04 19:09:26 -05:00
lethosor
f3f719a25c
Fix duplicate call to df2console
2016-03-04 19:08:57 -05:00
lethosor
4b07a6001e
gaydar: handle soul-less creatures and fix spacing
2016-03-04 17:54:32 -05:00
lethosor
12044852cc
gaydar: fix console encoding
2016-03-04 17:41:06 -05:00
sv-esk
3dee6a87cf
modify modtools/force.lua
...
avoid segfault in case of invalid or abscent cv argument
remove CivAttack. It was broken in 40.0X
2016-03-04 20:28:12 +02:00
expwnent
1fd1169a48
Merge pull request #830 from expwnent/develop
...
Update create-unit so that civ -1 creatures are not histfigs and miti…
2016-03-02 04:52:05 -05:00
expwnent
5a7c667c89
Remove trailing whitespace.
2016-03-02 04:39:59 -05:00
expwnent
e3a12baaa6
Update create-unit so that civ -1 creatures are not histfigs and mitigated screen-movement bug. See http://www.bay12forums.com/smf/index.php?topic=139553.msg6845001#msg6845001
2016-03-02 00:40:34 -05:00
sv-esk
0614d0cf57
merge export-dt-ini script changes from splintermind/Dwarf-Therapist
2016-02-27 17:09:19 +02:00
lethosor
6a9205eccc
save-version: add 0.42.06 (1542)
2016-02-23 19:50:15 -05:00
expwnent
d1073a35d6
modtools/create-unit: checked for args.civId ~= -1
2016-02-20 19:00:47 -05:00
lethosor
cfa66c0489
Fix whitespace
2016-02-01 11:38:28 -05:00
lethosor
a7234b9c53
Add a basic script to check for release sanity
2016-02-01 10:31:12 -05:00
PeridexisErrant
e519313b70
Convert colonies plugin to script, add place feature
2016-02-01 18:12:38 +11:00
Robert Janetzko
29ab4de8a6
export occasions and schedules
2016-01-21 22:28:13 +01:00
Ben Lubar
a1d557c487
Add ban-cooking milk. See #795 .
2016-01-18 15:29:49 -06:00
Ben Lubar
d36bb20d91
Add brew, mill, and thread to ban-cooking. See #796 .
...
brew: bans cooking of plants and fruits that can be made into alcohol
(assuming default brewing reaction)
mill: bans cooking of plants that can be milled.
thread: bans cooking of plants that can be turned into thread.
2016-01-18 15:07:09 -06:00
lethosor
1498eae4b5
save-version: 0.42.05 (1537)
2016-01-18 10:40:12 -05:00