| bio | website | birdiesoft.dk |
|---|---|---|
| location | Denmark | |
| age | 27 | |
| visits | member for | 2 years, 7 months |
| seen | 2 hours ago | |
| stats | profile views | 137 |
MSc in Computer Science
Programming language of choice: Delphi
Regularly working with: HTML, CSS, PHP, Delphi, (T-)SQL, C#
Spoken languages: Danish, English, German
Slowly working towards speaking: Japanese
Avatar: Pokémon #018, Pidgeot (shiny palette)
Additional info: I ❤ Unicode
|
1d |
awarded | Informed |
|
1d |
asked | How do I pick the right Chansey egg? |
|
1d |
answered | How do I pick the right Chansey egg? |
|
May 17 |
comment |
Why do the high score tables of older arcade games limit your name to three characters? @Ekonion: The point is they at some point had to decide on some specific length, depending on various factors, including how much RAM they feel they can spare. Unless you're confident you'll have plenty of RAM leftover, that alone is likely to make you choose a small length, and once you're far enough into development, it becomes very difficult to change it even if you then discover there is enough free space to do so. Space Invaders II is not that different from the original, so it was likely an easier decision than for most other games. |
|
May 15 |
comment |
Why do the high score tables of older arcade games limit your name to three characters? Furthermore, once you've designed a 3-character system to keep the memory footprint low, it takes quite a bit of effort to then extend it to 8 characters if you finish the rest of the game and determine you have enough free RAM - you have to recode the highscore entry, redesign the highscore display, etc., etc. Since you were working on a very low level, you wouldn't do that unless you had to. |
|
May 15 |
comment |
Why do the high score tables of older arcade games limit your name to three characters? @BlueTrin: That depends on several other things: if they didn't, then they would need code to pack and unpack the names, and that means less ROM for the actual game code. Even in the best case (3 bytes for a 6-digit score, 5 bits per character), going from 3 to 8 characters will almost double the size of a single entry. |
|
May 15 |
comment |
Why do the high score tables of older arcade games limit your name to three characters? @BlueTrin: A game like Pac-Man had 4KB of RAM in total: 2KB for the actual game and 2KB dedicated for the graphics. The graphics RAM just contained references to ROM data containing the individual pixels, and then the (often dedicated) graphics hardware output one pixel at a time - you never stored a fully rendered frame in memory. Spending another 40-80 bytes on longer names (2-4% of all available RAM!), in addition to the 80+ bytes you're already using for the 3-character highscores is therefore not an easy task. |
|
May 14 |
awarded | Notable Question |
|
Apr 28 |
answered | Are SNES PAL games before 1993 region locked? |
|
Apr 4 |
comment |
What plug/voltage/hertz does an Ouya use? @CuriousBorges: All of those voltages are within the usual 10% tolerance ranges of the others, so I can't imagine it not working. In fact, I would very much expect it to be rated for 100-240V, which covers the complete range of voltages. |
|
Apr 4 |
comment |
What plug/voltage/hertz does an Ouya use? @CuriousBorges: The vast majority of ~220V countries use 50Hz, so if it supports both 110 and 220v, it almost certainly supports both 50 and 60hz as well. |
|
Mar 15 |
comment |
Technically, does Wii U produce better graphics than PS3? Wii U discs are equivalent to Blu-ray in terms of storage capacity; 25 GB per layer. |
|
Feb 14 |
comment |
How can I play Police Quest I on Windows 7? @cloudymusic: According to the GOG forums, the EGA original was added a few weeks ago. |
|
Feb 4 |
answered | Where can I find a “how to play” for Game Boy Wars? |
|
Jan 9 |
answered | Can Beauty be raised or measured in Black/White, other than by Feebas' evolution? |
|
Jan 5 |
comment |
Where can I get the original Team Fortress? @JeffreyLin: The Orange Box doesn't contain TF1, only TF2. |
|
Jan 5 |
answered | Where can I get the original Team Fortress? |
|
Dec 30 |
answered | Running Stars! on Windows 7 |
|
Dec 20 |
comment |
Torches in a 1x2 tunnel Actually, it was implemented back in Alpha 1.2.0 - but it was removed again after a week, because no one liked the way it worked. |
|
Dec 11 |
comment |
Why did 47 cut the back of his head? If it was about blending in, it would be a lot easier to just buy a good quality wig. |