Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
74 commits
Select commit Hold shift + click to select a range
e09948e
New Quad Edge Implementation
Feb 25, 2018
4c78012
Fixed Bugs.
Feb 27, 2018
ce61793
Fixed Bugs, Updated Doc
Feb 27, 2018
da73d67
fixed doc error
Feb 27, 2018
76c936f
Minor fixes
Feb 27, 2018
1f22766
Created TraversalObject class
Feb 27, 2018
ffd682a
Deleted Extra vertex MakePrimitiveCell
Feb 28, 2018
fe453af
Fixed stackoverflow error when setting EdgeListHead
Feb 28, 2018
ccea89b
Fixed ConnectTetraEdge
Feb 28, 2018
2757429
Delete storage.ide
Feb 28, 2018
802345c
Delete db.lock
Feb 28, 2018
8154030
Delete .suo
Feb 28, 2018
303f3ce
Added EdgeListHead Clarification
Feb 28, 2018
406b3ef
Started implementing the face instantiation
Feb 28, 2018
f9765c5
Also a semicolon
Feb 28, 2018
47693b1
Fixed things
Feb 28, 2018
f6f0950
Fixed Errors
Feb 28, 2018
159d622
Delete storage.ide
Feb 28, 2018
62e2513
Delete storage.ide-shm
Feb 28, 2018
db7f394
Delete storage.ide-wal
Feb 28, 2018
ba98624
Update .gitignore
Feb 28, 2018
3374a07
Implemented Face Drawing and made the Default Tetrahedron Larger
Feb 28, 2018
9641042
Merge pull request #2 from PlanetCasson/EditorImprovements
Feb 28, 2018
ecf24ea
unity generated bookeeping
Feb 28, 2018
afb9014
Added live vertex repositioning to the editor.
Feb 28, 2018
037fc50
fixed bugs
Feb 28, 2018
70689ca
Merge branch 'NewQuadEdgeImpl' of https://github.com/PlanetCasson/Gam…
Feb 28, 2018
4c9a342
fixed more bugs
Feb 28, 2018
15bc070
Documented Cell
Mar 1, 2018
685d9bb
Implemented traversal game objects
Mar 1, 2018
41d4e66
Merge branch 'NewQuadEdgeImpl' into TraversalImpl
Mar 1, 2018
b2e873c
Merge pull request #3 from PlanetCasson/TraversalImpl
Mar 1, 2018
fdbf7b8
Bug fixes; Commented out kill functions.
Mar 1, 2018
a62bf5a
Implemented Displaying Faces
Mar 1, 2018
d876e09
Merge branch 'NewQuadEdgeImpl' of https://github.com/PlanetCasson/Gam…
Mar 1, 2018
d656de0
Fixed Commit Errors
Mar 1, 2018
d76f512
Updated Docs
Mar 2, 2018
81accbe
Created Camera Controls
Mar 3, 2018
5688662
Made our first build!
Mar 3, 2018
aa0f4b0
Unity and VS metadata
Mar 3, 2018
a82f543
Rebuilt with colorred traversers
Mar 4, 2018
b8690d8
Implemented loading from obj files
Mar 12, 2018
985d89b
updated gitignore with unity template
Mar 21, 2018
62f4e37
Importing from OBJ implemented
Mar 21, 2018
7ca9630
Updated Traversal Objects with collision detection
Mar 22, 2018
4dea04c
Added Pause and Play Button
Mar 28, 2018
254045e
Drag
Mar 29, 2018
4017300
Object File Path
Mar 29, 2018
5ba3afc
Created StreamingAssets
Apr 2, 2018
657b975
Implemented Model Switching
Apr 2, 2018
8e56974
Cleaned up the UI and made a Main Menu
Apr 11, 2018
97d1215
Mergge
Apr 12, 2018
de0b76a
Implemented bool for 2way checks in Edge
Apr 15, 2018
5787db8
Fix Collisions. Edges change color on collision. Color changes trigger
Apr 23, 2018
455ec03
Skybox
Apr 24, 2018
ff8c2c1
changed models
Apr 25, 2018
48fada7
Improved the model selector
May 4, 2018
4d62d31
Set up colored traversers and faces
May 4, 2018
973c254
Fixed zooming and added reset button
May 5, 2018
7751ce4
Better Skyboxes
May 5, 2018
20b2273
Merge pull request #6 from PlanetCasson/MinorImprovements
May 5, 2018
9859708
Updated the edges and made game loop stuff happen
May 5, 2018
6f3514c
Updated documentation
May 6, 2018
8f850cf
Formalities
May 6, 2018
73efe4d
Merge branch 'edgeUpdates' into dev
May 6, 2018
d268d59
I hate binary conflicts
May 6, 2018
47e68e3
Merge branch 'dev' into MinorImprovements
May 6, 2018
3c21ab3
Merge branch 'MinorImprovements' into dev
May 6, 2018
1032499
Please work
May 6, 2018
b28fc32
Added documentation, a counter, and removed unused code
May 6, 2018
9345a02
Added Documentation
May 6, 2018
5c8804e
Victory Text
May 7, 2018
a3db661
Fixed victory text
May 7, 2018
92980a8
Bug Fixes and such
May 7, 2018
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
126 changes: 63 additions & 63 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,63 +1,63 @@
###############################################################################
# Set default behavior to automatically normalize line endings.
###############################################################################
* text=auto

###############################################################################
# Set default behavior for command prompt diff.
#
# This is need for earlier builds of msysgit that does not have it on by
# default for csharp files.
# Note: This is only used by command line
###############################################################################
#*.cs diff=csharp

###############################################################################
# Set the merge driver for project and solution files
#
# Merging from the command prompt will add diff markers to the files if there
# are conflicts (Merging from VS is not affected by the settings below, in VS
# the diff markers are never inserted). Diff markers may cause the following
# file extensions to fail to load in VS. An alternative would be to treat
# these files as binary and thus will always conflict and require user
# intervention with every merge. To do so, just uncomment the entries below
###############################################################################
#*.sln merge=binary
#*.csproj merge=binary
#*.vbproj merge=binary
#*.vcxproj merge=binary
#*.vcproj merge=binary
#*.dbproj merge=binary
#*.fsproj merge=binary
#*.lsproj merge=binary
#*.wixproj merge=binary
#*.modelproj merge=binary
#*.sqlproj merge=binary
#*.wwaproj merge=binary

###############################################################################
# behavior for image files
#
# image files are treated as binary by default.
###############################################################################
#*.jpg binary
#*.png binary
#*.gif binary

###############################################################################
# diff behavior for common document formats
#
# Convert binary document formats to text before diffing them. This feature
# is only available from the command line. Turn it on by uncommenting the
# entries below.
###############################################################################
#*.doc diff=astextplain
#*.DOC diff=astextplain
#*.docx diff=astextplain
#*.DOCX diff=astextplain
#*.dot diff=astextplain
#*.DOT diff=astextplain
#*.pdf diff=astextplain
#*.PDF diff=astextplain
#*.rtf diff=astextplain
#*.RTF diff=astextplain
###############################################################################
# Set default behavior to automatically normalize line endings.
###############################################################################
* -text
###############################################################################
# Set default behavior for command prompt diff.
#
# This is need for earlier builds of msysgit that does not have it on by
# default for csharp files.
# Note: This is only used by command line
###############################################################################
#*.cs diff=csharp
###############################################################################
# Set the merge driver for project and solution files
#
# Merging from the command prompt will add diff markers to the files if there
# are conflicts (Merging from VS is not affected by the settings below, in VS
# the diff markers are never inserted). Diff markers may cause the following
# file extensions to fail to load in VS. An alternative would be to treat
# these files as binary and thus will always conflict and require user
# intervention with every merge. To do so, just uncomment the entries below
###############################################################################
#*.sln merge=binary
#*.csproj merge=binary
#*.vbproj merge=binary
#*.vcxproj merge=binary
#*.vcproj merge=binary
#*.dbproj merge=binary
#*.fsproj merge=binary
#*.lsproj merge=binary
#*.wixproj merge=binary
#*.modelproj merge=binary
#*.sqlproj merge=binary
#*.wwaproj merge=binary
###############################################################################
# behavior for image files
#
# image files are treated as binary by default.
###############################################################################
#*.jpg binary
#*.png binary
#*.gif binary
###############################################################################
# diff behavior for common document formats
#
# Convert binary document formats to text before diffing them. This feature
# is only available from the command line. Turn it on by uncommenting the
# entries below.
###############################################################################
#*.doc diff=astextplain
#*.DOC diff=astextplain
#*.docx diff=astextplain
#*.DOCX diff=astextplain
#*.dot diff=astextplain
#*.DOT diff=astextplain
#*.pdf diff=astextplain
#*.PDF diff=astextplain
#*.rtf diff=astextplain
#*.RTF diff=astextplain
Loading