Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified CaseStudies/gamephys/docs/Design/MG/GamePhysicsMG.pdf
Binary file not shown.
321 changes: 144 additions & 177 deletions CaseStudies/gamephys/docs/Design/MG/GamePhysicsMG.tex

Large diffs are not rendered by default.

Binary file added CaseStudies/gamephys/docs/Design/MG/uses1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added CaseStudies/gamephys/docs/SRS/SysCtxV2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions CaseStudies/gamephys/docs/VnVPlan/SystVnVPlan/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Makefile
# From https://danielkaes.wordpress.com/2009/03/14/compiling-latex-documents-using-makefiles/

PROJECT=SystVnVPlan
TEX=pdflatex
BIBTEX=bibtex
BUILDTEX=$(TEX) $(PROJECT).tex

all:
$(BUILDTEX)
# $(BIBTEX) $(PROJECT)
# $(BUILDTEX)
$(BUILDTEX)

clean-all:
rm -f *.dvi *.log *.bak *.aux *.bbl *.blg *.idx *.ps *.eps *.pdf *.toc *.out *~

clean:
rm -f *.log *.bak *.aux *.bbl *.blg *.idx *.toc *.out *.lof *.lot *~
5 changes: 5 additions & 0 deletions CaseStudies/gamephys/docs/VnVPlan/SystVnVPlan/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Test Plan

The folders and files for this folder are as follows:

Describe ...
Binary file not shown.
Loading