|
||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||
| Some recent topics started on our forums | |
| Private Tutoring in Level Design | Brief description: I'm a video game enthousiast looking for a mentor who can teach me the art and craft of level design. I need a private tutor located near Montreal, Canada. The tutor should at least give one private mentoring session. Th... |
| Posted January 21, 2008 11:07:14 PM | |
| Browser cache corruption? | Take a look at this picture quote:Mai 12 2002, The Internet A new form of digital amnesia has spread to the GameDev.net database server. As a result, the poor computer is now unable to remember the meaning of the words "FAQ" and "stats"... ... |
| Posted May 12, 2002 12:18:25 PM | |
| Gabriel Knight 3 | Gabriel Knight 3 is a really really good game. But after reading the Gabriel Knight 3 postmortem on gamasutra I was surprise to see all the bad decisions they made. Trying to put all the game text into source code was one of them. GK is an adva... |
| Posted May 8, 2002 6:30:27 PM | |
| Compiler definition in the game dictionary. | I'm making this post to continue the discution about the strange definition of compiler in the game dictionary. Please don't explain me for the 100th time how a compiler works with all the stages involved in the process of creating a bina... |
| Posted May 3, 2002 7:20:01 PM | |
| Error in the Game Dictionary? | quote: Compiler A program that translates a computer language into object code which can then be assembled into machine language. This is necessary for programming in all high level languages (like C/C++ and Pascal) which are not interpreted (like... |
| Posted May 2, 2002 1:06:33 AM | |
| An issue with code formating on the forum. | Take a look at the code sample I posted to this thread. All the lines starting with #include" apear on one line and half of the program is grey. |
| Posted May 3, 2002 1:14:36 AM | |
| Can you guess the name of this game? | click here Do you know what music it is? I am not sure for myself since I'm at scholl and they dont have computer speakers but if the file name have anything to do with its content I have a quite good idea. [edited by - __ALex_J_ on May... |
| Posted May 2, 2002 3:04:54 PM | |
| View All Topics Started By This User | |
| Some recent replies made on our forums | |
| Browser cache corruption? | Cache cleared and everithing back to normal. |
| Posted May 12, 2002 12:21:21 PM | |
| Browser cache corruption? | no |
| Posted May 12, 2002 12:19:54 PM | |
| What exactly is a 4GL? | quote:Original post by pouya HTML is considered a programming language by a lot of people (not on these message boards fortunately) I think he is aware. |
| Posted May 12, 2002 11:37:02 AM | |
| Does it the real alien from roswell case? | quote:Original post by JonnyQuest Well, to me, those aliens look just too human to be real. I’m not doubting extraterrestrial life (intelligent or not) in general, just those pictures. When was Roswell by the way? Isn’t there some law... |
| Posted May 9, 2002 11:20:32 PM | |
| Do you turn off Computer when lightning? | You have to unplug newer ATX computers or use the small switch on the power suply to be safe. If you only press the power switch, the motherboard will still receive some power for wake on LAN and such features. By the way... I receiv... |
| Posted May 9, 2002 11:11:17 PM | |
| Unwanted Funky Colors in Textures... | quote:OpenGL Programming Guide Both width and height must have the form 2m + 2b, where m is a non-negative integer (which can have a different value for width than for height) and b is the value of border. The maximum size of a texture map depends... |
| Posted May 9, 2002 3:51:25 PM | |
| Gabriel Knight 3 | I think they are storing all the vertices for each frames. [edited by - __ALex_J_ on May 10, 2002 12:13:18 PM] |
| Posted May 9, 2002 12:31:28 PM | |
| Unwanted Funky Colors in Textures... | What if the file format of your texture file? |
| Posted May 9, 2002 8:33:52 AM | |
| filenames- one for the C programmers | Try something like this... char filename[13]; memcpy(filename, string, 12); filename[12] = '\0' But how do you know the length of string? Is it always 12? [edited by - __ALex_J_ on May 9, 2002 12:52:09 PM] |
| Posted May 9, 2002 8:27:13 AM | |
| A question for the people who entered the LOTR contest... | Mine is the worst. This is what you must never try to do: I used a bunch of if statements like this if (time_elapsed>=0 && time_elapsed=1200 && time_elapsed So. When I want to change the duration of the first scene I also have to change... |
| Posted May 8, 2002 8:23:24 PM | |
| View All Replies Made By This User | |