Commit Graph

303 Commits

Author SHA1 Message Date
Diego F. Goberna
9b48e9966c wall-saber intersection painted on wall shader 2018-11-09 21:58:16 +01:00
Kevin Ngo
db0daab134 fix isBeatsPreloaded state for restarts 2018-11-09 10:11:43 +08:00
Diego Marcos
8c8c2ab56c Configure complete beat wave on gameplay debug UI 2018-11-08 16:53:19 -08:00
Kevin Ngo
4f9a4c8f5b move debug controls into debug-beat-loader 2018-11-08 15:09:38 +08:00
Kevin Ngo
468cc89f6b fix beat warmup 2018-11-08 14:31:35 +08:00
Kevin Ngo
3312846fd5 just create beat sound pools on play 2018-11-08 14:17:01 +08:00
Kevin Ngo
63639c5509 fix logo flicker having text component 2018-11-08 13:25:33 +08:00
Kevin Ngo
0c7d7fa9ab clean up sound code, reintroduce pitch / inflections 2018-11-08 13:00:47 +08:00
Kevin Ngo
9e223722ce use new s3 bucket behind cloudflare cdn 2018-11-08 12:10:24 +08:00
Diego F. Goberna
b4046b8fd6 wired new saber sounds 2018-11-08 01:56:35 +01:00
Kevin Ngo
36b7032418 use raycaster over aabb-collider for saber collisions 2018-11-07 16:53:13 +08:00
Diego Marcos
f52ea464e0 Hide gameplay debug menu if query parameter not set 2018-11-06 19:23:58 -08:00
Diego Marcos
ffb6216ea5 Add gameplay debug mode 2018-11-06 19:15:06 -08:00
Diego Marcos
8912268c13 Increase horizontal separation between beats 2018-11-06 16:18:41 -08:00
Diego Marcos
e72961a29e Make hit collider taller 2018-11-06 15:44:21 -08:00
Diego Marcos
b947340933 Increase beat size 2018-11-06 15:36:27 -08:00
Diego F. Goberna
8b4d83dde4 added new hit sounds (wip) 2018-11-06 23:48:20 +01:00
Diego Marcos
2131434ba0 Increase stroke min speed 2018-11-05 21:21:54 -08:00
Diego Marcos
abe799bc24 Score system based on angle between projected saber vector and major planes 2018-11-05 21:21:52 -08:00
Diego Marcos
947f2d9be9 Reduce stroke min speed 2018-11-05 21:21:20 -08:00
Diego F. Goberna
648931bc99 show beat score (fixes #146) 2018-11-02 21:00:54 +01:00
Diego F. Goberna
04b091b438 opaque wall shader 2018-11-02 03:03:32 +01:00
Diego Marcos
35ea0bf482 Restoring some consts and events code removed by mistake 2018-10-31 18:07:21 -07:00
Diego Marcos
5c7758a25e Move beat positioning logic to beat component. Clean up 2018-10-31 17:53:32 -07:00
Diego Marcos
119979fce4 Move score calculation from state to payload of the beathit event 2018-10-31 15:45:59 -07:00
Diego Marcos
aa086d7567 Change way to calculate stroke end strokes. End of stroke === no increase on angles with respect to x and y planes. (fix #152) 2018-10-31 09:50:03 -07:00
Kevin Ngo
a4c8a6df80 reset beat anticipation time on clearBeats 2018-10-30 23:43:38 -07:00
Diego Marcos
50ef35f3ef Remove unncessary warma offset from beat-loader 2018-10-30 16:34:23 -07:00
Diego Marcos
092d872be5 Revert "reset beatOffsetTime on clearBeats"
This reverts commit dc59bc9b3b.
2018-10-30 16:00:36 -07:00
Kevin Ngo
423bb55454 fix delayed haptics 2018-10-30 00:13:00 -07:00
Kevin Ngo
e2654add5b workaround to fix sound component / audioloader not loading initially 2018-10-29 23:42:09 -07:00
Kevin Ngo
94d1c53933 allow search clear 2018-10-29 23:22:47 -07:00
Kevin Ngo
2f7b479e4c show genre title 2018-10-29 23:04:50 -07:00
Kevin Ngo
0934de51a9 added ?synctest=true that logs when a beat hits the back wall for testing sync 2018-10-29 21:54:14 -07:00
Kevin Ngo
a1a472109c move victory attachment to startAudio 2018-10-29 21:45:26 -07:00
Kevin Ngo
4eb50faf63 hook up victory handler on onended on restart 2018-10-29 21:44:34 -07:00
Kevin Ngo
dc59bc9b3b reset beatOffsetTime on clearBeats 2018-10-29 20:26:21 -07:00
Diego Marcos
ed8497f872 More forgiving stroke minimum speed 2018-10-29 18:49:34 -07:00
Diego Marcos
df61bf5b0a Make hit collider 40% larger than beat 2018-10-29 18:49:33 -07:00
Diego F. Goberna
e8c8a6a702 restyled genres menu 2018-10-30 02:21:58 +01:00
Diego Marcos
11049f2f12 Mines dont trigger a miss 2018-10-29 17:41:09 -07:00
Diego Marcos
c50316d452 Make hit colliders 20% larger than the block 2018-10-29 17:37:36 -07:00
Diego Marcos
907b31adc8 Add missing once parameter to addEventListener 2018-10-29 16:27:43 -07:00
Diego Marcos
6226bbfc50 Measuting strokeAngle no longer necesssary with new score system 2018-10-29 15:59:26 -07:00
Kevin Ngo
1c1131c652 initial genre filter 2018-10-28 22:40:49 -07:00
Kevin Ngo
f0b4cf292c remove old numBeats calculation, now in index 2018-10-27 03:46:53 -07:00
Kevin Ngo
b7a5f47837 genre / num beats / song length / upvotes / downvotes from updated search index 2018-10-27 03:45:40 -07:00
Diego Marcos
4e71423cd8 Set rotation to initial rotation after warmup animation 2018-10-26 16:09:57 -07:00
Kevin Ngo
308df53ea0 fix inaccurate current time in preload 2018-10-26 12:28:54 -07:00
Diego Marcos
ea7bb841a0 Guard to prevent warm-up animation from overshooting start position when dropping frames 2018-10-26 10:50:03 -07:00