diff --git a/x64/Release/2d-game.Build.CppClean.log b/x64/Release/2d-game.Build.CppClean.log index 715f854bd72c8055a1f158b70d43169e6c218262..5052f451be07b39cd7afb99db14a26bf12624fe1 100644 --- a/x64/Release/2d-game.Build.CppClean.log +++ b/x64/Release/2d-game.Build.CppClean.log @@ -1,18 +1,36 @@ c:\users\kosmx\documents\github\2d-game\x64\release\2d-game.ipdb c:\users\kosmx\documents\github\2d-game\x64\release\2d-game.iobj c:\users\kosmx\documents\github\2d-game\x64\release\vc142.pdb +c:\users\kosmx\documents\github\2d-game\x64\release\walltexture.obj c:\users\kosmx\documents\github\2d-game\x64\release\wallentity.obj +c:\users\kosmx\documents\github\2d-game\x64\release\testgenerator.obj c:\users\kosmx\documents\github\2d-game\x64\release\simplesprite.obj c:\users\kosmx\documents\github\2d-game\x64\release\resourcemanager.obj c:\users\kosmx\documents\github\2d-game\x64\release\maingame.obj c:\users\kosmx\documents\github\2d-game\x64\release\lazysprite.obj +c:\users\kosmx\documents\github\2d-game\x64\release\gameexception.obj c:\users\kosmx\documents\github\2d-game\x64\release\game.obj c:\users\kosmx\documents\github\2d-game\x64\release\entity.obj -c:\users\kosmx\documents\github\2d-game\x64\release\walltexture.obj -c:\users\kosmx\documents\github\2d-game\x64\release\gameexception.obj c:\users\kosmx\documents\github\2d-game\x64\release\dungeongenerator.obj +c:\users\kosmx\documents\github\2d-game\x64\release\playerentity.obj +c:\users\kosmx\documents\github\2d-game\x64\release\livingentity.obj +c:\users\kosmx\documents\github\2d-game\x64\release\charactertexture.obj +c:\users\kosmx\documents\github\2d-game\x64\release\rangedweapon.obj +c:\users\kosmx\documents\github\2d-game\x64\release\projectileentity.obj +c:\users\kosmx\documents\github\2d-game\x64\release\pistol.obj +c:\users\kosmx\documents\github\2d-game\x64\release\meleeweapon.obj +c:\users\kosmx\documents\github\2d-game\x64\release\glitchgun.obj +c:\users\kosmx\documents\github\2d-game\x64\release\explosiveprojectile.obj +c:\users\kosmx\documents\github\2d-game\x64\release\entitywithai.obj +c:\users\kosmx\documents\github\2d-game\x64\release\emgun.obj +c:\users\kosmx\documents\github\2d-game\x64\release\dummyentity.obj +c:\users\kosmx\documents\github\2d-game\x64\release\characterentity.obj +c:\users\kosmx\documents\github\2d-game\x64\release\weapon.obj +c:\users\kosmx\documents\github\2d-game\x64\release\typicalmeleeweapon.obj +c:\users\kosmx\documents\github\2d-game\x64\release\squareroomgenerator.obj c:\users\kosmx\documents\github\2d-game\x64\release\2d-game.exe c:\users\kosmx\documents\github\2d-game\x64\release\2d-game.pdb +c:\users\kosmx\documents\github\2d-game\x64\release\2d-game1.res c:\users\kosmx\documents\github\2d-game\x64\release\2d-game.tlog\2d-game.write.1u.tlog c:\users\kosmx\documents\github\2d-game\x64\release\2d-game.tlog\cl.command.1.tlog c:\users\kosmx\documents\github\2d-game\x64\release\2d-game.tlog\cl.read.1.tlog @@ -20,3 +38,6 @@ c:\users\kosmx\documents\github\2d-game\x64\release\2d-game.tlog\cl.write.1.tlog c:\users\kosmx\documents\github\2d-game\x64\release\2d-game.tlog\link.command.1.tlog c:\users\kosmx\documents\github\2d-game\x64\release\2d-game.tlog\link.read.1.tlog c:\users\kosmx\documents\github\2d-game\x64\release\2d-game.tlog\link.write.1.tlog +c:\users\kosmx\documents\github\2d-game\x64\release\2d-game.tlog\rc.command.1.tlog +c:\users\kosmx\documents\github\2d-game\x64\release\2d-game.tlog\rc.read.1.tlog +c:\users\kosmx\documents\github\2d-game\x64\release\2d-game.tlog\rc.write.1.tlog diff --git a/x64/Release/2d-game.log b/x64/Release/2d-game.log index 9db3760c7a02db531e7df631b328ae513fe56ecc..5f282702bb03ef11d7184d19c80927b47f919764 100644 --- a/x64/Release/2d-game.log +++ b/x64/Release/2d-game.log @@ -1,17 +1 @@ - Entity.cpp -C:\Users\kosmx\Documents\GitHub\2d-game\Entity.cpp(20,42): warning C4244: 'argument': conversion from 'int' to 'T', possible loss of data - with - [ - T=float - ] -C:\Users\kosmx\Documents\GitHub\2d-game\Entity.cpp(20,20): warning C4244: 'argument': conversion from 'int' to 'T', possible loss of data - with - [ - T=float - ] - Generating code - 1 of 2184 functions (<0.1%) were compiled, the rest were copied from previous compilation. - 0 functions were new in current compilation - 1 functions had inline decision re-evaluated but remain unchanged - Finished generating code - 2d-game.vcxproj -> C:\Users\kosmx\Documents\GitHub\2d-game\x64\Release\2d-game.exe + \ No newline at end of file diff --git a/x64/Release/2d-game.vcxproj.FileListAbsolute.txt b/x64/Release/2d-game.vcxproj.FileListAbsolute.txt index 7a8382a9924cb4235ce4cc1102344aab08bad82f..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644 --- a/x64/Release/2d-game.vcxproj.FileListAbsolute.txt +++ b/x64/Release/2d-game.vcxproj.FileListAbsolute.txt @@ -1 +0,0 @@ -C:\Users\kosmx\Documents\GitHub\2d-game\x64\Release\2d-game.exe