Commit Graph

  • b2d0838f90
    Pull `bigint.lua` from `bigint.lua` repo Ishaan Bhardwaj 2021-09-20 16:09:02 -0400
  • cf8ba16eb1 Remove the print statement #35 MarkGamed7794 2021-09-16 21:56:35 -0400
  • 42375cb2b8 Changed mode select DAS to 15/4 (old 24/6) Ishaan Bhardwaj 2021-09-16 18:05:38 -0400
  • fe162ed215 Mode select changes (read below) Added DAS to the up/down actions (24F start-up, 6F period) Added wheel scroll to the up/down/left/right actions Added a warning in case somehow the player has no modes or rulesets Mode select will load new modules every time you access it However, this does not reload changes to existing modules Ishaan Bhardwaj 2021-09-16 14:54:49 -0400
  • dda116f00f Merge branch 'master' of https://github.com/SashLilac/cambridge Brandon McGriff 2021-09-15 17:54:26 -0700
  • 2d3aeeb47d Fix loading of discordRPC when source path contains non-ASCII characters Brandon McGriff 2021-09-15 17:54:22 -0700
  • db4f8b52e7 refactored to love.math.random Sławomir Śpiewak 2021-09-15 12:45:55 +0200
  • 784c768c57 Update SOURCES.md Ishaan Bhardwaj 2021-09-14 22:15:08 -0400
  • c18e7ed244 Fixed hold opacity when level < 1000 Ishaan Bhardwaj 2021-09-12 19:28:00 -0400
  • 9df6bb9989 Small clean-up in PM2 Ishaan Bhardwaj 2021-09-12 19:26:47 -0400
  • f5873c97bc Remove debugging prints in save.lua Brandon McGriff 2021-09-12 14:36:21 -0700
  • fabdad056e Fix save data handling when save data directory contains non-ASCII characters Brandon McGriff 2021-09-12 14:32:21 -0700
  • 71ecd51cde Catch up to main, and push changes to sfx MarkGamed7794 2021-09-12 02:59:05 -0400
  • 0e82a8758c
    Merge pull request #34 from Kirby703/patch-3 Joe Zeng 2021-09-11 23:47:11 -0400
  • e78df19112
    made mode extensible #34 Kirby703 2021-09-11 22:39:20 -0400
  • 49775b9578 Fixed onEnterOrHold running twice on IHS Ishaan Bhardwaj 2021-09-11 18:19:03 -0400
  • 6a3c6ecac0 Changed fullscreen bind to F11 Ishaan Bhardwaj 2021-09-09 19:02:38 -0400
  • 90cf2ebef5 New `onEnterOrHold` function (fixes #29) Ishaan Bhardwaj 2021-09-05 23:08:54 -0400
  • 799a905a9c Remove redundant if Ishaan Bhardwaj 2021-09-05 22:50:31 -0400
  • 985f73c39d Revert "Yet more SOCD handling" Ishaan Bhardwaj 2021-09-05 22:44:21 -0400
  • b5db5bbdc3 Yet more SOCD handling Ishaan Bhardwaj 2021-09-04 22:45:20 -0400
  • 438acde2e2 Better (default) SOCD handling Ishaan Bhardwaj 2021-09-04 22:33:53 -0400
  • 0e1f40ad30 Amend the copying functions Ishaan Bhardwaj 2021-08-27 17:18:06 -0400
  • 0a8d3df05d
    Merge dddcd0c7a7 into 6cf6568a57 #33 Rin 2021-08-24 09:54:45 -0400
  • dddcd0c7a7 Fix a major bug. Also fix copy. yw milla #33 Rin 2021-08-22 15:45:41 +0100
  • d38954dd69 Oops, big a2 was busted Rin 2021-08-22 08:13:41 +0100
  • acad85f29e Add GameMode:fastUpdate Rin 2021-08-21 21:02:12 +0100
  • 33b69abbb8 Stop cambridge from usurping the secret inputs table. Fixes a problem in modpack. Rin 2021-08-21 20:56:32 +0100
  • 80104d2085
    Merge branch 'MillaBasset:master' into gamemode-config Rin 2021-08-21 20:33:31 +0100
  • 83b4085d56 Add some more settings Rin 2021-08-21 17:37:16 +0100
  • 4f5c61fb61 Reformat many settings Rin 2021-08-21 17:27:33 +0100
  • 45b247939e Add support for many options Rin 2021-08-21 17:24:52 +0100
  • 3a67e15966 Add per-gamemode configuration screen Rin 2021-08-21 17:08:03 +0100
  • 6cf6568a57 Revert "Fixed spawn positions on larger than 10w boards" Ishaan Bhardwaj 2021-08-20 19:09:50 -0400
  • dafc113038 Fixed spawn positions on larger than 10w boards Ishaan Bhardwaj 2021-08-20 18:53:07 -0400
  • 8bdd067978 Limit UPS to 1000 #32 Rin 2021-08-20 21:38:58 +0100
  • 49b39259e5 Implement a new run system Rin 2021-08-20 18:44:01 +0100
  • 923f3d3696 Added drawIfPaused to gamemode.lua Ishaan Bhardwaj 2021-08-19 14:16:34 -0400
  • db4132bf31 License update, added more credits Ishaan Bhardwaj 2021-08-19 14:15:57 -0400
  • c58018dd51 Two changes to main.lua (read comments) Disallowed trying to load a directory Required funcs.lua at the beginning of the program so mod makers don't have to anywhere else Ishaan Bhardwaj 2021-08-15 23:50:00 -0400
  • c7d0034f9b Two changes to gamemode.lua (read comments) Shape is now passed as an argument to ruleset:getDefaultOrientation() Fixed the comment for GameMode:transformScreen() Ishaan Bhardwaj 2021-08-11 19:44:57 -0400
  • ed5ea72e66 Cleaning up ruleset.lua Ishaan Bhardwaj 2021-08-11 19:30:46 -0400
  • dc3ad825dc Fix to #27 + some other gamemode functionality Ishaan Bhardwaj 2021-08-09 00:29:22 -0400
  • 40cba83003 Fixed a bug with the volume sliders... ...where the SFX that played upon changing the slider's value... ...reflected the old value instead of the new one. Ishaan Bhardwaj 2021-08-04 16:46:41 -0400
  • a1b3f73787
    Merge pull request #25 from Kirby703/patch-2 Ishaan Bhardwaj 2021-07-29 23:41:27 -0400
  • 4243d6b2ba
    fix a3 cools #25 Kirby703 2021-07-28 18:38:22 -0400
  • 33b3ad2889
    Merge pull request #24 from Kirby703/patch-1 Ishaan Bhardwaj 2021-07-28 10:42:09 -0400
  • adab1df480
    0xx-3xx line clear delay fix #24 Kirby703 2021-07-28 05:22:26 -0400
  • 711fa830a3 Added a few minutes to the torikans. Joe Z 2021-07-18 22:20:51 -0400
  • c434a3406b Changed the 2-second rule to give the cool at exactly 2 seconds. Joe Z 2021-07-18 21:23:50 -0400
  • 769b5043e3
    Added a 25,000 grade point requirement to the GM roll. Joe Zeng 2021-07-18 00:25:05 -0400
  • 713c62d807 Fixed Death giving GM below 999 Ishaan Bhardwaj 2021-07-18 00:13:57 -0400
  • c3f6e34518 New build scripts for targets other than Windows Ishaan Bhardwaj 2021-07-17 23:08:01 -0400
  • 4d0f6ab9fc Easier-to-see bone blocks Ishaan Bhardwaj 2021-07-17 16:25:16 -0400
  • 594aa2620f Added another game to the notable games section Ishaan Bhardwaj 2021-07-16 16:50:27 -0400
  • 199b535f70 Added a game to the README Ishaan Bhardwaj 2021-07-16 16:24:01 -0400
  • 9fbfbd5cda Refined and cleaned up buffer drop input functionality v0.3-beta6 Ishaan Bhardwaj 2021-07-11 17:10:51 -0400
  • c5c4c4d95c Fixed delay curve calculation in Marathon 2020 Ishaan Bhardwaj 2021-07-11 15:38:38 -0400
  • 53c51c2062 Removed debug code for Marathon 2020 Ishaan Bhardwaj 2021-07-11 14:57:14 -0400
  • e4eb9972e6 Fixed section COOL conditions for Marathon 2020 Ishaan Bhardwaj 2021-07-11 14:55:45 -0400
  • 7dbfe23059 Bump version to beta6 (also closes #19) Ishaan Bhardwaj 2021-07-11 14:04:22 -0400
  • 61d5410f22 Prevent mapping the same key to two controls (fixes #20) Ishaan Bhardwaj 2021-07-11 13:53:27 -0400
  • 2cb0416548 Shorten Death credit roll Ishaan Bhardwaj 2021-07-07 18:23:37 -0400
  • 83f3e297ce
    Changed "Notable Games" to "Other Notable Games" Ishaan Bhardwaj 2021-07-07 03:33:13 -0400
  • 8fb01dc9a8 Another credits update Ishaan Bhardwaj 2021-07-05 22:09:06 -0400
  • 61de3c6dbf Miscellaneous fixes to piece behavior in addition to fixing prev. commit Ishaan Bhardwaj 2021-06-26 16:27:33 -0400
  • 3c718c38e4 Revert "Fixed a bug where pieces would check gravity before a block out" Ishaan Bhardwaj 2021-06-26 14:55:18 -0400
  • d18c3e298d Fixed a bug where pieces would check gravity before a block out Ishaan Bhardwaj 2021-06-26 00:20:47 -0400
  • 33934bfb53 Fixed some redundancies in the piece class and Survival A1 Ishaan Bhardwaj 2021-06-20 15:20:09 -0400
  • 3e2d107687 Small grade fix for Marathon A3 Ishaan Bhardwaj 2021-06-19 13:31:45 -0400
  • 312b95728d Fixed an issue with Survival A3 that prevented extension of the mode Ishaan Bhardwaj 2021-06-17 22:59:30 -0400
  • 5013443302 Phantom Mania mechanic bugfixes Ishaan Bhardwaj 2021-06-17 19:10:21 -0400
  • a8ac8f5966 Whoops forgot a contributor, fixed Ishaan Bhardwaj 2021-06-15 21:47:38 -0400
  • a5032386e6 Small update to a contributor's name Ishaan Bhardwaj 2021-06-14 23:55:36 -0400
  • 264255290d Credit bump! Ishaan Bhardwaj 2021-06-14 23:53:14 -0400
  • a5839bede2 Added another notable game Ishaan Bhardwaj 2021-06-14 23:28:27 -0400
  • 4ebf24316a Added notable games that I think you should play Ishaan Bhardwaj 2021-06-14 23:25:32 -0400
  • f2acab4496 A few minor changes, read below Clean up big pieces for a temporary hotfix, an overhaul soon to come Refactored BGM and SE playing Moved draw code completely into gamemode - mod makers can now control everything on screen Ishaan Bhardwaj 2021-06-09 20:15:37 -0400
  • 929069c1b6
    Merge pull request #21 from Trixciel/master Ishaan Bhardwaj 2021-06-07 23:12:58 -0400
  • 3f2b38f7b3 Fixed ARE Cancelling with Sonic Drop RS #21 Trixciel 2021-06-06 17:38:47 +0200
  • 56fb5aebea Small cleanup to file info checking Ishaan Bhardwaj 2021-06-03 16:00:33 -0400
  • 6c201596b0 Fixed O failing to rotate in CRS Ishaan Bhardwaj 2021-06-02 12:10:02 -0400
  • 50466c5902 Fixed unary negation and to-string bigint metamethods Ishaan Bhardwaj 2021-05-29 19:48:34 -0400
  • ae1231c47a
    Merge pull request #17 from nightmareci/master Ishaan Bhardwaj 2021-05-27 09:34:46 -0400
  • 366ac1d552 Update credits.lua Ishaan Bhardwaj 2021-05-23 17:37:38 -0400
  • 302353f716
    Update README.md Ishaan Bhardwaj 2021-05-23 17:20:26 -0400
  • 7f550b629f Made start-of-line spacing all hard tabs #17 nightmareci 2021-05-23 11:57:04 -0700
  • 6b2252e6d9 Implemented custom love.run to get lower latency nightmareci 2021-05-23 11:07:07 -0700
  • e1741440f2 Fixed an edge case with the last save commit v0.3-beta5.2 Ishaan Bhardwaj 2021-05-22 21:42:14 -0400
  • c56f290921 Fixed a bug where the game would sometimes not save on macOS Version bump to beta5.2 Ishaan Bhardwaj 2021-05-22 21:19:33 -0400
  • 86e975f929 Fixed up an edge case in immobile spin Ishaan Bhardwaj 2021-05-22 14:41:51 -0400
  • 9f8e9a9778 Changed additive gravity behavior for main TGM modes v0.3-beta5.1 Ishaan Bhardwaj 2021-05-21 15:34:50 -0400
  • 62f9475fa9 Small cosmetic change to input config menus Ishaan Bhardwaj 2021-05-21 15:32:28 -0400
  • 99d3732d00 Bump to v0.3-beta5.1, release tomorrow Ishaan Bhardwaj 2021-05-20 23:25:24 -0400
  • f5121b62e5 Added bigint comparison metamethods Ishaan Bhardwaj 2021-05-15 22:39:15 -0400
  • cbdbfa6633 Fixed a small cosmetic issue in Survival A1 Ishaan Bhardwaj 2021-04-26 21:51:42 -0400
  • 1b1abc9792 Fixed an issue with buffer lock inputs Ishaan Bhardwaj 2021-04-20 16:11:49 -0400
  • 894e99e677 Cambridge has a logo now! Ishaan Bhardwaj 2021-04-16 22:14:59 -0400
  • d4b619da89 Fixed an edge case with last commit Ishaan Bhardwaj 2021-04-08 13:17:34 -0400
  • 3766149cb7 Fixed a 0 ARR gravity bug Ishaan Bhardwaj 2021-04-08 11:55:36 -0400