-
Notifications
You must be signed in to change notification settings - Fork 480
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
118 changed files
with
481 additions
and
543 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,4 +13,3 @@ find_package_handle_standard_args(Sphinx DEFAULT_MSG | |
) | ||
|
||
mark_as_advanced(SPHINX_EXECUTABLE) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,4 +13,4 @@ | |
<body> | ||
Follow this <a href='./docs/index.html'>link to the documentation.</a> | ||
</body> | ||
</html> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,34 @@ | ||
{ | ||
"folders": | ||
[ | ||
{ | ||
"path": "." | ||
} | ||
], | ||
"build_systems": | ||
[ | ||
{ | ||
"name": "DFHack make", | ||
"working_dir": "$project_path", | ||
"cmd": ["python", "$project_path/build/sublime/make.py", "$file"], | ||
"variants": [ | ||
{ | ||
"name": "Build all", | ||
"cmd": ["python", "$project_path/build/sublime/make.py", "-a"] | ||
}, | ||
{ | ||
"name": "Build+install all", | ||
"cmd": ["python", "$project_path/build/sublime/make.py", "-ai"] | ||
}, | ||
{ | ||
"name": "Build plugin", | ||
"cmd": ["python", "$project_path/build/sublime/make.py", "-ap", "$file"] | ||
}, | ||
{ | ||
"name": "Build+install plugin", | ||
"cmd": ["python", "$project_path/build/sublime/make.py", "-aip", "$file"] | ||
} | ||
] | ||
} | ||
] | ||
"folders": | ||
[ | ||
{ | ||
"path": "." | ||
} | ||
], | ||
"build_systems": | ||
[ | ||
{ | ||
"name": "DFHack make", | ||
"working_dir": "$project_path", | ||
"cmd": ["python", "$project_path/build/sublime/make.py", "$file"], | ||
"variants": [ | ||
{ | ||
"name": "Build all", | ||
"cmd": ["python", "$project_path/build/sublime/make.py", "-a"] | ||
}, | ||
{ | ||
"name": "Build+install all", | ||
"cmd": ["python", "$project_path/build/sublime/make.py", "-ai"] | ||
}, | ||
{ | ||
"name": "Build plugin", | ||
"cmd": ["python", "$project_path/build/sublime/make.py", "-ap", "$file"] | ||
}, | ||
{ | ||
"name": "Build+install plugin", | ||
"cmd": ["python", "$project_path/build/sublime/make.py", "-aip", "$file"] | ||
} | ||
] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
call "%VS140COMNTOOLS%vsvars32.bat" | ||
cd VC2015_32 | ||
msbuild /m /p:Platform=Win32 /p:Configuration=RelWithDebInfo ALL_BUILD.vcxproj | ||
cd .. | ||
cd .. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Empty file.
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
call "%VS140COMNTOOLS%vsvars32.bat" | ||
cd VC2015_32 | ||
msbuild /m /p:Platform=Win32 /p:Configuration=RelWithDebInfo INSTALL.vcxproj | ||
cd .. | ||
cd .. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
call "%VS140COMNTOOLS%vsvars32.bat" | ||
cd VC2015_32 | ||
msbuild /m /p:Platform=Win32 /p:Configuration=Release INSTALL.vcxproj | ||
cd .. | ||
cd .. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Empty file.
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
#!/usr/bin/env python3 | ||
# -*- coding: utf-8 -*- | ||
""" | ||
DFHack documentation build configuration file | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,4 +14,3 @@ if(BUILD_TESTS) | |
DESTINATION blueprints/library/test | ||
) | ||
endif() | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,4 +58,3 @@ u <- drainage level | |
,,,,,r,r,r,r,r,r,r,r,r,r,r,r,r,r,r | ||
,,,,,,,,,,,,r | ||
,,,,,,,,,,,,r | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -150,4 +150,3 @@ Wilder | |
Wisdom | ||
Wyatt | ||
Zephyr | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.