Skip to content

Commit

Permalink
Added: Reports for value types to the logs
Browse files Browse the repository at this point in the history
Improved: Code base of `IntersectRayHash`
Improved: Code base of `IntersectSnap`
Removed: Scaler `1` from `GetCacheRadius` calls
  • Loading branch information
dvdvideo1234 committed May 14, 2019
1 parent ff09666 commit 467e483
Show file tree
Hide file tree
Showing 4 changed files with 76 additions and 65 deletions.
5 changes: 3 additions & 2 deletions data/todo.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
1. Test angular snap for 90/180 goes to positive when slider is zero
2. Test that tool translations are available on server.
1. Test ray intersection
2. Test coordinate system drawing on physgun snap and regular snap/stack
3. Test if the POA structures are drawn correctly by `oScreen:DrawPOA(...)`
2 changes: 1 addition & 1 deletion lua/autorun/trackassembly_init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ local gtInitLogs = {"*Init", false, 0}

------ CONFIGURE ASMLIB ------
asmlib.InitBase("track","assembly")
asmlib.SetOpVar("TOOL_VERSION","6.521")
asmlib.SetOpVar("TOOL_VERSION","6.522")
asmlib.SetIndexes("V" , "x", "y", "z")
asmlib.SetIndexes("A" ,"pitch","yaw","roll")
asmlib.SetIndexes("WV",1,2,3)
Expand Down
Loading

0 comments on commit 467e483

Please sign in to comment.