1
0
Fork 0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-12-22 01:29:43 +01:00

Commit graph

  • c8fc49e8b6
    Merge 0e5f8ac978 into f9f9f076b4 Dav999 2024-12-21 04:19:30 +0000
  • 0e5f8ac978 Fix squeak and save spam in gamepad menu Dav999 2024-12-21 04:21:44 +0100
  • 887e3e181d
    Merge d35fb29541 into f9f9f076b4 Max Parry 2024-12-21 03:18:01 +0000
  • d35fb29541 maybe remove console spam (seperate commit to consider reverts) Buggem's Fedora PC 2024-12-21 14:17:17 +1100
  • bef03b68ea consistancy Buggem's Fedora PC 2024-12-21 14:14:50 +1100
  • 3b5108e3de More requests (see full changelog below) @Daaaav - removed DiscordResult error logging feature - uncommented debug features - replace some vlog_error calls with vlog_debug to indicate only with verbosity - fix string equal or not equal handling (use SDL_strcmp) - remove tab @Buggem (some stuff I noticed) - handle Discord API shutdown correctly app.core->destroy - if libHandle exists to libHandle != null Buggem's Fedora PC 2024-12-21 14:09:41 +1100
  • 29708db855 Finish @Daaaav's requests :D Buggem's Fedora PC 2024-12-19 14:16:47 +1100
  • aba4cdfb66
    Merge bd869d9286 into f9f9f076b4 Ally 2024-12-17 20:45:40 +0000
  • 276559f28a
    Merge 6ed3fab3d0 into f9f9f076b4 Nyako 2024-12-17 09:53:54 -0500
  • f4f4c11ba4
    Merge 639f0e5229 into f9f9f076b4 Misa Elizabeth Kai 2024-12-17 09:53:46 -0500
  • e625486f4a
    Merge 349ab399dc into f9f9f076b4 Alberto Mardegan 2024-12-17 09:53:22 -0500
  • cb85e1c8e1
    Merge e0e769b538 into f9f9f076b4 Nyako 2024-12-17 09:53:01 -0500
  • f9f9f076b4 musicVolume -> controlVolume for clarity master mothbeanie 2024-12-14 17:29:52 -0800
  • d90f3c3c08 :3 mothbeanie 2024-12-14 16:54:50 -0800
  • 420683a80f introduce functions to modulate user volume mothbeanie 2024-12-14 16:49:47 -0800
  • 132c5047a4 finish off naming convention = type* Buggem's Fedora PC 2024-12-17 15:31:51 +1100
  • 5cbf03d71b Fix bad implementation of inversion of discordDetected Buggem's Fedora PC 2024-12-15 19:45:23 +1100
  • 7fcba8510e Add @Daaaav's changes (full changelog below) - remove more useless headerfiles - rename [level, name] to [area, roomname] - remove 10 repeats fallback - do not update_activity if it is the same value as last DISCORD_update - fix bug with DiscordCreate failure handling - rename (and invert) discordNotDetected to discordDetected Buggem's Fedora PC 2024-12-15 19:40:42 +1100
  • 459437cbac Remove placeholder Buggem's Fedora PC 2024-12-15 19:03:17 +1100
  • 78ae33421f musicVolume -> controlVolume for clarity mothbeanie 2024-12-14 17:29:52 -0800
  • 3310a5510c :3 mothbeanie 2024-12-14 16:54:50 -0800
  • 4941f7d3db introduce functions to modulate user volume mothbeanie 2024-12-14 16:49:47 -0800
  • 17fea40b23 Remove localisation features from the RPC, as people on English Discord would see it in the player's language. Buggem's Fedora PC 2024-12-15 08:45:24 +1100
  • 7d3e7db2b7 Avoid segfault if Discord is not detected, remove useless headerfiles Buggem's Fedora PC 2024-12-13 14:28:30 +1100
  • ce111cf6c6 Make Discord not required to exist - thanks @Daaaav Buggem's Fedora PC 2024-12-13 08:14:50 +1100
  • 76d43683be Remove unneeded headerfiles, .vscode folder, and move comment Buggem's Fedora PC 2024-12-13 08:09:41 +1100
  • 76d57382ac
    Replace strncpy with SDL_strncpy Max Parry 2024-12-13 08:03:35 +1100
  • 7975b27e7c Patch potential crash scenarios and remove warnings. Buggem's Fedora PC 2024-12-12 18:39:57 +1100
  • 0a1244bd2a Dynamically load Discord Game SDK with SDL_LoadObject() to avoid CMake issues. Buggem's Fedora PC 2024-12-12 17:57:43 +1100
  • eb21260221 Add Discord Network support. Buggem's Fedora PC 2024-12-10 17:17:46 +1100
  • 0c5897fff8
    Merge f3c87643e2 into d4e472db1b Alberto Mardegan 2024-11-28 12:53:31 -0500
  • e0e769b538 A couple small fixes NyakoFox 2024-11-24 22:43:06 -0400
  • 6de03722ce Load an unlimited amount of loose music NyakoFox 2024-06-03 21:32:13 -0300
  • 6ed3fab3d0 include touch graphics for ios builds NyakoFox 2024-11-23 18:24:09 -0400
  • ec57bda0dd Replace float scale with int scale NyakoFox 2024-04-11 19:58:49 -0300
  • 302bec973e Replace screen_tapped with screen_down NyakoFox 2024-04-11 19:55:03 -0300
  • 5f08a9c69a Don't close ingame menu when pressing confirm btn NyakoFox 2024-04-02 18:52:46 -0300
  • 6f79f73033 Ignore Android's back button when disabling touch NyakoFox 2024-04-02 18:49:28 -0300
  • a80059ef40 Add string to language files AllyTally 2024-01-29 17:57:05 -0400
  • 36c7c4b029 Initial touch input support AllyTally 2024-01-28 21:29:22 -0400
  • eaada84456 Finish text scrolling in the editor. Note: Enter while you are in the middle of a line does not work. I didnt add it because I wanted to keep some of the retro simple feel. Buggem's Fedora PC 2024-11-23 10:35:16 +1100
  • 4b2c25c53a Also fix up FileSystemUtils usage of it Buggem's Fedora PC 2024-11-23 07:31:05 +1100
  • 2087e25295 Fix the new Data zip title to be consistant (and compile) Buggem's Fedora PC 2024-11-23 07:29:51 +1100
  • 5094c4769d
    Add Left+Right to editor Max Parry 2024-11-23 07:12:04 +1100
  • 959e8a5dbe
    Move the "data.zip missing" error message to Constants.h and add more detail into what went wrong Max Parry 2024-11-22 18:05:45 +1100
  • e86492e19d
    Some polish Max Parry 2024-11-22 17:58:44 +1100
  • d5126ef80b libretro: Fix a crash with video refresh. 宋文武 2024-11-20 20:40:43 +0800
  • 1ee279e4bc
    Merge 8623cf227a into d4e472db1b Reese Rivers 2024-11-19 00:44:58 -0500
  • 330a5579f2
    Merge bb0bd53604 into d4e472db1b Ally 2024-11-19 00:44:32 -0500
  • 087ae265b7
    Merge 37fdefea8a into d4e472db1b Ally 2024-11-18 12:28:18 -0400
  • 95438b1ba6
    Merge f44f89fee2 into d4e472db1b Nyako 2024-11-17 20:02:05 -0400
  • bd869d9286 Fix a couple issues NyakoFox 2024-11-17 15:18:10 -0400
  • 44e8bce9a0 Don't hardcode what emitters spawn! NyakoFox 2024-11-17 15:16:28 -0400
  • fd831dcb27 Completely replace animate system for entities AllyTally 2023-09-04 00:30:46 -0300
  • a82bd39871 Change radar from 32x32 -> 64x64 AllyTally 2023-09-02 19:29:54 -0300
  • 4bf2d23b34 Rename size to render_type, turn magic numbers into enum AllyTally 2023-09-02 18:18:08 -0300
  • f926ebd080 Fix typo (solider -> soldier) AllyTally 2023-09-02 13:56:29 -0300
  • 5409f0715f Modify how enemy colors are set AllyTally 2023-09-02 13:04:41 -0300
  • 333524533d Add set_enemy_colour AllyTally 2023-09-02 11:04:48 -0300
  • 3aca47e890 Remove entityclonefix in favor of improving emitters AllyTally 2023-09-02 11:23:27 -0300
  • baf76cb78e Move rest of enemy properties out of setenemy AllyTally 2023-09-02 10:44:38 -0300
  • 3e4079a0d2 Move more properties to enemy types AllyTally 2023-09-01 23:52:35 -0300
  • 9a17a07ef3 Clean up setting enemy properties AllyTally 2023-09-01 21:21:27 -0300
  • 25dd9d56ad Make 0-length gravity lines invisible again 2.4-updates NyakoFox 2024-11-15 20:19:08 -0400
  • d4e472db1b Make 0-length gravity lines invisible again NyakoFox 2024-11-15 20:19:08 -0400
  • 63880169e6
    Convert entity types to an enum (#1007) Ally 2024-11-17 12:45:57 -0400
  • 7fff3f531e Fix warning NyakoFox 2024-11-17 01:24:07 -0400
  • aba39da977
    Merge 46d08716f4 into 9c45dfb845 Ally 2024-11-17 04:07:21 +0000
  • 61960a7aee Apply fixes from @Daaaav NyakoFox 2024-11-16 23:14:13 -0400
  • b9de83c95a Add createentity case 100 for backwards compatibility AllyTally 2023-09-10 16:45:51 -0300
  • c69aed27f7 Convert entity types to an enum AllyTally 2023-09-04 11:07:44 -0300
  • 9c45dfb845 Tweak one word in the Esperanto localisation Reese Rivers 2024-11-15 21:05:40 -0500
  • bff2518822
    Tweak one word in the Esperanto localisation Reese Rivers 2024-11-15 21:05:40 -0500
  • d0860e122e
    Merge bd3b9cac31 into fa8517a521 Ally 2024-11-16 01:37:57 +0000
  • 014873daa7
    Merge 4e899682f8 into fa8517a521 Ally 2024-11-16 01:37:55 +0000
  • fa8517a521
    iOS port (for desktop_version) (#1137) leo60228 2024-11-15 20:33:10 -0500
  • c7d3897b12 Make 0-length gravity lines invisible again NyakoFox 2024-11-15 20:19:08 -0400
  • e780ea7d91
    Merge 9ef0c1dd1b into 6174d62f6f iyzsong 2024-11-11 18:32:23 +0100
  • 4e899682f8 Fix teleporter point clicking only working in 0,0 NyakoFox 2024-11-07 15:11:59 -0400
  • 394aee8be6 Don't shadow teleporters NyakoFox 2024-10-03 21:49:00 -0300
  • 53619f191d Teleporter edentities with custom curves AllyTally 2022-11-03 17:09:50 -0300
  • 6174d62f6f position(force) -> position(absolute) NyakoFox 2024-11-03 21:01:54 -0400
  • 98a0931225 Add textoutline(on/off/default) NyakoFox 2024-11-03 16:07:55 -0400
  • 45e60fa69c Add position(force) NyakoFox 2024-11-03 15:08:24 -0400
  • d8a8e44afa fix flipped inequality sign mothbeanie 2024-11-03 21:16:33 -0800
  • b572e2164b fix flipped inequality sign mothbeanie 2024-11-03 21:16:26 -0800
  • 2875af0492 Fix coordinates being allowed in the wrong order mothbeanie 2024-11-03 17:48:11 -0800
  • 54b2aaae96 Region system PR review changes mothbeanie 2024-11-03 15:20:33 -0800
  • 1fb0afb99d Apply PR review changes mothbeanie 2024-11-03 14:16:57 -0800
  • dedf941b25 Update region system to current codebase due to PR rot mothbeanie 2024-07-05 14:59:15 -0700
  • df892ff323
    fix flipped inequality sign mothbeanie 2024-11-03 21:16:33 -0800
  • eaa01cc0e4
    fix flipped inequality sign mothbeanie 2024-11-03 21:16:26 -0800
  • 2cbb593556 Fix coordinates being allowed in the wrong order mothbeanie 2024-11-03 17:48:11 -0800
  • 3d021d2023 position(force) -> position(absolute) NyakoFox 2024-11-03 21:01:54 -0400
  • 94620d809e CI: Migrate to SLR Sniper SDK for Linux builds Ethan Lee 2024-10-28 17:31:21 -0400
  • 11d0e7f91e correctly set VVV_CXX_SRC flags (set_source_files_properties isn't cumulative) leo60228 2024-10-10 16:35:25 -0400
  • 94b903a346 Region system PR review changes mothbeanie 2024-11-03 15:20:33 -0800
  • 81485a97a4 Apply PR review changes mothbeanie 2024-11-03 14:16:57 -0800
  • 18135b7dd1 Add textoutline(on/off/default) NyakoFox 2024-11-03 16:07:55 -0400
  • 76d35d2c3b Add position(force) NyakoFox 2024-11-03 15:08:24 -0400