Line-ending fixes for most of the remaining files.

Fixes line-endings for files with extensions vcd, cc, txt, bat, fxc, inc, lst,
proto, mak, mm, cfg, res, rc, def, vmt, vsh, vbsp, inl, asm, m4, vcproj,
vcxproj, sln, in, java, la, manifest, am, and rad.

Also fixes README, CONTRIBUTING, CONTRIBUTORS, LICENSE, CHANGES, COPYING, and
gitignore.

Finally, fixes executable bits.
This commit is contained in:
Jørgen P. Tjernø
2013-12-03 10:39:23 -08:00
parent 30064a1977
commit b5dc4a8543
5745 changed files with 1504984 additions and 1504956 deletions

View File

@@ -1,40 +1,40 @@
"VGUI_Screens"
{
// This name here can be referenced from within a
// vgui_screen entity to select this vgui panel
"vgui_test_screen"
{
// The type indicates which type of panel to create
// Coders will add new types as time goes by.
// "vgui_screen_panel" is a generic panel type which can
// read in .res files that have been built by VGUI's build mode dialog.
"type" "vgui_screen_panel"
// These describe the dimensions of the screen *in pixels*
"pixelswide" 480
"pixelshigh" 240
// This is the name of the .res file to load up and apply to the vgui panel
"resfile" "scripts/screens/vgui_test_screen.res"
}
"teleport_countdown_screen"
{
// Defined in c_info_teleporter_countdown.cpp
"type" "teleport_countdown_screen"
// These describe the dimensions of the screen *in pixels*
"pixelswide" 480
"pixelshigh" 240
// This is the name of the .res file to load up and apply to the vgui panel
"resfile" "scripts/screens/teleport_countdown_screen.res"
}
"jalopy_radar_panel"
{
"type" "jalopy_radar_panel"
"pixelswide" "128"
"pixelshigh" "128"
"resfile" "scripts/screens/jalopy_radar_panel.res"
}
}
"VGUI_Screens"
{
// This name here can be referenced from within a
// vgui_screen entity to select this vgui panel
"vgui_test_screen"
{
// The type indicates which type of panel to create
// Coders will add new types as time goes by.
// "vgui_screen_panel" is a generic panel type which can
// read in .res files that have been built by VGUI's build mode dialog.
"type" "vgui_screen_panel"
// These describe the dimensions of the screen *in pixels*
"pixelswide" 480
"pixelshigh" 240
// This is the name of the .res file to load up and apply to the vgui panel
"resfile" "scripts/screens/vgui_test_screen.res"
}
"teleport_countdown_screen"
{
// Defined in c_info_teleporter_countdown.cpp
"type" "teleport_countdown_screen"
// These describe the dimensions of the screen *in pixels*
"pixelswide" 480
"pixelshigh" 240
// This is the name of the .res file to load up and apply to the vgui panel
"resfile" "scripts/screens/teleport_countdown_screen.res"
}
"jalopy_radar_panel"
{
"type" "jalopy_radar_panel"
"pixelswide" "128"
"pixelshigh" "128"
"resfile" "scripts/screens/jalopy_radar_panel.res"
}
}