Unoffical empeg BBS

Quick Links: Empeg FAQ | RioCar.Org | Hijack | BigDisk Builder | jEmplode | emphatic
Repairs: Repairs

Topic Options
#185459 - 20/10/2003 00:13 vfdlib v4 released
Daria
carpal tunnel

Registered: 24/01/2002
Posts: 3937
Loc: Providence, RI
Richard Kirkby graciously allowed me to become a vfdlib developer so I could update and release vfdlib. vfdlib v4 has been released with support for v3 alpha font files. Additionally, I populated the CVS tree, such that if another project wishes to automatically fetch files from CVS it should be doable.

Edit: now with a link to the release


Edited by dbrashear (20/10/2003 00:14)

Top
#185460 - 20/10/2003 10:31 Re: vfdlib v4 released [Re: Daria]
tfabris
carpal tunnel

Registered: 20/12/1999
Posts: 31565
Loc: Seattle, WA
Cool!
_________________________
Tony Fabris

Top
#185461 - 31/10/2003 20:37 Re: vfdlib v4 released [Re: Daria]
tonyc
carpal tunnel

Registered: 27/06/1999
Posts: 7058
Loc: Pittsburgh, PA
Now that you're the maintainer, allow me to be the first to make a nitpicky request.

Shouldn't the buffers in vfdlib be unsigned char *'s instead of char *'s? I always have to cast my calls to these functions because Hijack expects the buffer to be an unsigned character * and vfdlib has always wanted them to be char *'s. And I think it was inconsistent where the drawText function used to actually take an unsigned char buffer while the drawLine and others took a char *. Makes it a little tough to write code. I think since the buffers are eventually going to be written to the screen with Hijack API's, vfdlib should change to use the same type that Hijack expects to avoid casting all the time.

Agreed?
_________________________
- Tony C
my empeg stuff

Top
#185462 - 31/10/2003 23:20 Re: vfdlib v4 released [Re: tonyc]
Daria
carpal tunnel

Registered: 24/01/2002
Posts: 3937
Loc: Providence, RI
"A" maintainer, not "the".

Probably, but I have to look at the code, I seem to have deleted the copy on my laptop, and the network here sucks now (was at LISA '03 but it's over and they took down the conference net.)

Top