forked from sezero/quakespasm
-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/sezero/quakespasm
# Conflicts: # MacOSX/English.lproj/InfoPlist.strings # MacOSX/Info.plist # MacOSX/QuakeSpasm.xcodeproj/project.pbxproj # MacOSX/SDL2.framework/Versions/A/Headers/SDL_revision.h # MacOSX/SDL2.framework/Versions/A/Headers/SDL_stdinc.h # MacOSX/SDL2.framework/Versions/A/SDL2 # MacOSX/codecs/include/xmp.h # MacOSX/codecs/lib/libmpg123.dylib # MacOSX/codecs/lib/libopusfile.dylib # MacOSX/codecs/lib/libxmp.dylib # Misc/pak/default.cfg.diff # Misc/pak/default.cfg.orig # Misc/pak/maps/e1m1.diff # Misc/pak/maps/e1m1.ent.orig # Misc/pak/maps/e1m2.diff # Misc/pak/maps/e1m2.ent.orig # Misc/pak/maps/e1m4.diff # Misc/pak/maps/e1m4.ent.orig # Misc/pak/maps/e2m2.diff # Misc/pak/maps/e2m2.ent.orig # Misc/pak/maps/e2m3.diff # Misc/pak/maps/e2m3.ent.orig # Misc/pak/maps/e2m7.diff # Misc/pak/maps/e2m7.ent.orig # Quake/Makefile # Quake/Makefile.darwin # Quake/Makefile.w32 # Quake/Makefile.w64 # Quake/Makefile.wat # Quake/cl_demo.c # Quake/cl_main.c # Quake/cmd.c # Quake/common.c # Quake/common.h # Quake/gl_mesh.c # Quake/gl_model.c # Quake/gl_refrag.c # Quake/gl_rlight.c # Quake/gl_rmain.c # Quake/gl_rmisc.c # Quake/gl_texmgr.c # Quake/gl_texmgr.h # Quake/gl_vidsdl.c # Quake/gl_warp.c # Quake/glquake.h # Quake/host.c # Quake/host_cmd.c # Quake/image.c # Quake/in_sdl.c # Quake/menu.c # Quake/pr_cmds.c # Quake/progs.h # Quake/r_alias.c # Quake/r_brush.c # Quake/r_part.c # Quake/r_world.c # Quake/render.h # Quake/sbar.c # Quake/server.h # Quake/snd_wave.c # Quake/sv_main.c # Quake/sv_phys.c # Quake/sys_sdl_unix.c # Windows/VS2005/quakespasm-sdl2.vcproj # Windows/VS2005/quakespasm.vcproj # Windows/VisualStudio/ironwail.sln
- Loading branch information
Showing
121 changed files
with
1,508 additions
and
17,352 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,76 @@ | ||
--- default.cfg~ | ||
+++ default.cfg | ||
@@ -12,24 +12,26 @@ | ||
bind ALT +strafe | ||
|
||
bind , +moveleft | ||
+bind a +moveleft | ||
bind . +moveright | ||
+bind d +moveright | ||
bind DEL +lookdown | ||
bind PGDN +lookup | ||
bind END centerview | ||
-bind z +lookdown | ||
-bind a +lookup | ||
|
||
-bind d +moveup | ||
+bind e +moveup | ||
bind c +movedown | ||
bind SHIFT +speed | ||
bind CTRL +attack | ||
bind UPARROW +forward | ||
+bind w +forward | ||
bind DOWNARROW +back | ||
+bind s +back | ||
bind LEFTARROW +left | ||
bind RIGHTARROW +right | ||
|
||
bind SPACE +jump | ||
-bind ENTER +jump | ||
+//bind ENTER +jump | ||
|
||
bind TAB +showscores | ||
|
||
@@ -45,6 +47,8 @@ | ||
bind 0 "impulse 0" | ||
|
||
bind / "impulse 10" // change weapon | ||
+bind MWHEELDOWN "impulse 10" | ||
+bind MWHEELUP "impulse 12" | ||
|
||
// zoom | ||
alias zoom_in "sensitivity 2;fov 90;wait;fov 70;wait;fov 50;wait;fov 30;wait;fov 10;wait;fov 5;bind F11 zoom_out" | ||
@@ -85,14 +89,30 @@ | ||
// mouse buttons | ||
// | ||
bind MOUSE1 +attack | ||
-bind MOUSE2 +forward | ||
-bind MOUSE3 +mlook | ||
+//bind MOUSE2 +forward | ||
+bind MOUSE2 +jump | ||
+//bind MOUSE3 +mlook | ||
+ | ||
+// | ||
+// game controller | ||
+// | ||
+bind LSHOULDER "impulse 12" | ||
+bind RSHOULDER "impulse 10" | ||
+bind LTRIGGER +jump | ||
+bind RTRIGGER +attack | ||
|
||
// | ||
// default cvars | ||
// | ||
-viewsize 100 | ||
gamma 1.0 | ||
volume 0.7 | ||
sensitivity 3 | ||
|
||
+//viewsize 100 | ||
+viewsize 110 | ||
+scr_conscale 1.6 | ||
+scr_menuscale 1.6 | ||
+scr_sbarscale 1.6 | ||
+ | ||
+// default to mouse-look enabled | ||
++mlook |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- e1m1.ent | ||
+++ [email protected] | ||
@@ -715,14 +715,15 @@ | ||
{ | ||
"classname" "func_door" | ||
"targetname" "t4" | ||
"angle" "-2" | ||
"spawnflags" "1" | ||
"sounds" "2" | ||
"model" "*15" | ||
+"lip" "7" // svdijk -- added to prevent z-fighting | ||
} | ||
{ | ||
"classname" "trigger_multiple" | ||
"target" "t4" | ||
"health" "1" | ||
"model" "*16" | ||
} |
Oops, something went wrong.