Thanks for the bug report. I will test on Linux as wellRobin wrote:Nope, Linux.Lukasz wrote:Are you guys playing on Windows?
Search found 11 matches
- Mon Jan 31, 2011 9:50 pm
- Forum: Games and Creations
- Topic: Paper Evolution - Nordic Game Jam 2011 Finalist
- Replies: 8
- Views: 9146
Re: Paper Evolution - Nordic Game Jam 2011 Finalist
- Mon Jan 31, 2011 7:14 pm
- Forum: Games and Creations
- Topic: Dave Gone Apeshit
- Replies: 20
- Views: 16185
Re: Dave Gone Apeshit
Thanks for the insight into the time issue :-)
- Mon Jan 31, 2011 6:52 pm
- Forum: Games and Creations
- Topic: Paper Evolution - Nordic Game Jam 2011 Finalist
- Replies: 8
- Views: 9146
Re: Paper Evolution - Nordic Game Jam 2011 Finalist
Are you guys playing on Windows? The game hasn't been tested on Windows and I had issues with keyboard input in our other game Dave Gone Apeshit, so I guessing the are differences with mouse input between Windows and Mac OS X in this game as well. I will probably look into this issue sometime this w...
- Mon Jan 31, 2011 3:18 pm
- Forum: Games and Creations
- Topic: Paper Evolution - Nordic Game Jam 2011 Finalist
- Replies: 8
- Views: 9146
Re: Paper Evolution - Nordic Game Jam 2011 Finalist
Sorry, I meant left click. Still havn't fully recovered from the lack of sleep in the weekend
- Mon Jan 31, 2011 2:23 pm
- Forum: Games and Creations
- Topic: Paper Evolution - Nordic Game Jam 2011 Finalist
- Replies: 8
- Views: 9146
Re: Paper Evolution - Nordic Game Jam 2011 Finalist
I should probably explain that you need to hold the left mouse button down above the line and then drag the eraser below the line and then release the mouse button. Thereby "drawing" a line you where you want to erase. We realize that this is not the most intuitive mechanism and something ...
- Mon Jan 31, 2011 12:28 pm
- Forum: Games and Creations
- Topic: Paper Evolution - Nordic Game Jam 2011 Finalist
- Replies: 8
- Views: 9146
Paper Evolution - Nordic Game Jam 2011 Finalist
Hi Lovers I attended Nordic Game Jam 2011 (part of Global Game Jam) along with Matias Billeschou (graphics) and Simon Leander Mikkelsen (game design). At the jam we met and teamed up with Anders Monrad (sound). The theme was extinction. Our game is called Paper Evolution and is puzzle game about era...
- Sat Jan 22, 2011 3:27 pm
- Forum: Games and Creations
- Topic: Dave Gone Apeshit
- Replies: 20
- Views: 16185
Re: Dave Gone Apeshit
Is this something you only experience in our game? If so, is it a problem for both the main menu and the game?thelinx wrote:I would really play this more if it wasn't for my mean ATI drivers turning the game into a screen tearing-fest.
- Fri Jan 21, 2011 8:20 pm
- Forum: Games and Creations
- Topic: Dave Gone Apeshit
- Replies: 20
- Views: 16185
Re: Dave Gone Apeshit
I think the windows are still white due to the texture for the window shatter animation being so huge (4096 x 1024 when PO2), I know some graphics card have issues with huge textures. I would be lying if said that our game wasn't inspired by Canabalt :) I hope we can make something as awesome as Can...
- Fri Jan 21, 2011 2:27 pm
- Forum: Games and Creations
- Topic: Dave Gone Apeshit
- Replies: 20
- Views: 16185
Re: Dave Gone Apeshit
Hi tentus The reason I did not use your solution is because it is not compatible with the original love.graphics.newImage in atleast two cases 1) If you want want to use the entire image with a quad that is bigger than the original image, it will not get wrapped correctly, as there now is extra padd...
- Thu Jan 20, 2011 10:52 pm
- Forum: Games and Creations
- Topic: Dave Gone Apeshit
- Replies: 20
- Views: 16185
Re: Dave Gone Apeshit
You've got PO2 problems all over the place. The simple fix is to require this code: ... However, I think this is causing a host of other rendering issues. Please be friendly to people with bad video cards! Thanks for pointing this out. I've made a patch to the game based on your code, so hopefully ...