Worklog for Ked

Modules

Return to Worklogs

ked.ggtray(Posted 2009-02-13)
Fifth module.

Nothing exciting. Just a wrapper for gman's ggTray dll.

(SEE SIG FOR LINK TO ALL MODULES)

Ked
Windows XP | NVIDIA GeForce 8500 GT | AMD Athlon 64 X2 Dual Core 4400+ 2.3 Ghz
BlitzMax | MaxGUI

ked.fpkpackage(Posted 2008-06-19)
Fourth module.

Eh, simple file packing module. Simple functions. Simple.
FPK_Create(path:String, passcode:String)
FPK_AddFile(path:String)
FPK_Close()
FPK_Extract(path:String, destpath:String, passcode:String)
FPK_DeleteExtractedDir()
FPK_GeneratePasscode:String()


(SEE SIG FOR LINK TO ALL MODULES)

Ked
Windows XP | NVIDIA GeForce 8500 GT | AMD Athlon 64 X2 Dual Core 4400+ 2.3 Ghz
BlitzMax | MaxGUI

ked.canvasmousehelper(Posted 2008-05-30)
Third module.

I didn't know that a form of this was already in the code archives. :) (Sorry about that whoever created said form.) This moddy gets mouse information (x,y,xspeed,yspeed,mousedown,mouseup) without having having to deal with ExentX,EventY,etc.

This module comes with unus example.

(SEE SIG FOR LINK TO ALL MODULES)

Ked
Windows XP | NVIDIA GeForce 8500 GT | AMD Athlon 64 X2 Dual Core 4400+ 2.3 Ghz
BlitzMax | MaxGUI

ked.bbstream(Posted 2008-01-27)
My second module!

I really like the way BlitzPlus and Blitz3D enable you to use TCP the way they do. So I pretty much wrapped up TSockets and TSocketStreams into B+ and B3D styled functions (ie. BBAcceptTCPStream( stream:TBBStream ))

This module comes with two examples: client and server tests.

(SEE SIG FOR LINK TO ALL MODULES)

Ked
Windows XP | NVIDIA GeForce 8500 GT | AMD Athlon 64 X2 Dual Core 4400+ 2.3 Ghz
BlitzMax | MaxGUI

ked.commandlinemod(Posted 2008-01-27)
My first module! Nothing much, just retrieves the program's command line B+/B3D style. :)

(SEE SIG FOR LINK TO ALL MODULES)

Ked
Windows XP | NVIDIA GeForce 8500 GT | AMD Athlon 64 X2 Dual Core 4400+ 2.3 Ghz
BlitzMax | MaxGUI