forked from DFHack/dfhack
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
scripts: master plugins/stonesense: master
- Loading branch information
1 parent
3f417eb
commit 36ec788
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule stonesense
updated
21 files
+22 −0 | Config.cpp | |
+2 −0 | Config.h | |
+18 −7 | GUI.cpp | |
+2 −0 | GameConfiguration.h | |
+1 −1 | MapLoading.cpp | |
+1 −54 | SpriteObjects.cpp | |
+26 −42 | Tile.cpp | |
+1 −0 | Tile.h | |
+2 −2 | UserInput.cpp | |
+19 −16 | WorldSegment.cpp | |
+9 −0 | configs/init.txt | |
+8 −0 | docs/changelog.txt | |
+7 −0 | main.cpp | |
+1 −1 | resources/Artists.txt | |
+4 −0 | resources/buildings/Bookcase.xml | |
+ − | resources/buildings/bgibs.png | |
+ − | resources/gibs.png | |
+ − | resources/objects.png | |
+23 −551 | resources/terrain/Track_Floors.xml | |
+10 −300 | resources/terrain/Track_Ramps.xml | |
+2 −2 | resources/terrain/index.txt |
Submodule scripts
updated
11 files
+53 −183 | assign-preferences.lua | |
+187 −0 | autocheese.lua | |
+6 −0 | changelog.txt | |
+3 −1 | docs/assign-preferences.rst | |
+39 −0 | docs/autocheese.rst | |
+10 −4 | docs/hide-tutorials.rst | |
+7 −5 | docs/pref-adjust.rst | |
+2 −1 | gui/manipulator.lua | |
+28 −9 | hide-tutorials.lua | |
+2 −0 | internal/control-panel/registry.lua | |
+51 −12 | pref-adjust.lua |