PDA

View Full Version : Web Compiler Added


BAILOPAN
04-11-2007, 21:52
SourceMod's site now has an online compiler, just like AMX Mod X.

You can upload files directly or paste code into the text box. If the compile succeeds, you get a binary. If not, you get error messages.

URL: http://www.sourcemod.net/compiler.php

Additionally, any .sp files uploaded to the forums will now display a "Get Plugin" link, which compiles the source code on the fly. This should make uploading plugins much easier, as you don't have to manually compile yourself, and the binary will always be against the latest SDK.

The online compiler is automatically updated to nightly builds, so it will always contain the latest include files.

FlyingMongoose
04-11-2007, 23:25
Yay for fun facts and good news!

FlyingMongoose
04-11-2007, 23:44
how is that even warranted?

cybermind
04-12-2007, 03:13
When you enter a script into the textbox, PHP eats backslashes.

You have to double the backslashes like:

decl String:test[] = "not in quotes \\"in quotes\\" not in quotes"

|POW|Da_ghost
04-12-2007, 10:06
Good job Bail

BAILOPAN
04-12-2007, 18:26
Thanks cybermind, that should be fixed now.

Da_sk8rboy
04-20-2007, 23:05
nice work.