-
Notifications
You must be signed in to change notification settings - Fork 482
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
bf998e4
commit 880f3bb
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule stonesense
updated
21 files
+122 −115 | Config.cpp | |
+64 −0 | Config.h | |
+15 −15 | Creatures.cpp | |
+3 −3 | DumpInfo.cpp | |
+45 −46 | GUI.cpp | |
+5 −60 | GameConfiguration.h | |
+1 −1 | GroundMaterialConfiguration.cpp | |
+11 −7 | MapLoading.cpp | |
+15 −15 | SpriteColors.cpp | |
+8 −8 | SpriteObjects.cpp | |
+3 −0 | StonesenseState.h | |
+4 −4 | Tile.cpp | |
+2 −2 | TileTree.cpp | |
+6 −6 | TrackingModes.cpp | |
+1 −1 | TreeGrowthConfiguration.cpp | |
+54 −52 | UserInput.cpp | |
+7 −7 | WorldSegment.cpp | |
+2 −6 | common.h | |
+23 −1 | commonTypes.h | |
+1 −0 | docs/changelog.txt | |
+17 −17 | main.cpp |