Fr34k ???

Everything else that doesn't fall into one of the other PB categories.
Num3
PureBasic Expert
PureBasic Expert
Posts: 2812
Joined: Fri Apr 25, 2003 4:51 pm
Location: Portugal, Lisbon
Contact:

Fr34k ???

Post by Num3 »

In fact, i have a brandnew, ready to use PB library on my computer which
i finished somewhen during the beta time and that i would have
loved to introduce to the public, but we are holding it back for the very reason
as to not make the beta-period any longer. So please stop telling me we are adding too much new stuff!
Wanna share some light ??? :twisted:
dracflamloc
Addict
Addict
Posts: 1648
Joined: Mon Sep 20, 2004 3:52 pm
Contact:

Post by dracflamloc »

Please do
freak
PureBasic Team
PureBasic Team
Posts: 5948
Joined: Fri Apr 25, 2003 5:21 pm
Location: Germany

Post by freak »

top secret :P
quidquid Latine dictum sit altum videtur
User avatar
Joakim Christiansen
Addict
Addict
Posts: 2452
Joined: Wed Dec 22, 2004 4:12 pm
Location: Norway
Contact:

Post by Joakim Christiansen »

So please stop telling me we are adding too much new stuff!
I'm not one of those, hell with them!!!
We want more stuff, and we can live with the beta-period!!! :D
va!n
Addict
Addict
Posts: 1104
Joined: Wed Apr 20, 2005 12:48 pm

Post by va!n »

the secret of the lib is the new command

SYS(64738) :lol:
va!n aka Thorsten

Intel i7-980X Extreme Edition, 12 GB DDR3, Radeon 5870 2GB, Windows7 x64,
DarkDragon
Addict
Addict
Posts: 2347
Joined: Mon Jun 02, 2003 9:16 am
Location: Germany
Contact:

Post by DarkDragon »

va!n wrote:the secret of the lib is the new command

SYS(64738) :lol:
:lol: Then we should better leave it alone with fr34k :lol: .

Hmm maybe it's the MakeFredtastic... uhm I meant MakeFangtastic... no, it's MakeFantasticGame() and MakeWonderfulApplication() commands that can be initialised through InitBrain().
bye,
Daniel
techjunkie
Addict
Addict
Posts: 1126
Joined: Wed Oct 15, 2003 12:40 am
Location: Sweden
Contact:

Post by techjunkie »

va!n wrote:the secret of the lib is the new command

SYS(64738) :lol:
Hehe... POKE 16573,234 POKE 16572,234 POKE 16571,234 SYS 16384
Image
(\__/)
(='.'=) This is Bunny. Copy and paste Bunny into your
(")_(") signature to help him gain world domination.
freak
PureBasic Team
PureBasic Team
Posts: 5948
Joined: Fri Apr 25, 2003 5:21 pm
Location: Germany

Post by freak »

Ok, now i am the curious one.. what is that? :)
quidquid Latine dictum sit altum videtur
traumatic
PureBasic Expert
PureBasic Expert
Posts: 1661
Joined: Sun Apr 27, 2003 4:41 pm
Location: Germany
Contact:

Post by traumatic »

freak wrote:Ok, now i am the curious one.. what is that? :)
Here's the deal:
Get this legendary library done and we'll explain you all the things
you ever wanted to know about the magic of the C64! :D
Good programmers don't comment their code. It was hard to write, should be hard to read.
freak
PureBasic Team
PureBasic Team
Posts: 5948
Joined: Fri Apr 25, 2003 5:21 pm
Location: Germany

Post by freak »

traumatic wrote:
freak wrote:Ok, now i am the curious one.. what is that? :)
Here's the deal:
Get this legendary library done and we'll explain you all the things
you ever wanted to know about the magic of the C64! :D

I knew this would be the answer ;)
But hey, the lib is allready _done_, i am just not telling anything about it :P

Ok, now for your part of the deal...
quidquid Latine dictum sit altum videtur
thefool
Always Here
Always Here
Posts: 5875
Joined: Sat Aug 30, 2003 5:58 pm
Location: Denmark

Post by thefool »

IMHO about beta's:

Beta's are the place for bug-smashing AND feature additions.

I wouldnt mind to get a few more betas (i must say that i find the latest beta very stable, and i have developed a commercial data parsing/handling app with it, and havent found any bugs yet..), if it meant extra functionality.


So in my eyes, you should reveal your secret :)
Dare2
Moderator
Moderator
Posts: 3321
Joined: Sat Dec 27, 2003 3:55 am
Location: Great Southern Land

Post by Dare2 »

:D

I agree with thefool!

The beta is here being used for production. We can stick with a !stable! beta :) for production stuff and have another place to play with an ?unstable? beta.

Or release the RC now, the real thing 5 minutes later, and PB4.01 beta 1 right after that!
@}--`--,-- A rose by any other name ..
traumatic
PureBasic Expert
PureBasic Expert
Posts: 1661
Joined: Sun Apr 27, 2003 4:41 pm
Location: Germany
Contact:

Post by traumatic »

freak wrote:Ok, now for your part of the deal...
:evil:

SYS64738 provokes a reset, dunno about techjunkie's combo...
A cheat for a game maybe?

What's this library about?
Good programmers don't comment their code. It was hard to write, should be hard to read.
freak
PureBasic Team
PureBasic Team
Posts: 5948
Joined: Fri Apr 25, 2003 5:21 pm
Location: Germany

Post by freak »

Ok, you told me your secret command, i'll tell you mine: DoDragDrop_()
That sort of says it all. ;)
Basically the lib is for easy drag & drop, both between gadgets and also with other programs.

It will not be in v4.00 anymore. The final will be out soon (remember, beta11 was mostly because of the string stuff),
and then we will focus on the other OS for a while.

Wether you will have to wait for this till the next Windows version, or wether we will put it out somewhen inbetween, i don't know.
quidquid Latine dictum sit altum videtur
LuCiFeR[SD]
666
666
Posts: 1033
Joined: Mon Sep 01, 2003 2:33 pm

Post by LuCiFeR[SD] »

Code: Select all

           lda #$00
           tax
           tay
           jsr $1000

           mainloop:  lda $d012

           cmp #$80 
           bne mainloop

           inc $d020              
           jsr $1003    
           dec $d020
           jmp mainloop

more details Freak :)
Post Reply