Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blaster upgrade #3

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
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 added .vs/Game-Mod-Q4/v16/.suo
Binary file not shown.
Binary file added .vs/Game-Mod-Q4/v16/Browse.VC.db
Binary file not shown.
3 changes: 3 additions & 0 deletions .vs/ProjectSettings.json
6 changes: 6 additions & 0 deletions .vs/VSWorkspaceState.json
Binary file added .vs/q4sdk/v16/.suo
Binary file not shown.
Binary file added .vs/q4sdk/v16/Browse.VC.db
Binary file not shown.
Binary file added .vs/q4sdk/v16/Solution.VC.db
Binary file not shown.
Binary file added .vs/q4sdk/v16/ipch/2bb907f779dc2004.ipch
Binary file not shown.
Binary file added .vs/q4sdk/v16/ipch/579919214e667295.ipch
Binary file not shown.
Binary file added .vs/q4sdk/v16/ipch/c820931f55d4130b.ipch
Binary file not shown.
Binary file added .vs/q4sdk/v16/ipch/ce0716c466498021.ipch
Binary file not shown.
Binary file added .vs/q4sdk/v16/ipch/f0df877a26f02ec7.ipch
Binary file not shown.
Binary file added .vs/slnx.sqlite
Binary file not shown.
46 changes: 46 additions & 0 deletions Backup/q4sdk.sln
Binary file added UpgradeLog.htm
Binary file not shown.
504 changes: 504 additions & 0 deletions game.vcxproj
837 changes: 837 additions & 0 deletions game.vcxproj.filters
4 changes: 4 additions & 0 deletions game.vcxproj.user
2 changes: 1 addition & 1 deletion game/gamesys/Class.cpp
2 changes: 1 addition & 1 deletion game/gamesys/SaveGame.cpp
4 changes: 2 additions & 2 deletions game/gamesys/SysCmds.cpp
4 changes: 2 additions & 2 deletions game/weapon/WeaponBlaster.cpp
335 changes: 335 additions & 0 deletions idlib.vcxproj
467 changes: 467 additions & 0 deletions idlib.vcxproj.filters
4 changes: 4 additions & 0 deletions idlib.vcxproj.user
82 changes: 41 additions & 41 deletions idlib/Str.cpp
4 changes: 2 additions & 2 deletions idlib/math/Simd.cpp
499 changes: 499 additions & 0 deletions mpgame.vcxproj
837 changes: 837 additions & 0 deletions mpgame.vcxproj.filters
4 changes: 4 additions & 0 deletions mpgame.vcxproj.user
1 change: 1 addition & 0 deletions mpgame/Player.cpp
3 changes: 2 additions & 1 deletion mpgame/Weapon.cpp
2 changes: 1 addition & 1 deletion mpgame/gamesys/Class.cpp
2 changes: 1 addition & 1 deletion mpgame/gamesys/SaveGame.cpp
4 changes: 2 additions & 2 deletions mpgame/gamesys/SysCmds.cpp
2 changes: 1 addition & 1 deletion mpgame/weapon/WeaponBlaster.cpp
71 changes: 34 additions & 37 deletions q4sdk.sln