diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..696d848 --- /dev/null +++ b/.gitignore @@ -0,0 +1,351 @@ +## Ignore Visual Studio temporary files, build results, and +## files generated by popular Visual Studio add-ons. +## +## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore + +# User-specific files +*.suo +*.user +*.userosscache +*.sln.docstates + +# User-specific files (MonoDevelop/Xamarin Studio) +*.userprefs + +# Build results +[Dd]ebug/ +[Dd]ebugPublic/ +[Rr]elease/ +[Rr]eleases/ +x64/ +x86/ +bld/ +[Bb]in/ +[Oo]bj/ +[Ll]og/ + +# Visual Studio 2015/2017 cache/options directory +.vs/ +# Uncomment if you have tasks that create the project's static files in wwwroot +#wwwroot/ + +# Visual Studio 2017 auto generated files +Generated\ Files/ + +# MSTest test Results +[Tt]est[Rr]esult*/ +[Bb]uild[Ll]og.* + +# NUNIT +*.VisualState.xml +TestResult.xml + +# Build Results of an ATL Project +[Dd]ebugPS/ +[Rr]eleasePS/ +dlldata.c + +# Benchmark Results +BenchmarkDotNet.Artifacts/ + +# .NET Core +project.lock.json +project.fragment.lock.json +artifacts/ +**/Properties/launchSettings.json + +# StyleCop +StyleCopReport.xml + +# Files built by Visual Studio +*_i.c +*_p.c +*_i.h +*.ilk +*.meta +*.obj +*.pch +*.pdb +*.pgc +*.pgd +*.rsp +*.sbr +*.tlb +*.tli +*.tlh +*.tmp +*.tmp_proj +*.log +*.vspscc +*.vssscc +.builds +*.pidb +*.svclog +*.scc + +# Chutzpah Test files +_Chutzpah* + +# Visual C++ cache files +ipch/ +*.aps +*.ncb +*.opendb +*.opensdf +*.sdf +*.cachefile +*.VC.db +*.VC.VC.opendb + +# Visual Studio profiler +*.psess +*.vsp +*.vspx +*.sap + +# Visual Studio Trace Files +*.e2e + +# TFS 2012 Local Workspace +$tf/ + +# Guidance Automation Toolkit +*.gpState + +# ReSharper is a .NET coding add-in +_ReSharper*/ +*.[Rr]e[Ss]harper +*.DotSettings.user + +# JustCode is a .NET coding add-in +.JustCode + +# TeamCity is a build add-in +_TeamCity* + +# DotCover is a Code Coverage Tool +*.dotCover + +# AxoCover is a Code Coverage Tool +.axoCover/* +!.axoCover/settings.json + +# Visual Studio code coverage results +*.coverage +*.coveragexml + +# NCrunch +_NCrunch_* +.*crunch*.local.xml +nCrunchTemp_* + +# MightyMoose +*.mm.* +AutoTest.Net/ + +# Web workbench (sass) +.sass-cache/ + +# Installshield output folder +[Ee]xpress/ + +# DocProject is a documentation generator add-in +DocProject/buildhelp/ +DocProject/Help/*.HxT +DocProject/Help/*.HxC +DocProject/Help/*.hhc +DocProject/Help/*.hhk +DocProject/Help/*.hhp +DocProject/Help/Html2 +DocProject/Help/html + +# Click-Once directory +publish/ + +# Publish Web Output +*.[Pp]ublish.xml +*.azurePubxml +# Note: Comment the next line if you want to checkin your web deploy settings, +# but database connection strings (with potential passwords) will be unencrypted +*.pubxml +*.publishproj + +# Microsoft Azure Web App publish settings. Comment the next line if you want to +# checkin your Azure Web App publish settings, but sensitive information contained +# in these scripts will be unencrypted +PublishScripts/ + +# NuGet Packages +*.nupkg +# The packages folder can be ignored because of Package Restore +**/[Pp]ackages/* +# except build/, which is used as an MSBuild target. +!**/[Pp]ackages/build/ +# Uncomment if necessary however generally it will be regenerated when needed +#!**/[Pp]ackages/repositories.config +# NuGet v3's project.json files produces more ignorable files +*.nuget.props +*.nuget.targets + +# Microsoft Azure Build Output +csx/ +*.build.csdef + +# Microsoft Azure Emulator +ecf/ +rcf/ + +# Windows Store app package directories and files +AppPackages/ +BundleArtifacts/ +Package.StoreAssociation.xml +_pkginfo.txt +*.appx + +# Visual Studio cache files +# files ending in .cache can be ignored +*.[Cc]ache +# but keep track of directories ending in .cache +!*.[Cc]ache/ + +# Others +ClientBin/ +~$* +*~ +*.dbmdl +*.dbproj.schemaview +*.jfm +*.pfx +*.publishsettings +orleans.codegen.cs + +# Since there are multiple workflows, uncomment next line to ignore bower_components +# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) +#bower_components/ + +# RIA/Silverlight projects +Generated_Code/ + +# Backup & report files from converting an old project file +# to a newer Visual Studio version. Backup files are not needed, +# because we have git ;-) +_UpgradeReport_Files/ +Backup*/ +UpgradeLog*.XML +UpgradeLog*.htm + +# SQL Server files +*.mdf +*.ldf +*.ndf + +# Business Intelligence projects +*.rdl.data +*.bim.layout +*.bim_*.settings + +# Microsoft Fakes +FakesAssemblies/ + +# GhostDoc plugin setting file +*.GhostDoc.xml + +# Node.js Tools for Visual Studio +.ntvs_analysis.dat +node_modules/ + +# TypeScript v1 declaration files +typings/ + +# Visual Studio 6 build log +*.plg + +# Visual Studio 6 workspace options file +*.opt + +# Visual Studio 6 auto-generated workspace file (contains which files were open etc.) +*.vbw + +# Visual Studio LightSwitch build output +**/*.HTMLClient/GeneratedArtifacts +**/*.DesktopClient/GeneratedArtifacts +**/*.DesktopClient/ModelManifest.xml +**/*.Server/GeneratedArtifacts +**/*.Server/ModelManifest.xml +_Pvt_Extensions + +# Paket dependency manager +.paket/paket.exe +paket-files/ + +# FAKE - F# Make +.fake/ + +# JetBrains Rider +.idea/ +*.sln.iml + +# CodeRush +.cr/ + +# Python Tools for Visual Studio (PTVS) +__pycache__/ +*.pyc + +# Cake - Uncomment if you are using it +# tools/** +# !tools/packages.config + +# Tabs Studio +*.tss + +# Telerik's JustMock configuration file +*.jmconfig + +# BizTalk build output +*.btp.cs +*.btm.cs +*.odx.cs +*.xsd.cs + +# OpenCover UI analysis results +OpenCover/ + +# Azure Stream Analytics local run output +ASALocalRun/ + +# MSBuild Binary and Structured Log +*.binlog + +# Prerequisites +*.d + +# Compiled Object files +*.slo +*.lo +*.o +*.obj + +# Precompiled Headers +*.gch +*.pch + +# Compiled Dynamic libraries +*.so +*.dylib +*.dll + +# Fortran module files +*.mod +*.smod + +# Compiled Static libraries +*.lai +*.la +*.a +*.lib + +# Executables +*.exe +*.out +*.app diff --git a/3D Labyrinth Console/.vs/3D Labirint Console/v14/.suo b/3D Labyrinth Console/.vs/3D Labirint Console/v14/.suo deleted file mode 100644 index 0c8d257..0000000 Binary files a/3D Labyrinth Console/.vs/3D Labirint Console/v14/.suo and /dev/null differ diff --git a/3D Labyrinth Console/3D Labirint Console.VC.db b/3D Labyrinth Console/3D Labirint Console.VC.db deleted file mode 100644 index 3f0b472..0000000 Binary files a/3D Labyrinth Console/3D Labirint Console.VC.db and /dev/null differ diff --git a/3D Labyrinth Console/3D Labirint Console/Debug/3D Labir.EA745E6B.tlog/3D Labirint Console.lastbuildstate b/3D Labyrinth Console/3D Labirint Console/Debug/3D Labir.EA745E6B.tlog/3D Labirint Console.lastbuildstate deleted file mode 100644 index 4d64129..0000000 --- a/3D Labyrinth Console/3D Labirint Console/Debug/3D Labir.EA745E6B.tlog/3D Labirint Console.lastbuildstate +++ /dev/null @@ -1,2 +0,0 @@ -#TargetFrameworkVersion=v4.0:PlatformToolSet=v140:EnableManagedIncrementalBuild=false:VCToolArchitecture=Native32Bit:WindowsTargetPlatformVersion=8.1 -Debug|Win32|E:\Projects\3D Labirint recreation\3D Labirint Console\| diff --git a/3D Labyrinth Console/3D Labirint Console/Debug/3D Labir.EA745E6B.tlog/CL.command.1.tlog b/3D Labyrinth Console/3D Labirint Console/Debug/3D Labir.EA745E6B.tlog/CL.command.1.tlog deleted file mode 100644 index 884b520..0000000 Binary files a/3D Labyrinth Console/3D Labirint Console/Debug/3D Labir.EA745E6B.tlog/CL.command.1.tlog and /dev/null differ diff --git a/3D Labyrinth Console/3D Labirint Console/Debug/3D Labir.EA745E6B.tlog/CL.read.1.tlog b/3D Labyrinth Console/3D Labirint Console/Debug/3D Labir.EA745E6B.tlog/CL.read.1.tlog deleted file mode 100644 index a34b26a..0000000 Binary files a/3D Labyrinth Console/3D Labirint Console/Debug/3D Labir.EA745E6B.tlog/CL.read.1.tlog and /dev/null differ diff --git a/3D Labyrinth Console/3D Labirint Console/Debug/3D Labir.EA745E6B.tlog/CL.write.1.tlog b/3D Labyrinth Console/3D Labirint Console/Debug/3D Labir.EA745E6B.tlog/CL.write.1.tlog deleted file mode 100644 index 574dda0..0000000 Binary files a/3D Labyrinth Console/3D Labirint Console/Debug/3D Labir.EA745E6B.tlog/CL.write.1.tlog and /dev/null differ diff --git a/3D Labyrinth Console/3D Labirint Console/Debug/3D Labir.EA745E6B.tlog/link.command.1.tlog b/3D Labyrinth Console/3D Labirint Console/Debug/3D Labir.EA745E6B.tlog/link.command.1.tlog deleted file mode 100644 index b40fb77..0000000 Binary files a/3D Labyrinth Console/3D Labirint Console/Debug/3D Labir.EA745E6B.tlog/link.command.1.tlog and /dev/null differ diff --git a/3D Labyrinth Console/3D Labirint Console/Debug/3D Labir.EA745E6B.tlog/link.read.1.tlog b/3D Labyrinth Console/3D Labirint Console/Debug/3D Labir.EA745E6B.tlog/link.read.1.tlog deleted file mode 100644 index 1962821..0000000 Binary files a/3D Labyrinth Console/3D Labirint Console/Debug/3D Labir.EA745E6B.tlog/link.read.1.tlog and /dev/null differ diff --git a/3D Labyrinth Console/3D Labirint Console/Debug/3D Labir.EA745E6B.tlog/link.write.1.tlog b/3D Labyrinth Console/3D Labirint Console/Debug/3D Labir.EA745E6B.tlog/link.write.1.tlog deleted file mode 100644 index 74ac194..0000000 Binary files a/3D Labyrinth Console/3D Labirint Console/Debug/3D Labir.EA745E6B.tlog/link.write.1.tlog and /dev/null differ diff --git a/3D Labyrinth Console/3D Labirint Console/Debug/3D Labirint Console.log b/3D Labyrinth Console/3D Labirint Console/Debug/3D Labirint Console.log deleted file mode 100644 index 7d31e4c..0000000 --- a/3D Labyrinth Console/3D Labirint Console/Debug/3D Labirint Console.log +++ /dev/null @@ -1,8 +0,0 @@ - main.cpp -e:\projects\3d labirint recreation\3d labirint console\3d labirint console\main.cpp(121): warning C4305: 'argument': truncation from 'double' to 'float' -e:\projects\3d labirint recreation\3d labirint console\3d labirint console\main.cpp(1164): warning C4305: 'argument': truncation from 'double' to 'float' -e:\projects\3d labirint recreation\3d labirint console\3d labirint console\main.cpp(1171): warning C4305: 'argument': truncation from 'double' to 'float' -e:\projects\3d labirint recreation\3d labirint console\3d labirint console\main.cpp(1177): warning C4305: 'argument': truncation from 'double' to 'float' -e:\projects\3d labirint recreation\3d labirint console\3d labirint console\main.cpp(1184): warning C4305: 'argument': truncation from 'double' to 'float' - 3D Labirint Console.vcxproj -> E:\Projects\3D Labirint recreation\3D Labirint Console\Debug\3D Labirint Console.exe - 3D Labirint Console.vcxproj -> E:\Projects\3D Labirint recreation\3D Labirint Console\Debug\3D Labirint Console.pdb (Full PDB) diff --git a/3D Labyrinth Console/3D Labirint Console/Debug/Source.obj b/3D Labyrinth Console/3D Labirint Console/Debug/Source.obj deleted file mode 100644 index 168817c..0000000 Binary files a/3D Labyrinth Console/3D Labirint Console/Debug/Source.obj and /dev/null differ diff --git a/3D Labyrinth Console/3D Labirint Console/Debug/main.obj b/3D Labyrinth Console/3D Labirint Console/Debug/main.obj deleted file mode 100644 index d83a0fa..0000000 Binary files a/3D Labyrinth Console/3D Labirint Console/Debug/main.obj and /dev/null differ diff --git a/3D Labyrinth Console/3D Labirint Console/Debug/vc140.idb b/3D Labyrinth Console/3D Labirint Console/Debug/vc140.idb deleted file mode 100644 index 2a69e43..0000000 Binary files a/3D Labyrinth Console/3D Labirint Console/Debug/vc140.idb and /dev/null differ diff --git a/3D Labyrinth Console/3D Labirint Console/Debug/vc140.pdb b/3D Labyrinth Console/3D Labirint Console/Debug/vc140.pdb deleted file mode 100644 index 10095a4..0000000 Binary files a/3D Labyrinth Console/3D Labirint Console/Debug/vc140.pdb and /dev/null differ diff --git a/3D Labyrinth Console/Debug/3D Labirint Console.exe b/3D Labyrinth Console/Debug/3D Labirint Console.exe deleted file mode 100644 index a86cc9d..0000000 Binary files a/3D Labyrinth Console/Debug/3D Labirint Console.exe and /dev/null differ diff --git a/3D Labyrinth Console/Debug/3D Labirint Console.ilk b/3D Labyrinth Console/Debug/3D Labirint Console.ilk deleted file mode 100644 index 791f98f..0000000 Binary files a/3D Labyrinth Console/Debug/3D Labirint Console.ilk and /dev/null differ diff --git a/3D Labyrinth Console/Debug/3D Labirint Console.pdb b/3D Labyrinth Console/Debug/3D Labirint Console.pdb deleted file mode 100644 index c63e250..0000000 Binary files a/3D Labyrinth Console/Debug/3D Labirint Console.pdb and /dev/null differ diff --git a/ncurses-implementation/a.out b/ncurses-implementation/a.out deleted file mode 100755 index 7c9d28b..0000000 Binary files a/ncurses-implementation/a.out and /dev/null differ