The Art Of Killing: Because Unreal Software is soon going to be called Funky Fart
Ideas For UnrealSoftware Site
The Art Of Killing: Because Unreal Software is soon going to be called Funky Fart
wget http://www.unrealsoftware.de/get.php?get=cs2d_1005_win.zip
wgeteverything, so...
wgetman by heart and soul. I can't simply download things (I need maps and scripts too) on my desktop, connect to my server via WinSCP (ftw), upload them and call it a day. That's not who I am. Hell I don't even allow passwords for connecting and adding an SSH key for this special CS2D user would just be a bit meh really.
wget
wget, don't suppose you do?
/DC
forget the drunk bastard here
light and gaia: Not many actually post stand-alone sound effects, so I don't think it is worth a category on its own.
Starkkz: Smart idea. I like it and I would love to see less unreadable code without proper indentation. Not super easy to do that though because it would require code parsing and detecting keywords/conditions. Also it depends on the used language (different keywords/tokens which influence indentation levels). Right now the forum software does not even let you select the programming/scripting language. I will think about it.
Nova: Yes, I'm aware that there are probably situations where you don't want the default indentation. So if I add it it would probably be optional but enabled by default.
JasJack67: because the TAB Character is automatically replaced with spaces in the code tag.
DC
JasJack67: When actual tab characters are used it should be fine. At least I couldn't reproduce problems after a (very) quick test with Chrome. When you however use spaces for indentation it probably won't work as HTML shows any number of normal spaces as one single space. Many editors actually do so for consistent tabbing across platforms / with different tab size settings.
VADemon: The replacement tab to 5x is done in the PHP parsing code and shouldn't lead to problems with displaying. It is however somewhat bad when you copy the code as you'll get the code with spaces instead of tabs. To work around that you can hit quote and copy the real stuff with tabs from the text box.