some levels and diagnostic tool
authorhgn <hgodden00@gmail.com>
Mon, 4 Oct 2021 23:55:53 +0000 (00:55 +0100)
committerhgn <hgodden00@gmail.com>
Mon, 4 Oct 2021 23:55:53 +0000 (00:55 +0100)
Former-commit-id: 55a8be84b66e264a6af476689f9499f41cc98e64

fishladder.c.REMOVED.git-id
textures/reference.c.REMOVED.git-id [deleted file]
vg/config.h
vg/vg.h.REMOVED.git-id
vg/vg_gldiag.h.REMOVED.git-id [new file with mode: 0644]

index 306e45f95e7aefaa87970f8722cb332059038d61..5564eda1684ff685d3f3c359bc70facbe619ee37 100644 (file)
@@ -1 +1 @@
-9c573084c3daa3fe9deeaf3d01dc0caece1f201f
\ No newline at end of file
+1f377903d557d3680eeebef03ae96eb06dff4ecb
\ No newline at end of file
diff --git a/textures/reference.c.REMOVED.git-id b/textures/reference.c.REMOVED.git-id
deleted file mode 100644 (file)
index b225166..0000000
+++ /dev/null
@@ -1 +0,0 @@
-f342895d4ed669f445e3cb69b16f1477b4dc4af6
\ No newline at end of file
index a5938f10a9dbf1a73ad551b4dfa77abba62fbb3e..ac8df5531e9a084d97b35d3d9018dc906b7f6211 100644 (file)
@@ -5,7 +5,9 @@ static struct button_binding vg_button_binds[] =
        { .name = "primary", .bind = GLFW_MOUSE_BUTTON_LEFT },
        { .name = "secondary", .bind = GLFW_MOUSE_BUTTON_RIGHT },
        { .name = "noclip",     .bind = GLFW_KEY_V, },
-       { .name = "go",                 .bind = GLFW_KEY_SPACE }
+       { .name = "go",                 .bind = GLFW_KEY_SPACE },
+       { .name = "prev",               .bind = GLFW_KEY_N },
+       { .name = "next",               .bind = GLFW_KEY_M }
 };
 
 static struct axis_binding vg_axis_binds[] = 
index bd7857a5eb8d988897710cc4eb87c286f1063df0..f49832f70bcbb7f36a433313baa381c8b69cad92 100644 (file)
@@ -1 +1 @@
-9ff59ddd2fa741b4fb9102f578598f8ffc5fbead
\ No newline at end of file
+b7abeb634dfeb9f158d4270024d162899ae6d426
\ No newline at end of file
diff --git a/vg/vg_gldiag.h.REMOVED.git-id b/vg/vg_gldiag.h.REMOVED.git-id
new file mode 100644 (file)
index 0000000..842f6b2
--- /dev/null
@@ -0,0 +1 @@
+29c246dd26ef47be542b208ef12a54eb15d88758
\ No newline at end of file