Commit Graph

163 Commits

Author SHA1 Message Date
falsycat 883c3d0a69 adds update notice 2022-02-02 11:23:06 +09:00
falsycat c16ece8a55 setup GitHub Actions 2022-02-02 11:20:13 +09:00
falsycat a18c020652 follows latest dlang changes 2022-02-02 11:12:46 +09:00
falsycat c2a4e4af97 Adds README and LICENSE. 2021-04-21 00:00:00 +00:00
falsycat 7802ad1211 Merges thirdparty modules into this repo. 2021-04-21 00:00:00 +00:00
falsycat acb898ad9b [update] Implemented smoothing of SquareElement. 2019-10-19 00:00:00 +00:00
falsycat 13782e3176 [remove] Removed standalone subproject from sjplayer. 2019-10-19 00:00:00 +00:00
falsycat 07a3095404 [update] Adjusted rank calculation. 2019-10-19 00:00:00 +00:00
falsycat 05f4cfa351 [fix] Fixed an issue that scenes were drawn even right after it's ended. 2019-10-19 00:00:00 +00:00
falsycat 49408c0695 [update] Made GC to collect forcibly before start playing music. 2019-10-18 00:00:00 +00:00
falsycat 952a5825d6 [remove] Removed test-60bpm music. 2019-10-18 00:00:00 +00:00
falsycat 626206d6c4 [update] Updated Cranky-VLSI_short music score. 2019-10-18 00:00:00 +00:00
falsycat cee5f716ac [fix] Fixed an issue that the display blinked right after loading. 2019-10-17 00:00:00 +00:00
falsycat 1df1087dde [update] Improved actor's speed attenuation. 2019-10-17 00:00:00 +00:00
falsycat a6a0747931 [fix] Fixed an issue that time variable might be more than 1f. 2019-10-17 00:00:00 +00:00
falsycat fc81f9dcc7 [fix] Fixed an issue that playing with offset might not work properly. 2019-10-17 00:00:00 +00:00
falsycat 1c9aa9340d [update] Updated the debug mode to load music fast. 2019-10-17 00:00:00 +00:00
falsycat 210c25e695 [update] Enhanced the framebuffer's blur effect. 2019-10-17 00:00:00 +00:00
falsycat b614ed2d72 [update] Implemented an animation of LoadingScene. 2019-10-16 00:00:00 +00:00
falsycat a5be4fd519 [update] Improved shading parameters. 2019-10-16 00:00:00 +00:00
falsycat f0b1f19608 [update] Updated PostEffectController that supports new parameters. 2019-10-16 00:00:00 +00:00
falsycat 9f8379fa96 [update] Implemented blur effect. 2019-10-16 00:00:00 +00:00
falsycat 3a9669df38 [update] Replaced dummy variables with alignment specifications. 2019-10-16 00:00:00 +00:00
falsycat 87b4d5af07 [update] Implemented a contrast posteffect. 2019-10-16 00:00:00 +00:00
falsycat 05377b7472 [fix] Fixed an issue that posteffect's parameters were remained after music ended. 2019-10-16 00:00:00 +00:00
falsycat 673c2dfe94 [update] Updated PostEffect that can be shared with else scenes of PlayScene. 2019-10-16 00:00:00 +00:00
falsycat d3026b1fb7 [fix] Fixed an issue that nearness_coe was ignored. 2019-10-16 00:00:00 +00:00
falsycat 2ad131534f [fix] Fixed an issue that debug-music-offset-beat option had no meanings. 2019-10-16 00:00:00 +00:00
falsycat d98d0be7b7 [update] Added debug-music-offset-beat command-line option. 2019-10-16 00:00:00 +00:00
falsycat c146ab5366 [update] Added a debug-music-index command-line option. 2019-10-16 00:00:00 +00:00
falsycat 928be56f10 [add] Added TriangleElement. 2019-10-15 00:00:00 +00:00
falsycat 3d992ee73b [update] Improved memory efficiency of ShapeElementProgram. 2019-10-15 00:00:00 +00:00
falsycat f5500b0b98 [update] Tidied codes of elements. 2019-10-15 00:00:00 +00:00
falsycat a39c9f5001 [add] Added a template of ScheduledController for shapes.. 2019-10-15 00:00:00 +00:00
falsycat f2703bda59 [add] Added a template of programs for shapes. 2019-10-15 00:00:00 +00:00
falsycat bba4cf5765 [update] Implemented a damage calculation for SquareElement. 2019-10-15 00:00:00 +00:00
falsycat bd1c58f26e [update] Tidied codes to calculate distance between the origin and a line segment. 2019-10-15 00:00:00 +00:00
falsycat d36ee07b72 [add] Added SquareElement. 2019-10-15 00:00:00 +00:00
falsycat 111cd0f369 [update] Implemented a damage effect. 2019-10-15 00:00:00 +00:00
falsycat 9cc07c0971 [update] Added MusicPlayState and MusicPlayCancelState to SelectScene. 2019-10-14 00:00:00 +00:00
falsycat ccb7d79b67 [add] Added VarStoreScheduledController. 2019-10-14 00:00:00 +00:00
falsycat ffcd02066e [update] Updated resource list. 2019-10-14 00:00:00 +00:00
falsycat 16aeda8612 [update] Allowed a parser to parse the first term with minus. 2019-10-14 00:00:00 +00:00
falsycat 937a4fa09a [add] Added a sound effect at ResultScene. 2019-10-14 00:00:00 +00:00
falsycat a844b073b4 [fix] Fixed an issue that going back to TitleScene from SelectScene caused segfault. 2019-10-14 00:00:00 +00:00
falsycat 0480067cbb [fix] Fixed timing of showing a description text of SelectScene. 2019-10-14 00:00:00 +00:00
falsycat 3c441d5a5d [update] Improved the text rendering engine. 2019-10-14 00:00:00 +00:00
falsycat 6f6b08c06b [fix] Fixed an issue that rendered characters sometimes were dirty. 2019-10-14 00:00:00 +00:00
falsycat 0f4c3dcc77 [update] Added a description at SelectScene. 2019-10-14 00:00:00 +00:00
falsycat 8064cdb40e [update] Implemented showing score at ResultScene. 2019-10-14 00:00:00 +00:00