Difference between revisions of "Main Page"

From SfzWiki
Jump to: navigation, search
m
 
(129 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Welcome to the SFZ-Wiki<br>
+
{|
SFZ is a spacegame featuring
+
|width="70%" valign="top"|
* spaceships construction
+
<!-- LEFT -->
* customizable HUD
+
* cooperativ network play
+
* asteroid mining, production and trading
+
* space combat
+
* walking around in spaceships
+
* planetary exploration
+
SFZ is currently in development.
+
  
=== access ===
+
{{Layout_box2|1=
 
+
=== [[Image:Tango-emblem-important.png]] Info ===
* (todo : insert svn path here)
+
StressFreeZone is an open-source space-game for Linux and Windows,<br>
* [http://zwischenwelt.org/cgi-bin/trac.cgi/sfz/ sfz trac]
+
focused on coop (non-massive)-multiplayer and intuitive gameplay,<br>
* [http://zwischenwelt.org/cgi-bin/trac.cgi/sfz/ sfz trac]
+
that is fun to play in short bursts, e.g. on LAN parties.<br>
 
+
* [[Screenshots]]
=== design ===
+
}}
 
+
{{Layout_box1|1=
* [[Installation]]
+
=== [[Image:Tango-utilities-system-monitor.png]] Status ===
 +
SFZ is still early in development (pre-alpha, planning/experimentation).<br>
 +
The code is released under [http://www.gnu.org/licenses/gpl.html GPL v3 or later], the content is under liberal licenses, see readme for details<br>
 +
We use the [http://ogre3d.org/ Ogre3D] engine, the [http://www.lua.org/ Lua] scripting language and our [http://lugre.sf.net lugre] library.<br>
 +
The core code is written in c++.<br>
 +
* [[DevBlog]]
 
* [[Roadmap]]
 
* [[Roadmap]]
* [[Ideas/Notes]]
+
* [http://sfz.schattenkind.net/forum/ Forum]
* [[ShipEditor]]
+
* [http://sfz.schattenkind.net/~hagish/sfz/upload.php upload contributions]
 
+
}}
=== tech and misc ===
+
{{Layout_box1|1=
 
+
=== [[Image:Tango-accessories-text-editor.png]] Features ===
* [[Stacktrace]]
+
* space combat
* [[RandomNumberGenerator]]
+
* launching fighters from capship
* [[RandomWorldGeneration]]
+
* exit ship in space-suit
* [[InternetExplorer-Clipboard]]
+
* walking around inside spaceships, interior decoration
* [[WMButton]]
+
* lego-like ship-editor
* [[MathTools]]
+
* (planned) trading, exploration, missions and campaigns
* [[Links]]
+
}}
 
+
|width="30%" valign="top"|
=== announcements ===
+
{{Layout_box1|1=<center>[[Image:Sfz 20070704234311 804.png|none|256px]]</center>
 
+
}}
this mediawiki now supports source code highlighting.
+
{{Layout_box1|1=
<nowiki>
+
=== [[Image:Tango-media-floppy.png]] Download ===
<code>#language#
+
* [http://ghoulsblade.schattenkind.net/sfz/sfz_1.0.955.zip win32-binary] (v1.0.955, ca 103 mb)
...put your code here...
+
** includes updater.exe
</code>
+
** includes sourcecode
</nowiki>
+
** you probably need [http://www.microsoft.com/downloads/details.aspx?FamilyID=200B2FD9-AE1A-4A14-984D-389C36F85647&displaylang=en MSVC++ 2005 SP1 Redist. (x86)]
 
+
* [http://ghoulsblade.schattenkind.net/sfz/LATEST_SFZ_SOURCE.zip linux source] (same as above)
'''language''' can be something like java, javascript, cpp, prolog, perl, php3, python, ruby, flex, changelog, lua, caml,sml
+
** see also [[Building_from_source]]
 
+
** updated via commandline :
if #language# is not specified cpp will be used
+
** "svn up && scons configure && scons"
----
+
** or "sh update.sh"
 
+
* [http://ghoulsblade.schattenkind.net/sfz/depianpkg/sfz_20070820-1_i386.deb debian package] 2007.08.20, ca 87 mb
<code>
+
** for ubuntu gutsy
require_once("lib.minimap.php");
+
** others will need adjustment :
 
+
** see [http://freegamer.schattenkind.net/index.php?t=msg&goto=1025 forum thread]
function FindRandomStartplace () {
+
}}
$o = sqlgetobject("SELECT MIN(`x`) as minx,MAX(`x`) as maxx,MIN(`y`) as miny,MAX(`y`) as maxy FROM `building`");
+
{{Layout_box1|1=
for($i=0;$i<50;++$i){
+
=== [[Image:Tango-edit-find.png]] Further infos ===
$x = rand($o->minx-20,$o->maxx+20);
+
* [https://sourceforge.net/projects/sfz sourceforge project]
$y = rand($o->miny-20,$o->maxy+20);
+
* irc://irc.freenode.net/sfz
$d = 20;
+
* irc://zwischenwelt.org:7777/sfz
$count = sqlgetone("SELECT COUNT(`id`) FROM `building` WHERE (".($x-$d).")<=`x` AND `x`<=(".($x+$d).") AND (".($y-$d).")<=`y` AND `y`<=(".($y+$d).")");
+
* svn co svn://zwischenwelt.org/sfz/sfz/trunk
if($count == 0)break;
+
** see also [[Building_from_source]]
}
+
* [http://zwischenwelt.org/trac/sfz/browser/sfz/trunk Browse SVN]
return array($x,$y);
+
* [http://zwischenwelt.org/trac/sfz/timeline?changeset=on&max=10&daysback=30&format=rss SvnLog-RSS-Feed]
}
+
* [[User Manual]]
 
+
* [[FAQ]]
 
+
* [[Development]]
function TypeCheck ($arr) {
+
}}
if (count($arr) == 0) return "1";
+
|}
return "`type` = ".implode(" OR `type` = ",$arr);
+
std::string test = "blabla \n\n [[wikisafe]], automatic nowiki<br><br>";
+
  
}
+
__NOTOC__
</code>
+
__NOEDITSECTION__

Latest revision as of 15:59, 17 June 2008

Error creating thumbnail: Unable to save thumbnail to destination
Info

StressFreeZone is an open-source space-game for Linux and Windows,
focused on coop (non-massive)-multiplayer and intuitive gameplay,
that is fun to play in short bursts, e.g. on LAN parties.

Error creating thumbnail: Unable to save thumbnail to destination
Status

SFZ is still early in development (pre-alpha, planning/experimentation).
The code is released under GPL v3 or later, the content is under liberal licenses, see readme for details
We use the Ogre3D engine, the Lua scripting language and our lugre library.
The core code is written in c++.

Error creating thumbnail: Unable to save thumbnail to destination
Features

  • space combat
  • launching fighters from capship
  • exit ship in space-suit
  • walking around inside spaceships, interior decoration
  • lego-like ship-editor
  • (planned) trading, exploration, missions and campaigns
Sfz 20070704234311 804.png

Error creating thumbnail: Unable to save thumbnail to destination
Download