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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 6666 - 6695 of 7611   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6666
Hello, I think you should know that ConvertRotation in geometry.pas (by Mike Lischke) does not working properly. I could not reach him personaly to tell him...
Dmitry Pryadkin
pryadkinus
Offline Send Email
Nov 1, 2002
2:07 pm
6667
Hi All, As the author of SXMedia is has been my pleasure to see these components being used in many projects over the last few years. Unfortunately due to time...
Dean Ellis
dean_ellis
Offline Send Email
Nov 8, 2002
10:33 pm
6668
I've noticed that on my keyboard only certain combinations of keys can be pressed at any one time. For instance all the keys on the bottom row (zxcvbnm) can be...
kimo101976
Offline Send Email
Nov 8, 2002
11:13 pm
6669
Hi There was a discussion at GameDev recently about where Delphi Games developers go these days. After reading the thread I created DGDev, a forum site for...
ianashbury
Offline Send Email
Nov 9, 2002
12:19 pm
6670
I just think it's the mid-term part of the school year. People are actually studying for tests instead of programming games. This group tends to ebb and flow...
Todd Lewis
todd_lewis_ltc
Offline Send Email
Nov 9, 2002
6:30 pm
6671
Thanks Todd, I didn't realise that :) I just noticed the overall number of posts for last year was higher than this year. Anyway hope to see you there. ...
Ian Ashbury
ianashbury
Offline Send Email
Nov 10, 2002
8:53 am
6672
That is a hardware limitation of the keyboard. It was never intended to have multiple keys pressed and held down at the same time. There is no way to get...
Steve Williams
slygamer
Offline Send Email
Nov 10, 2002
10:30 pm
6673
Hi patroclus04 (and others who know about Windows-timing), A while ago I read about some timing-problems (in DelphiX). Then somebody came up with changes in...
Martin Jochems
earley50
Offline Send Email
Nov 11, 2002
8:19 am
6674
It is a hardware issue on some motherboards. Take a look at this article http://members.telocity.com/~levpudeyev/articles/better_timer.html for a better...
Steve Williams
slygamer
Offline Send Email
Nov 11, 2002
8:26 am
6675
Thank you Steve, I'll read that tutorial and study your code. I think it is exactly what I need. Greetz, Martin ... ...
Martin Jochems
earley50
Offline Send Email
Nov 11, 2002
10:19 am
6676
HI, I'm (as you might have guessed) Russ. I have been using delphi for about 2 and a half years now, but never got into game programming. to give you an idea...
russellking_2000
russellking_...
Offline Send Email
Nov 12, 2002
3:39 pm
6677
Hi Russ, If I may give you an advice: start simple. Don't try to make a 3D game immediately, especially when you're a newbie. Even making a (simple) 2D game ...
Martin Jochems
earley50
Offline Send Email
Nov 13, 2002
8:09 am
6678
Hi Russ, What Martin says is true, start out simple! I didn't, I started out trying to make an RTS game, but I had to stop working on it because I started out...
Armand Postma
thelion36
Offline Send Email
Nov 13, 2002
8:37 am
6679
... MS released DirectX 9.0 RC0 as public beta at: http://www.microsoft.com/downloads/release.asp?ReleaseID=45160...
Dominique Louis
dominiqueats...
Offline Send Email
Nov 14, 2002
11:14 am
6680
... There's also a leaked version of the RC0 SDK somewhere on a relatively well known website... I'd be more excited if I wasn't actually on the beta program...
Naoki Haga
naokihaga
Offline Send Email
Nov 14, 2002
11:26 am
6681
I don't know any "well known websites" - can anyone name one that may be worth a look... ... From: Naoki Haga [mailto:naoki@...] Sent: 14 November 2002...
Ian Munro
ianathome12345
Offline Send Email
Nov 14, 2002
3:36 pm
6682
... Hmm, neowin.net maybe ? ;) (it's not in their latest-latest news...)...
Naoki Haga
naokihaga
Offline Send Email
Nov 14, 2002
4:51 pm
6683
I have yet to get pixelchecking to work. I've spent hours running line by line through all the DelphiX code, (even after fixing the typo that was pointed out...
lyleax
Offline Send Email
Nov 17, 2002
11:25 pm
6684
Hi, This is a well known bug in DelphiX. Pixelcheck does work in 1 case: when none of both colliding sprites animate. If 1 of the 2 (or both) animate,...
Martin Jochems
earley50
Offline Send Email
Nov 18, 2002
7:50 am
6685
I am creating a active form using the Active Form wizard in Delphi 7. I can compile and register it and have tested it in Visual Studios ActiveX container. The...
Ian Munro
ianathome12345
Offline Send Email
Nov 19, 2002
2:31 pm
6686
Hello, I am trying to make a little tank game with network support, for no particular reason :) The game is windowed, and TPaintBox is used. I don't want...
Daniel Frimerman
TByteSoft@...
Send Email
Nov 21, 2002
8:52 pm
6687
Hi Daniel, I am just wondering why you are not using a TTimer ??? I can provide you with a TThreadedTimer component (e.g. a timer and thread combined, which I...
Peter W.
pwill99au
Offline Send Email
Nov 21, 2002
8:59 pm
6688
Is the TTimer object 100% accurate? I always thought it has the same inaccuracy as GetTickCount - Previous TickCount? ... -- Visit the Lion Productions website...
Armand Postma
thelion36
Offline Send Email
Nov 21, 2002
10:15 pm
6689
Networked multiplayer is a whole area of coding that can be really difficult. Your code must be able to handle varying deltas (time between updates), missing...
Steve Williams
slygamer
Offline Send Email
Nov 21, 2002
10:50 pm
6690
HOW I CAN CREATE A DINAMIC CALCULATED DIB SURFACE IN RUNTIME? I tried to make the following code: //-------------------------- var Item:...
Delphor
jogoslokos
Offline Send Email
Nov 22, 2002
4:01 pm
6691
How can I check if there's any sprite (pixelcheck is on!!!!!) at given point ? I need function like that: function SpriteAtPoint (X,Y : Integer) : Sprite; ... ...
Samo
samo_novak
Offline Send Email
Nov 22, 2002
7:04 pm
6692
Hello, (Yes I know, this is a quasi-old message ;-)) ... Yes I did notice... ... Unfortunately I don't have enough time to "take over" the project... It would,...
Naoki Haga
naokihaga
Offline Send Email
Nov 29, 2002
11:19 am
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
Messages 6666 - 6695 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