| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 11 months |
| seen | Apr 25 at 23:25 | |
| stats | profile views | 24 |
|
Jan 21 |
comment |
Objects being drawn on wrong layers I believe that Andrew is intentionally using BackToFront. As he implies in his question, objects have a depth property assigned so they aren't meant to be drawing in the order they appear in the Draw call. They're meant to be drawing based on the Depth property. |
|
Jan 21 |
comment |
Objects being drawn on wrong layers Is it only the "OtherStuffList" objects that are having an issue? Everything else renders at the depth expected? |
|
Jan 20 |
comment |
Background blur in 2D game? Why not simply blur the image itself? No need to overcomplicate things. |
|
Jan 19 |
comment |
Disable autorotation if Android has it disabled Is it possible that you're setting the rotation setting in a place that doesn't update when the device's rotation setting does? Or are you getting the rotation setting from the device every time it's needed? |
|
Jan 19 |
comment |
Disable autorotation if Android has it disabled Let me get this straight; you want screen rotation to work in your game and you want its behaviour to be set to the device's settings? |
|
Jan 17 |
comment |
More efficient way to implement Line of sight on a 2d grid with ray casting? Are you sure that you need to optimise? Have you actually encountered a bottleneck that needs to be dealt with? Or are you simply guessing that it will be an issue in the future? If your code is relatively modular it should be the easiest thing in the world to develop a solution and then come back to it later IF optimisation is needed. |
|
Jan 17 |
comment |
More efficient way to implement Line of sight on a 2d grid with ray casting? Remember to avoid premature optimisation! |
|
Jan 17 |
comment |
Simulating “line of sight” with obstacles on 2d grid? This is good, but I think far more than he's after if what he wants is anything like the link he posted. |
|
Jan 17 |
awarded | Analytical |
|
Jan 17 |
awarded | Informed |
|
Jan 17 |
answered | Simulating “line of sight” with obstacles on 2d grid? |
|
Jan 17 |
comment |
Simulating “line of sight” with obstacles on 2d grid? When you say "slope the line of sight around corners", what exactly do you mean? |
|
Jan 16 |
revised |
Some theory questions about classic endless arcade games added 31 characters in body |
|
Jan 16 |
answered | Some theory questions about classic endless arcade games |
|
Jan 8 |
comment |
Trying to make a python map editor Some more info needed. Like do you want the image to be editable in your program, or do you just want the program to load an image and convert it into a map object of some sort when executed? |
|
Jan 5 |
comment |
Seamless transition between planet and space Ahh, Infinity. Such a beautiful project. |
|
Jan 5 |
comment |
Designing a “Grid” like object that contains game objects Work on your accept rate. |
|
Jan 4 |
awarded | Peer Pressure |
|
Jan 3 |
comment |
How can I remove enemies from my ArrayList after they have died? He's using Java. |
|
Jan 3 |
answered | Story dialogues: user controlled or script driven? |