Commit Graph

333 Commits

Author SHA1 Message Date
Alula 1cc7ed8b2b
ogg playback and persistent settings 2021-02-12 11:05:28 +01:00
Alula c7522f9bf1
dep update 2021-02-10 21:14:09 +01:00
Alula c67e90f4dd
do not cache .rustup 2021-02-10 15:27:02 +01:00
Alula 7c81c49510
disable win32 builds for now 2021-02-10 15:24:47 +01:00
Alula 174910b1a3
move roadmap to a GH issue 2021-02-10 14:02:13 +01:00
Alula 82b039f7b6
move roadmap to a GH issue 2021-02-10 14:01:32 +01:00
alula abd7d269f2
Merge pull request #9 from doukutsu-rs/no-ggez
sdl2 port
2021-02-10 13:46:32 +01:00
Alula a17d3afe2d
remove gfx feature and prevent pdb conflict 2021-02-10 13:30:18 +01:00
Alula 2ccfb06943
fix building on windoze 2021-02-10 13:12:38 +01:00
Alula a8a9c6316d
fix a bunch of warnings, bugs and compilation 2021-02-10 12:53:49 +01:00
Alula 318d94d843
ggez is gone 2021-02-05 23:47:13 +01:00
Alula c3887e31c7
omg sdl2 port finally fully works? 2021-02-05 10:47:30 +01:00
Alula cc816d0380
use bundled sdl2 2021-01-28 23:41:42 +01:00
Alula 02f0f7f314
initial sdl2 port 2021-01-28 23:33:43 +01:00
Alula 3c20e089f9 (wip) start rewriting rendering stuff 2021-01-27 19:20:47 +01:00
Alula c9c746a6db
add a bunch of simpler npcs 2021-01-18 20:31:35 +01:00
Alula 500b8bbeaa
add blade 2021-01-18 20:30:40 +01:00
Alula b6dfac155f
fix layout of second player weapon hud 2021-01-16 23:50:16 +01:00
Alula 7f86dae8a0
subpixel coords / motion interpolation toggle 2021-01-16 23:49:43 +01:00
Alula 9d76cf7e48
a bunch of new npcs 2021-01-16 23:49:18 +01:00
Alula c5b058014a
make 640x480 default screen resolution 2021-01-16 23:48:11 +01:00
Alula 41307ccbc7
Merge branch 'master' of github.com:alula/doukutsu-rs 2021-01-16 14:52:13 +01:00
Alula 49d990bc38
android sdk changes 2021-01-16 14:52:03 +01:00
Alula 8e810bf026
add spur and other stuff 2021-01-16 14:51:52 +01:00
Alula 2563c09b69
fix some rng bugs 2021-01-16 14:51:12 +01:00
Alula 9f70bf6fd0
new npcs 2021-01-16 14:50:46 +01:00
alula 8111e01caf
Merge pull request #8 from khang06/windows-quirks
Mitigations for Windows quirks
2021-01-10 14:19:18 +01:00
Alula b087c645d6
android changes 2021-01-08 20:25:46 +01:00
Alula 7fcd0b35ea
crow/skullhead 2021-01-08 20:25:34 +01:00
Khang 7e308676ff address comments 2021-01-04 00:08:17 -05:00
Khang 348cb3045b handle 0x0 windows, fixes minimizing on windows 2021-01-03 19:36:38 -05:00
Khang 807b095b15 mitigations for windows' broken system timer 2021-01-03 19:36:30 -05:00
Alula 8b8c543526
Merge branch 'master' of github.com:alula/doukutsu-rs 2021-01-03 05:53:46 +01:00
Alula 43a3c81a0e
Kazuma no longer avoids laws of gravity 2021-01-03 05:53:34 +01:00
alula 1c1beb4f3e
Merge pull request #7 from khang06/master
collection of minor stuff
2021-01-03 05:34:37 +01:00
Khangaroo 8e0fb80c8c fix warp text positioning on widescreen 2021-01-01 21:44:58 -05:00
Khangaroo 82cb203ef9 really basic text skip 2021-01-01 21:39:50 -05:00
Khangaroo fd7047eb56 update lua-ffi 2021-01-01 21:24:31 -05:00
Alula e092a9e2ea
Lua time 2021-01-01 02:46:01 +01:00
Alula 81a422502c
fix a stupid mistake that could cause UB 2020-12-27 22:17:00 +01:00
Alula b89fea9756
pixtone envelope fix 2020-12-27 22:15:24 +01:00
Alula 5949d51270
bug / warning fixes 2020-12-27 09:30:02 +01:00
Alula 4ecb11e89d
we don't need a RefCell there 2020-12-26 01:03:36 +01:00
Alula d1698d43b8
refactor the npc system and fix a bunch of shitty bugs abusing unsafe in meanwhile 2020-12-25 23:39:41 +01:00
Alula 63bfce689d
make organya sound more like in original game 2020-12-25 23:37:57 +01:00
Alula 8603086694
Replace Organya wavetable with one based on actual Cave Story samples 2020-12-21 12:57:31 +01:00
Alula a0b396326f
fix build on 32-bit systems 2020-12-21 12:56:45 +01:00
Alula 82cce198ee
Touch controls, Android support 2020-12-20 21:57:17 +01:00
Alula 3c5f5c7496
get_weapon_type_mut -> get_weapon_by_type_mut 2020-12-19 17:30:27 +01:00
Alula 87591f4a3d
add get_weapon_type_mut 2020-12-19 17:29:59 +01:00