Commit Graph

317 Commits

Author SHA1 Message Date
Diego F. Goberna
5b3671f04c improved floor reflection 2018-11-13 22:11:52 +01:00
Diego F. Goberna
e753b96884 improved victory screen (fixes #171) 2018-11-13 21:50:08 +01:00
Diego F. Goberna
1b8c813add added particles on wall/floor collision 2018-11-13 02:01:32 +01:00
Diego F. Goberna
652ed0fa7f fixes from kevin comments 2018-11-12 21:13:43 +01:00
Kevin Ngo
97dd2c02a7 multiplier ring (fixes #153) 2018-11-13 00:17:24 +08:00
Kevin Ngo
a92fd1db3d add back beat hit sound pool hack 2018-11-12 17:49:12 +08:00
Kevin Ngo
26df7dadea clean up score-text code 2018-11-12 17:47:03 +08:00
Kevin Ngo
f0f8216a9a Don't allocate objects for particle event detail 2018-11-12 17:33:07 +08:00
Kevin Ngo
7f1cdec783 fix song preview time leaking into sync, don't use song current time until beat preload finish 2018-11-12 17:06:01 +08:00
Kevin Ngo
f407db8457 bump aframe 2018-11-12 16:58:49 +08:00
Kevin Ngo
cb56818ba1 Revert "don't use song time during preloading beats"
This reverts commit 5b73971f87.
2018-11-12 14:13:09 +08:00
Kevin Ngo
bf054c5042 no show song progress ring until preloaded 2018-11-12 14:07:39 +08:00
Kevin Ngo
5b73971f87 don't use song time during preloading beats 2018-11-12 13:23:40 +08:00
Diego F. Goberna
2e3e7c9019 floor saber-intersection, clean ups 2018-11-10 01:50:50 +01:00
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