Search found 24 matches

by DStudios
Thu Jun 14, 2012 8:21 pm
Forum: Programming Discussion
Topic: Dreamcast DDEr4 png example undefined references
Replies: 9
Views: 4246

Re: Dreamcast DDEr4 png example undefined references

Falco Girgis wrote:...now did you copy the romdisk?
:oops: I think I forgot to, I will go check that........
by DStudios
Sun Jun 10, 2012 4:12 pm
Forum: Programming Discussion
Topic: Dreamcast DDEr4 png example undefined references
Replies: 9
Views: 4246

Re: Dreamcast DDEr4 png example undefined references

Tvspelsfreak wrote:Did you copy the makefile as well? It seems like you're not linking against zlib (-lz) and libpng (-lpng).
Yep, the makefile is there, and -lz and -lpng are in the makefile.
by DStudios
Sat Jun 09, 2012 2:11 pm
Forum: Programming Discussion
Topic: Dreamcast DDEr4 png example undefined references
Replies: 9
Views: 4246

Re: Dreamcast DDEr4 png example undefined references

superLED wrote:
DStudios wrote:I am pretty sure I did.
Off course you are. If you weren't, you'd checked it out before asking the question.
Check if you have #included everything you'd need.
I copied and pasted the code from the example file, I would hope that I #included everything.
by DStudios
Sat Jun 09, 2012 1:02 pm
Forum: Programming Discussion
Topic: Dreamcast DDEr4 png example undefined references
Replies: 9
Views: 4246

Dreamcast DDEr4 png example undefined references

I am trying to compile the png example from DDEr4 for the Sega Dreamcast, but I keep getting undefined reference errors. #include <kos.h> #include <png/png.h> #include <zlib/zlib.h> /* font data */ extern char wfont[]; /* textures */ pvr_ptr_t font_tex; pvr_ptr_t back_tex; char *data; /* init backgr...
by DStudios
Tue Apr 17, 2012 7:10 am
Forum: General/Off-Topic
Topic: New Game Dev Youtube Channel
Replies: 5
Views: 1499

Re: New Game Dev Youtube Channel

Good work, keep it up :)
by DStudios
Sat Apr 14, 2012 6:29 pm
Forum: Programming Discussion
Topic: Render a sprite in pvr for Dreamcast
Replies: 2
Views: 1201

Render a sprite in pvr for Dreamcast

I would like an example for rendering a sprite in PVR for Dreamcast.
by DStudios
Sun Dec 11, 2011 10:27 am
Forum: General Gaming
Topic: Post every time you beat a game.
Replies: 629
Views: 853601

Re: Post every time you beat a game.

I beat mega man 3.
by DStudios
Sun Nov 27, 2011 12:01 am
Forum: General/Off-Topic
Topic: Help protect the web!
Replies: 15
Views: 6245

Re: Help protect the web!

Glad I live in Canada.
by DStudios
Sat Nov 26, 2011 11:54 pm
Forum: General Gaming
Topic: Final Fantasy X HD
Replies: 7
Views: 2605

Re: Final Fantasy X HD

Final Fantasy 1 reminds me of pokemon :3, i stopped playing them after Final Fantasy IV on SNES. Po...Pokemon? yeah you stop at towns and you get better shit, you go out walk around ramdom battles but final fantasy is better IMO. I agree that final fantasy 1 is better, but pokemon never comes to my...
by DStudios
Tue Sep 13, 2011 6:22 pm
Forum: General Gaming
Topic: Favourite Retro Gaming Music
Replies: 7
Views: 2463

Re: Favourite Retro Gaming Music

Mega Man 2 Dr Wily Stage 1

Castlevania 2 Simon's Quest Bloody Tears

The Legend of Zelda: A Link to The Past (more than 1 song)

Zelda 2: The Adventure of Link Palace theme

Mega Man 2 & 3 intros
by DStudios
Tue Mar 15, 2011 9:51 am
Forum: Game Development
Topic: What projects are you currently working on?
Replies: 500
Views: 151244

Re: What projects are you currently working on?

Me and LightDark (We are now a small team) are working on a 2d rpg engine. We have an engine and level editor.

Video:

by DStudios
Sun Mar 13, 2011 8:26 pm
Forum: Programming Discussion
Topic: Lua Help
Replies: 9
Views: 1685

Re: Lua Help

Oh ya I remember visiting that page before. It's a good post.
by DStudios
Sun Mar 13, 2011 8:21 pm
Forum: Programming Discussion
Topic: Lua Help
Replies: 9
Views: 1685

Re: Lua Help

Very useful link.
by DStudios
Thu Feb 17, 2011 6:09 pm
Forum: General/Off-Topic
Topic: When did your journey with programming start and why?
Replies: 38
Views: 8484

Re: When did your journey with programming start and why?

I always wonder how a video game was made since I was young. When I was nine I started animating (terrible animations), a year later I started using flash and made my first game in. After a while, I took a break for a few months and went back to it. Now, a few years later, I have realised I have tri...