Holiday EP
Holiday EP is an EP by Fiction Family, the collaboration between Switchfoot frontman and solo artist Jon Foreman, Nickel Creek guitarist and solo artist Sean Watkins, Tyler Chester, and Aaron Redfield. It was released as a free download on NoiseTrade on November 19, 2012.[1]
Holiday EP | ||||
---|---|---|---|---|
EP by | ||||
Released | November 19, 2012 | |||
Recorded | 2010-2012 Spot X Studio | |||
Genre | Folk, pop | |||
Length | 22:31 | |||
Label | lowercase people | |||
Producer | Jon Foreman, Sean Watkins, Tyler Chester, Aaron Redfield | |||
Fiction Family chronology | ||||
|
Track listing
- "I Don't Need No Santa Claus" - 2:56
- "Up Against the Wall" - 4:56
- "Damaged" - 2:38
- "We Ride (Live in San Francisco)" - 4:55
- "Don't Say You Love Me" - 3:21
- "My Forgetful Baby" - 3:48
gollark: It's not very efficient. It was, as I said, basically a port of EWO to Node with networking and multiplayer hacked on top.
gollark: If it had a list of "visible entities" the rendering would be much faster. There isn't one.
gollark: You can't just trust clients.
gollark: ```javascriptconst getEnemy = (x, y) => { for (let i = 0; i < enemies.length; i++) { let other = enemies[i] if (other.x == x && other.y == y) return i } return -1}const getPlayer = (x, y) => { for (let i = 0; i < active_players.length; i++) { if (active_players[i]) { if (players[i].x == x && players[i].y == y) return i } } return -1}const getBonus = (x, y) => { for (let i = 0; i < bonuses.length; i++) { if (x == bonuses[i].x && y == bonuses[i].y) return i } return -1}```
gollark: This is for rendering the area around a player.
References
- NoiseTrade download page - Holiday EP - Published November 19, 2012 (retrieved November 19, 2012)
External links
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.