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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 6098 - 6127 of 7611   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6098
... Delphi lacked a defender so far, I'll *try* take the role ;) ... Can argue against this one that the same is true for VC and VB, when they are not...
Eric Grange
egrange
Offline Send Email
Mar 1, 2002
9:10 am
6099
... sync for ... minutes ... delphix's timer has different rate in win98 and win2k. TimeGetTime does not behave the same under win98 and win2k, the difference...
jcvw75
Offline Send Email
Mar 1, 2002
12:29 pm
6100
Hello Delphi Games, I have just started learning OpenGL from nehe's tutorials and I must say they are great, even in Delphi. But I need some help: 1. I...
Igor GameMaker
jimyiigor
Offline Send Email
Mar 1, 2002
2:25 pm
6101
... Yes, in the MS Platform SDK, if you're only interested in the OpenGL help, I have it mirrored at http://glscene.sourceforge.net/download.htm. (CHM format)....
Eric Grange
egrange
Offline Send Email
Mar 1, 2002
2:45 pm
6102
I just want to make a mention of this: When a company I worked for went from VB 5 to VB 6 it took 30+ developers 3 months to upgrade the code. One of the...
Kenneth Wilcox
k3nx007
Offline Send Email
Mar 1, 2002
5:26 pm
6103
Hi all , I want to ask you , specially who use OpenGL , How can I interactive with the mouse ??!! I mean how can I know if the mouse right click event happen...
Abdulrahman Abahsain
aboanas_elists
Offline Send Email
Mar 1, 2002
6:56 pm
6104
<snip> ... I look at it as a job annoyance. Who want's to look at the same code you did last year and the year before, again this year. Chris...
cryst
iplayfast
Offline Send Email
Mar 1, 2002
10:30 pm
6105
I didn't say i enjoyed it. If you've been coding in to work force for years, you're bound to see the same thing over and over again. Unless your software never...
Kenneth Wilcox
k3nx007
Offline Send Email
Mar 1, 2002
11:33 pm
6106
Selecting and Picking under OpenGL. I cover that in my book (see link). Jon http://home1.gte.net/jqjacobs/index.htm This posting was made entirely from...
Jon Jacobs
jon_q_jacobs
Offline Send Email
Mar 1, 2002
11:48 pm
6107
Hi all, I have a little question about DXInput from DelphiX... My joystick has a 4th axis control but all I can read in DXInput is X, Y, Z (first 3 axes)......
Farshid Mossaiby
mossaiby
Offline Send Email
Mar 2, 2002
4:47 am
6108
Hi i have used Windows95, 98, 2000(Me), NT4, and now using 2000 and XP together. Now my question is this: I make some opengl and directx and also some R6DX...
Pinkman
fuatgeleri
Offline Send Email
Mar 2, 2002
1:44 pm
6109
If I write a game in DelphiX that runs in my computer at a refresh rate of 70Hz (V-Sync activated), is there a way to make it run at the same speed in another...
patroclus04
Offline Send Email
Mar 2, 2002
9:32 pm
6110
Is there a way to get good refresh rates in XP or NT, namely i wrote DirectX and OpenGL also R6DX codes in Dlephi but i did not achieve same performance...
Pinkman
fuatgeleri
Offline Send Email
Mar 2, 2002
10:24 pm
6111
There are other variables besides the operating system. What are the respective CPU speeds? There is a huge difference in hardware assist from different video...
Jon Jacobs
jon_q_jacobs
Offline Send Email
Mar 2, 2002
11:48 pm
6112
... explainatory examples for Delphi.It My web site has some sample Delphi + OpenGL code, and it calls attention to my book on the subject. Jon ...
Jon Jacobs
jon_q_jacobs
Offline Send Email
Mar 3, 2002
1:32 am
6113
There is a difference in refresh rate of the screen and the animation speed of the game. When a game is idle, the screen will be refreshed at a speed depending...
Martin Jochems
earley50
Offline Send Email
Mar 3, 2002
10:16 am
6114
If the game is not very demanding (i.e. it can run at very high frame rate), AND the game uses page-flipping, the maximum rate is limitted to the monitors...
Dominik Kroell
dominik@...
Send Email
Mar 3, 2002
1:44 pm
6115
Hello everybody, I have some question here, take a look at this code below CurrentDir := ExtractFilePath(Application.ExeName); .... ...
Yoppy Sundawa
ipoi_chu
Offline Send Email
Mar 3, 2002
2:57 pm
6116
Trying outputting the entire value of Application.ExeName to see what it is set to. Try using ParamStr(0) as well. Steve 'Sly' Williams - Monkey Wrangler -...
Steve Williams
slygamer
Offline Send Email
Mar 3, 2002
9:32 pm
6117
I didn't experiment with that at all, but when you think about the problem, this is exactly the behaviour you would expect in Unix. (If you are able/willing to...
Petr Kadlec student
kadlecp2
Offline Send Email
Mar 4, 2002
10:09 am
6118
Are you SURE it's a shortcut? It sounds like a copy of the exe and not a shortcut. Ken...
Kenneth Wilcox
k3nx007
Offline Send Email
Mar 5, 2002
5:36 pm
6119
Yoppy, The reason your problem happens is that Application.ExeName will always point to the name of the main form that is executed first. You can easily fix...
Kenny_Kawashima@...
Send Email
Mar 5, 2002
9:23 pm
6120
Today my question is about DelphiX bitmap drawing. Lets say I have a bitmap loaded into DXImageList, and it has a transparent background color on it. I can...
Kenny_Kawashima@...
Send Email
Mar 6, 2002
1:58 am
6121
Hi, Today my question is about DelphiX bitmap drawing. Lets say I have a bitmap loaded into DXImageList, and it has a transparent background color on it. I can...
Kenny_Kawashima@...
Send Email
Mar 6, 2002
4:17 pm
6122
Each image in an ImageList has Surfaces created for it, and these surfaces can be drawn to the screen with DelphiX's Surface.Draw() method. You get to an...
Michael Wilson
superqix
Offline Send Email
Mar 6, 2002
4:20 pm
6123
Each image in an ImageList has Surfaces created for it, and these surfaces can be drawn to the screen with DelphiX's Surface.Draw() method. You get to an...
Michael Wilson
superqix
Offline Send Email
Mar 6, 2002
4:23 pm
6124
Hi ; I read the last message that Dominik K (thanks) wrote here, and I tried to choose a fixed framerate in order to get my game running at the same speed in...
patroclus04
Offline Send Email
Mar 6, 2002
6:10 pm
6125
... You should just set Interval to 0 and grab the maximum Framerate.. It doesn't effect the game in anyway, unless your game is dependent on the timer...
Shawn Tan
syberoid
Offline Send Email
Mar 7, 2002
2:38 am
6126
I understand, I just want to know, how you guys able to read an output file within your application from a shortcut ? that's all . thank you ...
Yoppy Sundawa
ipoi_chu
Offline Send Email
Mar 7, 2002
5:22 am
6127
Hi Patro, I haven't followed the thread so if i'm repeating what others said, just hit Delete :) I usually put my main loop in the onAppIdle event. But if you...
Yves P.
sysimage
Offline Send Email
Mar 7, 2002
9:14 am
Messages 6098 - 6127 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