Difference between revisions of "Main Page"

From AlliedModders Wiki
Jump to: navigation, search
m
m
 
(39 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
Welcome to the AMWiki, the unified and collaborative documentation project of the Consortium that runs such projects as [[AMX Mod X]], [[Metamod:Source]], and [[SourceMod]].
+
Welcome to the AlliedModders Wiki. This is where you can find documentation about our projects and development.
  
How can you get started? Check out the [[AMWiki:Community Portal|Projects Page]] to see a general overview.  Go to [[Help:Contents|Help]] to read about the basics and rules of this wiki. Or, if you're looking for something, just use search on the left hand side!
+
=Projects=
 
+
{| width="80%" style="text-align: left;"
=Featured Articles=
+
| style="width: 110px;" | [[Image:Sm_small.gif|left]]
 
+
| style="vertical-align: top;" | [[SourceMod]], the optimized and highly extensible scripting and administration environment for [[Half-Life 2]].
==AMX Mod X: 1.76 Scripting Changes==
+
* [[:Category:SourceMod Documentation|Documentation]]
[[AMX Mod X]] 1.76 has some important scripting changes.  It is recommended that serious plugin authors quickly review some of the new features and changes available: [[AMX Mod X 1.76 Changes]].
+
* [[:Category:SourceMod Scripting|Scripting]]
 
+
* [[:Category:SourceMod Development|Development]]
==SourceMod Extensions==
+
| style="width: 110px; padding-left: 20px;" | [[Image:Mms.jpg|left]]
The [http://www.sourcemod.net/sdk.php SourceMod SDK] is out!  Want to learn more about developing extensions?  Visit the [[Writing Extensions]] article for a comprehensive introduction to SourceMod's powerful C++ API.
+
| style="vertical-align: top;" | [[Metamod:Source]], the ultimate plugin API for [[Half-Life 2]], featuring interface hooking and a versatile plugin API.
 
+
* [[:Category:Metamod:Source Documentation|Documentation]]
==Subversion Tutorial==
+
* [[:Category:Metamod:Source Development|Development]]
AlliedModders has moved from CVS to Subversion, which is better at organizing source code.  Interested in how it works, and how to download from SVN repositories?  Check out the [[Subversion Tutorial]]!
+
|-
 
+
| style="padding-bottom: 20px;" |
 
+
| style="padding-bottom: 20px;" |
{| cellspacing="0" style="border:0px;"
+
| style="padding-bottom: 20px;" |
|- valign="top"
+
| style="padding-bottom: 20px;" |
|
 
{| width="100%"
 
 
|-
 
|-
|
+
| style="width: 110px;" | [[Image:Amxxsmall.gif|left]]
=Projects=
+
| [[AMX Mod X]], the powerful scripting environment for [[Half-Life 1]].
{| width="100%" cellpadding="5"
 
|- class="t2th"
 
| '''AMX Mod X'''
 
|- class="t2td"
 
|[[Image:Amxxsmall.gif|left]] [[AMX Mod X]], the powerful and flexible scripting environment for [[Half-Life 1]].
 
 
* [[:Category:Documentation (AMX Mod X)|Documentation]]
 
* [[:Category:Documentation (AMX Mod X)|Documentation]]
 
* [[:Category:Scripting (AMX Mod X)|Scripting]]
 
* [[:Category:Scripting (AMX Mod X)|Scripting]]
 +
| style="width: 110px; padding-left: 20px;" | [[Image:Amb2.png|left]]
 +
| [[AMBuild]], the efficient, programmable build system for complex projects.
 
|}
 
|}
<p>
 
{| width="100%" cellpadding="5"
 
|- class="t2th"
 
| '''Metamod:Source'''
 
|- class="t2td"
 
|[[Image:Mms.jpg|left]][[Metamod:Source]], the ultimate plugin API for [[Half-Life 2]], featuring interface hooking and a versatile plugin API.
 
* [[:Category:Documentation (SourceMM)|Documentation]]
 
* [[Introduction_to_SourceMM_Coding|Developing]]
 
|}
 
|}
 
|
 
{| width="100%"
 
|-
 
|
 
  
=News=
+
==Tutorials==
{| cellpadding="6"
+
*See our [[Git Tutorial|Git tutorial]] for developing with our source repositories.
|- class="t2th"
 
| AMX Mod X 1.76
 
|- class="t2td"
 
| ''2006-09-17'': A new version of [[AMX Mod X]] was released, featuring a faster compiler, AMX Mod compatibility, and a variety of bugfixes.  See the [[AMX Mod X 1.76 Changes]].
 
|}
 
 
 
{| cellpadding="6"
 
|- class="t2th"
 
| Metamod:Source 1.3
 
|- class="t2td"
 
| ''2006-08-16'': A new version of [[Metamod:Source|SourceMM]] was released with support for the newest HL2SDK and compiling with MSVC2005, GCC-4.1.  There are also new SourceHook features and other bug fixes.  Visit the [http://www.sourcemm.net/ homepage] for more information.
 
|}
 
 
 
{| cellpadding="6"
 
|- class="t2th"
 
| Allied Modders Forums Launch
 
|- class="t2td"
 
| ''2006-06-24'': The long awaited merge and release of Allied Modders Forums is now complete. Check the [http://forums.alliedmods.net/ Forums].
 
|}
 
 
 
|}
 

Latest revision as of 14:38, 23 November 2015

Welcome to the AlliedModders Wiki. This is where you can find documentation about our projects and development.

Projects

Sm small.gif
SourceMod, the optimized and highly extensible scripting and administration environment for Half-Life 2.
Mms.jpg
Metamod:Source, the ultimate plugin API for Half-Life 2, featuring interface hooking and a versatile plugin API.
Amxxsmall.gif
AMX Mod X, the powerful scripting environment for Half-Life 1.
Amb2.png
AMBuild, the efficient, programmable build system for complex projects.

Tutorials

  • See our Git tutorial for developing with our source repositories.