1
0
Fork 0
mirror of https://github.com/doukutsu-rs/doukutsu-rs synced 2024-08-21 15:54:47 +00:00
Commit graph

131 commits

Author SHA1 Message Date
Alula 3c160563d3
tsc: fix message box inaccuracies 2020-09-10 00:07:49 +02:00
Alula 308149560e
fix waterway and cave backgrounds 2020-09-10 00:02:40 +02:00
Alula e5372c71c4
first cave and npc damage 2020-09-09 18:25:39 +02:00
Alula 34d94d52c0
first cave critters and physics fixes 2020-09-09 15:28:58 +02:00
Alula 002242ca21
Merge branch 'master' of github.com:alula/doukutsu-rs 2020-09-09 15:06:27 +02:00
Alula d79657bb6a
physics abstraction and npc physics implementation 2020-09-09 15:06:11 +02:00
Julia K 45dcdac462
Update README.md 2020-09-08 11:21:08 +02:00
Julia K a06e379372
Update README.md 2020-09-07 12:33:58 +02:00
Alula 51b9184a85
tsc: overflow and broken varint reader fix 2020-09-06 17:55:07 +02:00
Alula fa342c7568
a lot of stuff and entities 2020-09-06 02:37:42 +02:00
Alula 971a9ef673
more carets 2020-09-05 06:43:14 +02:00
Alula 61b45b45af
rng inlining 2020-09-05 06:26:01 +02:00
Alula ab7902dac1
BGM lookup paths instead of one hardcoded 2020-09-05 05:31:55 +02:00
Alula 3f7174df66
tsc: yes/no confirmation box 2020-09-05 04:56:29 +02:00
Alula 4e57455a96
restore state if music has been stopped 2020-09-05 04:54:43 +02:00
Alula da9bcd3249
more entities and stuff 2020-09-05 04:09:52 +02:00
Alula f137d84a46
save prev bgm song id as well 2020-09-05 04:09:13 +02:00
Alula d335c21f50
fix bgm state restoration 2020-09-05 03:36:19 +02:00
Alula 703303d18f
fade direction fix 2020-09-05 03:14:58 +02:00
Alula 11a8cb9e83
improved and fixed rng 2020-09-05 03:03:43 +02:00
Alula 57176d5d0e
readme update 2020-09-05 01:47:17 +02:00
Alula cb066cbf9c
map name, camera and other fixes 2020-09-05 01:47:09 +02:00
Alula 497d29a9c4
initial npc implementation 2020-09-05 01:08:33 +02:00
Alula d83a7ecb4d
audio timescale support 2020-09-04 14:00:09 +02:00
Alula 460037ab31
my dumb ass forgot to make this public 2020-09-03 14:29:59 +02:00
Alula cdf6df5337
readme update 2020-09-03 14:28:34 +02:00
Alula ba8e8d1515
implement npc data loading 2020-09-03 14:19:46 +02:00
Alula f0020870e3
add ggez errors 2020-09-03 14:19:26 +02:00
Alula c8b6395fd7
tsc: quake effect and some additional opcodes 2020-09-03 14:06:12 +02:00
Alula 69ef0f5791
stopping fix 2020-09-03 14:04:54 +02:00
Alula 510439d9ec
song state save/restore 2020-09-03 13:48:56 +02:00
Alula a4f0d8dfa4
initial organya implementation 2020-09-03 00:58:11 +02:00
Alula ff2f87133f
tsc: skip_until bug fix 2020-09-03 00:57:54 +02:00
Alula fcf477444c
updoot readme 2020-08-31 22:31:59 +02:00
Alula 764d00ab63
some more flags 2020-08-31 21:46:03 +02:00
Alula 8f7eb2e025
some flag naming and refactoring 2020-08-31 20:33:01 +02:00
Alula 1cb6b1bf07
switch barebones although not our focus rn 2020-08-30 15:37:54 +02:00
Alula 649c1784c5
readme update 2020-08-29 09:44:44 +02:00
Alula 0090fc775b
new, smaller font 2020-08-29 09:00:09 +02:00
Alula 98fb3a24e1
implement bmfont rendering 2020-08-29 08:59:46 +02:00
Alula 6332bcdbc7
remove optimization of crates in debug mode 2020-08-29 08:59:14 +02:00
Alula 18603e8e39
enable debug optimizations 2020-08-29 02:33:03 +02:00
Alula c21eb248ba
minimalist bmfont loader 2020-08-29 02:32:32 +02:00
Alula a82a53201e
add data files guide to readme 2020-08-28 22:16:27 +02:00
Alula fd0fe7c400
tsc: do safe utf-8 conversion
Fixes crash on Windows
2020-08-28 21:57:37 +02:00
Alula ff1dca747c
game: add executable built-in virtual filesystem 2020-08-28 21:39:31 +02:00
Alula 0ace1831e2
map: use GameResult 2020-08-28 06:55:45 +02:00
Alula b680db9114
texture_set: add memory image loading function 2020-08-28 05:49:04 +02:00
Alula 647e5c73cd
texture_set: streamed image loading 2020-08-28 05:44:33 +02:00
Alula 31b149d135
game: hide hud when player control is disabled 2020-08-28 04:24:52 +02:00