File tree
4 files changed
+28
-28
lines changed- l4d/left4dead/bin
- tools
4 files changed
+28
-28
lines changed+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
65 | 65 |
| |
66 | 66 |
| |
67 | 67 |
| |
68 |
| - | |
69 |
| - | |
70 | 68 |
| |
71 | 69 |
| |
72 | 70 |
| |
| 71 | + | |
| 72 | + | |
73 | 73 |
| |
74 | 74 |
| |
75 | 75 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2423 | 2423 |
| |
2424 | 2424 |
| |
2425 | 2425 |
| |
2426 |
| - | |
| 2426 | + | |
2427 | 2427 |
| |
2428 |
| - | |
2429 |
| - | |
| 2428 | + | |
| 2429 | + | |
2430 | 2430 |
| |
2431 | 2431 |
| |
2432 | 2432 |
| |
| |||
2459 | 2459 |
| |
2460 | 2460 |
| |
2461 | 2461 |
| |
2462 |
| - | |
| 2462 | + | |
2463 | 2463 |
| |
2464 |
| - | |
| 2464 | + | |
2465 | 2465 |
| |
2466 | 2466 |
| |
2467 | 2467 |
| |
| |||
2473 | 2473 |
| |
2474 | 2474 |
| |
2475 | 2475 |
| |
2476 |
| - | |
2477 |
| - | |
2478 |
| - | |
2479 |
| - | |
| 2476 | + | |
| 2477 | + | |
| 2478 | + | |
| 2479 | + | |
| 2480 | + | |
2480 | 2481 |
| |
2481 | 2482 |
| |
2482 |
| - | |
2483 |
| - | |
2484 |
| - | |
2485 |
| - | |
2486 |
| - | |
| 2483 | + | |
| 2484 | + | |
| 2485 | + | |
| 2486 | + | |
| 2487 | + | |
| 2488 | + | |
2487 | 2489 |
| |
2488 | 2490 |
| |
2489 | 2491 |
| |
| |||
2725 | 2727 |
| |
2726 | 2728 |
| |
2727 | 2729 |
| |
2728 |
| - | |
2729 |
| - | |
| 2730 | + | |
2730 | 2731 |
| |
2731 | 2732 |
| |
2732 | 2733 |
| |
| |||
7136 | 7137 |
| |
7137 | 7138 |
| |
7138 | 7139 |
| |
| 7140 | + | |
7139 | 7141 |
| |
7140 | 7142 |
| |
7141 |
| - | |
7142 | 7143 |
| |
7143 |
| - | |
| 7144 | + | |
7144 | 7145 |
| |
7145 | 7146 |
| |
7146 | 7147 |
| |
| |||
10656 | 10657 |
| |
10657 | 10658 |
| |
10658 | 10659 |
| |
10659 |
| - | |
10660 |
| - | |
| 10660 | + | |
| 10661 | + | |
10661 | 10662 |
| |
10662 | 10663 |
| |
10663 | 10664 |
| |
10664 |
| - | |
| 10665 | + | |
10665 | 10666 |
| |
10666 |
| - | |
| 10667 | + | |
10667 | 10668 |
| |
10668 | 10669 |
| |
10669 | 10670 |
| |
| |||
10758 | 10759 |
| |
10759 | 10760 |
| |
10760 | 10761 |
| |
10761 |
| - | |
10762 |
| - | |
| 10762 | + | |
10763 | 10763 |
| |
10764 | 10764 |
| |
10765 | 10765 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2739 | 2739 |
| |
2740 | 2740 |
| |
2741 | 2741 |
| |
2742 |
| - | |
| 2742 | + | |
2743 | 2743 |
| |
2744 | 2744 |
| |
2745 | 2745 |
| |
|
Submodule ValveResourceFormat updated 29 files
- Decompiler/Decompiler.cs+64-35
- Directory.Build.props+1-1
- GUI/Controls/CodeTextBox.cs+42-5
- GUI/Controls/ExplorerControl.cs+50-6
- GUI/Controls/GLViewerControl.Designer.cs+34-9
- GUI/MainForm.cs+4
- GUI/Types/Renderer/GLNavMeshViewer.cs+57
- GUI/Types/Renderer/GLSceneViewer.cs+2-4
- GUI/Types/Renderer/GLWorldViewer.cs+2
- GUI/Types/Renderer/GPUMeshBufferCache.cs+6-4
- GUI/Types/Renderer/NavMeshSceneNode.cs+202
- GUI/Types/Renderer/RenderableMesh.cs+45-11
- GUI/Types/Renderer/Scene.cs+7-8
- GUI/Types/Renderer/Shaders/common/animation.glsl+16-57
- GUI/Types/Renderer/WorldLoader.cs+22
- GUI/Types/Viewers/NavView.cs+62
- Tests/Files/lobby_mapveto.nav
- Tests/Files/preview_flat.nav
- Tests/Files/workshop_example_tilemesh.nav
- Tests/NavTests.cs+61
- ValveResourceFormat/IO/GameFileLoader.cs+18
- ValveResourceFormat/NavMesh/DynamicAttributeFlags.cs+8
- ValveResourceFormat/NavMesh/NavDirectionType.cs+10
- ValveResourceFormat/NavMesh/NavMeshArea.cs+83
- ValveResourceFormat/NavMesh/NavMeshConnection.cs+16
- ValveResourceFormat/NavMesh/NavMeshFile.cs+260
- ValveResourceFormat/NavMesh/NavMeshGenerationHullParams.cs+51
- ValveResourceFormat/NavMesh/NavMeshGenerationParams.cs+97
- ValveResourceFormat/NavMesh/NavMeshLadder.cs+52
0 commit comments