Commit Graph

4 Commits

Author SHA1 Message Date
Grocel
e5257b030e
Removed @include "garrysmod.fgd" from wiremod.fgd (#3078)
It is not needed and actually interferes with loading order and can cause conflicts with other included fgd files.
2024-06-03 18:57:40 -04:00
AbigailBuccaneer
9ae1f5504f Fix all whitespace errors
Now nobody's commit should be flagged by Travis unless it actually
introduces whitespace errors (which we do want to check for).

This doesn't fully sort out indentation everywhere, but does fix all
whitespace that Git doesn't like. You can check the whitespace across
the entire codebase with:

    git diff-tree --check "$(git hash-object -t tree /dev/null)" HEAD
2018-02-02 00:02:28 +00:00
AbigailBuccaneer
03972803dd Normalize line endings. 2013-07-28 15:51:47 +01:00
Divran
cfca295d00 [title]Wire map interface[/title]
[WMI] Grocel's wire map interface.

[Gates] Fixed incorrect description of World To Local Angle gate and added some more (Local To World etc)
2012-01-28 02:24:25 +00:00