Skip to content

Commit 7e8cabb

Browse files
committed
Updated references and other little things
1 parent c4961bc commit 7e8cabb

10 files changed

+53
-0
lines changed

.editorconfig

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
root = true
2+
3+
[*.cs]
4+
indent_style = tab
5+
indent_size = 4

CONTRIBUTING.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
# Please review te following:
2+
3+
## Your files use tab indendation (keep tabs) of size 4
4+
5+
`Visual Studio`
6+
7+
Tools -> Options
8+
Text Editor -> C# -> Tabs
9+
Settings:
10+
Indenting: Smart
11+
Tab size: 4
12+
Indent size: 4
13+
Keep tabs CHECKED
14+
15+
![Example Visual Studio](https://i.imgur.com/1m8PLjn.png "Example Visual Studio")
16+
17+
`Notepad++`
18+
19+
Tools -> Preferences
20+
Language -> C#
21+
Settings:
22+
[Default]
23+
Tab size: 4
24+
Replace by space UNCHECKED
25+
26+
![Example notepad++](https://i.imgur.com/kbF0CMu.png "Example Notepad++")
27+
28+
## You edit in the TerraCustom solution, the chance is very slim you need another one!
29+
30+
To open this workspace, navigate to solutions/ and open TerraCustom.sln
31+
32+
![Example solution](https://i.imgur.com/fLHUHgj.png "Example solution")
33+
34+
## You use our code patcher, so you only commit patches
35+
36+
To open our code patcher, run setup.bat from the main directory.
37+
If you've worked in the TerraCustom workspace, you press 'Diff TerraCustom'
38+
This will create new patches containing your changes in the patches/ folder
39+
40+
![Example patcher](https://i.imgur.com/Ltol24M.png "Example Patcher")
41+
42+
## You inspect your diffs (patches)
43+
44+
Before you commit or create a pull request, inspect your patches. Make sure nothing weird happened.
45+
Do not auto format vanilla files when possible, it can break things.
46+
47+
![Diff example](https://i.imgur.com/jwu2GOG.png "Diff example")
48+

references/FNA.dll

37.5 KB
Binary file not shown.

references/Ionic.Zip.CF.dll

-202 KB
Binary file not shown.

references/ReLogic.dll

53 KB
Binary file not shown.

references/ReLogicLinux.dll

53 KB
Binary file not shown.

references/ReLogicMac.dll

53 KB
Binary file not shown.

references/Steamworks.NET.Linux.dll

255 KB
Binary file not shown.

references/Steamworks.NET.OSX.dll

255 KB
Binary file not shown.
2.91 MB
Binary file not shown.

0 commit comments

Comments
 (0)