AMD K6-2 350mhz 3dnow
nvidia TNT1
640x480, windowed, dx8
fps: 50
tdelta: 0.015
hum.. I WANT a 3d jump'n'run *grin*
Search found 27 matches
- Mon Apr 12, 2004 5:47 pm
- Forum: Project Announcements
- Topic: My 3D Platformer game looking project
- Replies: 14
- Views: 4910
- Tue Mar 02, 2004 10:23 pm
- Forum: Beginners Help
- Topic: WinMain() Troubles
- Replies: 3
- Views: 639
erm yes ;) without calling the function.. the function won't be called.. or something like that.. you should declare an instance of RBGame, an then call the run function. this could be ~like~ that (i didn't compile it or check for bugs ;)) int WINAPI WinMain(HINSTANCE hInst, HINSTANCE, LPSTR strCmdL...
- Sat Feb 28, 2004 11:36 pm
- Forum: Bug reports
- Topic: IrrFontTool
- Replies: 2
- Views: 2347
IrrFontTool
The IrrFontTool included in the SDK, doesn't work under win98se. when i try to copy the bitmap into the clipboard and paste it into ms paint, there are just some crazy pixels, or there's a messagebox "Fail during read clipboard" -- Das IrrFontTool in der SDK funktioniert nicht unter win98s...
- Thu Feb 26, 2004 9:07 pm
- Forum: Advanced Help
- Topic: Issues with 0.5
- Replies: 9
- Views: 1513
- Thu Feb 26, 2004 1:07 pm
- Forum: Off-topic
- Topic: 8000th post
- Replies: 22
- Views: 4290
- Thu Jan 01, 2004 2:24 pm
- Forum: Off-topic
- Topic: Game: Heroes
- Replies: 5
- Views: 1724
- Sat Dec 13, 2003 2:01 pm
- Forum: Open Discussion and Dev Announcements
- Topic: 0.4.2
- Replies: 9
- Views: 2196
0.4.2
thx for the new version, but there are the same old problems like in 0.4.1
under win98se:
device->closeDevice() doesn't work
and in the titlebar isn't any text
under win98se:
device->closeDevice() doesn't work
and in the titlebar isn't any text
- Sat Dec 06, 2003 12:00 pm
- Forum: Beginners Help
- Topic: camera->getRotation() gives zeros :(
- Replies: 4
- Views: 958
- Sat Dec 06, 2003 8:58 am
- Forum: Beginners Help
- Topic: camera->getRotation() gives zeros :(
- Replies: 4
- Views: 958
- Tue Dec 02, 2003 4:49 pm
- Forum: Open Discussion and Dev Announcements
- Topic: md3 and bsp
- Replies: 2
- Views: 1341
- Sat Nov 29, 2003 10:23 pm
- Forum: Beginners Help
- Topic: Image problems
- Replies: 10
- Views: 1172
- Wed Nov 26, 2003 3:13 pm
- Forum: Off-topic
- Topic: Which is the Linux Distribution you prefer?
- Replies: 14
- Views: 3523
- Sun Nov 23, 2003 1:19 pm
- Forum: Beginners Help
- Topic: deive->run is always true
- Replies: 5
- Views: 781
- Sat Nov 22, 2003 4:26 pm
- Forum: Beginners Help
- Topic: deive->run is always true
- Replies: 5
- Views: 781
deive->run is always true
hio
today i change from 0,4 to 0.4.1.. but i've a problem:
then, when i call "device->closeDevice();", the window closes, but it doesn't go out of the while-repeat (? *dont-know-the-english-word* ?)
today i change from 0,4 to 0.4.1.. but i've a problem:
Code: Select all
while(device->run())
{
foo();
bar();
}