sábado, 1 de setembro de 2012

Potato Development Live Stream

Hi. From times to times I will be live streaming my development efforts. Check it out at http://twitch.tv/n0_named_guy

EDIT: Livestreaming is now up
EDIT2: Due to technical problems, I won't be able to livestream just now, see you back in an hour.

quarta-feira, 29 de agosto de 2012

Netcode progress

Good news! Net code has stuff working! It is still not functional. A partial handshake is made between client and server. The client already loads the level the server is in.

Now I need to put the controller code working. By that I mean sending the keystrokes from the client to the server. It has been tough but hopefully it will be done.

If you wanna help please make yourself heard by commenting on the blog, delivering patches, making forks, etc...

segunda-feira, 27 de agosto de 2012

quarta-feira, 22 de agosto de 2012

Potato 7.0 is now live

So this is the "shader build". As I previously said, this game doesn't use deprecated OpenGL functions (or I tried not to).

Here's the links:

Potato 7.0 (Windows 32 Bits Binaries)
Potato 7.0 (Visual Studio 2010 Project and Libraries)

Version 7.0 Changes

  • Memory leaks were fixed
  • Use of custom shaders
  • Creation of two new managers:
    • a shader/program manager
    • a 2D surface manager
  • Favoring of explicit setup/clean calls instead of implicit construction/destruction
  • Big changes on the internal API to account for shader use
For a change log of sorts, checkout the commits.

Now with shaders!

Hello there! I finally made the game run using shaders. So some neat graphical effects can be done. For now it lacks any kind of lighting. It is something that will be worked on later.

I am thinking in supporting user-made custom shaders, so certain players and objects have special effects. But we'll see where the road will take me...

sábado, 18 de agosto de 2012

Freaky bugs


Bugs happen. Some of them are freaky. Here's an example of one I ran into while chaging the way textures were loaded: