|
a18c020652
|
follows latest dlang changes
|
2022-02-02 11:12:46 +09:00 |
|
|
07a3095404
|
[update] Adjusted rank calculation.
|
2019-10-19 00:00:00 +00:00 |
|
|
05f4cfa351
|
[fix] Fixed an issue that scenes were drawn even right after it's ended.
|
2019-10-19 00:00:00 +00:00 |
|
|
49408c0695
|
[update] Made GC to collect forcibly before start playing music.
|
2019-10-18 00:00:00 +00:00 |
|
|
cee5f716ac
|
[fix] Fixed an issue that the display blinked right after loading.
|
2019-10-17 00:00:00 +00:00 |
|
|
1c9aa9340d
|
[update] Updated the debug mode to load music fast.
|
2019-10-17 00:00:00 +00:00 |
|
|
b614ed2d72
|
[update] Implemented an animation of LoadingScene.
|
2019-10-16 00:00:00 +00:00 |
|
|
a5be4fd519
|
[update] Improved shading parameters.
|
2019-10-16 00:00:00 +00:00 |
|
|
3a9669df38
|
[update] Replaced dummy variables with alignment specifications.
|
2019-10-16 00:00:00 +00:00 |
|
|
87b4d5af07
|
[update] Implemented a contrast posteffect.
|
2019-10-16 00:00:00 +00:00 |
|
|
05377b7472
|
[fix] Fixed an issue that posteffect's parameters were remained after music ended.
|
2019-10-16 00:00:00 +00:00 |
|
|
673c2dfe94
|
[update] Updated PostEffect that can be shared with else scenes of PlayScene.
|
2019-10-16 00:00:00 +00:00 |
|
|
2ad131534f
|
[fix] Fixed an issue that debug-music-offset-beat option had no meanings.
|
2019-10-16 00:00:00 +00:00 |
|
|
d98d0be7b7
|
[update] Added debug-music-offset-beat command-line option.
|
2019-10-16 00:00:00 +00:00 |
|
|
c146ab5366
|
[update] Added a debug-music-index command-line option.
|
2019-10-16 00:00:00 +00:00 |
|
|
9cc07c0971
|
[update] Added MusicPlayState and MusicPlayCancelState to SelectScene.
|
2019-10-14 00:00:00 +00:00 |
|
|
937a4fa09a
|
[add] Added a sound effect at ResultScene.
|
2019-10-14 00:00:00 +00:00 |
|
|
a844b073b4
|
[fix] Fixed an issue that going back to TitleScene from SelectScene caused segfault.
|
2019-10-14 00:00:00 +00:00 |
|
|
0480067cbb
|
[fix] Fixed timing of showing a description text of SelectScene.
|
2019-10-14 00:00:00 +00:00 |
|
|
3c441d5a5d
|
[update] Improved the text rendering engine.
|
2019-10-14 00:00:00 +00:00 |
|
|
6f6b08c06b
|
[fix] Fixed an issue that rendered characters sometimes were dirty.
|
2019-10-14 00:00:00 +00:00 |
|
|
0f4c3dcc77
|
[update] Added a description at SelectScene.
|
2019-10-14 00:00:00 +00:00 |
|
|
8064cdb40e
|
[update] Implemented showing score at ResultScene.
|
2019-10-14 00:00:00 +00:00 |
|
|
47ede702f6
|
[fix] Fixed an issue that sjplayer.Context wasn't destroyed after end of the game.
|
2019-10-14 00:00:00 +00:00 |
|
|
2345cfb22a
|
[update] Moved codes to initialize LobbyWorld.
|
2019-10-14 00:00:00 +00:00 |
|
|
41c91edb72
|
[update] Implemented animations for ResultScene.
|
2019-10-14 00:00:00 +00:00 |
|
|
bda8e5d594
|
[update] Implemented a damage calculation.
|
2019-10-14 00:00:00 +00:00 |
|
|
98be1dbc74
|
[add] Added ResultScene.
|
2019-10-14 00:00:00 +00:00 |
|
|
021bd8eca5
|
[add] Added PlayScene.
|
2019-10-14 00:00:00 +00:00 |
|
|
52a2159300
|
[update] Implemented creating a context of music.
|
2019-10-14 00:00:00 +00:00 |
|
|
a6ad04b8d2
|
[add] Added LoadingScene.
|
2019-10-14 00:00:00 +00:00 |
|
|
0a18f7feae
|
[update] Renamed Song to Music.
|
2019-10-14 00:00:00 +00:00 |
|
|
e1745f1c2b
|
[update] Tidied a part of codes.
|
2019-10-14 00:00:00 +00:00 |
|
|
6f7dd2c142
|
[remove] Removed a glitch effect of TextProgram.
|
2019-10-13 00:00:00 +00:00 |
|
|
7af750c131
|
[add] Added new song Cranky - VLSI [short edit].
|
2019-10-13 00:00:00 +00:00 |
|
|
70f150f820
|
[update] Implemented a glitch effect for TextProgram.
|
2019-10-13 00:00:00 +00:00 |
|
|
d5039cc431
|
[update] Improved text drawing.
Now it uses degenerated polygons.
|
2019-10-13 00:00:00 +00:00 |
|
|
93f6844a2b
|
[add] Added Text.
|
2019-10-13 00:00:00 +00:00 |
|
|
54355fccd0
|
[add] Added TextProgram.
|
2019-10-13 00:00:00 +00:00 |
|
|
983625d8d9
|
[add] Added FontSet which uses freetype.
|
2019-10-13 00:00:00 +00:00 |
|
|
ef34d9c058
|
[remove] Removed classes and resources related to fonts.
sfFont was useless. :(
|
2019-10-13 00:00:00 +00:00 |
|
|
dbe7e8af8c
|
[update] Implemented playing preview song at SelectScene.
|
2019-10-13 00:00:00 +00:00 |
|
|
7e41c98cd3
|
[update] Implemented a background transition for selecting songs.
|
2019-10-13 00:00:00 +00:00 |
|
|
1a289a6dda
|
[add] Added Song and Implemented loading a list of songs.
|
2019-10-13 00:00:00 +00:00 |
|
|
06fc93a2c4
|
[update] Implemented animations for scene transition.
|
2019-10-13 00:00:00 +00:00 |
|
|
b94b9f823e
|
[update] Re-implemented the scene transitions.
|
2019-10-13 00:00:00 +00:00 |
|
|
7c455ed83a
|
[update] Improved the codes to load audio files.
|
2019-10-13 00:00:00 +00:00 |
|
|
d3b02a184f
|
[add] Added SelectScene.
|
2019-10-12 00:00:00 +00:00 |
|
|
3f05669fbd
|
[update] Implemented showing a title logo in TitleScene.
|
2019-10-12 00:00:00 +00:00 |
|
|
e3e149f451
|
[add] Added TitleTextProgram.
|
2019-10-12 00:00:00 +00:00 |
|