Destroy

Joined: Aug 5 2002

Posts Posts and comments Discussions All
Subject
Replies
Date
Location
 
OrangeWeapons wrote: > One of the extremely popular Naruto games, Naruto GOA, uses this sprite sheet's weapons: > > > > …
47
 
OrangeWeapons wrote: > I've spent more time with Code::Blocks, and I'm really enjoying it a lot more than Bloodshed Dev …
14
 
There's definitely way too many separate parts visible at once. As others have noted, the browser can be separated to a …
10
 
SinMaster1996 wrote: > For Dream maker, we should have so that we can change the shape of the window to your liking. it …
3
 
Falacy wrote: > Forum_account wrote: > > Then this goes back to id:762961. If the macros make up for a clumsy interface …
31
 
Albro1 wrote: > Destroy wrote: > > I will note that the implementation in the post has a bit of an issue with needing …
14
 
Also, for help, it's already known and supposedly fixed for the next BYOND version: …
8
 
It's just a defective xbox. Nothing works 100% of the time, which is why warranties exist. And especially to fail so …
4
 
Upload is really the thing you need more of -- download bandwidth on the server is pretty tiny compared to the upload …
3
 
I'm just going to add in that so far GOA seems to not have had any major issues with it. I had our host update to …
19
 
Rugg wrote: > Rasengan3oo4 wrote: > > I've seen it happen before. Before acrpytid owned it, but w/e. > > Damage …
100
 
Saucepan Man wrote: > Although I feel this could be a non-issue if an update to DM code made it possible to …
34
 
Masterdan wrote: > Destroy wrote: > > > On top of that the code itself will be organized such that the code files are …
21
 
Obs wrote: > This is some good data. Thank you. Seems to support what I've said. > > How about if you test it now with …
50
 
The problem with shunshin is just lv4. 3 is decent, The lv4 passive needs to be changed to the eqv. of 3 currently, and …
34
 
If you're going to link to wikipedia, at LEAST link to a more relevant article: …
100
 
Create a folder in the folder with the host files called "cfg". Add a filed called "admin.txt" to that folder, with the …
6
 
set src = usr //use this set src in ___ requires you to specify what 'src' is on the commandline, set src = ____ …
3
 
Try using byond:// URLs instead of http:// URLs -- the built-in browser seems to be set up to communicate in a GET-like …
8
 
Jp wrote: > BYOND needs to read binary. Then those flags can be: > > > #define flag1 b0001 > #define flag2 b0010 > …
10
 
You can't... Not unless you're in a school with an MSDN subscription, or you buy one yourself …
8
 
I believe one of them WAS a rip (the inital code leak is gone, but the few people who managed to get it seem to be …
23
 
You can do it with one screen object (screen_loc = "SOUTHEAST to NORTHWEST"), but that might actually be slower than …
8
 
Even if a state didn't have a law against it, it goes to federal law(i.e., it's illegal), if it goes between states.
42
 
I really don't see the problem with letting people jsut include it, and allowing them to change configuration things …
28
 
Pennywise99 wrote: > Handhelds suck, You can probably just download a Emulator of the two systems and some roms. But I …
32
 
Probably not, because clients can olny connect to mobs. If you replaced every mob in the game to an obj, everyone would …
9
 
It's a good editor, but pretty confusing at first. I suggest you look up some tutorals on the basics of using it before …
6
 
you're using an ifstream(input file stream), if you want to write to it..use an ofstream(output file stream)...
2