Page 1 of 6 123 ... LastLast
Results 1 to 10 of 51

Thread: unDelphiX 1.07 released now

  1. #1

    unDelphiX 1.07 released now

    Hello all!

    New version 1.07 released now, can be downloaded from http://www.micrel.cz/Dx!

    Sincerely
    Ijcro.

  2. #2

    unDelphiX 1.07 released now

    woww that good news, thaaaaaaaaaaaaaaaaaaanks

  3. #3

    unDelphiX 1.07 released now

    So everyone doesn't have to go looking for whats changed:

    1.07 4.05.2006 JB., Speeder
    *Restructuralize new code and get out renundant functions in TD2D
    *Change routine into DDS like DrawAddCol(), DrawAlphaCol(), DrawSubCol(), DrawRotateAddCol(), DrawRotateSubCol(), DrawRotateAlphaCol() (thanks Speeder)
    *Make better compatibility with Delphi 3
    +Enhanced DIB unit for AlphaChannel compatibility
    *Change routine DIB2DXT() for make DXT from DIB32 file in one line, primary use for load DIB 32 with Alphachannel.
    10.05.2006 JB.
    +New component TDXMusic for play midi file from resource like TDXWave + property editor for load midis.
    *Better assembler for DDS Pixel property.
    14.05.2006 JB.
    *Fix bug in WaveX/WaveY function, remapping function for animated image from DXImageList.
    *Accepted DIB32 for DDS
    *Move D2DWhite, D2DAlphaVertex and D2DFade from procedure into function for better using.
    18.05.2006 JB.
    +Add ColoredLine() ans AntialiasLine() into DIB units with demo project.


    Can't wait to get home, download, and attempt to re-build JumpStart with the new changes. Any API modifications?

  4. #4

    Re: unDelphiX 1.07 released now

    Quote Originally Posted by ijcro
    Hello all!

    New version 1.07 released now, can be downloaded from http://www.micrel.cz/Dx!

    Sincerely
    Fantastic. ijcro, I have been looking for someone to take over the SXMedia source code for a last few years as I dont' have time to keep it up to date. I don't suppose you'd like to have it so you could merge it into unDelphiX. The main components are a Mod Player and a Movie player. The wouild probably need a few updates to get it up to the latest directX versions.

    If you are interested let me know.

    Dean
    <A HREF="http://www.myhpf.co.uk/banner.asp?friend=139328">
    <br /><IMG SRC="http://www.myhpf.co.uk/banners/60x468.gif" BORDER="0">
    <br /></A>

  5. #5
    Co-Founder / PGD Elder WILL's Avatar
    Join Date
    Apr 2003
    Location
    Canada
    Posts
    6,107
    Blog Entries
    25

    unDelphiX 1.07 released now

    Dean did you incorporate those updates that I made a few years ago to your version of the header for the MODPlug Sound System by Oliver? I even found a nerwer version than the one you used for SXMedia too.

    Say the word and their yours.. or ijcro's to use for UnDelphiX.

    I even made up documents for the library too.
    Jason McMillen
    Pascal Game Development
    Co-Founder





  6. #6

    unDelphiX 1.07 released now

    Never got the chance. Howevcer if you have the updated version and docs I can zip those up onto the cbco site

    It would be nice to get them integrated into unDelphiX though.
    <A HREF="http://www.myhpf.co.uk/banner.asp?friend=139328">
    <br /><IMG SRC="http://www.myhpf.co.uk/banners/60x468.gif" BORDER="0">
    <br /></A>

  7. #7

    unDelphiX 1.07 released now

    Has anyone ever heard or had contact with Hori? Would be nice to be able to have undelphix receive an official status.

    What is Hori doing these days? Nothing with Delphi I should think.
    The views expressed on this programme are bloody good ones. - Fred Dagg

  8. #8
    PGD Community Manager AthenaOfDelphi's Avatar
    Join Date
    Dec 2004
    Location
    South Wales, UK
    Posts
    1,245
    Blog Entries
    2

    unDelphiX 1.07 released now

    Has anyone else tried installing the latest version on Delphi 5, because I'm getting 2 compilation errors.

    Code:
    DXDraws.pas &#40;5938&#41;&#58; Constant object cannot be passed as var parameter
    DXDraws.pas &#40;11461&#41;&#58; Constant object cannot be passed as var parameter
    The parameter in question is:-

    Code:
    const
      BackBufferCaps&#58; TDDSCaps = &#40;dwCaps&#58; DDSCAPS_BACKBUFFER&#41;;
    :: AthenaOfDelphi :: My Blog :: My Software ::

  9. #9
    PGD Community Manager AthenaOfDelphi's Avatar
    Join Date
    Dec 2004
    Location
    South Wales, UK
    Posts
    1,245
    Blog Entries
    2

    unDelphiX 1.07 released now

    Just for some feedback....

    I fixed up the compilation errors as best I could, by changing BackBufferCaps to a variable and then I initialised it as follows:-

    Code:
    BackBufferCaps.dwCaps&#58;=DDSCAPS_BACKBUFFER;
    It compiled and installed.

    I then recompiled our competition entry and it doesn't work. It runs like a dog and none of the surfaces that are blitted to the primary surface are visible. Needless to say, I'm downgrading back to 1.05.
    :: AthenaOfDelphi :: My Blog :: My Software ::

  10. #10

    unDelphiX 1.07 released now

    Sorry friends, in version 1.07 was wrong configuration file (for developing only); now is corrected in 1.07a version, please download it again and use it.

    I saw SXMedia and I have it installed too. I have plan integrate it into unDelphiX, but without any dependencies. I welcome your interest!

    Now I preparing ParticleSprite, DIBeffect editor and integrated map editor for background sprite. Integration SXMedia can be like side effect in this way for me.

    Regards
    Ijcro.

Page 1 of 6 123 ... LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •