Difference between revisions of "Development"

From SfzWiki
Jump to: navigation, search
(contribution)
Line 6: Line 6:
 
* To ensure the longterm health of the project, we keep the code as modular and capsuled as possible
 
* To ensure the longterm health of the project, we keep the code as modular and capsuled as possible
 
* (TODO:) An Auto-Updater simplifies updating and can handle conflicts with local changes reasonably (svn based)
 
* (TODO:) An Auto-Updater simplifies updating and can handle conflicts with local changes reasonably (svn based)
 +
 +
== contribution ==
 +
'''SFZ''' is an opensource project and you are welcome to contribute if you want
 +
 +
to get involved please
 +
* post in our [http://freegamer.freeforums.org/viewforum.php?f=31 forum]
 +
* and/or visit our irc channel : irc://zwischenwelt.org:7777/sfz
 +
* and/or contact someone from [[Team]] directly
 +
* and/or join our development-mailinglist
 +
** [mailto:sfz-development@lists.sourceforge.net sfz-development@lists.sourceforge.net]  [https://lists.sourceforge.net/mailman/listinfo/sfz-development subscription] (main list, discussions)
 +
** (sfz-commit@lists.sourceforge.net) [https://lists.sourceforge.net/mailman/listinfo/sfz-commit subscription]  (commit notifications, high volume)
  
 
== Organisation ==
 
== Organisation ==
Line 15: Line 26:
 
* [[Notes]]
 
* [[Notes]]
 
* [https://sourceforge.net/projects/sfz sourceforge projekt page]
 
* [https://sourceforge.net/projects/sfz sourceforge projekt page]
 
== contribution ==
 
'''SFZ''' is an opensource project and you are welcome to contribute if you want
 
 
to get involved please
 
* join our development-mailinglist  (see below)
 
* and/or visit our irc channel : irc://zwischenwelt.org:7777/sfz
 
* and/or contact someone from [[Team]] directly
 
* and/or post in our [http://freegamer.freeforums.org/viewforum.php?f=31 forum]
 
 
 
 
=== mailinglist ===
 
* [mailto:sfz-development@lists.sourceforge.net sfz-development@lists.sourceforge.net]  [https://lists.sourceforge.net/mailman/listinfo/sfz-development subscription] (main list, discussions)
 
* (sfz-commit@lists.sourceforge.net) [https://lists.sourceforge.net/mailman/listinfo/sfz-commit subscription]  (commit notifications, high volume)
 
  
 
== Developer Documentation ==
 
== Developer Documentation ==

Revision as of 18:18, 14 July 2007

Introduction

  • Game-logic is entirely scripted in Lua, so SFZ is highly flexible and the need to recompile is rare
  • The Ogre3D engine provides a solid foundation for hardware acceleration and graphical effects
  • An abstract interface to sound allows the use of FMod or OpenAL and supports MP3 and OGG
  • To ensure the longterm health of the project, we keep the code as modular and capsuled as possible
  • (TODO:) An Auto-Updater simplifies updating and can handle conflicts with local changes reasonably (svn based)

contribution

SFZ is an opensource project and you are welcome to contribute if you want

to get involved please

Organisation

Developer Documentation

Xotus

  • http://www.xotus.de/
  • xotus is a german space-browsergame a friend of us is programming.
  • we use some of the graphics from there for planet billboards (with permission)
  • we're planning to create a xotus mod in sfz with similar gameplay and maps