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 ... 166 167 [168] 169 170 ... 424
2506
Miscellaneous / Re: LiveStream
« on: April 09, 2011, 05:22:02 am »
Well, as some of you have seen on IRC now, I will (from now on) stream as much as possible when gaming or making Splut for Android.
This stream will be available at:
http://www.livestream.com/Ikkerens

Ofcourse, this won't be online at ideal times, since most of us live in different timezones,
therefore all my streams are being recorded (see below player), in which you can preview earlier streams of mine.

Have fun watching ^^

I had seen it before today and enjoyed ;) Nice.

2507
BatLib / Re: BatLib/ReCode Examples
« on: April 09, 2011, 03:58:45 am »
Here it comes, the second sample. It's going to do exactly what we did in the first sample, but in a much faster and smaller way!

Code: [Select]
dim(1,40                 ; Disables Indicator (dim(1)) and Turns Basic ReCode on ((dim(40)). In BatLib, we can have multiple commands in a single dim(
Fill(0                   ; AxesOff, ClrDraw, basically, it cleans the screen in a Recode Block
While getKey≠15          ; waits till a [CLEAR] press
Line(0,96,0,64,6         ; Draws a rectangle, X=0, WIDTH=96,Y=0;HEIGHT=64;TYPE=6. Type 6 is borders only
DispGraph                ; Displays the graphscreen
End                      ; End of loop
Stop                     ; Disables ReCode and goes back to BASIC
AxesOn                   ; Turns Axes on

This was last sample, here's the new sample, it doesn't use ReCode, only TI-Basic and BatLib:

Code: [Select]
While getKey!=45  ; "!=" is the difference symbol
dim(1,29,0,96,0,64,6,99
End
ClrDraw:ClrHome

Let's take a look at the meat of the program: dim(1,29,0,96,0,64,6,99, which can be broken to:

Code: [Select]
dim(1 ;Disables Indicator
dim(29,0,96,0,64,6 ;Creates a rectangle of type (6) borders only at (0,0)
dim(99 ;DispGraph

Hope you liked it ;)

2508
BatLib / Re: BatLib Wishlist
« on: April 08, 2011, 06:01:15 pm »
Zeda, shouldn't this topic be merged with the 'Ideas' one?

2509
TI Z80 / Re: Axe GUI Library
« on: April 08, 2011, 04:31:42 pm »
but unfortunately not everybody uses Doors CS.
Sure, but DCS is the best Shell, and I think so much people use it...

Not enough when compared to MirageOS, If I'm correct.
I also think DCS is 100 times better than MirageOS, but there's nothing we can do about it.

2510
BatLib / Re: BatLib
« on: April 08, 2011, 04:27:00 pm »
An example of BatLib // comments.


2511
The Axe Parser Project / Re: DCS Axiom development
« on: April 08, 2011, 03:57:08 pm »
Code: [Select]
call OpenGUIStack

 push hl

 call sub_Length

 ex de,hl

 pop hl

 ld a,GUIRSmallWin
 
 call PushGUIStack
 
 ld hl,winButtons
 ld de,dat_end-winButtons
 ld a,GUIRWinButtons
 call pushGUIStack

 ld hl,0
 call GUIMouse

 ret

This seems like fully working to me. So, I have no idea of what the problem might me. Maybe ask for help at Cemetech too, they have some Assembly experts over there :D

2512
OmnomIRC Development / Re: Should I Allow colors in OmnomIRC?
« on: April 08, 2011, 03:52:30 pm »
I think there should be a post limit, or you should make it so we are able to disable it for certain users due to the fact that it could be abused.

I'd say yes, although I would increase the post count just a little bit to prevent abusive users, since people who've just started using the chat might go wild... :P

EDIT: I'd also add the blacklist part too as Eeems pointed out above, in case someone tends to be a bit too color happy :P

I think there should be a post limit, or you should make it so we are able to disable it for certain users due to the fact that it could be abused.
I believe in exactly what Eeems said. :)

I agree with you all.


2513
Other Calculators / Re: Axe GUI Library Discussion
« on: April 08, 2011, 03:50:51 pm »
Both of you guys are in :) Although now, I'm thinking that my project and yours should be merged (still separate code, but unified under one name), since both projects have exactly the same coders! :P

Funny :P

I am now checking through more Axioms stuff and then will take a look at your problem (that crashes).

Separated Code, Axe GUI Libraries name :D

2514
News / Re: Incoming OmnomIRC downtime!
« on: April 08, 2011, 03:46:47 pm »
(I'm liking making threads right now)

OmnomIRC is going to be going down periodically over the weekend(4/8-4/10), as I will be rebuilding my server.

I'll also be fixing the permissions so the people who I e-mailed the login credentials to the FTP server can actually get on, so that they may help with OmnomIRC too.

ODYA, OmnomIRC Down Yet Again.

Not a problem though, as long as it is fixed =D

2515
General Discussion / Re: What are you listening to right now?
« on: April 08, 2011, 03:46:00 pm »
DJ-Omnimaga, Techno Strike.

2516
Other Calculators / Re: Axe GUI Library Discussion
« on: April 08, 2011, 03:45:29 pm »
Quote
However, I'd like to join you guys in developing an Axe GUI, although I'm a lame duck until the summer starts. I have some ideas for both widgets, interfacing, organization, and core rendering handling (especially the last one), and I'd love to add them or suggest them to this project.

You are in.

Quote
I've actually started a DCS Axiom project... that no one has really bothered to help me with.
I'm willing to add people to the project, since it's 100% open source, and I know for a fact that I can't do this all myself.

I wanna help too. I've just checked out Axioms and made my first one for testing and feel like I can help.

2517
OmnomIRC Development / Re: Should I Allow colors in OmnomIRC?
« on: April 08, 2011, 03:44:06 pm »
I believe colours is cool :D

2518
Math and Science / Re: Funny sequence
« on: April 08, 2011, 03:19:41 pm »
Spoil it now. So others can't see.

2519
Other Calculators / Axe GUI Library Discussion
« on: April 08, 2011, 01:49:45 pm »
Some of you might know already, I created an Axe GUI Library. I even made a topic here.

This project will be developed by me, Ashbad and whoever who wants to join.

However, we are considering a side-project since Kerm has proofed that using DCS GUI API together with Axioms would be a better option.

I was not convinced by his arguments, hence I plan on keeping an Axe-only library. However, we have considering having a mix or a side project, two libraries, one with Axioms and another with Axe code.

The reason why I'll keep the Axe one is because changing its code (of the GUI Library) would be easier for Axe programmers if that code was in Axe and not in Assembly, since not all Axe programmers know Assembly. In addition, the DCS GUI API would make it DoorsCS-only.

However, using the DCS GUI API would make programs faster, the library would be easier to code and DCS GUI is wonderful (IMO).

Let me know what you think. This is a discussion topic.

2520
BatLib / Re: BatLib
« on: April 08, 2011, 01:32:48 pm »
I could, but I opted not to XD I figured lines were easier to count than tokens.

On another note, I am going to be late for an appointment so I need to go, but here is the newest update of BatLib. I will go into more detail later about the fixes and added stuff :)

It's on my calculator already.

I see the source code is included =D

Pages: 1 ... 166 167 [168] 169 170 ... 424