Author Topic: My little program  (Read 9837 times)

0 Members and 1 Guest are viewing this topic.

Offline LincolnB

  • Check It Out Now
  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1115
  • Rating: +125/-4
  • By Hackers For Hackers
    • View Profile
Re: My little program
« Reply #15 on: July 29, 2011, 04:27:18 pm »
Do you have auto-backup on axe enabled? Auto-backup has saved my life more times than I can count.
Completed Projects:
   >> Spacky Emprise   >> Spacky 2 - Beta   >> Fantastic Sam
   >> An Exercise In Futility   >> GeoCore

My Current Projects:

Projects in Development:
In Medias Res - Contest Entry

Talk to me if you need help with Axe coding.


Spoiler For Bragging Rights:
Not much yet, hopefully this section will grow soon with time (and more contests)



Offline chattahippie

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 358
  • Rating: +27/-0
  • Super Member! :D
    • View Profile
Re: My little program
« Reply #16 on: July 29, 2011, 05:10:53 pm »
Do you have auto-backup on axe enabled? Auto-backup has saved my life more times than I can count.

Archiving the program pretty much does the same thing except it requires less space

Offline LincolnB

  • Check It Out Now
  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1115
  • Rating: +125/-4
  • By Hackers For Hackers
    • View Profile
Re: My little program
« Reply #17 on: July 29, 2011, 05:21:43 pm »
One time though (last night) I archived my source program, compiled it, and then had a ram clear so I lost the executable (no big deal) but still had the archived source program. When I tried to unarchive it, it gave me a BAD ADDRESS error, so I had to delete it and restore the backup I had (from auto-backup)
Completed Projects:
   >> Spacky Emprise   >> Spacky 2 - Beta   >> Fantastic Sam
   >> An Exercise In Futility   >> GeoCore

My Current Projects:

Projects in Development:
In Medias Res - Contest Entry

Talk to me if you need help with Axe coding.


Spoiler For Bragging Rights:
Not much yet, hopefully this section will grow soon with time (and more contests)



Offline chattahippie

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 358
  • Rating: +27/-0
  • Super Member! :D
    • View Profile
Re: My little program
« Reply #18 on: July 29, 2011, 05:23:43 pm »
One time though (last night) I archived my source program, compiled it, and then had a ram clear so I lost the executable (no big deal) but still had the archived source program. When I tried to unarchive it, it gave me a BAD ADDRESS error, so I had to delete it and restore the backup I had (from auto-backup)

That's never happened to me  ???

Offline LincolnB

  • Check It Out Now
  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1115
  • Rating: +125/-4
  • By Hackers For Hackers
    • View Profile
Re: My little program
« Reply #19 on: July 29, 2011, 05:25:10 pm »
yeah, it was really bizarre. and I really hope it never happens again.
Completed Projects:
   >> Spacky Emprise   >> Spacky 2 - Beta   >> Fantastic Sam
   >> An Exercise In Futility   >> GeoCore

My Current Projects:

Projects in Development:
In Medias Res - Contest Entry

Talk to me if you need help with Axe coding.


Spoiler For Bragging Rights:
Not much yet, hopefully this section will grow soon with time (and more contests)



Offline chattahippie

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 358
  • Rating: +27/-0
  • Super Member! :D
    • View Profile
Re: My little program
« Reply #20 on: July 29, 2011, 05:27:51 pm »
That's like a programmer's worst nightmare!

Offline LincolnB

  • Check It Out Now
  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1115
  • Rating: +125/-4
  • By Hackers For Hackers
    • View Profile
Re: My little program
« Reply #21 on: July 29, 2011, 05:30:14 pm »
It was pretty bad. But, I didn't brick my calc, i just did the whole DEL + Pop a battery thing and reinstalled the OS, and since nothing important was in my RAM, I had everything in the user archive, it's fine now.
Completed Projects:
   >> Spacky Emprise   >> Spacky 2 - Beta   >> Fantastic Sam
   >> An Exercise In Futility   >> GeoCore

My Current Projects:

Projects in Development:
In Medias Res - Contest Entry

Talk to me if you need help with Axe coding.


Spoiler For Bragging Rights:
Not much yet, hopefully this section will grow soon with time (and more contests)



Offline FinaleTI

  • Believe in the pony that believes in you!
  • CoT Emeritus
  • LV10 31337 u53r (Next: 2000)
  • *
  • Posts: 1830
  • Rating: +121/-2
  • Believe in the pony that believes in you!
    • View Profile
    • dmuckerman.tumblr.com
Re: My little program
« Reply #22 on: July 29, 2011, 05:53:59 pm »
ERR: BAD ADDRESS, huh? It actually isn't as bad as it sounds. It should really only affect one program at a time, unless you really screwed up your calc.
http://ourl.ca/3687/67152

Of course, the time I encountered that error, I reacted pretty drastically too. I actually ended up wiping my calculator's memory completely...


Spoiler For Projects:

My projects haven't been worked on in a while, so they're all on hiatus for the time being. I do hope to eventually return to them in some form or another...

Spoiler For Pokemon TI:
Axe port of Pokemon Red/Blue to the 83+/84+ family. On hold.

Spoiler For Nostalgia:
My big personal project, an original RPG about dimensional travel and a few heroes tasked with saving the world.
Coding-wise, on hold, but I am re-working the story.

Spoiler For Finale's Super Insane Tunnel Pack of Doom:
I will be combining Blur and Collision Course into a single gamepack. On hold.

Spoiler For Nostalgia Origins: Sky's Story:
Prequel to Nostalgia. On hold, especially while the story is re-worked.

Offline LincolnB

  • Check It Out Now
  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1115
  • Rating: +125/-4
  • By Hackers For Hackers
    • View Profile
Re: My little program
« Reply #23 on: July 29, 2011, 10:37:39 pm »
It only affected that one program. Things are all fine, now.
Completed Projects:
   >> Spacky Emprise   >> Spacky 2 - Beta   >> Fantastic Sam
   >> An Exercise In Futility   >> GeoCore

My Current Projects:

Projects in Development:
In Medias Res - Contest Entry

Talk to me if you need help with Axe coding.


Spoiler For Bragging Rights:
Not much yet, hopefully this section will grow soon with time (and more contests)



Offline p2

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 849
  • Rating: +51/-11
  • I'm back :)
    • View Profile
Re: My little program
« Reply #24 on: July 30, 2011, 10:00:15 am »
Who of you has never had any Errors, that seemed to be impossible.
(Can't delete OS, groups in the program menu, ...)

I've tried to write a completely new program.
But It doesn't work and I can't find the bug  :P
The point flyes left-up if he should walk left.



EDIT:
Bug fixed.
New bug:

It's flying while walking left, but not while walking right.
« Last Edit: July 30, 2011, 10:55:02 am by p2 »
*insert supercool signature*

Offline Hayleia

  • Programming Absol
  • Coder Of Tomorrow
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3367
  • Rating: +393/-7
    • View Profile
Re: My little program
« Reply #25 on: July 30, 2011, 11:13:29 am »
WARNING: PROGRAM KILLED

EDIT: the program is now a lot faster than on the gif. and has no issues with walls, but there is no looping.
« Last Edit: July 30, 2011, 11:41:01 am by Hayleia »
I own: 83+ ; 84+SE ; 76.fr ; CX CAS ; Prizm ; 84+CSE
Sorry if I answer with something that seems unrelated, English is not my primary language and I might not have understood well. Sorry if I make English mistakes too.

click here to know where you got your last +1s

Offline p2

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 849
  • Rating: +51/-11
  • I'm back :)
    • View Profile
Re: My little program
« Reply #26 on: July 30, 2011, 12:28:16 pm »
The main problem in your code is:
     The system how it's all working!

I think it's a really great idea to make it like this, it makes the program smaller and faster.
but the proglem is, that this would make a few things impossible.

On the screenie, you can see why:
The point is going inte the wall at the red points.
Then it is going up in the walls (yellow)
At the blue points, It'll leave the wall.
the problem is the place on pic2
There you go into the wall, but if you go out of the wall, you're outside the circle.

Another problem is, that you can't see the point while going up.
there is no function to show the point while this.
But that would be fixable.




Hayleia, your code would be super for every map, if there is no looping.
Great work!  :thumbsup:
*insert supercool signature*

Offline Hayleia

  • Programming Absol
  • Coder Of Tomorrow
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3367
  • Rating: +393/-7
    • View Profile
Re: My little program
« Reply #27 on: July 30, 2011, 01:42:24 pm »
Yeah, I saw that. I changed the code (but not the gif) so walls are supported. I also use the back buffer to make the game faster and now it is too much fast O.O, a "Pause 50" or something would be welcome.

EDIT: I put the code and the new gif here.
« Last Edit: July 30, 2011, 02:18:36 pm by Hayleia »
I own: 83+ ; 84+SE ; 76.fr ; CX CAS ; Prizm ; 84+CSE
Sorry if I answer with something that seems unrelated, English is not my primary language and I might not have understood well. Sorry if I make English mistakes too.

click here to know where you got your last +1s