• Features Wishlist 5 1
Currently:  

Author Topic: Features Wishlist  (Read 617083 times)

0 Members and 1 Guest are viewing this topic.

Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: Features Wishlist
« Reply #2865 on: December 18, 2011, 02:25:57 pm »
Maybe also a progress bar for defragmenting, if that is possible?

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!

Offline Builderboy

  • Physics Guru
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5673
  • Rating: +613/-9
  • Would you kindly?
    • View Profile
Re: Features Wishlist
« Reply #2866 on: December 18, 2011, 02:30:23 pm »
I believe that is an OS routine, and so can't be kept track of by Axe D:

Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: Features Wishlist
« Reply #2867 on: December 18, 2011, 02:31:10 pm »
But doors can also have a custome Garbage Collection image.....

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!

Offline Builderboy

  • Physics Guru
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5673
  • Rating: +613/-9
  • Would you kindly?
    • View Profile
Re: Features Wishlist
« Reply #2868 on: December 18, 2011, 02:48:03 pm »
Is it a custom image or is it actually a progress bar?

Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: Features Wishlist
« Reply #2869 on: December 18, 2011, 02:50:06 pm »
Just a image
EDIT: Maybe it is possible that Axe has then the defragmenting routine built in with the progress bar?
« Last Edit: December 18, 2011, 02:52:03 pm by Sorunome »

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!

Offline Freyaday

  • The One And Only Serial Time Killing Catboy-Capoeirista-Ballerino
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1970
  • Rating: +128/-15
  • I put on my robe and pixel hat...
    • View Profile
Re: Features Wishlist
« Reply #2870 on: December 18, 2011, 03:00:56 pm »
Oh dear. I really despise the attitude that, because it can be done with other commands, there is no reason to make a new command for something, even if the new command would be much faster and lead to smaller code.
Oh look, the z80 doesn't have a multiply instruction! Eh, let's leave it to the Axe prgrammers, surely they won't mind!
Oh, wait, that's exactly what didn't happen. Thanks Quigibo!
In other news, Frey continues kicking unprecedented levels of ass.
Proud member of LF#N--Lolis For #9678B6 Names


I'm a performer at heart; I stole it last week.
My Artwork!

Offline leafy

  • CoT Emeritus
  • LV10 31337 u53r (Next: 2000)
  • *
  • Posts: 1554
  • Rating: +475/-97
  • Seizon senryakuuuu!
    • View Profile
    • keff.me
Re: Features Wishlist
« Reply #2871 on: December 18, 2011, 03:37:42 pm »
RectOff or RectW would make a white rectangle ? You just need to do
Rect(A,B,C,D)
RectI(A,B,C,D)
and you obtain a white rectangle :)
Yeah, the reason I don't like this is that you have to use two commands, and I'm assuming a command could be made to just do the opposite of Rect( anyways.
In-progress: Graviter (...)

Offline JosJuice

  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1344
  • Rating: +66/-14
    • View Profile
Re: Features Wishlist
« Reply #2872 on: December 18, 2011, 03:53:06 pm »
But doors can also have a custome Garbage Collection image.....
Doors CS uses some clever hacks involving hooks to just be able to skip the confirmation screen and draw an image. Tracking the progress would require somehow knowing what the GC routine is doing while also redrawing the image, which as far as I know simply isn't possible with hooks.

Offline ben_g

  • Hey cool I can set a custom title now :)
  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1002
  • Rating: +125/-4
  • Asm noob
    • View Profile
    • Our programmer's team: GameCommandoSquad
Re: Features Wishlist
« Reply #2873 on: December 18, 2011, 04:15:58 pm »
I just noticed there isn't an 8.8 divide yet. Could you add that?

If it already exists, then sorry, i didn't find it.
My projects
 - The Lost Survivors (Unreal Engine) ACTIVE [GameCommandoSquad main project]
 - Oxo, with single-calc multiplayer and AI (axe) RELEASED (screenshot) (topic)
 - An android version of oxo (java)  ACTIVE
 - A 3D collision detection library (axe) RELEASED! (topic)(screenshot)(more recent screenshot)(screenshot of it being used in a tilemapper)
Spoiler For inactive:
- A first person shooter with a polygon-based 3d engine. (z80, will probably be recoded in axe using GLib) ON HOLD (screenshot)
 - A java MORPG. (pc) DEEP COMA(read more)(screenshot)
 - a minecraft game in axe DEAD (source code available)
 - a 3D racing game (axe) ON HOLD (outdated screenshot of asm version)

This signature was last updated on 20/04/2015 and may be outdated

Offline calcdude84se

  • Needs Motivation
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2272
  • Rating: +78/-13
  • Wondering where their free time went...
    • View Profile
Re: Features Wishlist
« Reply #2874 on: December 18, 2011, 04:51:45 pm »
You just invert and multiply. So to divide A by B, one simply does B-1**A.
« Last Edit: December 18, 2011, 04:52:04 pm by calcdude84se »
"People think computers will keep them from making mistakes. They're wrong. With computers you make mistakes faster."
-Adam Osborne
Spoiler For "PartesOS links":
I'll put it online when it does something.

Offline thydowulays

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 184
  • Rating: +12/-1
  • Don't gimme dat lip
    • View Profile
    • Thy Gaming Forum
Re: Features Wishlist
« Reply #2875 on: December 18, 2011, 08:27:35 pm »
I have the greatest idea in the world. A function that does this:

neg(*insert integer here*)
This would make the number negative. Yes I know you can do // and >> and all that, but this one would put the - thingy behind it and everything. This would be better because then I wouldn't have to keep writing a subroutine to do this for me......
Current Projects:
-Sparta GUI Library: 25% - Alpha Stage
-Grapher - 75% - Beta Stage *on hiatus




Offline calc84maniac

  • eZ80 Guru
  • Coder Of Tomorrow
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2912
  • Rating: +471/-17
    • View Profile
    • TI-Boy CE
Re: Features Wishlist
« Reply #2876 on: December 18, 2011, 08:28:54 pm »
How about -abs()
"Most people ask, 'What does a thing do?' Hackers ask, 'What can I make it do?'" - Pablos Holman

Offline thydowulays

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 184
  • Rating: +12/-1
  • Don't gimme dat lip
    • View Profile
    • Thy Gaming Forum
Re: Features Wishlist
« Reply #2877 on: December 18, 2011, 08:31:25 pm »
:O I will love you forever if that works.....

EDIT: I level'd up! FUCK YEAH
« Last Edit: December 18, 2011, 08:32:02 pm by thydowulays »
Current Projects:
-Sparta GUI Library: 25% - Alpha Stage
-Grapher - 75% - Beta Stage *on hiatus




Offline ztrumpet

  • The Rarely Active One
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5712
  • Rating: +364/-4
  • If you see this, send me a PM. Just for fun.
    • View Profile
Re: Features Wishlist
« Reply #2878 on: December 18, 2011, 08:35:26 pm »
While were's on the subject, how about a command that determines the sign of a number.  I.E., anything over 32218 (I think) would return 65535 (-1), anything between that number and zero would return 1, and zero would return 0.  I remember 86 Basic had it and it was a nice command.

Offline Freyaday

  • The One And Only Serial Time Killing Catboy-Capoeirista-Ballerino
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1970
  • Rating: +128/-15
  • I put on my robe and pixel hat...
    • View Profile
Re: Features Wishlist
« Reply #2879 on: December 18, 2011, 08:46:47 pm »
That would be incredibly useful.
In other news, Frey continues kicking unprecedented levels of ass.
Proud member of LF#N--Lolis For #9678B6 Names


I'm a performer at heart; I stole it last week.
My Artwork!