2023-10-08 Nishi Fixed the exit bug. * src/sdl.c: Fixed the exit bug. 2023-10-08 Nishi Made archive-win.sh include DLL. * archive-win.sh: Includes the DLL now. 2023-10-08 Nishi Forgot to include ctype.h. * src/sdl.c: Added the #include * configure.ac: Fixed the prefix thing. * configure: Rebuilt. 2023-10-07 Nishi Fixed the prefix thing. * configure.ac: Fixed the prefix thing. * configure: Rebuilt. 2023-10-07 Nishi Separated the music thing. * include/stage*.h: Separated the music thing. * src/stage*.c: Separated the music thing. * src/enemy.c: Added the hoppou_music_init. 2023-10-07 Nishi Added the scoreboard feature. * include/hoppou.h: 1.00 -> 1.10 * src/sdl.c: Added the scoreboard feature. 2023-10-06 tm85 Stage 4 English translations. * include/hoppou.h: Added stage 4 English translations. 2023-10-06 Nishi Added README. Added the sprite which will get shown in the stage4. * dist/target.png: Added the sprite. * src/stage4.c: Added the sprite. * src/sdl.c: Added the effect sprite handler. * README: Added one for the CD. 2023-10-03 Nishi Added new message about the Japanese build. Changed how stages work. * configure.ac: Added new message about the Japanese build. * src/stage3.c: Changed how stages work. * src/stage4.c: Same with src/stage3.c. * src/sdl.c: Changed the start stage. * configure: Rebuilt. 2023-10-05 Nishi Added new shoot functions. * src/stage4.c: Aadded new shoot functions. 2023-10-03 Nishi Increased the HP of the boos. * src/stage3.c: Increased the HP of the boss. 2023-10-03 Nishi CMake support. * CMakeLists.txt: CMake support. I will never maintain this. Ever. 2023-10-03 Nishi Fixed the `Uninitialised variable`. * src/sdl.c: Fixed the `Uninitialised variable`. 2023-10-03 Nishi Removed the EmScripten support. Fixed the MingW build. * configure.ac: Removed the EmScripten support * configure.ac: Fixed the MingW build * configure: Rebuilt. 2023-10-03 Nishi Fixed the SDL2 EmScripten thing. * configure.ac: Fixed the SDL2 EmScripten thing. * configure: Rebuilt. 2023-10-03 Nishi Fixed the SDL2 path. * configure.ac: Fixed the SDL2 path. * configure: Rebuilt. * src/*.c: Fixed the SDL2 path. 2023-09-15 Nishi Windows 32bit build support. * configure.ac: Windows 32bit build support. * configure: Rebuilt. * GNUmakefile.in: Added hoppou.res to the target clean. 2023-09-15 Nishi Better flags for building for Windows. * configure.ac: Better flags for building for Windows. * configure: Rebuilt. * GNUmakefile.in: Removed legacy targets. 2023-09-15 Nishi Added c30 to staffroll. Thanks c30 for reporting me the memleak bug. * include/hoppou.h: Added c30 to the staffroll. * src/sdl.c: Added c30 to the staffroll. 2023-09-15 Nishi Fixed memleaks. * src/sdl.c: Fixed memleaks. 2023-09-15 Nishi Better startup message for *nix. * include/hoppou.h: Better startup message for *nix. 2023-09-15 Nishi Implemented cleanup of the SDL things. * src/sdl.c. Implemented cleanup of the SDL things. 2023-09-15 Nishi Fixed warnings. * configure.ac: Fixed warnings. * configure: Rebuilt. 2023-09-15 Nishi Fixed most of warnings. * src/stage2.c: Fixed most of warnings. * src/stage3.c: Fixed most of warnings. 2023-09-15 Terra Added English dialogue translations * include/hoppou.h: Added English-language dialogue. 2023-09-15 Nishi Added dialogues. (TODO: English Translation) * src/stage2.c: Added dialogues. * src/stage3.c: Added dialogues. 2023-09-15 Nishi Made the pre-stage animation. * src/sdl.c: Pre-stage animation 2023-09-15 Nishi Made the bullet calculation multithread. * src/calculation.c: Fixed the render/calculation lock. * CHANGELOG: added