Search the web
Sign In
New User? Sign Up
delphigames · Discussion of game programming in the Delphi development environment.
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 6693 - 6722 of 7611   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6693
Naoki I would love to have a copy of the code so if you could sned it over I'll add that into the source code for SXMedia. Unfortunately I am unable to test or...
Dean Ellis
dean_ellis
Offline Send Email
Dec 1, 2002
9:42 pm
6694
Hi all, I am working on a Delphi (DirectX) application (no DelphiX). Everything goes well, graphics on screen etc, but I have a problem when I close my...
Martin Jochems
earley50
Offline Send Email
Dec 2, 2002
8:12 am
6695
Hi Martin, I have the same problem in my applications, however it doesn't happen everytime... What you might try is turn the borderstyle to something else...
Armand Postma
thelion36
Offline Send Email
Dec 2, 2002
8:46 am
6696
Hello, ... I can't send code for something that doesn't work ;-) ... But, once again, you must have had a "base code" on which you based your thread...
Naoki Haga
naokihaga
Offline Send Email
Dec 2, 2002
9:53 am
6697
... I never had the issue, but, then again, I *do* change BorderStyle to bsSizeable before leaving my program... ;))) I always did. Just make sure you disable...
Naoki Haga
naokihaga
Offline Send Email
Dec 2, 2002
9:56 am
6698
Ok, thanks Armand and Naoki, That may be a good idea. I will try if it works. I saw that many people have dealt with this problem before, and indeed it seems...
Martin Jochems
earley50
Offline Send Email
Dec 2, 2002
11:17 am
6699
Hi Well I had a look at the code and from what I can remeber this is how the system works. The components creates two IID_IDirectSoundNotify objects, it is...
Dean Ellis
dean_ellis
Offline Send Email
Dec 2, 2002
9:28 pm
6700
Fixed the problem.... Had a complete rewrite of the component, only to realize it was only due to my...creating an IDirectMusic8 object within the code....
Naoki Haga
naokihaga
Offline Send Email
Dec 3, 2002
5:30 pm
6701
Hi, I have to save 16 bit per channel RGB images (48 or 64 bit RGB). I know that the tiff file format supports this, but I found nowhere the way to implement...
Axel Canicio
acanicio
Offline Send Email
Dec 4, 2002
4:49 pm
6702
Hi, anybody knows why playing a movie DivX in SXMovie look realy bad..... Look like a 32 bits picure show at 16 Bit display. I use a 32 bit display mode and...
Jonatan@E-Mind
jmoleiro
Offline Send Email
Dec 4, 2002
9:29 pm
6703
... way ... document ... 16-bit TIFFs are not well defined. I recently had to write a TIFF-to-TIFF converter that converted one form of 16-bit TIFF (single...
Earl F. Glynn
efglynn
Offline Send Email
Dec 5, 2002
3:29 am
6704
Hi all, I am making some testprograms with Directdraw with using GDI-functions (TCanvas). I use my own library, but do it exactly the same way as in DelphiX. ...
Martin Jochems
earley50
Offline Send Email
Dec 7, 2002
6:42 pm
6705
hi everybody does anybody have a clue how i can get the 3d coordinates of a font in opengl? i want to implement some kind of a particle system. i'm thinking of...
JHegglin@...
Send Email
Dec 8, 2002
4:40 pm
6706
Hi, To give a (partial) answer on my own question: the 'bug' is NOT from XP. XP behaves correct. I've tested it under another XP system, singlemonitor system...
Martin Jochems
earley50
Offline Send Email
Dec 9, 2002
8:35 am
6707
Hi all, I am currently trying to do Alphablending with Directdraw. I've been looking for algorithms etc. since Directdraw does not natively support...
Martin Jochems
earley50
Offline Send Email
Dec 16, 2002
11:06 am
6708
Hi Martin, I believe DelphiX has an AlphaBlending algorithm, maybe it would help to check that one out? Yours Sincerely, Armand Postma ... -- Visit the Lion...
Armand Postma
thelion36
Offline Send Email
Dec 16, 2002
12:15 pm
6709
Hmm, yes indeed, but DelphiX works with textures, I'm not familiar with that and can't find any add. info. I prefer a blit, I want to keep it (a bit) simple...
Martin Jochems
earley50
Offline Send Email
Dec 16, 2002
1:43 pm
6710
I've once written a unit called containing various methods for bmp-manipulating (including alphablending)... it's not hardware-accelerated but fast enough for...
Thomas Jahn
lithandere
Offline Send Email
Dec 16, 2002
2:41 pm
6711
Hi Thomas, Yes I am always interested in it. Is it for directdraw, or only for (T)Bitmap? I'd be very gratefull if you could mail it to me (in case of ...
Martin Jochems
earley50
Offline Send Email
Dec 16, 2002
7:05 pm
6712
Hi Martin, I think that the Alpha.pas file is one I converted from some C code which came with this ( http://www.gamedev.net/reference/articles/article1487.asp...
Dominique Louis
dominiqueats...
Offline Send Email
Dec 16, 2002
9:42 pm
6713
I've just checked it again... the unit works only with TBitmaps. I mailed it anyways.In the same Directory I found a unit called dxsBlending.pas wich I ...
Thomas Jahn
lithandere
Offline Send Email
Dec 16, 2002
9:59 pm
6714
sorry ;) wasn't meant for the list.... *blush* ... From: "Thomas Jahn" <lithander@...> To: <delphigames@yahoogroups.com> Sent: Monday, December 16, 2002...
Thomas Jahn
lithandere
Offline Send Email
Dec 16, 2002
10:07 pm
6715
I have never tried using alpha blending in DirectDraw simply due to the speed hit incurred, especially on 16-bit surfaces. Blizzard used a neat alpha blending...
Steve Williams
slygamer
Offline Send Email
Dec 16, 2002
10:48 pm
6716
Hi Steve, I'm not sure if I will/can support alphablending for 8bits, but I think I've enough info to make a working solution. Greetings, Martin ... ...
Martin Jochems
earley50
Offline Send Email
Dec 17, 2002
8:59 am
6717
I am writing a "Connect 4" type game. Does anyone have any examples of implementing MiniMax and Alpha Beta pruning algorithms in Delphi ? ...
Ian Munro
ianathome12345
Offline Send Email
Dec 23, 2002
9:30 am
6718
Hi all, My question is not directly related to games; so execuse me for offlist post. Nevertheless my post is related to Delphi. I tried to access video...
Hesham Zreik
hzreik
Offline Send Email
Dec 25, 2002
11:49 am
6719
Hi all, Is there any site that include good 2d graphics like sprites, walls, rocks, pickups . .. . etc. I'm intending to write a game similar to nethack on...
Hesham Zreik
hzreik
Offline Send Email
Dec 25, 2002
11:56 am
6720
May you all have a fantastic time over the festive season and return with renewed energies in the new year. All the best! Dominique....
Dominique Louis
dominiqueats...
Offline Send Email
Dec 25, 2002
1:50 pm
6721
... Hash: SHA1 On Wed, 25 Dec 2002 13:47:48 +0200 ... Have you looked at the SDL library and SMPEG in particular?? Look it up at libsdl.org... if you've just...
Shawn Tan
syberoid
Offline Send Email
Dec 26, 2002
2:30 am
6722
Hi all, 1st of all, a happy new year to you all! But now to my question: I want to write a small softsynth in Delphi, but i don't really know how to set up the...
Simon Ley
ichhabkeinen...
Offline Send Email
Jan 1, 2003
3:23 pm
Messages 6693 - 6722 of 7611   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help