Subversion Repositories forest

Compare Revisions

No changes between revisions

Regard whitespace Rev 1 → Rev 2

/trunk/_private/Code Tests/zaxistest/Application.exe
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/_private/Code Tests/zaxistest/Standard Setup Sequence.BAK
0,0 → 1,19
rem Standard Setup Code
sync on : sync rate 0 :
color backdrop rgb(0,0,128) : hide mouse
set text font "arial" : set text size 12 : set text transparent
 
make object sphere 1,100
 
autocam on
 
do
x = object position x(1)
y = object position y(1)
z = object position z(1)+1
position object 1, x, y, z
 
sleep 100
 
sync
LOOP
/trunk/_private/Code Tests/zaxistest/Standard Setup Sequence.dba
0,0 → 1,19
rem Standard Setup Code
sync on : sync rate 0 :
color backdrop rgb(0,0,128) : hide mouse
set text font "arial" : set text size 12 : set text transparent
 
make object sphere 1,100
 
autocam on
 
do
x = object position x(1)+1
y = object position y(1)+1
z = object position z(1)+1
position object 1, x, y, z
 
sleep 100
 
sync
LOOP
/trunk/_private/Code Tests/zaxistest/zaxistest.dbpro
0,0 → 1,68
; **** Dark BASIC Professional Project File ****
; **** Written by Synergy Editor ****
version=DBP1.00
project name=zaxistest
 
; **** source file information ****
main=Standard Setup Sequence.dba
LineMain=10
 
; **** Executable Information ***
; build types: exe, media, installer, alone
executable=Application.exe
build type=exe
; ** Media file compression **
compression=NO
 
; ** Media file encryption **
encryption=NO
; ** Display the card options screen window? **
card options window=NO
 
; **** debugger information ****
; If the editor sets this to yes, it is running in debug mode
CLI=NO
CommandLineArguments=
 
; **** display mode information ****
app title=zaxistest
 
; graphics mode options: fullscreen, window, desktop, fulldesktop, hidden
graphics mode=window
fullscreen resolution=640x480x32
 
; arbitrary sizes are valid for windowed mode
window resolution=640x480
 
; **** External Files Information ****
 
; **** Media ****
; Example entries: media1=graphics\*.jpg
media root path=c:\software_old\dbpro\Projects\zaxistest\
 
; **** Icons ****
 
; **** Cursors ****
 
; **** Version Info ****
VerComments=
VerCompany=
VerFileDesc=
VerFileNumber=
VerInternal=
VerCopyright=
VerTrademark=
VerFilename=
VerProduct=
VerProductNumber=v1.0
 
; **** To Do ****
 
; **** Comments ****
comments1=
 
; **** Advanced (setup.ini) configuration ****
RemoveSafetyCode=NO
SafeArrays=YES
LocalTempFolder=NO
ExternaliseDLLS=NO