lethosor
|
d1f0edd33b
|
Apply initial pre-commit config
|
2022-04-12 14:48:19 -04:00 |
lethosor
|
91e7e12464
|
RemoteFortressReader: fix likely copy-paste error between width/height
|
2021-09-07 01:17:38 -04:00 |
lethosor
|
e7754ea890
|
Enable -Wunused-variable and fix most errors
|
2021-09-07 01:16:21 -04:00 |
Quietust
|
9d8eccd152
|
Fix remotefortressreader to use new ocean_wave field names
|
2021-09-02 06:58:55 -06:00 |
lethosor
|
a7232499ac
|
Silence some warnings from GCC 10
Specifically `gcc (Ubuntu 10.2.0-13ubuntu1) 10.2.0`
|
2020-12-30 00:04:49 -05:00 |
lethosor
|
b6de6f12ec
|
Merge remote-tracking branch 'RosaryMala/remote_reader' into develop
|
2020-07-13 19:58:33 -04:00 |
Ben Lubar
|
d13e5a3f31
|
update structures
handle renaming of caste_raw::gender
|
2020-06-29 20:20:37 -05:00 |
Rose
|
ad37354211
|
Bump version number to make sure the updater works.
|
2020-05-24 15:42:59 -07:00 |
Rose
|
6e2f71b10f
|
Merge branch 'remote_reader' of https://github.com/RosaryMala/dfhack into develop
|
2020-05-22 08:04:38 -07:00 |
Rose
|
3db490ee9e
|
Fix a problem where the block coordinates would sometimes not get copied.
|
2020-05-22 08:01:34 -07:00 |
JapaMala
|
63c7b69b5b
|
Change item improvement type to bare ints.
|
2020-05-02 14:38:55 -07:00 |
JapaMala
|
60853a543d
|
Remove the site realization building type from the remote reader spec. It has no business being there.
|
2020-05-02 13:28:28 -07:00 |
lethosor
|
75c8bf1a59
|
Indent more
|
2020-04-22 22:05:48 -04:00 |
PatrikLundell
|
55988e3fc4
|
adapted to updated structures, remote Using units for age
|
2020-04-08 08:45:40 +02:00 |
PatrikLundell
|
a0e2abe20a
|
Units update need coordination with structure identity
|
2020-04-04 14:00:26 +02: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
|
7784e569a5
|
update structures
|
2020-03-02 22:29:53 -06:00 |
lethosor
|
815821eb93
|
Merge branch 'develop' into cmake-cleanup
Conflicts:
depends/lua/CMakeLists.txt
plugins/CMakeLists.txt
plugins/devel/CMakeLists.txt
|
2020-01-18 22:28:43 -05:00 |
lethosor
|
5eca50476e
|
Merge remote-tracking branch 'nornagon/unit-description' into develop
|
2020-01-13 23:31:23 -05:00 |
Jeremy Apthorp
|
50e696acf6
|
getDescription => getPhysicalDescription
|
2019-12-14 09:36:47 -08:00 |
Jeremy Apthorp
|
910f965838
|
wip
|
2019-12-07 22:17:59 -08:00 |
JapaMala
|
f00a7f9b39
|
Bump RFR Version number.
|
2019-09-08 15:33:39 -05:00 |
japamala
|
d17820a596
|
Made RemoteFortressReader pulll from the active units list, not from the full units list.
|
2019-08-22 19:26:19 -06:00 |
lethosor
|
88757d5c27
|
Merge branch 'develop' into cmake-cleanup
|
2019-07-20 19:22:33 -04:00 |
lethosor
|
76da2c2aaf
|
Clean up CMakeLists.txt style
|
2019-07-16 22:19:11 -04:00 |
JapaMala
|
860be4a04a
|
Fix issues with following the screen when using TWBT
|
2019-05-12 17:05:02 -05:00 |
JapaMala
|
ae91e17e3e
|
Consider the unit's current job for facing.
|
2019-05-04 14:35:28 -05:00 |
JapaMala
|
19772b7a43
|
bump version number for future AV updates to pick up on.
|
2019-05-04 10:29:02 -05:00 |
JapaMala
|
4347fb0be7
|
Use size_t for vector size comparisons.
|
2019-04-18 23:30:03 -05:00 |
JapaMala
|
6565a3a2ba
|
Add wounds to RFR
|
2019-04-18 21:49:18 -05:00 |
JapaMala
|
435f92d1bb
|
Add protobuf files to the build solution so they show up in visual studio
|
2019-04-18 21:48:36 -05:00 |
JapaMala
|
1d147015a6
|
Bump RFR api version
|
2019-04-07 23:05:35 -05:00 |
JapaMala
|
61396a57ab
|
Push over dwarf's ages through protos
|
2019-04-07 22:52:50 -05:00 |
JapaMala
|
571ce0f616
|
Repport if the game is not safe to interact with, namely while saving or loading the game.
|
2019-03-22 22:52:59 -05:00 |
JapaMala
|
064b6959e4
|
Fixed a crash when a unit has a move action queued, but the path is zero length
|
2019-03-17 18:05:12 -05:00 |
JapaMala
|
368d70c2d7
|
Use VIRTUAL_CAST_VAR correctly.
|
2018-12-26 01:10:51 -06:00 |
JapaMala
|
84578d7052
|
Remove both debug dump functions. They aren't needed anymore.
|
2018-12-26 01:04:31 -06:00 |
JapaMala
|
e6f7900c52
|
Force UTF-8 string literals.
|
2018-12-26 00:39:16 -06:00 |
JapaMala
|
d73124ebf7
|
Use FOR_ENUM_ITEMS instead of the silly for loop I had.
|
2018-12-26 00:14:38 -06:00 |
JapaMala
|
4b7e0d3c56
|
Convert unicode to escaped characters, and some formatting niceness
|
2018-12-26 00:11:08 -06:00 |
JapaMala
|
701ac66f8e
|
Update DF version define. (mainly used to be able to keep backwards compatibility)
|
2018-12-26 00:06:49 -06:00 |
JapaMala
|
95d3086fe6
|
Remove tabs
|
2018-12-26 00:05:17 -06:00 |
Japa Mala Illo
|
67ce858772
|
Changed some debug stuff to use new variable names from the xmls
|
2018-11-11 16:21:15 -06:00 |
Japa Mala Illo
|
85a4fef1d8
|
Added unknowns to saved tree export.
|
2018-10-28 10:22:55 -05:00 |
Japa Mala Illo
|
836c011b33
|
Changed the plant tiles to more descriptive names.
|
2018-10-28 09:33:26 -05:00 |
Japa Mala Illo
|
7b6b83bdcf
|
added a command to dump all trees in the map for debug.
|
2018-10-28 02:01:01 -05:00 |
JapaMala
|
4b8cf7f65e
|
Added armor raw info.
|
2018-08-05 21:29:40 +05:30 |
JapaMala
|
f2664f7926
|
Add unit facing and sub-tile position when moving.
|
2018-08-03 23:18:02 +05:30 |
JapaMala
|
efe4926df0
|
Send equipped item bodypart attachments over RFR
|
2018-08-02 21:50:29 +05:30 |
JapaMala
|
0a0cbdf2de
|
Add creature flags to RFR creature raws.
|
2018-07-28 18:39:45 +05:30 |