Skip to content

Commit

Permalink
Make configs static
Browse files Browse the repository at this point in the history
  • Loading branch information
kshchuk committed Jul 31, 2022
1 parent e28a7a5 commit a33d89b
Show file tree
Hide file tree
Showing 41 changed files with 307 additions and 250 deletions.
Binary file modified Debug/Configs.obj
Binary file not shown.
Binary file modified Debug/Player.obj
Binary file not shown.
Binary file modified Debug/SimpleSh.0934929d.tlog/CL.command.1.tlog
Binary file not shown.
Binary file modified Debug/SimpleSh.0934929d.tlog/CL.read.1.tlog
Binary file not shown.
Binary file modified Debug/SimpleSh.0934929d.tlog/CL.write.1.tlog
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
PlatformToolSet=v142:VCToolArchitecture=Native32Bit:VCToolsVersion=14.29.30133:TargetPlatformVersion=10.0.19041.0:VcpkgTriplet=x86-windows:
PlatformToolSet=v143:VCToolArchitecture=Native32Bit:VCToolsVersion=14.32.31326:TargetPlatformVersion=10.0.19041.0:VcpkgTriplet=x86-windows:
Debug|Win32|C:\Users\lenovo\source\repos\Simple Shooter\|
Binary file modified Debug/SimpleSh.0934929d.tlog/link.read.1.tlog
Binary file not shown.
Binary file modified Debug/SimpleSh.0934929d.tlog/link.write.1.tlog
Binary file not shown.
Binary file modified Debug/SimpleShooterServer.ilk
Binary file not shown.
19 changes: 1 addition & 18 deletions Debug/SimpleShooterServer.log
Original file line number Diff line number Diff line change
@@ -1,20 +1,3 @@
 main.cpp
configs.cpp
C:\Users\lenovo\source\repos\SimpleShooterServer\src\configs.cpp(135,23): warning C4018: '<': signed/unsigned mismatch
C:\Users\lenovo\source\repos\SimpleShooterServer\src\configs.cpp(136,24): warning C4018: '<': signed/unsigned mismatch
player.cpp
C:\Users\lenovo\source\repos\SimpleShooterServer\src\player.cpp(33,22): warning C4244: '=': conversion from 'unsigned int' to 'float', possible loss of data
C:\Users\lenovo\source\repos\SimpleShooterServer\src\player.cpp(34,22): warning C4244: '=': conversion from 'unsigned int' to 'float', possible loss of data
C:\Users\lenovo\source\repos\SimpleShooterServer\src\player.cpp(35,26): warning C4244: 'argument': conversion from 'float' to 'const unsigned int', possible loss of data
C:\Users\lenovo\source\repos\SimpleShooterServer\src\player.cpp(35,33): warning C4244: 'argument': conversion from 'float' to 'unsigned int', possible loss of data
C:\Users\lenovo\source\repos\SimpleShooterServer\src\player.cpp(37,32): warning C4244: '=': conversion from 'unsigned int' to 'float', possible loss of data
server_game.cpp
C:\Users\lenovo\source\repos\SimpleShooterServer\src\server_game.cpp(120,55): warning C4244: '+=': conversion from 'double' to 'float', possible loss of data
C:\Users\lenovo\source\repos\SimpleShooterServer\src\server_game.cpp(121,55): warning C4244: '+=': conversion from 'double' to 'float', possible loss of data
C:\Users\lenovo\source\repos\SimpleShooterServer\src\server_game.cpp(184,30): warning C4018: '<': signed/unsigned mismatch
C:\Users\lenovo\source\repos\SimpleShooterServer\src\server_game.cpp(185,34): warning C4018: '<': signed/unsigned mismatch
C:\Users\lenovo\source\repos\SimpleShooterServer\src\server_game.cpp(312,22): warning C4018: '<': signed/unsigned mismatch
C:\Users\lenovo\source\repos\SimpleShooterServer\src\server_game.cpp(345,48): warning C4834: discarding return value of function with 'nodiscard' attribute
server_network.cpp
Generating Code...
C:\Users\lenovo\source\repos\SimpleShooterServer\include\info\configs.h(145,2): warning C4091: 'static ': ignored on left of 'Configs' when no variable is declared
SimpleShooterServer.vcxproj -> C:\Users\lenovo\source\repos\Simple Shooter\Debug\SimpleShooterServer.exe
Binary file modified Debug/main.obj
Binary file not shown.
Binary file modified Debug/server_game.obj
Binary file not shown.
Binary file modified Debug/server_network.obj
Binary file not shown.
Binary file added Debug/vc143.idb
Binary file not shown.
Binary file added Debug/vc143.pdb
Binary file not shown.
Binary file modified Release/Configs.obj
Binary file not shown.
Binary file modified Release/Player.obj
Binary file not shown.
Binary file modified Release/SimpleSh.0934929d.tlog/CL.command.1.tlog
Binary file not shown.
Binary file modified Release/SimpleSh.0934929d.tlog/CL.read.1.tlog
Binary file not shown.
Binary file modified Release/SimpleSh.0934929d.tlog/CL.write.1.tlog
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
PlatformToolSet=v142:VCToolArchitecture=Native32Bit:VCToolsVersion=14.29.30133:TargetPlatformVersion=10.0.19041.0:VcpkgTriplet=x86-windows:
PlatformToolSet=v143:VCToolArchitecture=Native32Bit:VCToolsVersion=14.32.31326:TargetPlatformVersion=10.0.19041.0:VcpkgTriplet=x86-windows:
Release|Win32|C:\Users\lenovo\source\repos\Simple Shooter\|
Binary file modified Release/SimpleSh.0934929d.tlog/link.read.1.tlog
Binary file not shown.
Binary file modified Release/SimpleShooterServer.iobj
Binary file not shown.
Binary file modified Release/SimpleShooterServer.ipdb
Binary file not shown.
8 changes: 4 additions & 4 deletions Release/SimpleShooterServer.log
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ C:\Users\lenovo\source\repos\SimpleShooterServer\src\player.cpp(35,26): warning
C:\Users\lenovo\source\repos\SimpleShooterServer\src\player.cpp(35,33): warning C4244: 'argument': conversion from 'float' to 'unsigned int', possible loss of data
C:\Users\lenovo\source\repos\SimpleShooterServer\src\player.cpp(37,32): warning C4244: '=': conversion from 'unsigned int' to 'float', possible loss of data
server_game.cpp
C:\Users\lenovo\source\repos\SimpleShooterServer\src\server_game.cpp(120,55): warning C4244: '+=': conversion from 'double' to 'float', possible loss of data
C:\Users\lenovo\source\repos\SimpleShooterServer\src\server_game.cpp(121,55): warning C4244: '+=': conversion from 'double' to 'float', possible loss of data
C:\Users\lenovo\source\repos\SimpleShooterServer\src\server_game.cpp(120,49): warning C4244: '+=': conversion from 'double' to 'float', possible loss of data
C:\Users\lenovo\source\repos\SimpleShooterServer\src\server_game.cpp(121,49): warning C4244: '+=': conversion from 'double' to 'float', possible loss of data
C:\Users\lenovo\source\repos\SimpleShooterServer\src\server_game.cpp(184,30): warning C4018: '<': signed/unsigned mismatch
C:\Users\lenovo\source\repos\SimpleShooterServer\src\server_game.cpp(185,34): warning C4018: '<': signed/unsigned mismatch
C:\Users\lenovo\source\repos\SimpleShooterServer\src\server_game.cpp(312,22): warning C4018: '<': signed/unsigned mismatch
C:\Users\lenovo\source\repos\SimpleShooterServer\src\server_game.cpp(345,48): warning C4834: discarding return value of function with 'nodiscard' attribute
C:\Users\lenovo\source\repos\SimpleShooterServer\src\server_game.cpp(345,51): warning C4834: discarding return value of function with 'nodiscard' attribute
server_network.cpp
Generating code
Previous IPDB not found, fall back to full compilation.
All 2266 functions were compiled because no usable IPDB/IOBJ from previous compilation was found.
All 2264 functions were compiled because no usable IPDB/IOBJ from previous compilation was found.
Finished generating code
SimpleShooterServer.vcxproj -> C:\Users\lenovo\source\repos\Simple Shooter\Release\SimpleShooterServer.exe
Binary file modified Release/main.obj
Binary file not shown.
Binary file modified Release/server_game.obj
Binary file not shown.
Binary file modified Release/server_network.obj
Binary file not shown.
Binary file removed Release/vc142.pdb
Binary file not shown.
Binary file added Release/vc143.pdb
Binary file not shown.
8 changes: 4 additions & 4 deletions SimpleShooterServer.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,26 +29,26 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v143</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v143</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v143</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v143</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
Expand Down
Loading

0 comments on commit a33d89b

Please sign in to comment.