mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-02 21:22:40 +00:00
Differences from Lua version:
- Does not set cusval
- Does not have individual states for pulley, hook
- Simply sets sprite on S_INVISIBLE
- Does not do P_CheckPosition, sets Z directly
- Does not spawn chain visual every tic
- Spawns a single object and vertically stretches it to
the correct length
- MT_IPULLUP has MF_SCENERY and a short-circuiting
thinker, also MF_NOBLOCKMAP so there is never any
collision against it (it is a controller)
- MT_PULLUPHOOK has MF_NOCLIP to avoid extra collisions
while moving
|
||
|---|---|---|
| .. | ||
| versus | ||
| adventure-air-booster.c | ||
| ark-arrow.c | ||
| audience.c | ||
| ball-switch.cpp | ||
| battle-ufo.cpp | ||
| block.c | ||
| broly.cpp | ||
| broly.hpp | ||
| bungee.c | ||
| charge.c | ||
| checkpoint.cpp | ||
| cloud.c | ||
| CMakeLists.txt | ||
| crate.cpp | ||
| dash-rings.c | ||
| destroyed-kart.cpp | ||
| dlzothers.c | ||
| dlzrocket.c | ||
| dlzseasaw.c | ||
| drop-target.c | ||
| duel-bomb.c | ||
| eggball.c | ||
| emerald.c | ||
| emz-faucet.cpp | ||
| frost-thrower.cpp | ||
| fuel.cpp | ||
| gachabom-rebound.cpp | ||
| gardentop.c | ||
| gpzseasaw.c | ||
| hyudoro.c | ||
| instawhip.c | ||
| item-debris.c | ||
| item-spot.c | ||
| ivoball.cpp | ||
| jawz.c | ||
| loops.cpp | ||
| manta-ring.c | ||
| mega-barrier.cpp | ||
| monitor.c | ||
| objects.hpp | ||
| orbinaut.c | ||
| powerup-aura.cpp | ||
| powerup-spinner.cpp | ||
| pulley.cpp | ||
| random-item.c | ||
| rideroid.c | ||
| ring-shooter.c | ||
| rocks.cpp | ||
| sealed-star.c | ||
| servant-hand.c | ||
| shadow.cpp | ||
| shrink.c | ||
| sneaker-panel.c | ||
| spb.c | ||
| spear.cpp | ||
| super-flicky.cpp | ||
| talk-point.cpp | ||
| trick-balloon.c | ||
| ufo.c | ||
| waterfall-particle.c | ||
| wpzothers.c | ||
| wpzturbine.c | ||