From db752c00bd0001e2948005c50936070f9ce231e1 Mon Sep 17 00:00:00 2001 From: hgn Date: Tue, 5 Oct 2021 00:55:53 +0100 Subject: [PATCH] some levels and diagnostic tool Former-commit-id: 55a8be84b66e264a6af476689f9499f41cc98e64 --- fishladder.c.REMOVED.git-id | 2 +- textures/reference.c.REMOVED.git-id | 1 - vg/config.h | 4 +++- vg/vg.h.REMOVED.git-id | 2 +- vg/vg_gldiag.h.REMOVED.git-id | 1 + 5 files changed, 6 insertions(+), 4 deletions(-) delete mode 100644 textures/reference.c.REMOVED.git-id create mode 100644 vg/vg_gldiag.h.REMOVED.git-id diff --git a/fishladder.c.REMOVED.git-id b/fishladder.c.REMOVED.git-id index 306e45f..5564eda 100644 --- a/fishladder.c.REMOVED.git-id +++ b/fishladder.c.REMOVED.git-id @@ -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 index b225166..0000000 --- a/textures/reference.c.REMOVED.git-id +++ /dev/null @@ -1 +0,0 @@ -f342895d4ed669f445e3cb69b16f1477b4dc4af6 \ No newline at end of file diff --git a/vg/config.h b/vg/config.h index a5938f1..ac8df55 100644 --- a/vg/config.h +++ b/vg/config.h @@ -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[] = diff --git a/vg/vg.h.REMOVED.git-id b/vg/vg.h.REMOVED.git-id index bd7857a..f49832f 100644 --- a/vg/vg.h.REMOVED.git-id +++ b/vg/vg.h.REMOVED.git-id @@ -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 index 0000000..842f6b2 --- /dev/null +++ b/vg/vg_gldiag.h.REMOVED.git-id @@ -0,0 +1 @@ +29c246dd26ef47be542b208ef12a54eb15d88758 \ No newline at end of file -- 2.25.1