1. Exotica 1.3 Released
Hiyas...
EXOTICA Version 1.3
A DirectX Game Programming Library for Euphoria
(c)1999 Todd A. Riggins
http://exotica.iwarp.com/
Note: Exotica requires DirectX7.0 to program with.
New Stuff:
* Video mode switching functions.
* More mouse functions: MOUSE_Z() sports that little wheel that
you may have on your mouse. DirectX has include support for
8 buttons for the mouse which Exotica supports as well.
* More Bitmap manipulation functions.
* The put_pixel and get_pixel routines are now split up to
PAL_PUT_PIXEL and PAL_GET_PIXEL for 8bit palette mode and
RGB_PUT_PIXEL and RGB_GET_PIXEL for 16bit and up mode depths.
* Added JOYSTICK_CONTROL_PANEL. This opens up the Windows Game
Controllers Application in your control panel.
* Added a couple more examples...
Brief Fixes:
* The colors where all screwed up when trying to use any of the
text and graphic functions that require a color parameter.
That's fixed now...
* The streamming wave playback now works correctly...
* If you were familiar with J_INFO routines, they are now gone
to make life easier coding for joystick support.
Enjoy...
- Todd Riggins
2. Re: Exotica 1.3 Released
- Posted by Naflign <naflign at MEDIAONE.NET>
Oct 26, 1999
-
Last edited Oct 27, 1999
All right, what great news! I'm running off to download it right now! I'm
really excited especially about the corrected wav streaming and vid. mode
changing.
----- Original Message -----
From: Todd Riggins <triggins at AIRMAIL.NET>
To: <EUPHORIA at LISTSERV.MUOHIO.EDU>
Sent: Tuesday, October 26, 1999 10:05 AM
Subject: Exotica 1.3 Released
> Hiyas...
>
> EXOTICA Version 1.3
> A DirectX Game Programming Library for Euphoria
> (c)1999 Todd A. Riggins
>
> http://exotica.iwarp.com/
>
3. Re: Exotica 1.3 Released
>Hiyas...
>
>EXOTICA Version 1.3
>A DirectX Game Programming Library for Euphoria
>(c)1999 Todd A. Riggins
>
>http://exotica.iwarp.com/
>
>Note: Exotica requires DirectX7.0 to program with.
Great! :)
But didn't found it from your page... there was only v1.2
--Talvitie
4. Re: Exotica 1.3 Released
On Wed, 27 Oct 1999 15:08:37 +0300, Talvitie <smtoa at SAUNALAHTI.FI> wrote:
>>Hiyas...
>>
>>EXOTICA Version 1.3
>>A DirectX Game Programming Library for Euphoria
>>(c)1999 Todd A. Riggins
>>
>>http://exotica.iwarp.com/
>>
>>Note: Exotica requires DirectX7.0 to program with.
>
>
>Great! :)
>But didn't found it from your page... there was only v1.2
>--Talvitie
Just hit your browsers reload button. Your browser may be using what's
been saved in cache. But the website is fully updated for now.
-- Todd Riggins