-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Remove malfunctioning wirebox() helper from brushes
- Loading branch information
Showing
3 changed files
with
47 additions
and
32 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,44 +1,46 @@ | ||
# Windows image file caches | ||
Thumbs.db | ||
ehthumbs.db | ||
|
||
# Folder config file | ||
Desktop.ini | ||
|
||
# Recycle Bin used on file shares | ||
$RECYCLE.BIN/ | ||
|
||
# Windows Installer files | ||
*.cab | ||
*.msi | ||
*.msm | ||
*.msp | ||
|
||
# ========================= | ||
# Operating System Files | ||
# ========================= | ||
|
||
# OSX | ||
# ========================= | ||
|
||
# Windows image file caches | ||
Thumbs.db | ||
ehthumbs.db | ||
|
||
# Folder config file | ||
Desktop.ini | ||
|
||
# Recycle Bin used on file shares | ||
$RECYCLE.BIN/ | ||
|
||
# Windows Installer files | ||
*.cab | ||
*.msi | ||
*.msm | ||
*.msp | ||
|
||
# ========================= | ||
# Operating System Files | ||
# ========================= | ||
|
||
# OSX | ||
# ========================= | ||
|
||
.DS_Store | ||
.AppleDouble | ||
.LSOverride | ||
|
||
# Icon must ends with two \r. | ||
Icon | ||
Icon | ||
|
||
|
||
# Thumbnails | ||
._* | ||
|
||
# Files that might appear on external disk | ||
.Spotlight-V100 | ||
.Trashes | ||
|
||
# Portal 2 stuff | ||
*.vmx | ||
*.log | ||
*.prt | ||
*.filelist.txt | ||
|
||
# Portal 2 stuff | ||
*.vmx | ||
*.log | ||
*.prt | ||
*.filelist.txt | ||
*.bsp | ||
bin/bee2\.fgd | ||
|
||
build/ |
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
robocopy hammer build/hammer /S /PURGE | ||
python unify_fgd.py exp p2 srctools -o "build/portal2.fgd" | ||
python unify_fgd.py exp p1 srctools -o "build/portal.fgd" | ||
python unify_fgd.py exp hl2 srctools -o "build/hl2.fgd" | ||
python unify_fgd.py exp ep1 ep2 srctools -o "build/episodic.fgd" | ||
python unify_fgd.py exp csgo srctools -o "build/csgo.fgd" | ||
python unify_fgd.py exp tf2 srctools -o "build/tf2.fgd" | ||
python unify_fgd.py exp asw srctools -o "build/asw.fgd" | ||
python unify_fgd.py exp l4d srctools -o "build/l4d.fgd" | ||
python unify_fgd.py exp l4d2 srctools -o "build/l4d2.fgd" | ||
python unify_fgd.py exp infra srctools -o "build/infra.fgd" |
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