aboutsummaryrefslogtreecommitdiff
path: root/mp/src/utils/vrad
diff options
context:
space:
mode:
authorJørgen P. Tjernø <[email protected]>2013-12-03 10:39:23 -0800
committerJørgen P. Tjernø <[email protected]>2013-12-03 11:57:22 -0800
commitb5dc4a85433a908d38d453e98d7d45e22e2a5fc0 (patch)
treef186094efa03e9c1144fb5c98161cf3f7b054f90 /mp/src/utils/vrad
parentSpecify clobbered registers in POSIX SSE functions (diff)
downloadsource-sdk-2013-b5dc4a85433a908d38d453e98d7d45e22e2a5fc0.tar.xz
source-sdk-2013-b5dc4a85433a908d38d453e98d7d45e22e2a5fc0.zip
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.
Diffstat (limited to 'mp/src/utils/vrad')
-rw-r--r--mp/src/utils/vrad/notes.txt44
1 files changed, 22 insertions, 22 deletions
diff --git a/mp/src/utils/vrad/notes.txt b/mp/src/utils/vrad/notes.txt
index f0ca18b3..8c21cc6b 100644
--- a/mp/src/utils/vrad/notes.txt
+++ b/mp/src/utils/vrad/notes.txt
@@ -1,22 +1,22 @@
-//=============================================================================
-// CHARLIE:
-
-DONE: just rename files from .c to .cpp in source safe so history is kept
-converting files of to .cpp files -- just get stuff recompiling first
-make sure all common files and external dependencies handle .cpp files
-add the dispmap class
-add the dispface class
-get rid of patches.c or patches.cpp as the case may be
-
-DONE: create a parallel array for visited displacement faces
-change the visited array to a flag in the "bsp" ddispface_t structure
-DONE: add reset visited displacement face functionality
-DONE: visited neighbor flags
-DONE: reset visited neighbor flags
-DONE: move the radial_t structure and some of its functionality to a more global scope
-DONE: create a finallightdispface
-DONE: generate luxels for displacement face
-DONE: fix precomplightmapoffsets to take displacement faces into account
-fill in luxel data from sample data
-modify the GetPhongNormal and GatherSampleLight functions to use displacement face normals at "spot"
-make a lightinfo list? -- so we don't regenerate initlightinfo so many times?
+//=============================================================================
+// CHARLIE:
+
+DONE: just rename files from .c to .cpp in source safe so history is kept
+converting files of to .cpp files -- just get stuff recompiling first
+make sure all common files and external dependencies handle .cpp files
+add the dispmap class
+add the dispface class
+get rid of patches.c or patches.cpp as the case may be
+
+DONE: create a parallel array for visited displacement faces
+change the visited array to a flag in the "bsp" ddispface_t structure
+DONE: add reset visited displacement face functionality
+DONE: visited neighbor flags
+DONE: reset visited neighbor flags
+DONE: move the radial_t structure and some of its functionality to a more global scope
+DONE: create a finallightdispface
+DONE: generate luxels for displacement face
+DONE: fix precomplightmapoffsets to take displacement faces into account
+fill in luxel data from sample data
+modify the GetPhongNormal and GatherSampleLight functions to use displacement face normals at "spot"
+make a lightinfo list? -- so we don't regenerate initlightinfo so many times?