From 432550a000404538754ba7f44d0957a7e64e363f Mon Sep 17 00:00:00 2001 From: hgn Date: Fri, 3 Dec 2021 20:35:54 +0000 Subject: [PATCH] get achievements working again Former-commit-id: 5cd0365349b88c7774e0e18c0cad591156512c1f --- fishladder.c.REMOVED.git-id | 2 +- maps/spam.map | 13 +++++++++++++ vg/config.h | 19 ------------------- vg/config.h.REMOVED.git-id | 1 + vg/vg.h.REMOVED.git-id | 2 +- vg/vg_platform.h.REMOVED.git-id | 2 +- vg/vg_steamworks.h | 0 vg/vg_steamworks.h.REMOVED.git-id | 1 + 8 files changed, 18 insertions(+), 22 deletions(-) create mode 100644 maps/spam.map delete mode 100644 vg/config.h create mode 100644 vg/config.h.REMOVED.git-id delete mode 100644 vg/vg_steamworks.h create mode 100644 vg/vg_steamworks.h.REMOVED.git-id diff --git a/fishladder.c.REMOVED.git-id b/fishladder.c.REMOVED.git-id index f53fcab..245de9c 100644 --- a/fishladder.c.REMOVED.git-id +++ b/fishladder.c.REMOVED.git-id @@ -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 index 0000000..1ce9c7c --- /dev/null +++ b/maps/spam.map @@ -0,0 +1,13 @@ +###############; +#####-#########;abab +## ##; +## ##; +## ##; +## ##; +## ##; +## ##; +## ##; +## ##; +## ##; +###+#+#+#+#+###;abab,cccc,ccaa,aabb,bbbb +###############; diff --git a/vg/config.h b/vg/config.h deleted file mode 100644 index ac8df55..0000000 --- a/vg/config.h +++ /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 index 0000000..6a00a7a --- /dev/null +++ b/vg/config.h.REMOVED.git-id @@ -0,0 +1 @@ +b9aef412206d479e92cbf18d464ba1e94c484121 \ No newline at end of file diff --git a/vg/vg.h.REMOVED.git-id b/vg/vg.h.REMOVED.git-id index 7efbe89..03a7f4d 100644 --- a/vg/vg.h.REMOVED.git-id +++ b/vg/vg.h.REMOVED.git-id @@ -1 +1 @@ -53670b24ad93f6034b9f87111f3585a60b11de75 \ No newline at end of file +2c86d4d3b596749469f7550c84947acca1118f6e \ No newline at end of file diff --git a/vg/vg_platform.h.REMOVED.git-id b/vg/vg_platform.h.REMOVED.git-id index 16de903..5c37e1c 100644 --- a/vg/vg_platform.h.REMOVED.git-id +++ b/vg/vg_platform.h.REMOVED.git-id @@ -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 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 index 0000000..b3f7220 --- /dev/null +++ b/vg/vg_steamworks.h.REMOVED.git-id @@ -0,0 +1 @@ +5bc04f221b31ee2e639c93327d867ef944ea689a \ No newline at end of file -- 2.25.1