Search found 114 matches

by lalacomun
Wed Feb 15, 2012 10:36 am
Forum: Programming Discussion
Topic: Timing Graphics
Replies: 12
Views: 1949

Re: Timing Graphics

Thats, the real deal !
by lalacomun
Wed Feb 15, 2012 10:12 am
Forum: Game Development
Topic: Garbe Engine/Editor C++/SDL
Replies: 21
Views: 6054

Re: Garber Engine/Editor C++/SDL

Ive noticed a inconsistance with your post, you said C++ is your language when the engine source file is .c? which is a C source file opposed to the .cpp, but hey might be your IDE or something, looks pretty good so far, keep up the good work man. Oh and im assuming you used a lazyfoo tutorial?, yo...
by lalacomun
Tue Feb 14, 2012 11:40 pm
Forum: Game Development
Topic: Garbe Engine/Editor C++/SDL
Replies: 21
Views: 6054

Garbe Engine/Editor C++/SDL

Hi everyone, i just want to present my engine and editor that i am currently working on for making a 2d RPG game called Garbe the engine and editor are developed in C++ using SDL as API , Here some screenshots: The logo! ;) http://img4.imageshack.us/img4/6300/garber2.png http://img829.imageshack.us/...
by lalacomun
Mon Feb 13, 2012 6:11 pm
Forum: Game Development
Topic: 2D RPG Engine
Replies: 153
Views: 99961

Re: Simple 2D RPG Engine

keep the good work!!, these vids inspire me to keep on with my own engine-editor project! :)
by lalacomun
Mon Feb 13, 2012 6:05 pm
Forum: Game Development
Topic: Networking Project
Replies: 6
Views: 2605

Re: Networking Project

Nice work!, later on you can make a "2d social network", in where you can create you avatar and join a loby to chat and meet other people =) just an idea!
by lalacomun
Sun Feb 12, 2012 7:09 pm
Forum: Programming Discussion
Topic: Help with SDL!
Replies: 12
Views: 1981

Re: Help with SDL!

Thanx for all your help the problem were these 2 damn dlls : libpng12-0.dll and zlib1.dll
by lalacomun
Sun Feb 12, 2012 6:39 pm
Forum: Programming Discussion
Topic: Help with SDL!
Replies: 12
Views: 1981

Re: Help with SDL!

Yes i add debugg stuff in the code and the problem is loading the files (player, tiles) but i cant fix it!!, its interesting that when i compile and run it from the compiler it load the files perfect, the problem is the exe!
by lalacomun
Sun Feb 12, 2012 1:54 pm
Forum: Programming Discussion
Topic: Help with SDL!
Replies: 12
Views: 1981

Re: Help with SDL!

here: bool load_files() { dot = load_image( "C:\\Users\\nico\\Desktop\\proyecto engine-editor\\game\\Images\\dot.png" ); if( dot == NULL ) { return false; } tileSheet = load_image( "C:\\Users\\nico\\Desktop\\proyecto engine-editor\\game\\Images\\tiles.png" ); if( tileSheet == NUL...
by lalacomun
Sun Feb 12, 2012 12:34 pm
Forum: Programming Discussion
Topic: Help with SDL!
Replies: 12
Views: 1981

Help with SDL!

Hello everybody i am having a problem with SDL, when i compile and run my game with the IDE it works just perfect, but when i ty to run the .exe aplication, it apear a black screen for 1 sec and then it crash! :cry: i am using Dev-C++ as IDE, i added al the DLL's to the file
please Help!!!