The Dev-athon begins!
Moderator: PC Supremacists
Re: The Dev-athon begins!
URGLLGLGLG my tile collision isn't working... I blame obama... and my lack luster coding skills....
Edit: just redid movement, its not confusing now :O collision should be working in like two minutes
Edit: just redid movement, its not confusing now :O collision should be working in like two minutes

- short
- ES Beta Backer
- Posts: 548
- Joined: Thu Apr 30, 2009 2:22 am
- Current Project: c++, c
- Favorite Gaming Platforms: SNES, PS2, SNES, SNES, PC NES
- Programming Language of Choice: c, c++
- Location: Oregon, US
Re: The Dev-athon begins!
screenshots? would make this more interesting!
My github repository contains the project I am currently working on,
link: https://github.com/bjadamson
link: https://github.com/bjadamson
Re: The Dev-athon begins!
very soon my child, my maths are getting confusing, I've almost got collision right, I'm just having some trouble getting maxJump set from true to false... I'm quite confused, but I'm gettin it

Re: The Dev-athon begins!

thar she is, although... she's eatin up a lot of cpu which is BAD for all that it is... I'm gonna look into it
Next I will be adding more tiles, I think map scrolling, then enemies

- epicasian
- Chaos Rift Junior
- Posts: 232
- Joined: Mon Feb 22, 2010 10:32 pm
- Current Project: Gigazilla Engine
- Favorite Gaming Platforms: Dreamcast, SNES, PS2, PC
- Programming Language of Choice: C/++
- Location: WoFo, KY
Re: The Dev-athon begins!
Do you have something regulating the FPS? If not, I usually put a SDL_Delay(60); in the main loop
Re: The Dev-athon begins!
yeah that's what the problem was, honestly I don't care to fix it, its not that big a deal, I'll probably get in a timer sooner or later

Re: The Dev-athon begins!
I do SDL_Delay(20);epicasian wrote:Do you have something regulating the FPS? If not, I usually put a SDL_Delay(60); in the main loop
On 60 your getting a FPS of 5-16
while on 20 your getting a FPS of 25-40
- epicasian
- Chaos Rift Junior
- Posts: 232
- Joined: Mon Feb 22, 2010 10:32 pm
- Current Project: Gigazilla Engine
- Favorite Gaming Platforms: Dreamcast, SNES, PS2, PC
- Programming Language of Choice: C/++
- Location: WoFo, KY
Re: The Dev-athon begins!
Yeah, I usually only do SDL_Delay(60) when I'm not concerned about the actual FPS, it's more when I just wanna test something. Any other time, I have a Timer class regulating the FPS; but thanks for the info :DSk8er wrote:I do SDL_Delay(20);epicasian wrote:Do you have something regulating the FPS? If not, I usually put a SDL_Delay(60); in the main loop
On 60 your getting a FPS of 5-16
while on 20 your getting a FPS of 25-40
Re: The Dev-athon begins!
update before bed!
I was having movement issues. I got those fixed and now tile collision doesn't want to work. This really pisses me off. The reason I was doing this weekend of devvage was to get me back into the swing of programming, it has totally done that, even if the actual game is a fail xD If I don't run into more troubles tomorrow I should get some stuff done... Oh yeah I still haven't fixed collision I'm sure its simple but I can't see the issue, I'll probably catch it tomorrow. Good night elysian shadowians
I was having movement issues. I got those fixed and now tile collision doesn't want to work. This really pisses me off. The reason I was doing this weekend of devvage was to get me back into the swing of programming, it has totally done that, even if the actual game is a fail xD If I don't run into more troubles tomorrow I should get some stuff done... Oh yeah I still haven't fixed collision I'm sure its simple but I can't see the issue, I'll probably catch it tomorrow. Good night elysian shadowians

- TheAustech
- Chaos Rift Cool Newbie
- Posts: 96
- Joined: Fri Sep 03, 2010 4:38 pm
- Current Project: BeatTapper
- Favorite Gaming Platforms: PC
- Programming Language of Choice: C++, C#
- Location: Maryland
- Contact:
Re: The Dev-athon begins!
Night dude, good luck and I hope it gets fixed. :Deatcomics wrote:update before bed!
I was having movement issues. I got those fixed and now tile collision doesn't want to work. This really pisses me off. The reason I was doing this weekend of devvage was to get me back into the swing of programming, it has totally done that, even if the actual game is a fail xD If I don't run into more troubles tomorrow I should get some stuff done... Oh yeah I still haven't fixed collision I'm sure its simple but I can't see the issue, I'll probably catch it tomorrow. Good night elysian shadowians
- GroundUpEngine
- Chaos Rift Devotee
- Posts: 835
- Joined: Sun Nov 08, 2009 2:01 pm
- Current Project: mixture
- Favorite Gaming Platforms: PC
- Programming Language of Choice: C++
- Location: UK
Re: The Dev-athon begins!
Too rightTheAustech wrote:I would implement Enemies first because without enemies, your bullets would have nothing to hiteatcomics wrote:So you guys missed it. I fucked up Y velocity, and I went to jump and my guy took off into the air like superman it was great xD
Edit: so you know I fixed it... So I need your guys's input I'm going to be doing Tiles now, what should I do after that? Should I implement Enemies? Bullets? or crouch

- dandymcgee
- ES Beta Backer
- Posts: 4709
- Joined: Tue Apr 29, 2008 3:24 pm
- Current Project: https://github.com/dbechrd/RicoTech
- Favorite Gaming Platforms: NES, Sega Genesis, PS2, PC
- Programming Language of Choice: C
- Location: San Francisco
- Contact:
Re: The Dev-athon begins!
You need more caffeine and less sleep to make this dev-a-thon effective.
Falco Girgis wrote:It is imperative that I can broadcast my narcissistic commit strings to the Twitter! Tweet Tweet, bitches!
Re: The Dev-athon begins!
Yeah but for that I'd need less school and more money :P
One of these days I'll have a real dev a thon, but it won't be a serious project I've been working on for a while. Not one of these mamby pamby platformers xD
One of these days I'll have a real dev a thon, but it won't be a serious project I've been working on for a while. Not one of these mamby pamby platformers xD

- TheAustech
- Chaos Rift Cool Newbie
- Posts: 96
- Joined: Fri Sep 03, 2010 4:38 pm
- Current Project: BeatTapper
- Favorite Gaming Platforms: PC
- Programming Language of Choice: C++, C#
- Location: Maryland
- Contact:
Re: The Dev-athon begins!
Damn schools. : (eatcomics wrote:Yeah but for that I'd need less school and more money :P
One of these days I'll have a real dev a thon, but it won't be a serious project I've been working on for a while. Not one of these mamby pamby platformers xD
Re: The Dev-athon begins!
Indeed.
and on the real reason I'm posting, I've found the problem with collision... I'm going to attempt to fix it... no promises
I'm drawing this dev a thon to a close.... sadly it was an epic fail game wise. But in the aspect of getting me back into the swing of programming I think it went quite well.
I'm going to do some Qt and dreamcast research. Good evening everybody...
and on the real reason I'm posting, I've found the problem with collision... I'm going to attempt to fix it... no promises
I'm drawing this dev a thon to a close.... sadly it was an epic fail game wise. But in the aspect of getting me back into the swing of programming I think it went quite well.
I'm going to do some Qt and dreamcast research. Good evening everybody...
