tweaked a little weapon firing code
fixed chatter icon not disappearing set bots correct walk speeds implemented some sse2 stuff update linux & android makefiles
This commit is contained in:
parent
2eec5839bd
commit
c07065ca9d
15 changed files with 268 additions and 221 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
|
@ -17,7 +17,6 @@ $RECYCLE.BIN/
|
|||
# =========================
|
||||
# Operating System Files
|
||||
# =========================
|
||||
|
||||
# OSX
|
||||
# =========================
|
||||
|
||||
|
|
@ -35,6 +34,7 @@ Icon
|
|||
# Files that might appear on external disk
|
||||
.Spotlight-V100
|
||||
.Trashes
|
||||
/project/#Verone
|
||||
|
||||
*.pdb
|
||||
*.asm
|
||||
|
|
@ -53,14 +53,15 @@ Icon
|
|||
*.suo
|
||||
*.idb
|
||||
*.vspx
|
||||
project/yapb.vcxproj.user
|
||||
*.user
|
||||
*.psess
|
||||
*.opendb
|
||||
*.aps
|
||||
*.db
|
||||
*.enc
|
||||
*.xml
|
||||
/project/#Verone/incremental_index
|
||||
*.vsp
|
||||
*.lastcodeanalysissucceeded
|
||||
*.json
|
||||
*.html
|
||||
*.settings
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue