Andrei Alexeyev
|
be7905d6a3
|
src: run upkeep
|
2024-05-17 04:58:47 +02:00 |
|
Andrei Alexeyev
|
ef92ee12fc
|
laser,move,projectile: annotate hot paths
|
2023-09-28 17:43:14 +02:00 |
|
Andrei Alexeyev
|
556f5b6667
|
move: add move_from_towards_exp
|
2023-02-27 07:08:11 +01:00 |
|
Andrei Alexeyev
|
7e93344511
|
move: add move_towards_exp; deprecate move_towards_power
move_towards_exp is just a renamed move_towards_power with an initial
velocity argument, for consistency with other wrappers.
|
2023-02-15 23:03:33 +01:00 |
|
Andrei Alexeyev
|
ac57f58de2
|
move: add velocity arg to move_towards; add move_from_towards
|
2023-02-15 23:01:08 +01:00 |
|
Andrei Alexeyev
|
8b3e6d5569
|
move: add move_dampen(), deprecate move_stop()
|
2023-02-15 22:51:00 +01:00 |
|
Andrei Alexeyev
|
9502941631
|
move: add move_next()
Computes the next state of a MoveParams given position, and returns it
as new MoveParams.
|
2023-02-15 22:45:26 +01:00 |
|
Andrei Alexeyev
|
ce23576c17
|
move: fix move_asymptotic_simple for new scheduling behavior
|
2023-01-06 04:09:07 +01:00 |
|
Andrei Alexeyev
|
8d2ee76710
|
replace include guards with #pragma once
|
2021-08-31 23:34:46 +03:00 |
|
laochailan
|
b269ecde52
|
add attraction_exponent to move params
|
2021-05-02 21:10:51 +02:00 |
|
Andrei Alexeyev
|
203c3c657d
|
add move_asymptotic_halflife
|
2020-03-04 22:26:52 +02:00 |
|
Andrei Alexeyev
|
5c6b7671ef
|
fixup some post-rebase chaos
|
2020-03-04 22:26:45 +02:00 |
|
Andrei Alexeyev
|
20a417da97
|
remake Cirno's snowflake non
|
2020-03-04 22:06:40 +02:00 |
|
Andrei Alexeyev
|
490b224bd7
|
run upkeep
|
2020-03-04 22:06:39 +02:00 |
|
Andrei Alexeyev
|
9498e64dd1
|
further task-boss infrastructure WIP
|
2020-03-04 22:06:38 +02:00 |
|
Andrei Alexeyev
|
65a0f77d01
|
stage1 progress: pre-midboss section somewhat playable (tuned for lunatic)
|
2020-03-04 21:53:28 +02:00 |
|
Andrei Alexeyev
|
b45fdfdd84
|
Use INLINE macro for various static-inline functions
|
2020-03-04 21:52:54 +02:00 |
|
Andrei Alexeyev
|
c9ab42dc02
|
wip stage 1 progress
|
2020-03-04 21:52:53 +02:00 |
|
Andrei Alexeyev
|
4e4224dc59
|
task system tweaks and early Stage 1 port attempt
|
2020-03-04 21:50:51 +02:00 |
|
Andrei Alexeyev
|
2a34f7bad4
|
generalize common bullet motion rules; add some math helpers
|
2020-03-04 21:50:50 +02:00 |
|