123
-=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- (c) WidthPadding Industries 1987 0|440|0 -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=-
Socoder -> Off Topic -> July is 'Free' Month

Sun, 01 Jul 2007, 16:13
Jayenkai
HoboBen How about July being the "free" month. Create and donate as much as you can for free use by other people? E.g. art, code, sound fx, music?


And so it is.. If you can make some nice assets to be placed into games, either put code into the Snippet area, or shove it here on the forum. .. Make sure it's your own creations!! I don't wanna get the site pulled 'cos some idiot's posting copyright MP3's!

If we get plenty of stuff, I'll consider creating a new Assets section.. which existed in a version of this site about 2 years ago, but then got pulled due to lack of interest!

-=-=-
''Load, Next List!''
Wed, 04 Jul 2007, 10:36
Blitz3Dman
Here's a nice font for Blitz I made a while back, letters are 5 pixels by 7.

(the stuff on the bottom was to help me when I made it)

and the program to print it:



|edit| whoops! I was using this in a program and the functions and globals were stored in an include file. Silly me forgot to include the global globy=5! |edit|


-=-=-
There are 10 kinds of people in this world -

( Insert 16 remarks about to what extent people know hex here )
Wed, 04 Jul 2007, 14:59
Jayenkai
Cool! A tiny font
Sat, 07 Jul 2007, 16:24
HoboBen

ICO Pack

A pack of 16 .ico images, for every occasion. You can use them in Hypertext Markup Applications, on websites (e.g. example.net/favicon.ico), or for Cobra programs you've made.

(Apart from things 16 by 16 pixels in size, I've lost the ability to draw. )

-=-=-
blog | work | code | more code
Mon, 09 Jul 2007, 11:34
Dabz
Misc C++ DLL functions to use in Blitz, or any other really:-



I use a couple of these all of the time, the CreateHiddenFile function is particuley handy for hiding important files for your average joes user's view.

Next, general C++ printer stuff:-



Not used now, but may be handy for peepz that want to know how to use the printer.

maDenathorn


-=-=-
Intel Core i5 6400 2.7GHz, NVIDIA GeForce GTX 1070 (8GB), 8Gig DDR4 RAM, 256GB SSD, 1TB HDD, Windows 10 64bit
Mon, 09 Jul 2007, 18:03
magicman
Heres a chair I made for somthing on CW. Not sure why anyone would want a chair, but heres a chair none the less.

-=-=-
Stuff... Yeah...
Mon, 09 Jul 2007, 21:20
garand
you made it for the "Common Objects" thread in the 3D section which was created by be and made a "sticky" by Jay. enough info lol
Wed, 18 Jul 2007, 17:13
HoboBen
Hey everyone - it's still July!

Keep going

I've not been very constructive in doing things recently, but I'm going to try again doing something or other...

-=-=-
blog | work | code | more code
Thu, 19 Jul 2007, 11:29
Phoenix
I might make something later, not now though, maybe after a Warcraft III match By the way, I'm back from a one month break from everything, so that's why I haven't visited SoCoder for a while.
Mon, 23 Jul 2007, 15:21
dna
B3D man, I could not get your program to run.
Sat, 28 Jul 2007, 06:47
Blitz3Dman
Did you save my font image as font.bmp in the same directory?

-=-=-
There are 10 kinds of people in this world -

( Insert 16 remarks about to what extent people know hex here )
Sat, 28 Jul 2007, 16:05
dna
<<Function cout(txt$,y=couty,x=5)>>

This gives the the error "expresion must be constant"

-=-=-
DNA
Sat, 28 Jul 2007, 16:20
dna
Now it's giving me the error 'not enough frames in file'

-=-=-
DNA
Sat, 28 Jul 2007, 17:41
Blitz3Dman
Gah, I've messed up all over the place! Although I've got no idea why it'd give you that error.

-=-=-
There are 10 kinds of people in this world -

( Insert 16 remarks about to what extent people know hex here )
Sat, 28 Jul 2007, 23:46
Evil Roy Ferguso
Here's some stuff I did back in the days of yore. I don't have any non-yore stuff at the moment that isn't obviously half-finished.

This is a font I made. In order to better convenience you, I lost the sizing data and forgot to go back and finish the second half of the characters. If I find them later I'll post them here.

This is a hash map library for Blitz I wrote (some time ago, not in July...). This is something like the associative arrays you'll find in PHP or other languages, except with a more confusing syntax.



You save it to an include file, and use it like this:


It's usably fast, but hardly optimized -- collision resolution especially needs tweaking. At least it is usually better than linear search for these purposes.

This is FourCC-ing and UnFourCC-ing stuff. It's ridiculously easy to write so there's no real reason to share it but meh whatever :/


FourCC() takes a 4 character string and converts it to an integer representation ("HATE" = 1163149640). UnFourCC() takes such an integer representation and makes it a 4 character string again. This is useful when you want to use an integer and yet have it carry some mnemonic meaning -- it's why you'll very frequently find four character long "chunk" identifiers in many file formats. You oughtn't use characters with ASCII codes over 127 with it, though, as Blitz does not handle unsigned integers gracefully.

I'll try to post some other stuff in a day or several, but I'll probably miss the "July" because I'm awesome like that.
Sun, 29 Jul 2007, 15:24
dna
<<TO B3D Man>>

When I download the font, it does not come through as a aniimage

-=-=-
DNA