Myk Taylor
|
840a2b3525
|
ensure DFHack screens get all string input
|
2023-06-23 14:36:18 -07:00 |
Taxi Service
|
3e2940ef8f
|
attempt to set optional tilesize arguments for load_texture()
|
2023-06-23 14:35:45 -07:00 |
Myk Taylor
|
52151b0e98
|
remove SDL functions that don't exist anymore
|
2023-06-23 14:31:14 -07:00 |
Myk Taylor
|
4e48ce64f1
|
get things mostly ported to SDL2
|
2023-06-23 14:31:12 -07:00 |
Myk Taylor
|
974a6155c0
|
reinstated Buildings.setOwner
|
2023-05-31 18:48:08 -07:00 |
Myk Taylor
|
a5a6b70a51
|
launch DFHack through steam if DF is run from steam
|
2023-05-20 02:59:39 -07:00 |
Myk Taylor
|
1a703c344f
|
support disabling DFHack with --disable-dfhack
|
2023-05-15 17:41:28 -07:00 |
Myk
|
b1ae39764b
|
Merge branch '5008-beta1' into myk_nosdlreal
|
2023-04-26 15:48:13 -07:00 |
Myk Taylor
|
5a4dec35f1
|
reorder template declarations so we can push vectors of maps
|
2023-04-24 14:28:21 -07:00 |
Myk Taylor
|
b5459faffe
|
format version string in help the same way
|
2023-04-23 18:20:50 -07:00 |
Myk Taylor
|
9f605d6396
|
call DF's stubs for SDL semaphore functions
|
2023-04-12 21:48:02 -07:00 |
Myk Taylor
|
21784568bd
|
migrate from SDL interposing to the hooks API
|
2023-04-12 21:34:16 -07:00 |
Myk Taylor
|
6a7446780b
|
hide terminal console when running on steam deck
|
2023-04-10 04:35:34 -07:00 |
Taxi Service
|
7c63ea9394
|
added BOLD_FRAME and INTERIOR_MEDIUM_FRAME
|
2023-04-03 20:13:57 +02:00 |
Myk Taylor
|
76bacee238
|
dynamically add mod scripts to the script path
|
2023-03-25 12:56:48 -07:00 |
Myk Taylor
|
2bc92042a5
|
allow enable to interpret aliases
|
2023-03-24 23:25:24 -07:00 |
Myk Taylor
|
c47f068769
|
add Lua::Push for sets
|
2023-03-15 00:28:18 -07:00 |
Myk Taylor
|
0562dc5234
|
constify some MaterialInfo methods
|
2023-03-05 18:16:49 -08:00 |
Myk Taylor
|
028bbca07b
|
allow vectors to be read from indices other than 1
|
2023-03-05 16:32:05 -08:00 |
Myk Taylor
|
d3ef96cc05
|
allow MaterialInfo structs to be sorted
|
2023-03-05 16:32:05 -08:00 |
Myk
|
663b014eae
|
Merge pull request #2682 from 20k/squadwork
makeSquad, updateRoomAssignments
|
2023-02-26 21:40:33 -08:00 |
Myk Taylor
|
c513c246a5
|
more SDL wrapping for stonesense
|
2023-02-26 21:18:16 -08:00 |
Myk Taylor
|
851bb50dc8
|
add SDL_PushEvent shim for RemoteFortressReader
|
2023-02-26 21:18:08 -08:00 |
20k
|
2bd48f1f90
|
address some review comments
|
2023-02-26 18:05:35 +00:00 |
20k
|
d84b118767
|
docs, rework, rename
|
2023-02-26 18:05:35 +00:00 |
20k
|
3912c6290f
|
Military module start
|
2023-02-26 18:05:34 +00:00 |
20k
|
ce3ee386fd
|
makeSquad, updateRoomAssignments
|
2023-02-26 18:05:34 +00:00 |
Myk Taylor
|
a684f294c5
|
add templated version of join_strings
|
2023-02-24 17:05:08 -08:00 |
Kelvie Wong
|
f8d94afb7d
|
Add getSelectedCivZone to dfhack.gui
Mostly helpful for my own automation in my custom lua scripts.
Tested it with barracks, meeting areas, and pastures.
|
2023-02-13 15:22:33 -08:00 |
Robob27
|
65f38ec75c
|
Add isGeldable, isMarkedForGelding, isPet
|
2023-02-11 05:44:45 -05:00 |
Myk Taylor
|
cd12f95849
|
add const & to Push overloads; remove circular def
|
2023-02-08 12:15:19 -08:00 |
Roxy
|
826f918954
|
remove isHospital as hospitals are no longer civzones
|
2023-02-06 19:11:00 -05:00 |
Myk Taylor
|
9e318842a4
|
implement some Gui module hotkey guards
and clean up focus string matching logic
|
2023-02-06 00:58:57 -08:00 |
Myk Taylor
|
526d7c1726
|
allow focus string generation to fall through unfocuses ZScreens
|
2023-02-05 18:01:46 -08:00 |
Robob27
|
14f1e4b52f
|
Per confirm pause maybe?
|
2023-02-05 19:04:21 -05:00 |
Robob27
|
8f32f1ed7b
|
Fixup focusStrings->focusString
|
2023-02-05 19:04:21 -05:00 |
Robob27
|
a770a4cae4
|
WIP
|
2023-02-05 19:04:21 -05:00 |
Myk Taylor
|
81abd52313
|
include TRACE messages in the build
|
2023-02-03 12:25:44 -08:00 |
Myk Taylor
|
8c7be9a8c2
|
don't use negative plant indices
and clean up the Kitchen module a bit more
|
2023-02-02 23:33:24 -08:00 |
Myk
|
21f93173c3
|
Merge pull request #2778 from myk002/myk_halfsies
support offset text in graphics mode for pens
|
2023-02-01 17:50:24 -08:00 |
Myk
|
7468170751
|
Merge pull request #2771 from myk002/myk_seedwatch
update seedwatch
|
2023-02-01 17:49:57 -08:00 |
Myk Taylor
|
58be8cfd69
|
support offset text in graphics mode for pens
|
2023-02-01 17:39:32 -08:00 |
Myk Taylor
|
aae5d5f411
|
reduce diff in Kitchen.h
|
2023-02-01 04:28:07 -08:00 |
Myk Taylor
|
be40d55e64
|
update seedwatch
|
2023-02-01 04:03:28 -08:00 |
Myk Taylor
|
aa22917aeb
|
add new control panel textures
|
2023-01-31 23:52:30 -08:00 |
Myk
|
274e995790
|
Merge pull request #2747 from myk002/myk_on_off
Add new on/off icons
|
2023-01-29 16:55:01 -08:00 |
Myk Taylor
|
1c6235633f
|
add dfhack.units.getCitizens()
|
2023-01-29 16:28:05 -08:00 |
Myk Taylor
|
c2d6debcd8
|
add on/off light textures and expose to lua
|
2023-01-29 00:35:29 -08:00 |
Myk
|
99d1ed6828
|
Merge branch 'develop' into myk_no_inception
|
2023-01-28 11:58:37 -08:00 |
Myk Taylor
|
863ca2ca65
|
solve the inception problem
where hideGuard smashes the viewscreen stack with multiple insertions
for the same screen
|
2023-01-28 08:02:46 -08:00 |