CodeBase Entries

Welcome to our CodeBase where you can search through DarkBASIC, DarkBASIC Professional and AppGameKit source code covering a wide range of topics from full games to demo effects to object loaders.

All registered users can submit their own code from their account page, so why not contribute?

Search
Found 1,333 entries over 45 pages.
CodeBase Description Category

Unrar packed archive with password and comment

Version: 0.00.003
Created: 14th Nov 2004 18:00
0
0
File Control

This is a speed application measurement.

Version: 1.0
Created: 14th Nov 2004 04:24
0
0
Complete Applications

Orthographic camera in DBPro

Version: 1.0
Created: 12th Nov 2004 13:10
0
0
Camera

a good little thing for making images with this u can make an image from notepad

Version: 1.1c bet
Created: 11th Nov 2004 21:21
0
0
Complete Applications

Get full information about a mp3 file

Version: 0.00.001
Created: 11th Nov 2004 17:41
0
0
File Control

Encrypting using password and xor operator

Version: 0.00.001
Created: 10th Nov 2004 14:38
0
0
File Control

A simple rotating 3d Menu. Uses textured plains but could easily display models for browsing/selecting.

Version: 1.0
Created: 8th Nov 2004 18:05
0
0
Basic 3D

This is an improvement of a same earlier application , without unnecessary text information , and some minor bugs eliminated.

Version: 1.0
Created: 7th Nov 2004 17:04
0
0
Complete Applications

Audio CD player. Can play most,if not all, audio music tracks. Usage with arrow keys. Instructions: Downkey:Play-Stop. Upkey:Repeat audio CD. Leftkey:Backward track. Rightkey:Forward track. Esc:Close application.

Version: 1.0
Created: 7th Nov 2004 01:24
0
0
Complete Applications

A barebones Day/Night Cycle.

Version: 1.0
Created: 6th Nov 2004 23:06
0
0
Light

2 good functions for encrypting and decrypting files

Version: 1.0
Created: 3rd Nov 2004 20:46
0
0
File Control

Shadow volumes in Dark Basic Professional by Erick

Version: 1.0
Created: 31st Oct 2004 20:18
0
0
3D Effects

This is a routine application that tests the abilities of your 3D Graphics Card.

Version: 1.0
Created: 31st Oct 2004 11:06
0
0
Complete Applications

Construction of a practical instrument measuring angles.

Version: 1.0
Created: 27th Oct 2004 16:33
0
0
Complete Applications

Assumes knowledge of DBP (arrays, creating objects, etc..), so the document only explains the equation and how to implement it in code.

Version: 1.0
Created: 26th Oct 2004 00:01
0
0
3D Effects

This almost replicates the windows menu system but its all coded in dbp :)

Version: 1.0
Created: 24th Oct 2004 16:48
0
0
Input / Output

make 3D line objects

Version: 1.0
Created: 22nd Oct 2004 04:57
0
0
3D Effects

rem these fuinctions do basic file i/o rem use them as you please rem for the read_file you must ahve txt declared global rem made by free-space.myftp.org rem leave the last paremeter on both of them blank if you do not want silent and want them to choose a file function file_saveas(what$,name$) if name$="" ret: print "so what do you want to save this file as" input file$ if file exist(file$)=1 print "that file exist's already do you want to over write y/n" input temp$ if temp$="y" delete file file$ else goto ret endif endif print "saving file" open to write 1,file$ write string 1,what$ cls else if file exist(name$)=1 then delete file name$ print "saving file" if file exist(name$)=1 then delete file name$ open to write 1,name$ write string 1,what$ cls endif if file open(1)=1 then close file 1 print "done" endfunction function read_file(num,fname$) if fname$="" ret2: print "what file do you want to open" input flname$ if file exist(flname$)=0 print "file does not exist" goto ret2 endif open to read 2,flname$ for i=1 to num+1 read string 2,temp$ if i=num-1 then read string 2,txt$ next i else if file exist(fname$)=0 print "error file don't exist" print "please report this to the maker of this program" txt$="error the file was not found" exitfunction else open to read 2,fname$ for i=1 to num+1 read string 2,temp$ if i=num-1 then read string 2,txt$ next i endif endif if file open(2)=1 then close file 2 endfunction

Version: 1.1
Created: 20th Oct 2004 01:13
0
0
Complete Applications

Make objects with properties safely and easily.

Version: 1.0
Created: 18th Oct 2004 18:56
0
0
Basic 3D

This will allow the programmer to print text on multiple lines. Beginer Stuff.

Version: 1.0
Created: 17th Oct 2004 09:30
0
0
Text

This Function will allow a user of your Software to set the desired resolution of your program, It will record the settings to a file and load them each time your program is started. This function does not require additional media.

Version: 1.0
Created: 15th Oct 2004 13:50
0
0
Display

functions of images: alpha, color, etc.

Version: 2.0
Created: 15th Oct 2004 02:40
0
0
Image

functions of images: alpha, color, etc.

Version: 1.0
Created: 14th Oct 2004 02:43
0
0
Image

Finds all images within the folder of the executable with extension "jpg". Fades out one by one those images.

Version: 1.0
Created: 13th Oct 2004 23:30
0
0
Complete Applications

Finds all "jpg" within the folder of the executable. Prints it on the screen. It adds the fading-out effect.

Version: 1.0
Created: 13th Oct 2004 22:39
0
0
Complete Applications

This is the source code of fading bitmap

Version: 1.0
Created: 12th Oct 2004 19:03
0
0
Complete Applications

Lessons 14 - 19 In these sections we add the guts of the game. We add Opponents, Collision Detection, AI and a very nice score board.

Version: 1.0
Created: 12th Oct 2004 01:02
0
0
3D

Lessons 4 - 13 This section contains complete instructions and code for the game Limit Rush up to the point where it keeps score for a single player. Newbs, follow each lesson, becuase there is valuble information in each of the lessons. The source code provided in the code link is for lesson 13. Down load the zipped file for lessons 4 - 13. Note: All of the media that is required for these tutorials is located in Lesson 1.

Version: 1.0
Created: 10th Oct 2004 09:56
0
0
3D

Greyscale a bitmap. Invert a bitmap/any color chanel of a bitmap. Remove a color chanel from a bitmap. Includes template for custom functions. Could use speed optimizations.

Version: 1.0
Created: 8th Oct 2004 21:36
0
0
Complete Applications

Easy to use and implament skeleton of a config file. Requires Enhancement Pack installed. This will show you how to read from a file and setup the starting window to be on or off, width, height, and depth

Version: 1.0
Created: 8th Oct 2004 20:59
0
0
Miscellaneous