kichikuou
602c309c47
Android: Add system menu
...
The system menu opens with 3-finger touch. Currently, it can only exit
the game.
2020-11-29 18:27:50 +09:00
kichikuou
07da17a00e
Pump events in sys_sleep()
...
This allows handling window events while fading etc.
2020-11-29 12:06:17 +09:00
kichikuou
520b542fcc
Introduce NACT::on_syswmevent()
...
This is in preparation for adding more handlers for platform-specific
window messages (e.g. menu commands).
2020-10-10 15:26:01 +09:00
kichikuou
9f5f4e6843
Add Windows native implementaton of MAKO
...
The MIDI synthesizer bundled with SDL_Mixer doesn't sound as good as
Windows' built-in software synthesizer.
This adds Windows native implementation of MAKO as win/mako.cpp. It
plays MIDI by writing out SMF to a temporary file and play it with MCI.
CD emulation (--playlist) is also implemented using MCI.
The PCM implementation is copyed from TOTO's original Win32 impl.
This removes SDL_mixer dependency in Windows.
Fixes #1 .
2020-05-16 17:36:23 +09:00
kichikuou
7a1cc2a483
Convert all Shift_JIS files to UTF-8
2020-02-24 18:06:38 +09:00
kichikuou
55e6dde4f8
Android: Fix screen issues
...
- Create window as fullscreen
- Redraw screen after task resume
2020-02-09 21:47:07 +09:00
kichikuou
c04301c117
Android: Fix multi-touch detection
2020-01-04 11:31:40 +09:00
kichikuou
bde689eaa1
Text hook
2019-09-02 09:03:29 +09:00
kichikuou
270e65ab78
Touch support
2017-05-01 10:24:13 +09:00
kichikuou
4692351607
Terminate flag shouldn't get cleared
2016-04-03 13:58:57 +09:00
kichikuou
957e2b96e7
Disable joystick
2016-04-02 19:55:42 +09:00
kichikuou
ac45f8da65
params.terminate -> terminate
2016-04-02 18:02:33 +09:00
kichikuou
b716e76734
SDL2 port
2016-04-02 17:06:57 +09:00
kichikuou
65221695d8
Import system3 for win32 2016-01-16, downloaded from
...
http://homepage3.nifty.com/takeda-toshiya/alice/index.html
2016-03-27 15:01:10 +09:00