get achievements working again
authorhgn <hgodden00@gmail.com>
Fri, 3 Dec 2021 20:35:54 +0000 (20:35 +0000)
committerhgn <hgodden00@gmail.com>
Fri, 3 Dec 2021 20:35:54 +0000 (20:35 +0000)
Former-commit-id: 5cd0365349b88c7774e0e18c0cad591156512c1f

fishladder.c.REMOVED.git-id
maps/spam.map [new file with mode: 0644]
vg/config.h [deleted file]
vg/config.h.REMOVED.git-id [new file with mode: 0644]
vg/vg.h.REMOVED.git-id
vg/vg_platform.h.REMOVED.git-id
vg/vg_steamworks.h [deleted file]
vg/vg_steamworks.h.REMOVED.git-id [new file with mode: 0644]

index f53fcab39cc25f0a431e8599aabb0bff71c6e673..245de9c15d4b987f220d64a5b84dbcb78eaaf45b 100644 (file)
@@ -1 +1 @@
-73c9210a92474dadb5f3dbef33638a92ee957526
\ No newline at end of file
+03d391de1838959d6436db660cc6801622c6c30b
\ No newline at end of file
diff --git a/maps/spam.map b/maps/spam.map
new file mode 100644 (file)
index 0000000..1ce9c7c
--- /dev/null
@@ -0,0 +1,13 @@
+###############;
+#####-#########;abab
+##           ##;
+##           ##;
+##           ##;
+##           ##;
+##           ##;
+##           ##;
+##           ##;
+##           ##;
+##           ##;
+###+#+#+#+#+###;abab,cccc,ccaa,aabb,bbbb
+###############;
diff --git a/vg/config.h b/vg/config.h
deleted file mode 100644 (file)
index ac8df55..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-// Copyright (C) 2021 Harry Godden (hgn) - All Rights Reserved
-
-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 = "prev",               .bind = GLFW_KEY_N },
-       { .name = "next",               .bind = GLFW_KEY_M }
-};
-
-static struct axis_binding vg_axis_binds[] = 
-{
-       { .name = "primary",    .positive = GLFW_MOUSE_BUTTON_LEFT,     .negative = -1 },
-       { .name = "secondary",  .positive = GLFW_MOUSE_BUTTON_RIGHT,    .negative = -1 },
-       { .name = "horizontal", .positive = GLFW_KEY_D,                                         .negative = GLFW_KEY_A },
-       { .name = "vertical",   .positive = GLFW_KEY_W,                                         .negative = GLFW_KEY_S }
-};
diff --git a/vg/config.h.REMOVED.git-id b/vg/config.h.REMOVED.git-id
new file mode 100644 (file)
index 0000000..6a00a7a
--- /dev/null
@@ -0,0 +1 @@
+b9aef412206d479e92cbf18d464ba1e94c484121
\ No newline at end of file
index 7efbe8927f9ccce2d79c6fcf753a21de74fe8dd0..03a7f4dd47bb94f72f317fd78646b95580536f32 100644 (file)
@@ -1 +1 @@
-53670b24ad93f6034b9f87111f3585a60b11de75
\ No newline at end of file
+2c86d4d3b596749469f7550c84947acca1118f6e
\ No newline at end of file
index 16de903784989329a01682c7d01c15b0b1e63d06..5c37e1c665b4ddfc6168c798cab2b554d16a8d91 100644 (file)
@@ -1 +1 @@
-24882841f007746d2d1642538fa904936f6bbda8
\ No newline at end of file
+b1986b96d088e26732166a5020c6d6c2602e9d60
\ No newline at end of file
diff --git a/vg/vg_steamworks.h b/vg/vg_steamworks.h
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/vg/vg_steamworks.h.REMOVED.git-id b/vg/vg_steamworks.h.REMOVED.git-id
new file mode 100644 (file)
index 0000000..b3f7220
--- /dev/null
@@ -0,0 +1 @@
+5bc04f221b31ee2e639c93327d867ef944ea689a
\ No newline at end of file