Commit graph

2454 commits

Author SHA1 Message Date
rr-
9b3b0bceea effects: rename Earthquake 2022-03-26 08:27:18 +01:00
rr-
d5ed86b9bc effects: rename Bubble 2022-03-26 08:27:18 +01:00
rr-
d171dd67ca effects: rename BodyPart 2022-03-26 08:27:18 +01:00
rr-
2e7c94a105 effects/blood: rename Blood 2022-03-26 08:27:18 +01:00
walkawayy
2dad594f82
pickup: fix multiple underwater pickups with walk_to_items (#501)
Resolves #500.
2022-03-23 19:05:19 -04:00
walkawayy
43e15d3b63
gamflow_ub: fix UB not using new stats strings (#498)
Resolves #497.
2022-03-23 11:19:29 -04:00
rr-
b33190faa0 traps/movable-block: rename MovableBlock_TestDestination 2022-03-23 15:41:39 +01:00
rr-
c8e8e2a872 traps/dart: merge DartEmitter to dart.c 2022-03-23 15:41:39 +01:00
rr-
adb841c62c traps/teeth-trap: fix static method name 2022-03-23 15:41:39 +01:00
rr-
c508420adc traps: use bool where possible 2022-03-23 15:41:39 +01:00
rr-
7dc19bca2b traps: declutter headers 2022-03-23 15:41:39 +01:00
rr-
57d657e97b traps: rename ThorsHandle 2022-03-23 15:41:39 +01:00
rr-
f68c7bef6b traps: rename TeethTrap 2022-03-23 15:41:39 +01:00
rr-
6f8b984e9a traps: rename Spikes 2022-03-23 15:41:39 +01:00
rr-
588dd2a52b traps: rename RollingBlock 2022-03-23 15:41:39 +01:00
rr-
bbd6055cf6 traps: rename RollingBall 2022-03-23 15:41:39 +01:00
rr-
9f8848248d traps: rename Pendulum 2022-03-23 15:41:39 +01:00
rr-
d56c6d0d70 traps: reanme MovableBlock 2022-03-23 15:41:39 +01:00
rr-
1d3ccee8b7 traps: rename MidasTouch 2022-03-23 15:41:39 +01:00
rr-
df671dc144 traps: rename LightningEmitter 2022-03-23 15:41:39 +01:00
rr-
574ff5a87d traps: rename Lava 2022-03-23 15:41:39 +01:00
rr-
5043a96f60 traps: rename Flame 2022-03-23 15:41:39 +01:00
rr-
0ce09cef86 traps: rename FallingCeiling 2022-03-23 15:41:39 +01:00
rr-
1be8eaed54 traps: rename FallingBlock 2022-03-23 15:41:39 +01:00
rr-
05d738f29b traps: rename DartEmitter 2022-03-23 15:41:39 +01:00
rr-
f9f70e77d7 traps: rename Dart 2022-03-23 15:41:39 +01:00
rr-
3996afadd9 traps: rename DamoclesSword 2022-03-23 15:41:39 +01:00
rr-
b14477991a
objects/scion: remove unused declarations 2022-03-18 16:48:35 +01:00
rr-
589c7cb554 people: fix ShotLara signature 2022-03-17 22:44:21 +01:00
rr-
b8155a1ebd objects/trapdoor: improve naming 2022-03-17 22:44:21 +01:00
rr-
69a518d9b0 objects/switch: improve names 2022-03-17 22:44:21 +01:00
rr-
ee8aec0ec3 style: rename object functions to adhere to conventions 2022-03-17 22:44:21 +01:00
walkawayy
a50d3b75d4
stats: stop all music after final statistics are displayed (#493)
Resolves #490.
2022-03-17 16:26:14 -04:00
rr-
64044a9bc3 output: fix ghost margins during fades
Resolves #438
2022-03-17 09:33:15 +01:00
rr-
c41bea935d style: make parameterless functions void
As ChocolateFan once explained on Discord, in C functions declared as
parameterless in fact are free to take arbitrary number of arguments.
To tell the compiler that the function is not allowed to take any
arguments, we use "func(void)" idiom.
2022-03-17 09:30:28 +01:00
walkawayy
cb4ad509aa
inventry: add the option to pause sound in the inventory (#487)
Resolves #309.
2022-03-16 20:28:38 -04:00
rr-
2c577b38c0
docs: release 2.7 2022-03-16 14:43:28 +01:00
walkawayy
eb7e87f3be
option/graphics: fix not using gameflow strings (#485)
Resolves #484
2022-03-15 08:53:28 +01:00
walkawayy
e8006d4952
gameflow: add fade effects to images (#478)
Resolves #478.
2022-03-14 17:40:00 -04:00
rr-
838d871698 text: fix broken 8 glyph
Resolves #480. Regression from f14ec7e0.
2022-03-13 23:48:25 +01:00
rr-
560fccbe4e option/graphics: fix broken perspective dialog
Resolves #482
2022-03-13 23:48:14 +01:00
walkawayy
8038db6922
option_sound: fix rapid sound effect if input held down (#477)
Resolves #467.
2022-03-11 11:17:41 -05:00
walkawayy
47eb5332cc
gamflow_ub: add stats screen to the end of Unfinished Business (#475) 2022-03-10 18:02:00 -05:00
walkawayy
45f0044a15
gameflow: add support for unobtainable pickups and kills (#471)
Resolves #470.
2022-03-10 17:58:47 -05:00
walkawayy
2a9613a2af
gameflow: add music to credits (#474)
Resolves #356.
2022-03-10 17:51:51 -05:00
walkawayy
79ddcbc1ad
option_graphics: offset title bar to match other menus (#473) 2022-03-10 16:47:41 -05:00
walkawayy
bcb2e6ebca
stats: add a total statistics screen after the credits. (#469)
Resolves #385.
2022-03-10 13:41:26 -05:00
walkawayy
f590666142
option_graphics: add contextual arrows, split into columns (#464)
Resolves #462.
2022-03-07 11:18:39 -05:00
walkawayy
e7587a0f78
option_control: add contextual arrows (#463)
Resolves #461.
2022-03-06 14:43:50 -05:00
walkawayy
1ccf4b8f5f
option_sound: add contextual arrows (#460)
Resolves #459.
2022-03-06 13:06:41 -05:00