Skip to content

Commit

Permalink
Initial commit of code, content, and externals
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRealMJP committed Jan 24, 2016
1 parent 4de0028 commit 37b6146
Show file tree
Hide file tree
Showing 215 changed files with 37,292 additions and 1 deletion.
165 changes: 165 additions & 0 deletions .gitignore
@@ -0,0 +1,165 @@
#################
## Visual Studio
#################

## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.

# User-specific files
*.suo
*.user
*.sln.docstates

# Build results

[Dd]ebug/
[Rr]elease/
x64/
build/
[Bb]in/
[Oo]bj/

# MSTest test Results
[Tt]est[Rr]esult*/
[Bb]uild[Ll]og.*

*_i.c
*_p.c
*.ilk
*.meta
*.obj
*.pch
*.pdb
*.pgc
*.pgd
*.rsp
*.sbr
*.tlb
*.tli
*.tlh
*.tmp
*.tmp_proj
*.log
*.vspscc
*.vssscc
.builds
*.pidb
*.log
*.scc

# Visual C++ cache files
ipch/
*.aps
*.ncb
*.opensdf
*.sdf
*.cachefile
*.VC.opendb

# Visual Studio profiler
*.psess
*.vsp
*.vspx

# Guidance Automation Toolkit
*.gpState

# ReSharper is a .NET coding add-in
_ReSharper*/
*.[Rr]e[Ss]harper

# TeamCity is a build add-in
_TeamCity*

# DotCover is a Code Coverage Tool
*.dotCover

# NCrunch
*.ncrunch*
.*crunch*.local.xml

# 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
*.Publish.xml
*.pubxml

# NuGet Packages Directory
## TODO: If you have NuGet Package Restore enabled, uncomment the next line
#packages/

# Windows Azure Build Output
csx
*.build.csdef

# Windows Store app package directory
AppPackages/

# Others
sql/
*.Cache
ClientBin/
[Ss]tyle[Cc]op.*
~$*
*~
*.dbmdl
*.[Pp]ublish.xml
*.pfx
*.publishsettings

# 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
App_Data/*.mdf
App_Data/*.ldf

#############
## Windows detritus
#############

# Windows image file caches
Thumbs.db
ehthumbs.db

# Folder config file
Desktop.ini

# Recycle Bin used on file shares
$RECYCLE.BIN/

# Mac crap
.DS_Store

####################
## Sample framework
####################

ShaderCache/
*.exe
*.dll
*.deps

# Sublime
*.sublime-workspace
5 changes: 5 additions & 0 deletions Content/.gitignore
@@ -0,0 +1,5 @@
## Exclusions for content

!*.obj
*.swatch
*.swatches
Binary file added Content/Models/Columns/Columns.sdkmesh
Binary file not shown.
Binary file added Content/Models/Columns/default.dds
Binary file not shown.
Binary file added Content/Models/Powerplant/Powerplant.sdkmesh
Binary file not shown.
Binary file added Content/Models/Powerplant/basket_map.dds
Binary file not shown.
Binary file added Content/Models/Powerplant/command_a.dds
Binary file not shown.
Binary file added Content/Models/Powerplant/con_edge.dds
Binary file not shown.
Binary file added Content/Models/Powerplant/container_grn_num.dds
Binary file not shown.
Binary file added Content/Models/Powerplant/container_gry_num.dds
Binary file not shown.
Binary file added Content/Models/Powerplant/container_hab_num.dds
Binary file not shown.
Binary file added Content/Models/Powerplant/container_orn_num.dds
Binary file not shown.
Binary file added Content/Models/Powerplant/crane_light.dds
Binary file not shown.
Binary file added Content/Models/Powerplant/crane_wheel.dds
Binary file not shown.
Binary file added Content/Models/Powerplant/crn_clamp_a.dds
Binary file not shown.
Binary file added Content/Models/Powerplant/crn_pan_a.dds
Binary file not shown.
Binary file added Content/Models/Powerplant/crn_pan_c.dds
Binary file not shown.
Binary file added Content/Models/Powerplant/crn_pan_d.dds
Binary file not shown.
Binary file added Content/Models/Powerplant/crn_pan_e.dds
Binary file not shown.
Binary file added Content/Models/Powerplant/crn_pan_f.dds
Binary file not shown.
Binary file added Content/Models/Powerplant/crn_pan_g.dds
Binary file not shown.
Binary file added Content/Models/Powerplant/crn_pan_i.dds
Binary file not shown.
Binary file added Content/Models/Powerplant/ele_bot.dds
Binary file not shown.
Binary file added Content/Models/Powerplant/ele_floor.dds
Binary file not shown.
Binary file added Content/Models/Powerplant/ele_support.dds
Binary file not shown.
Binary file added Content/Models/Powerplant/ele_track_a.dds
Binary file not shown.
Binary file added Content/Models/Powerplant/fan_blde.dds
Binary file not shown.
Binary file added Content/Models/Powerplant/fan_housing_b.dds
Binary file not shown.
Binary file added Content/Models/Powerplant/fan_hub.dds
Binary file not shown.
Binary file added Content/Models/Powerplant/gr_trans_b.dds
Binary file not shown.
Binary file added Content/Models/Powerplant/gravel_a.dds
Binary file not shown.
Binary file added Content/Models/Powerplant/gravel_c.dds
Binary file not shown.
Binary file added Content/Models/Powerplant/grt_sm_a.dds
Binary file not shown.
Binary file added Content/Models/Powerplant/grt_sm_b.dds
Binary file not shown.
Binary file added Content/Models/Powerplant/hill_mound_b.dds
Binary file not shown.
Binary file added Content/Models/Powerplant/hz_a.dds
Binary file not shown.
Binary file added Content/Models/Powerplant/mav_a_ring.dds
Binary file not shown.
Binary file added Content/Models/Powerplant/mav_b_body.dds
Binary file not shown.
Binary file added Content/Models/Powerplant/mav_b_lit.dds
Binary file not shown.
Binary file added Content/Models/Powerplant/mav_b_lit_NRM.dds
Binary file not shown.
Binary file added Content/Models/Powerplant/pad_big_b.dds
Binary file not shown.
Binary file added Content/Models/Powerplant/pad_pan_a.dds
Binary file not shown.
Binary file added Content/Models/Powerplant/pipe_a.dds
Binary file not shown.
Binary file added Content/Models/Powerplant/pipe_b.dds
Binary file not shown.
Binary file added Content/Models/Powerplant/pipe_d.dds
Binary file not shown.
Binary file added Content/Models/Powerplant/pipe_e.dds
Binary file not shown.
Binary file added Content/Models/Powerplant/rail.dds
Binary file not shown.
Binary file added Content/Models/Powerplant/re_bar_a.dds
Binary file not shown.
Binary file added Content/Models/Powerplant/re_bar_trans.dds
Binary file not shown.
Binary file added Content/Models/Powerplant/red_girder_a.dds
Binary file not shown.
Binary file added Content/Models/Powerplant/ring_a.dds
Binary file not shown.
Binary file added Content/Models/Powerplant/road_end.dds
Binary file not shown.
Binary file added Content/Models/Powerplant/road_end_a.dds
Binary file not shown.
Binary file added Content/Models/Powerplant/road_end_b.dds
Binary file not shown.
Binary file added Content/Models/Powerplant/road_loop_a.dds
Binary file not shown.
Binary file added Content/Models/Powerplant/road_st_a.dds
Binary file not shown.
Binary file added Content/Models/Powerplant/sm_pan_a.dds
Binary file not shown.
Binary file added Content/Models/Powerplant/tank_side.dds
Binary file not shown.
Binary file added Content/Models/Powerplant/tank_top.dds
Binary file not shown.
Binary file added Content/Models/Powerplant/test_ground_b.dds
Binary file not shown.
Binary file added Content/Models/Powerplant/tow_rib_ a.dds
Binary file not shown.
Binary file added Content/Models/Powerplant/tow_rib_c.dds
Binary file not shown.
Binary file added Content/Models/Powerplant/trench_b.dds
Binary file not shown.
Binary file added Content/Models/Powerplant/trench_end.dds
Binary file not shown.
Binary file added Content/Models/Powerplant/trench_surround.dds
Binary file not shown.
Binary file added Content/Models/Powerplant/truss_a.dds
Binary file not shown.
Binary file added Content/Models/Powerplant/truss_end.dds
Binary file not shown.
Binary file added Content/Models/Powerplant/tw_tex_a.dds
Binary file not shown.
Binary file added Content/Models/Powerplant/walkway_a.dds
Binary file not shown.
Binary file added Content/Models/Powerplant/wall_tex_a.dds
Binary file not shown.
Binary file added Content/Models/Powerplant/wall_tex_b.dds
Binary file not shown.
Binary file added Content/Models/Powerplant/wheel_house.dds
Binary file not shown.
Binary file added Content/Models/Powerplant/yellow_girder_a.dds
Binary file not shown.
Binary file added Content/Models/Soldier/Soldier.sdkmesh
Binary file not shown.
Binary file added Content/Models/Soldier/Soldier.sdkmesh_anim
Binary file not shown.
Binary file added Content/Models/Soldier/head_diff.dds
Binary file not shown.
Binary file added Content/Models/Soldier/head_norm.dds
Binary file not shown.
Binary file added Content/Models/Soldier/jacket_diff.dds
Binary file not shown.
Binary file added Content/Models/Soldier/jacket_norm.dds
Binary file not shown.
Binary file added Content/Models/Soldier/pants_diff.dds
Binary file not shown.
Binary file added Content/Models/Soldier/pants_norm.dds
Binary file not shown.
Binary file added Content/Models/Soldier/upBody_diff.dds
Binary file not shown.
Binary file added Content/Models/Soldier/upbody_norm.dds
Binary file not shown.
Binary file added Content/Models/Tower/Tower.sdkmesh
Binary file not shown.
Binary file added Content/Models/Tower/blackDirty.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Content/Models/Tower/cementDiffuse.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Content/Models/Tower/metalSilverDiffuse.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Content/Models/Tower/redDirty.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Content/Models/Tower/redRibbonDiffuse.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Content/Models/Tower/road_2k_diff_01.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Content/Models/Tower/rubberDirtyDiffuse.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Content/Models/Tower/supportShort_2k_diff_01.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Content/Models/Tower/woodDirty.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Content/Textures/Default.dds
Binary file not shown.
22 changes: 22 additions & 0 deletions Externals/.gitignore
@@ -0,0 +1,22 @@
## Exclusions for externals

![Dd]ebug/
![Rr]elease/
!x64/
!build/

![Bb]in/
![Oo]bj/
!*.exe
!*.dll
!*.pdb
![Ll]ib/
![Ii]nclude/

boost157/
sun/source/x64/

*.sdf
*.opensdf
*.suo
*.vcproj.user
Binary file added Externals/AntTweakBar/bin/AntTweakBar64.dll
Binary file not shown.

0 comments on commit 37b6146

Please sign in to comment.