Show Posts

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.


Messages - Munchor

Pages: 1 ... 131 132 [133] 134 135 ... 424
1981
TI-Nspire / Re: 9sweeper - Minesweeper in Lua for TI-Nspire
« on: April 19, 2011, 03:13:56 pm »
Quote
Posted by: Scout
Lua converters are the new quadratic solvers? Everybody has made one

check xD

I haven't made one yet, I was thinking of an online one made in Python. I'll try it later.

1982
TI-Nspire / Re: 9sweeper - Minesweeper in Lua for TI-Nspire
« on: April 19, 2011, 03:03:10 pm »
Yeah true I am glad they posted a news about Lua. I think it helped that people upload Lua converters there. That said the news was not very late, because we announced Lua very recently anyway.

Lua converters are the new quadratic solvers? Everybody has made one :P

1983
TI-Nspire / Re: 9sweeper - Minesweeper in Lua for TI-Nspire
« on: April 19, 2011, 02:58:17 pm »
I didn't comment yet because I didn't have time but this is really great. I tried it and the speed seems nice too. Good job. :)

You should put it in http://www.omnimaga.org/index.php?action=downloads;cat=45 with Block Dude and ticalc.org, though. Ticalc actually added a Lua section :D

They also made a news thread (after a long time without one). Hope this will make more people start coding Lua.

1984
News / Re: A new age of calculator gaming
« on: April 19, 2011, 02:55:27 pm »
Also, Qwerty.55 forgot about Basic!

1985
Art / Re: POP Title
« on: April 19, 2011, 02:52:17 pm »
You can do what I did for the Tio menu, and use Rect( commands.  Not sure how much detail you're going for though...

I can go for something like that, Rect( and RectI(. But I have to try and see aeTIos, cos he has worked hard on it.

1986
News / Re: A new age of calculator gaming
« on: April 19, 2011, 02:50:52 pm »
Qwerty.55, I really have to agree this is a new age, colours! We are no longer forced to use mono, 3 or 4 levels of greyscale. The 83/84+ (SE) calculators programming will still continue in high rates for some time, but this calculators are the future.

1987
Art / Re: POP Title
« on: April 19, 2011, 02:27:19 pm »
Do I really need an appvar? If I could, I'd like one file with the image and then in the main code Pt-On( it or Copy( it? I can an extra file no problem and then include that file in the main code.

1988
News / Re: PRIZM LAN party by Qwerty.55 & z80man goes wrong
« on: April 19, 2011, 02:24:28 pm »
O.O Are there any plans for another LAN Party? I wanna play Call of Duty  :hyper:
Or maybe a gCn party? ;D
I'd like Kerm to finish Doors PRIZM first. Only then gCn.
Why do you need Kerm to finish Doors? As a note I'm already working on an asm shell that when finished will be extremely powerful. One of its strongest features is allowing programs to register a file extension for themselves so if for example a Prizm notepad program was ever made, it would then register .txt to itself. Then whenever you click on a txt file from the main menu, notepad will then open that file.

I don't need him to finish Doors, I need someone to make a shell, or is there an easy way to run Asm files?

1989
News / Re: cerzus69 releases Benumbered 2.0 beta
« on: April 19, 2011, 01:33:28 pm »
Nice. I saw it on ticalc for a while but was not sure if it was the final version. You should really e-mail them because this deserves a front page mention there.

Just like it had here, I totally agree. However, ticalc doesn't really feature as much as they should.

1990
Axe / Re: Specific Tutorials List (Axe)
« on: April 19, 2011, 12:27:40 pm »
Shouldn't this be here instead?

EDIT: It is here, but not be sticked, I think there are a lot of stickies.

1991
ASM / Re: Assembler
« on: April 19, 2011, 12:18:35 pm »
I don't need other files for no-stub programs

Do you have a .bat script to talk to it? Too lazy to write it myself...

the dcs_sdk has a batch file to compile.

1992
Art / Re: POP Title
« on: April 19, 2011, 11:40:10 am »

1993
Art / POP Title
« on: April 19, 2011, 11:35:49 am »
I need someone to draw me a title that says "POP" very big that would fit in a screenshot of this structure:



If you can come up with something to replace "POP" and the code for it (I don't know how to display, in Axe big images, and I don't want separate files) I'll credit you in the readme :)

1994
ASM / Re: Assembler
« on: April 19, 2011, 11:23:46 am »
brass needs mono on Linux, spasm for me

do I need an include file other than ti83plus.inc?

For making DCS7 apps you need dcs7.inc and etc.

Yah brass needs mono.

1995
Axe / Re: Axe Q&A
« on: April 19, 2011, 11:09:13 am »
@aeTIos: I don't need it to be smooth =D

Here's my new and working code:

Code: [Select]
:..GETKEYS
:DispGraphClrDraw
:If getKey(1) and (Y<59
:Y+2→Y
:End
:If getKey(2)
:X-2→X
:End
:If X=96
:0→X
:End
:If getKey(3)
:X+2→X
:End
:If X=0
:88→X
:End
:If getKey(4) and (Y>8
:Y-2→Y
:End

Pages: 1 ... 131 132 [133] 134 135 ... 424