Sonic and Sega Retro Message Board: JustinTU - Viewing Profile - Sonic and Sega Retro Message Board

Jump to content

Hey there, Guest!  (Log In · Register) Help

Group:
Trial Member: Trial Members
Active Posts:
11 (0 per day)
Most Active In:
Fangaming Discussion (5 posts)
Joined:
06-June 09
Profile Views:
2405
Last Active:
User is offline Oct 05 2014 02:58 PM
Currently:
Offline

My Information

Age:
Age Unknown
Birthday:
Birthday Unknown
Gender:
Male Male
Location:
Montgomery, Alabama
Interests:
C++, QT GUI library, FMOD Library, DirectX, OpenGL and Game Maker

Contact Information

E-mail:
Click here to e-mail me

Previous Fields

Project:
SADE Engine (C++)
National Flag:
us

Topics I've Started

  1. SADE Engine - A C++ Game Engine

    04 September 2013 - 03:13 PM

    SADE Engine


    Posted Image
    Posted Image
    Posted Image
    Posted Image

    Engine Features:
    Completely scripted objects via Angel script.
    Objects' behaviors are separated into actions and events.

    Currently Supports DirectX9 and OpenGL. OpenGLES is coming soon.
    Supports large images up to 2GB.
    It has a basic particle system. I plan to completely redesign it later.
    Parallax backgrounds are supported internally.
    Drawing is depth sorted allowing for easy layering support.
    Supports both bitmap fonts and true type fonts.

    The engine supports a variety of audio formats, seamless loop and digital sound processing provided via FMOD Sound System.

    Supports multiple input devices, include the Xbox 360 controller. Some sort of binding system is planned.

    It has pixel collision using masks optimized with a grid collision filtering technique.
    Box2D is currently being integrated into the engine for realistic physics.

    Mostly written using cross-platform libraries so it can be easily ported to another OS.
    Features a script debugger that works similar to C/C++ debugging. (Currently web-based).

    SADE Editor features:
    Has an interface similar to Game Maker.
    Supports sprites, tilesets, backgrounds, sounds, objects, and maps.
    Added the Collision Mask type - no more use of regular objects for collision as you would use in Game Maker.
    Added bitmap font support.

    [Config File]
    renderer: -1 - auto 0 - DirectX9 1 - OpenGL 2 - OpenGLES(Will default to OpenGL on PC)
    The rest is straight forward.

    Controls:
    Arrow keys - movement
    Z- Jump
    P - Moves back to initial position.

    Known Bugs
    Animation Bug
    Platform Bug
    In some cases the renderer is not reset after the device is lost ( mostly on Windows 7 because of the UAC dialog).
    Some sprites and tiles are incorrectly loaded after a device reset.

    You may need......
    Visual C 2012 End-User Runtime
    DirectX End-User Runtime


    Link
    - Current Release: 7.1 (09/04/13)
    DOWNLOAD

    The physics are based on the Sonic Revival Engine and some object are from the Dash Engine, so credit goes to their creators.