AmiDARK Engine Rel 0.8

Date 2013/2/7 22:55:34 | Topic: Software News

Here is the update 0.8 for the 2D version of the AmiDARK Engine.
As usual, it contain the 3D engine in its actual development state.
This update is a major update for two reasons.
The first of all is that it contain many bugfixes and improvement in the main engine and, secondly because it's the start of the development of the "plugin system" that will be integrated in the AmiDARK Engine to support futures Add-on to the main engine.

And this 1st plugin is called "FX2D".
This plugin contain some sort of raster effect to increase graphics experience in video games created with the help of the AmiDARK Engine.

Here is the list of all news concerning this update :

AMIGAOS4
- Updated makefile.aos4 files to compile correctly with latest changes.
- Added missing Makefile.aos4 files so all samples can be compiled on AmigaOS4 with these makefile.
- Removed gstabs & wall flags from all Makefile.aos4 so, compiled demonstration should run faster.
- Updated "default project" files to work with the latest changes.
- Updated HELP "Using The Language" to work with the latest changes.
GENERAL
- Removed some old printf debug outputs and replaced them with the default DebugMessage function.
- Added more commands & functions documentation. Nearly all commands & functions are now documented.
- Added a new *special* command set called FX2D that does not exist in DarkBASIC Professional. It will contain various 2D effects.
- Status of FX2D additional command set is not yet defined. It will be a separate plugin or maybe integrated in the main engine core. Not yet decided.
- Fixed display sizes that were 1 pixel less than sizes specified in DESetDisplayMode command.
BASIC2D
- Fixed a bug that prevented DEInk to be used for text outputs.
BASIC3D
- Added internal support for Anisotropic filtering
- Modified DESetObjectFilter, when activating Anisotropic filtering, that function can't set extra value so, it will be set to 1 per default.
- Added function DESetObjectFilterEx function to handle Anisotropic on/off and extra value for anisotropic filtering value.
- Warning : These DESetObjectFilter(Ex) functions is available but it will not work until both Warp3D & MiniGL will include changes to handle Anisotropic filtering.
CORE
- Added support for FX2D Fake Raster special effect in the Synchro refresh process.
- Fixed DEPrint function now correctly handle font height for horizontal alignment drawing.
FX2D
- Added commands FXCreateFakeRaster, FXCreateFakeRasterEx & FXCreateFakeRasterEx2.
- Added commands FXDeleteRaster & FXUpdateRaster.
- Added commands FXSetRasterLine, FXSetRasterGradient and function FXGetRasterLine.
- Added commands FXSetRasterFromMemblock & FXMakeMemblockFromRaster.
- Added command FXSetRasterY & function FXGetRasterY.
- Added functions FXRasterExist & FXGetRasterHeight.
- Added commands FXHideRaster, FXShowRaster & function FXIsRasterHidden.
- Added commands FXEnableRasters, FXDisableRasters & function FXIsRasterDisabled.
- Added function FXIsRasterUpdated.
- Added commands DEFxImageRastered, DEFxImageRasteredEx, DEFxStretchedImageRastered & DEFXStretchedImageRasteredEx
- Added internal function to display rasters on screen.
- Added internal function to display raster within an image.
- Added 2 demonstrations samples to show the use of FXRaster commands.
- Added 1 technical demonstration with FX raster and some other stuffs.
IMAGE
- Added support for rasterized images in the refresh process.
- Fixed a bug preventing image from using linear filtering.
SPRITE
- Fixed sprite backdrop restore process.
SETUP
- Added 2 special commands : DERefreshDoubleBufferOn & DERefreshDoubleBufferOff
TEXT
- Now text output uses color from DEInk command.
- Fixed font size support.
KNOWN ISSUE IN THIS VERSION :
- DEPlaySound command does not output any audio
- FXRaster effects don't work in full screen.

You can download the demonstration version here :
http://files.amidark-engine.com/AmiDark2DEngine_AOS4_Beta0.8.lha

You can follow the project progress with the mini development diary here :
http://www.amidark-engine.com/spip.php?article28

Don't forget that the AmiDARK Engine is a project developed entirely from scratch. That mean that nothing came from any existing development tool.
That also mean that the full project is a huge amount of work (the full engine source code takes > 1.6Mbytes).
And, if you want to support the project and help the "stand alone" developer under the project, don't forget that you can make a donation (even a small one) here :
http://www.amidark-engine.com/spip.php?article6
Be sure that your donation will be used for the project (motivate the developer for further development, acquiring media for the project and technical demonstrations)

I hope you'll enjoy this update
Kindest Regards,
AmiDARK
http://www.amidark-engine.com



This article comes from The Amigans website
https://www.amigans.net

The URL for this story is:
https://www.amigans.net/modules/news/article.php?storyid=1801