346
TI Z80 / Re: Unnamed RPG [TI-BASIC]
« on: August 19, 2015, 03:17:07 am »
custom font?
Anyhow, both mockups are lioking awesome!
Anyhow, both mockups are lioking awesome!
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to. 346
TI Z80 / Re: Unnamed RPG [TI-BASIC]« on: August 19, 2015, 03:17:07 am »
custom font?
Anyhow, both mockups are lioking awesome! 347
Introduce Yourself! / Re: 'sup?« on: August 19, 2015, 03:15:46 am »
Hey there, welcome to Omnimaga! I sure hope you'll enjoy your stay.
Phoenix Write does seem cool indeed, hope you'll get far with your game 348
The Axe Parser Project / Re: 2 Axe Questions« on: August 13, 2015, 06:02:04 pm »Doing a quick search, yes it seems to me as if memkit would do it, link here: https://www.omnimaga.org/the-axe-parser-project/axiom-requests/msg340795/#msg340795 also check out the post after that and the link in there and read some stuff there.2) You know how in the Axe app, it shows all of your programs that you made? Could someone explain how that works because I need it for something and I would like to be able to use it for myself. 349
Other / Re: Making a sound mixer« on: August 13, 2015, 06:14:38 am »You can clean potentiometers by spraying some wd40 in the little hole at the top.The issue is something mechanical, that the little metal nob thingy is detaching from the resistor part thingy, i blame china quality 350
Axe / Re: Windows XP in Axe« on: August 13, 2015, 04:49:34 am »
For the start menu checking thing you have to check if the cursor is in a certain area, so something like
If X>minimumx and (X < maximumx) and (Y > minimumy) and (Y < maximumy) 351
The Axe Parser Project / Re: 2 Axe Questions« on: August 13, 2015, 04:48:12 am »
You can do that with the >Dec - token, so that you have like
Code: [Select] Text(10,10,{GDB0 + 5}>Dec)
352
The Axe Parser Project / Re: 2 Axe Questions« on: August 12, 2015, 06:46:22 pm »
the GDB0 is then a pointer, and as the doc states:
Quote {EXP}: Returns the single byte the expression points to. It will be in the range 0 to 255.That means for you that {GDB0} will return the first number you "stored" in it, and {GDB0 + 1} the second number etc. 353
The Axe Parser Project / Re: 2 Axe Questions« on: August 12, 2015, 06:01:22 pm »
Yep, Fix 4 and Fix 5
Code: [Select] Fix 0 Small size font. Calculator should exit in this mode if changed! Also, in future please don't double-post but use the "Modify"-Button in the top-right corner of your posts instead 354
The Axe Parser Project / Re: 2 Axe Questions« on: August 12, 2015, 05:51:50 pm »
I don't think that is possible with axe alone, I think you'd need some asm for that, to cycle through all the programs. What you can do with axe, though, is, if you already know the name of a program, look into it's content. That is what GetCalc is for.
355
The Axe Parser Project / Re: 2 Axe Questions« on: August 12, 2015, 05:36:48 pm »
1st: GDB is a pointer, pointers are just numbers that point somewhere in ram, from there on you have to think of your own data format to store a matrix.
So, for a matrix, you could basically do something like like: Code: [Select] :Data(5,5,5,5)→GDB0 (Data( is really the ∆List( token)That would save it row-by-row. Then then fetch it you can do: Code: [Select] {Y*4+X+GDB0} 2nd: axe looks through the VAT, that is the table of the OS where all the variables/programs/appvars are listet, for programs that start with :. and displays those. [Runer112] Edit: fixed code snippets 356
Miscellaneous / Re: J.R.R. Tolkien stuff« on: August 12, 2015, 02:38:10 pm »
Just leavin' this here
* Sorunome hides But yeah, I watched the movies (except Hobbit 2) and read the hobbit. 357
Other / Re: Icarus, a knex ball machine« on: August 12, 2015, 07:43:58 am »
I am proud to say that this is done and I got the final video up!
As always, fetch more images / info on my website! 358
Other / Re: Making a sound mixer« on: August 10, 2015, 04:11:27 pm »Make sure that they can deal with the +12 -12v supply before you hook them up.Couldn't I power them only between the 0 and +12V or something? That sounds fun I need to build an amp board for my pc at somepoint. But I will probably use digital pots and make it a USB HID controllable device So I do not have to fiddle with manual potsYeah the main reason why i got digital pots is that my manual ones are so shitty that the resistance randomly increases by more than double from time to time 359
TI Z80 / Re: [CSE Hybrid Basic] Aqu-Wars« on: August 10, 2015, 04:03:42 am »
Sounds nice! I hope this'll go far!
360
Escheron: Twilight over Ragnoth / Re: "Escheron: Twilight over Ragnoth" — progress updates and discussion« on: August 08, 2015, 04:41:51 pm »
It's moving so fast the water looks gray xD
Anyhow, looking awesome as usual ^^ |
|