Hi All,
I have uploaded this night a new alpha version of the AmiDARK Engine.
The GDK now contain more than 380 commands/functions to help in video game development on our Amiga running under Amiga OS 4.1
You can find it in the uploads folder of os4depot and soonly in the same place than the previous release :
http://www.os4depot.net/index.php?function=uploadsThe main improvements from the 1st alpha release, are in the 3D engine, lights and camera. There are more control and accuracy on these 3 commands sets and now loaded 3D objects handle their own textures. Of course, actually only internal .ADEO 3D object is supported but, soon, more will follow.
Feel free to test the 4 small demos and to modify them and recompile as your wants.
EDITO 2010.08.20 13:16 [France]
1. Website www.amidark-engine updated
2. I have updated the list of changes/improvements of R2 :
ENGINE :
- Reorganised source codes in /shared/ and in subfolders.
- Added support for CreateDeleteString() system similar to DarkBASIC PRo & DarkGDK.
- Added separate debug mode to display only information from the plugin to debug.
- Added internal functions for bits manipulations.
- Added timer.device to handle frame rate and soonly animations.
- Added support for window close caption.
BASIC2D:
- Added DBProEx( Left, Top, Right, Bottom, Color1, Color2, Color3, Color4 ) function.
BASIC3D:
- Internal object structure changed.
- Loaded 3D Objects automatically load internal textures and applies them to limbs.
- Loaded 3D Objects that have internal textures, also delete them when object is deleted.
- fixed texture issue with loaded object.
- fixed applying world matrix changed to limb using limb hierarchy.
- Support for DETextureObject on loaded objects.
- Improved texture support to apply textures params. only if texture is used.
- WIP : Adding MESH dependencies to handle correct position/rotation within the 3D object.
- Added Basic 3D MESHES functions.
- 3D Object support rebuilded to handle limbs.
- Fixed texture issue with skysphere objects.
- Now Disable global lighting on a 3D object that is not sensitive to lights.
- Changes how textures are applied on a 3D Object to be the same than DarkBASIC Professional.
- Added command : DEScrollObjectTexture( ObjectID, U.f, V.f )
- Added command : DEScaleObjectTexture( ObjectID, XScale.f, YScale;f )
- Added support for bilinear/trilinear/no filtering on 3D objects.
- Added support for extra propoerties ( fog, light, ambient 3D objects sensitivity )
- Added support for object Ambience, Specular, Diffuse and Emissive properties functions.
- Added support for Ghost Object functions ( On/Off Ex with support for dark ghost mode too )
- Added support for ScaleObject() function
- Added support for transparency using BLENDING command set : Set Alpha Mapping On.
- Added support for 3D Objects instancies.
- Fixed Objects rotation to be the same than Default DarkBASIC Professional ones.
- Support for Objects Texturing, Lighting ( Light 0 ), Normals.
CAMERA:
- Added several camera functions.
- Added DESyncMask() function for camera enabling/disabling.
- Added functions DESyncOn(), DESyncOff(), DESyncRate( RATE );
- Fx Camera clear (glClear) to clear only the camera display area on screen.
- Added DEScreenFPS() and DEStatistics() functions.
- Fix camera backdrop to not clear Basic2D draws.
- Updated camera rotations calculations to be the same than DarkBASIC Professional.
- Updated camera movements calculations to be the same than DarkBASIC Professional.
- Added support for camera backdrop color.
CORE:
- Added function to read free memories.
- Added various internal & user Core command set functions.
FILE:
- Added support for FILES command set ( OpenToRead, OpenToWrite, Close, MakeMemblockFromfile)
IMAGE:
- Adding some IMAGES command set
- Added internal functions to separate Image to internal images.
- Handle internal images in load/delete image functions.
- Added support for internal images in Basic 3D objects render.
- Added DrawToFront & DrawToBack function to change priority between 2D and 3D drawing.
INPUT:
- Added functions to enable/disable escape key use to quit an AmiDARK Engine application.
- Improving DBKeyState() function.
- Improving internal MiniGL MyKeyboardFunc() function.
- Added support for various keyboard functions (scancode, keystate, special keys : up, down, left, right, function keys F1 to F12
LIGHTS:
- Adding Ambient light support
- Added DEShowLight() DEHideLight() functions.
- Improved light support.
- Improved Light 0 to fit default DarkBASIC Professional settings.
- Added move camera functions.
MEMBLOCK
- Adding some MEMBLOCK command set
SETUP
- Added support for switching from windowed to fullscreen and reverse.
Kindest Regards,
AmiDARK