Omnimaga

Calculator Community => Major Community Projects => The Axe Parser Project => Topic started by: Munchor on June 05, 2011, 02:35:51 pm

Title: Which Axe version do you use?
Post by: Munchor on June 05, 2011, 02:35:51 pm
So, what Axe version do you use?

I don't expect many people to use the old versions but I still decided to put them in :)

Vote and discuss!
Title: Re: Which Axe version do you use?
Post by: Hot_Dog on June 05, 2011, 02:38:49 pm
0.5.3b for two reasons:

1. Easier to develop axioms for it
2. ++ and -- ;)
Title: Re: Which Axe version do you use?
Post by: Munchor on June 05, 2011, 02:40:57 pm
0.5.3b for two reasons:

1. Easier to develop axioms for it
2. ++ and -- ;)

I fancy ++ and -- too, and I use 0.5.3 too, although I guess not too many people use it because of the 16bit/16bit division bug.
Title: Re: Which Axe version do you use?
Post by: SirCmpwn on June 05, 2011, 02:41:50 pm
I always use the latest version.
Title: Re: Which Axe version do you use?
Post by: Aichi on June 05, 2011, 02:51:27 pm
I'm still using 0.5.2 since I'm not sure if all bugs that Runer112 metioned are already fixed
Title: Re: Which Axe version do you use?
Post by: DJ Omnimaga on June 05, 2011, 03:04:16 pm
None right now, but I voted 0.3.3, as this is the last version I ever used (to code).

Someone should try making a game in 0.0.5, just to show how far it can be pushed O.O. Password-based save files FTW :P
Title: Re: Which Axe version do you use?
Post by: ztrumpet on June 05, 2011, 04:28:43 pm
I use whatever the latest version is.  For instance, when I made Axe Snake, the latest version was 0.3.2 so I used it. :)

The first real game that I remember was this one (http://ourl.ca/4050/76199), which used Asm() for the buffer shifting that would now be easy with the Horizontal or Vertical commands.  It was made by Builderboy in version 0.0.4. O.O
Title: Re: Which Axe version do you use?
Post by: DJ Omnimaga on June 05, 2011, 04:30:12 pm
Wow I wonder why I never included it in the tribute video. It's pretty great for early Axe, especially when there were no sprite support.
Title: Re: Which Axe version do you use?
Post by: ztrumpet on June 05, 2011, 04:31:55 pm
Wow I wonder why I never included it in the tribute video. It's pretty great for early Axe, especially when there were no sprite support.
Probably because it was in the original Axe Parser thread, before Quigibo created the Your Projects - Post and Critique thread. ;)
Title: Re: Which Axe version do you use?
Post by: Hot_Dog on June 05, 2011, 04:34:47 pm
Which reminds me...I'm going to write a review later this year, but I think Axe Parser is the greatest Ti-83+/Ti-84+ program ever written.  (And of course there's a lot of amazing ones out there)
Title: Re: Which Axe version do you use?
Post by: TIfanx1999 on June 06, 2011, 03:18:01 am
0.5.3b for two reasons:

1. Easier to develop axioms for it
2. ++ and -- ;)

I fancy ++ and -- too, and I use 0.5.3 too, although I guess not too many people use it because of the 16bit/16bit division bug.

Actually if I remember correctly those bugs were fixed. I don't have an 83+ series calc. at the moment, but when I get my 84+SE(this week hoppefully) I'll be using the newest version.
Title: Re: Which Axe version do you use?
Post by: Freyaday on June 06, 2011, 03:22:23 am
I always use the latest version I can get my catboy hands on, and this is the longest poll I've ever seen.
Title: Re: Which Axe version do you use?
Post by: aeTIos on June 06, 2011, 03:45:37 am
The "what calculators do you own" poll is longer. I use 0.5.2 (Upgrading soon)
Title: Re: Which Axe version do you use?
Post by: JustCause on June 06, 2011, 03:51:01 am
0.4.8 for consistency reasons. I'll upgrade when my projects are done.
Title: Re: Which Axe version do you use?
Post by: Quigibo on June 06, 2011, 04:18:19 am
Too bad there's no options for versions above 0.5.3 :P

There were also several unofficial versions that some people may have lying around becasue they requested to beta test new features, but I doubt anyone still uses those.  They had version numbers like "0.2.B" or "0.3.A" for instance.
Title: Re: Which Axe version do you use?
Post by: Freyaday on June 06, 2011, 04:36:37 am
In surreality, I use Axe i.j.k, but that's not on the menu.
I am impressed with Axe though, Quigibo! Keep up the great work!
PS: Beta testing features on the Axe beta? :crazy:
Title: Re: Which Axe version do you use?
Post by: Quigibo on June 06, 2011, 05:34:20 am
Well, one example was when application compiling came out.  I wanted to make sure that it was completely safe before releasing a public version so I got some volunteers to test it.  Luckily there weren't any problems, but had I made a mistake in coding, it could have resulted in ROM corruption, OS corruption, or even a bricked calculator.

I usually only do private testing when something is either potentially dangerous, hardware specific, an unreproducible bug, or someone is willing to spend a few hours abusing it until they find bugs.

Thanks again for the great comments everyone!  I'm really excited for 1.0.0.  I am going to continue working on it after that (at a slower pace) but I will be reluctant to change anything that breaks compatibility.  It will mostly be optimizations and compiler features.  Eventually if I ever lose interest, I might make it open source or pass the project on to someone else, but we'll see.
Title: Re: Which Axe version do you use?
Post by: squidgetx on June 06, 2011, 07:19:12 am
I used to use .4.8, until the nibble system got changed back to big-endian lol
Title: Re: Which Axe version do you use?
Post by: Deep Toaster on June 06, 2011, 09:05:28 pm
Still 0.5.0. Too lazy to upgrade, and I heard there are issues with division in 0.5.3.
Title: Re: Which Axe version do you use?
Post by: Quigibo on June 06, 2011, 10:56:01 pm
Nope, all those issues have been fixed.  There are currently no known bugs reported for 0.5.3 (yet) other than a few persistent things that have been around in most versions for a long time.  For anyone using older versions, I would recommend upgrading, since 0.5.3 is currently the most stable version and there won't be any new updated until a couple of weeks.
Title: Re: Which Axe version do you use?
Post by: Deep Toaster on June 06, 2011, 11:15:57 pm
Nope, all those issues have been fixed.

Oh, guess I wasn't paying attention :-\ I'll upgrade then.
Title: Re: Which Axe version do you use?
Post by: samebull (metagross111) on July 01, 2011, 04:36:05 am
I always try to use the latest released version.
Title: Re: Which Axe version do you use?
Post by: yunhua98 on July 01, 2011, 02:46:58 pm
0.5.0
idk why.  :P
Title: Re: Which Axe version do you use?
Post by: DJ Omnimaga on July 01, 2011, 02:49:41 pm
Heya samebull, welcome to the forums. You should introduce yourself here. Do you have any projects in the works? I'm sure a lot of people might be interested :)

Also just for kicks, someone should try making an entire graphical game using the first version of Axe that ever supported pxl-on and getkey O.O (http://www.omnimaga.org/index.php?board=10.0)
Title: Re: Which Axe version do you use?
Post by: Darl181 on July 01, 2011, 02:50:27 pm
See sig.
(http://darl181.webuda.com/other/AxeParserUserBar20.png)
;D

EDIT: I wonder if there's eventually going to be a 1.3.3.7 or something :P
there's already a 0.4.2...

Anyway 0.5.3 for now until 1.0.0 comes out
Title: Re: Which Axe version do you use?
Post by: DJ Omnimaga on July 01, 2011, 02:51:33 pm
By the way nice sig
Title: Re: Which Axe version do you use?
Post by: Darl181 on July 01, 2011, 02:53:32 pm
Thanks :D
[table] ftw
Title: Re: Which Axe version do you use?
Post by: Deep Toaster on July 01, 2011, 02:54:35 pm
Wait, it's a table? Doesn't look like it (no padding) ???
Title: Re: Which Axe version do you use?
Post by: Darl181 on July 01, 2011, 02:56:06 pm
Hmm, I think I made it a table for the quote thing (so it would stop in line with the bars) and when I took out the quote I left the table in there :P

EDIT:
Spoiler For with table:
(http://img.removedfromgame.com/imgs/84PBE_userbar_Omni_fixed.gif) (http://www.omnimaga.org)(http://darl181.webuda.com/other/AxeParserUserBar20.png) (http://www.omnimaga.org/index.php?board=71.0)
(http://img.removedfromgame.com/imgs/SigBar.png) (http://www.omnimaga.org/index.php?action=ezportal;sa=page;p=13&userSearch=Darl181)
(http://userbars.removedfromgame.com/ub/darl181137.png) (http://ourl.ca/11071)(http://userbars.removedfromgame.com/ub/darl18172.png) (http://internetometer.com/give/21929)
Spoiler For without table:
(http://img.removedfromgame.com/imgs/84PBE_userbar_Omni_fixed.gif) (http://www.omnimaga.org)(http://darl181.webuda.com/other/AxeParserUserBar20.png) (http://www.omnimaga.org/index.php?board=71.0)
(http://img.removedfromgame.com/imgs/SigBar.png) (http://www.omnimaga.org/index.php?action=ezportal;sa=page;p=13&userSearch=Darl181)
(http://userbars.removedfromgame.com/ub/darl181137.png) (http://ourl.ca/11071)(http://userbars.removedfromgame.com/ub/darl18172.png) (http://internetometer.com/give/21929)
I guess it's not needed then :P
But it worked before ;D

EDIT: it's using table now, look at how wide the spoiler is ;)/me stabs [code] and [tt]for messing up the width

EDIT2: ok, apparently tables mess with the font size.  oh well.
Title: Re: Which Axe version do you use?
Post by: Juju on July 01, 2011, 02:58:54 pm
I think my version is 0.5.1 because I'm way too lazy to upgrade to 0.5.3.
Title: Re: Which Axe version do you use?
Post by: XVicarious on July 01, 2011, 04:49:52 pm
Lol. Juju.
I use 0.5.3b, just upgraded from 0.5.3, since I got it when it first came out. Can't wait till 1.0
Title: Re: Which Axe version do you use?
Post by: calcdude84se on July 01, 2011, 05:47:46 pm
0.4.8. I haven't bothered to update it for a while now. On the other hand, I haven't been using Axe... :/
Title: Re: Which Axe version do you use?
Post by: fb39ca4 on July 01, 2011, 10:00:13 pm
cmon, nobody's using 0.0.1?
I messed around with axe for a bit many months ago, like when it was 0.2.x.
Title: Re: Which Axe version do you use?
Post by: Darl181 on July 16, 2011, 01:29:42 am
Bump.
Title: Re: Which Axe version do you use?
Post by: leafy on July 16, 2011, 01:30:08 am
I am a proud user of axe 0.0.1. Best version ever.
Title: Re: Which Axe version do you use?
Post by: Munchor on July 24, 2011, 10:02:40 am
I am a proud user of axe 0.0.1. Best version ever.

That reminds me when I tried Axe for the first time. I downloaded Axe 0.0.1 from the Axe Parser topic and asked people how to make "Hello World" on IRC and everybody gave me code for it, but none worked XD
Title: Re: Which Axe version do you use?
Post by: Darl181 on August 08, 2011, 02:14:56 am
Finally updated to 0.5.3 from 1.0.2 :D

(edited poll to include newer versions btw)


Nvm, switched back.  Too many problems..
Title: Re: Which Axe version do you use?
Post by: DJ Omnimaga on August 08, 2011, 03:41:34 pm
Hopefully Quig can manage to fix the bugs so 1.0.3 is bug-free. X.x
Title: Re: Which Axe version do you use?
Post by: turiqwalrus on August 08, 2011, 04:19:36 pm
Finally updated to 1.0.2 from 0.5.3 :D

(edited poll to include newer versions btw)
/me upgraded from 0.5.1 :P
I'm still trying to find all of the new functions...

:w00t: 300th post... I'm pretty sporadic, though... annoyingorange has more posts than me O.O
Title: Re: Which Axe version do you use?
Post by: Freyaday on August 08, 2011, 04:20:42 pm
Well, if not bug-free, at least not Archive corrupting. AFAIK, 102 still has issues involving the Archive, and I really don't want to spend another 5 hours fixing my calc.
Title: Re: Which Axe version do you use?
Post by: Quigibo on August 21, 2011, 01:56:27 pm
Anyone using 1.0.3?  I haven't heard any bug reports yet or any mention of it (which is a good sign).  Also, it should be added to the poll.
Title: Re: Which Axe version do you use?
Post by: Freyaday on August 21, 2011, 01:57:14 pm
There's 1.0.3?
Cool!
Title: Re: Which Axe version do you use?
Post by: FinaleTI on August 21, 2011, 02:00:36 pm
Also, it should be added to the poll.
Done.
Title: Re: Which Axe version do you use?
Post by: Darl181 on September 25, 2011, 07:55:54 pm
Updated from 1.0.3 to 1.0.4.  Also bump.
Title: Re: Which Axe version do you use?
Post by: Freyaday on September 26, 2011, 03:05:41 am
I am also now using 1.0.4!
Title: Re: Which Axe version do you use?
Post by: Builderboy on September 26, 2011, 03:07:43 am
Me too!  Yay!
Title: Re: Which Axe version do you use?
Post by: aeTIos on September 26, 2011, 06:55:26 am
still 0.5.3
Title: Re: Which Axe version do you use?
Post by: ztrumpet on September 26, 2011, 07:09:35 am
I'm still using 0.5.3. ;)
Title: Re: Which Axe version do you use?
Post by: Darl181 on September 26, 2011, 10:22:39 am
/me looks at poll 0.o
0.2.6    - 1 (2.6%)
0.5.1    - 2 (5.1%)

EDIT: aww they don't match up now...guess it only works with 37 voters :P
Title: Re: Which Axe version do you use?
Post by: Freyaday on September 26, 2011, 10:34:32 am
I think 0.2.6 is DJ
Title: Re: Which Axe version do you use?
Post by: turiqwalrus on September 26, 2011, 11:11:10 am
1.0.3 with fixed multiplication :P
Title: Re: Which Axe version do you use?
Post by: parserp on September 26, 2011, 07:29:11 pm
I use 0.5.3
Where can you download the latest version of axe? ???
Title: Re: Which Axe version do you use?
Post by: ztrumpet on September 26, 2011, 07:29:36 pm
http://ourl.ca/4060/246677;topicseen#new
Title: Re: Which Axe version do you use?
Post by: parserp on September 26, 2011, 07:31:33 pm
Sweet thanks. :)
Title: Re: Which Axe version do you use?
Post by: Eeems on September 26, 2011, 07:41:29 pm
I'm always up to date :) 1.0.5b
Title: Re: Which Axe version do you use?
Post by: Darl181 on September 26, 2011, 09:34:29 pm
I'm up to date once I get back from school and see a new update :P
Title: Re: Which Axe version do you use?
Post by: DJ Omnimaga on October 17, 2011, 01:59:14 am
/me looks at poll 0.o
0.2.6    - 1 (2.6%)
0.5.1    - 2 (5.1%)

EDIT: aww they don't match up now...guess it only works with 37 voters :P
That's because 2.6 was the last one I've used much before quitting. I used 0.3.3 a bit too but barely.
Title: Re: Which Axe version do you use?
Post by: Jonius7 on October 17, 2011, 02:37:21 pm
I used 0.5.2 because it was the version available before or early during the axe contest (or was it 0.5.3? I can't remember). EDIT: confirmed 0.5.2. (Idiot, you have a folder called Axe0.52, doh. soz talking to myself) It was also the first version i used. Anyway I only switched to 1.0.5 a few days ago.
Title: Re: Which Axe version do you use?
Post by: Wellen on October 17, 2011, 02:58:32 pm
Haha !
Still using 0.5.0 :P
Title: Re: Which Axe version do you use?
Post by: epic7 on October 21, 2011, 07:48:50 pm
Is 0.5.3 better than 1.0.5 or something?
Title: Re: Which Axe version do you use?
Post by: Builderboy on October 21, 2011, 08:05:42 pm
No, I imagine just a lot of people have not come back to this thread to change their vote.  Thats one of the flaws of a poll of this kind unfortunately :( I always recommend the latest stable release over any previous release.
Title: Re: Which Axe version do you use?
Post by: parserp on October 21, 2011, 08:19:26 pm
No, I imagine just a lot of people have not come back to this thread to change their vote.  Thats one of the flaws of a poll of this kind unfortunately :( I always recommend the latest stable release over any previous release.
lol I just changed mine to 1.0.5b
Title: Re: Which Axe version do you use?
Post by: Darl181 on October 21, 2011, 08:46:23 pm
Also 0.5.3 was the latest version for a comparatively long time, something close to two months.
Title: Re: Which Axe version do you use?
Post by: MGOS on October 23, 2011, 04:08:16 am
I'm panning a new (larger) project in AXE and I'm still using 0.5.3, should I chnage now? is 1.0.5b completely stable?
Title: Re: Which Axe version do you use?
Post by: Anima on October 23, 2011, 04:20:35 am
I'm using version 1.0.5b. Is 0.5.3 more stable?
Title: Re: Which Axe version do you use?
Post by: C3N on October 23, 2011, 04:38:31 am
I'm using 1.0.5b too ^
Title: Re: Which Axe version do you use?
Post by: Sorunome on October 23, 2011, 04:41:36 am
I'm panning a new (larger) project in AXE and I#m still using 0.5.3, should I chnage now? is 1.0.5b completely stable?
To me it works very well (1.0.5b) I haven't found any bugs there yet.
Title: Re: Which Axe version do you use?
Post by: Builderboy on October 23, 2011, 05:01:53 am
1.0.5b is stable and contains much more features than 0.5.3, you should upgrade :)
Title: Re: Which Axe version do you use?
Post by: MGOS on October 23, 2011, 02:36:59 pm
Ok, then I change...
Title: Re: Which Axe version do you use?
Post by: Hayleia on October 24, 2011, 03:57:34 am
Ok, then I change...
It also depends on if you started unfinished projects with an "old" version: For example, the DispGraph function changed from 0.5.3 to 1.0.5.
Title: Re: Which Axe version do you use?
Post by: MGOS on October 24, 2011, 10:58:17 am
Right, but only for specific buffers - and due to the lack of them in 0.5.3 I won't have to change anything... I think.
And how do these specific buffers work? These are L6 (main), L3 (back) and L1, right?
Title: Re: Which Axe version do you use?
Post by: gendoku on October 24, 2011, 11:05:15 am
Strangely enough, I still have 0.4.6 installed on my calculator because it's been so long since I last programmed o_O
Title: Re: Which Axe version do you use?
Post by: Hayleia on October 24, 2011, 12:10:55 pm
Right, but only for specific buffers - and due to the lack of them in 0.5.3 I won't have to change anything... I think.
And how do these specific buffers work? These are L6 (main), L3 (back) and L1, right?
no, L1 is not a buffer, just a free ram area. But "L6 (main), L3 (back)" is right (or maybe it is the contrary XD)
If you only used "DispGraph", you can upgrade. If you used "GDB1→DispGraph", there might be a problem.

Strangely enough, I still have 0.4.6 installed on my calculator because it's been so long since I last programmed o_O
Upgrade and start coding again, it's so much fun :D (this is not an order, you can do whatever you want in fact)
Title: Re: Which Axe version do you use?
Post by: MGOS on October 24, 2011, 03:32:36 pm
no, L1 is not a buffer, just a free ram area. But "L6 (main), L3 (back)" is right (or maybe it is the contrary XD)
If you only used "DispGraph", you can upgrade. If you used "GDB1→DispGraph", there might be a problem.
Thanks, but I never used such code in my programms.
Title: Re: Which Axe version do you use?
Post by: InternetCliche on November 15, 2011, 04:57:07 pm
I'm boring and always use the most recent version.
Title: Re: Which Axe version do you use?
Post by: saintrunner on November 15, 2011, 05:14:36 pm
Same, generally the newest updates are the best, at least that is my philosophy :)
Title: Re: Which Axe version do you use?
Post by: Freyaday on November 15, 2011, 11:13:44 pm
Weirdly enough, L1 is actually a buffer, but you have to move the built-in variables before you can use it as such, because the Axevars are stored at the end of L1.
Title: Re: Which Axe version do you use?
Post by: Deep Toaster on November 16, 2011, 09:38:36 am
Any block of RAM that's 768 bytes you can use as a screen buffer. If you really need another buffer, you could always create your own with Zeros(768) (now Buff(768)). And yeah, the only reason L1 is 712 bytes according to the Axe commands index is because the last 56 bytes are taken up by the variables, which you could always move, as Frey said.
Title: Re: Which Axe version do you use?
Post by: JustCause on November 16, 2011, 09:44:06 am
I recently downgraded to 0.4.4. Cubes is weird. ^^;
Title: Re: Which Axe version do you use?
Post by: Yeong on November 16, 2011, 09:33:03 pm
I don't think I'll vote until I get the "Complete" version of Axe ;)
Title: Re: Which Axe version do you use?
Post by: Hayleia on November 17, 2011, 12:34:57 pm
I don't think I'll vote until I get the "Complete" version of Axe ;)
You'll never vote then.
Quote from <I don't know who :P> :You never finish a program/app/game/etc. You only stop working on it.

(Wait, they sell us unfinished games ? O.O)

And yeah, I should change my vote now that I upgraded :P
Title: Re: Which Axe version do you use?
Post by: Jonius7 on November 20, 2011, 01:44:31 pm
I don't think I'll vote until I get the "Complete" version of Axe ;)
You'll never vote then.
Quote from <I don't know who :P> :You never finish a program/app/game/etc. You only stop working on it.

(Wait, they sell us unfinished games ? O.O)

And yeah, I should change my vote now that I upgraded :P
They give us patches?
Title: Re: Which Axe version do you use?
Post by: epic7 on November 20, 2011, 01:45:48 pm
I just download whatever's newest :P
Title: Re: Which Axe version do you use?
Post by: Stefan Bauwens on November 20, 2011, 01:46:30 pm
I don't think I'll vote until I get the "Complete" version of Axe ;)
You'll never vote then.
Quote from <I don't know who :P> :You never finish a program/app/game/etc. You only stop working on it.

(Wait, they sell us unfinished games ? O.O)
And yeah, I should change my vote now that I upgraded :P
Just look at minecraft. :P
Btw. It's actually IS officially finished now I think, or is it 'complete'? :P
Title: Re: Which Axe version do you use?
Post by: Hayleia on November 20, 2011, 01:47:50 pm
They give us patches?
Yeah, some of them, but not all. And usually, those who give patches are those who were the most far from having finished :P

(I'm not sure about the last sentence's grammar, but it seems understandable)

Just look at minecraft. :P
Btw. It's actually IS officially finished now I think, or is it 'complete'? :P
I don't know, I don't play minecraft ???
Title: Re: Which Axe version do you use?
Post by: Jonius7 on November 20, 2011, 01:51:16 pm
Ah of course, Minecraft the classic example.
First alpha versions, then give us Beta versions all the way up to 1.9beta prerelease X (who knows?)
Then it's just called Minecraft now v1.0
It's officially 'released' but not complete.
Title: Re: Which Axe version do you use?
Post by: Darl181 on February 25, 2012, 10:17:24 pm
Kind of forgot about this :P but...

Now using 1.1.2.
Title: Re: Which Axe version do you use?
Post by: DJ Omnimaga on February 25, 2012, 10:26:28 pm
the large amount of people using 1.05b definitively shows that a lot of people have moved on from Axe or calcs around that time or simply didn't update their vote. X.x
Title: Re: Which Axe version do you use?
Post by: Jonius7 on February 25, 2012, 10:53:06 pm
Oh lol I posted the last post from last year.  So I guess the poll hasn't changed much from last year. I am still using 1.0.5, and only realised that 1.1.x had come out a day or two ago.
Title: Re: Which Axe version do you use?
Post by: BlakPilar on February 25, 2012, 10:58:21 pm
I use 1.1.2 on my calculator, but 0.5.3b on Wabbit because it doesn't like above that version with BootFree ROMs and I've been to lazy to make another ROM from my calculator.
Title: Re: Which Axe version do you use?
Post by: DJ Omnimaga on February 25, 2012, 11:00:16 pm
Yeah I noticed that with WabbitEmu, it was kinda annoying to have to restart the emulator or resend a ROM. X.x
Title: Re: Which Axe version do you use?
Post by: Jonius7 on February 25, 2012, 11:54:23 pm
No wonder something weird happened when I tried to run Axe on a 2.53 rom, it didn't work. Axe 1.0.5 worked perfectly fine on the OS 2.41 rom tho.
Title: Re: Which Axe version do you use?
Post by: GinDiamond on December 01, 2012, 02:22:32 pm
I use 1.2.0!
Title: Re: Which Axe version do you use?
Post by: Sorunome on December 01, 2012, 02:55:57 pm
I use 1.2.0!
add it to the poll >.>
Title: Re: Which Axe version do you use?
Post by: Freyaday on December 10, 2012, 11:13:25 am
I use 1.1.2 because of the bug in the rectangles.
Title: Re: Which Axe version do you use?
Post by: Matrefeytontias on December 10, 2012, 11:15:10 am
I currently use 1.2.0 because of all the optimization stuffs and 13 characters-long label names, but I think I'll go back to 1.1.2 because of the many bugs <_<
Title: Re: Which Axe version do you use?
Post by: Hayleia on December 10, 2012, 11:17:52 am
I haven't encoutered any bug in Axe 1.2.0 but I still think I'll downgrade back to 1.1.2 because the grey was better :(
Title: Re: Which Axe version do you use?
Post by: cooliojazz on December 10, 2012, 11:20:01 am
I wanted to use 1.2.0, but it's completely broken in wabbitemu, so im stuck using 1.1.2 so i can keep coding on my computer =(
Title: Re: Which Axe version do you use?
Post by: Matrefeytontias on December 10, 2012, 11:24:26 am
@Hayleia try use a DS>( loop and you'll see.
Title: Re: Which Axe version do you use?
Post by: Hayleia on December 10, 2012, 11:28:15 am
@Hayleia try use a DS>( loop and you'll see.
No, thanks, I already triggered self-test through an Axe prog (by my fault, not the fault of Axe) so I won't try to have bugs on purpose before a long time :P
Title: Re: Which Axe version do you use?
Post by: Runer112 on December 10, 2012, 12:58:32 pm
I use 1.1.2 because of the bug in the rectangles.

Fixed in 1.2.1, which should be out shortly! :)


I currently use 1.2.0 because of all the optimization stuffs and 13 characters-long label names, but I think I'll go back to 1.1.2 because of the many bugs <_<

What many bugs? I would certainly try to fix them if they were mentioned in the Bug Reports (http://ourl.ca/4072) thread.

I do see that you previously mentioned one bug with custom Axiom tokens not working, but I was unable to replicate it. As I mentioned in the bug reports thread, if you could send me the Axiom and a program that includes it where the token replacements don't work, I can look into the bug and try to fix it.

Also, are you having an issue with DS<()? If so, please post about that in the bug report thread, too!


I haven't encoutered any bug in Axe 1.2.0 but I still think I'll downgrade back to 1.1.2 because the grey was better :(

I did cut a corner on the 4-level grayscale masking with 1.2.0 to make it faster, but I couldn't really come to any conclusions of whether or not it would adversely affect real games. Could you direct me to the source for that program, perhaps sent in a private message if it's not publicly available? Or if you would rather send compiled code, the same program compiled under both 1.1.2 and 1.2.0? If I can see that it does definitely look worse with 1.2.0, I'll either revert the grayscale routine or try to make it look better without losing the gained speed. :)


I wanted to use 1.2.0, but it's completely broken in wabbitemu, so im stuck using 1.1.2 so i can keep coding on my computer =(

Hmm, I'm not really sure how to fix that... if it doesn't send at all, Buckeye is probably the person to talk to. If it does send but acts strangely, then perhaps Axe is having issues with some strange property of your dumped ROM? In that case, would it be possible for me to get my hands on it to test?





Again, just a reminder to everybody: if you experience a bug with Axe, report it in the Bug Reports (http://ourl.ca/4072) thread so I can look into and fix it!
Title: Re: Which Axe version do you use?
Post by: DJ Omnimaga on December 11, 2012, 03:22:30 pm
One day I need to try my Axe Tunnel code in Axe 1.2.0 to see how small it gets compared to the original.

I might do that with Eat Nethams and Eat Nethams SE too, but then maybe they'll lose their respective 666 bytes compiled size. D:
Title: Re: Which Axe version do you use?
Post by: Eeems on December 11, 2012, 03:24:28 pm
If they do, you can just adjust them with random data so they stay that size ;P
Title: Re: Which Axe version do you use?
Post by: DJ Omnimaga on December 11, 2012, 03:26:43 pm
That would completely defeat the point of optimizing them, though <_<
Title: Re: Which Axe version do you use?
Post by: willrandship on December 11, 2012, 03:38:37 pm
Well, they'd still benefit from the speed optimizations :P
Title: Re: Which Axe version do you use?
Post by: Eeems on December 11, 2012, 03:38:51 pm
Not at all, it would run faster, space wise there would be no optimization though.
Title: Re: Which Axe version do you use?
Post by: squidgetx on December 12, 2012, 09:54:36 am
Runer, as far as I can tell, the grayscale in 1.2.0 is indistinguishable from 1.1.2 besides the obvious difference that it's faster.

(That might be why some people are saying that it's 'worse'...the timing changed by a few thousand cycles than when they compiled with 1.1.2)
Title: Re: Which Axe version do you use?
Post by: leafy on December 12, 2012, 10:16:40 am
If you're using interrupts, then there's very little difference. If your program isn't fast enough in the slightest, though, the difference becomes obvious.
Title: Re: Which Axe version do you use?
Post by: willrandship on December 13, 2012, 05:23:03 am
So it's a change in manually timed grayscale.
Title: Re: Which Axe version do you use?
Post by: pimathbrainiac on January 06, 2013, 04:16:52 pm
Is 1.2.1 going to be added to the poll?

Spoiler For Spoiler:
also: necropost! ;D
Title: Re: Which Axe version do you use?
Post by: Sorunome on January 06, 2013, 04:21:31 pm
you mean 1.2.1a :P
With the little bugfix/me runs
Title: Re: Which Axe version do you use?
Post by: Deep Toaster on January 06, 2013, 08:50:10 pm
I'm still on 1.1.2 because I haven't done anything over the break :/ And I'm always behind by a couple versions anyway for, uh, security reasons (read: laziness).