Difference between revisions of "Development"

From Mumble Wiki
Jump to: navigation, search
m
(Point "How to add positional audio for a game" to the step-by-step guide)
(14 intermediate revisions by 5 users not shown)
Line 5: Line 5:
 
=== Current Development ===
 
=== Current Development ===
  
* [[To-Do_List|Our TODO-List]]
+
* [[Planned Features|Our planned features]]
  
 
'''Non-Main''' (e.g. libs, mobile versions, etc):
 
'''Non-Main''' (e.g. libs, mobile versions, etc):
* [http://mumble.git.sourceforge.net/git/gitweb.cgi?p=mumble/mumble Git Webview of Mumble Source]
+
* [https://github.com/mumble-voip/mumble Git Webview of Mumble Source]
 
* [http://github.com/pcgod/libmumbleclient Git Webview of libmumbleclient (use for integrating with your application)]
 
* [http://github.com/pcgod/libmumbleclient Git Webview of libmumbleclient (use for integrating with your application)]
* [http://mumble.git.sourceforge.net/git/gitweb.cgi?p=mumble/mumble-iphoneos;a=summary Git Webview of iPhone Mumble Source]
+
* [https://github.com/mumble-voip/mumble-iphoneos Git Webview of iPhone Mumble Source]
* [http://github.com/pcgod/mumble-android Git Webview of Android Mumble Source]
+
* [https://github.com/mumble-voip/mumo/ mumo repository] - [[Mumo|mumo]] is the Mumble Moderator framework which is supposed to ease development of plugins connecting to Murmur via Ice. MuMo handles basic Ice connectivity and contains basic module loading and message multiplexing.
 +
* [https://github.com/mumble-voip/mumble-scripts/ mumble-scripts repository] - A number of small but useful scripts
  
=== Quick-Links to Sourceforge ===
+
=== Quick-Links ===
  
* [http://sourceforge.net/apps/phpbb/mumble/ Discussion Forums]
+
* [http://forums.mumble.info Discussion Forums]
 
* [http://sourceforge.net/tracker/?group_id=147372&atid=768008 Request Feature]
 
* [http://sourceforge.net/tracker/?group_id=147372&atid=768008 Request Feature]
* [http://sourceforge.net/tracker/?atid=768005&group_id=147372&func=browse Report a Bug]
+
* [https://github.com/mumble-voip/mumble/issues Report a Bug]
  
If you want to checkout the latest source code, just clone our git repository at <code>git://mumble.git.sourceforge.net/gitroot/mumble/mumble</code>.
+
If you want to checkout the latest source code, just clone our git repository at <code>git://github.com/mumble-voip/mumble</code>.
  
 
=== Developer How-To's ===
 
=== Developer How-To's ===
  
* [[Contributing| How to contribute]]
 
 
* [[Patches| How to provide patches]]
 
* [[Patches| How to provide patches]]
 
* [[BuildingWindows| How to build Mumble on Windows]]
 
* [[BuildingWindows| How to build Mumble on Windows]]
Line 29: Line 29:
 
* [[BuildingMacOSX| How to build Mumble on Mac OS X]]
 
* [[BuildingMacOSX| How to build Mumble on Mac OS X]]
 
* [[BuildingFreeBSD| How to build Mumble on FreeBSD]]
 
* [[BuildingFreeBSD| How to build Mumble on FreeBSD]]
* [[HackPositionalAudio| How to add positional audio for a game]]
+
* [[Debugging]]
* [[Link| How can I link/implement the Mumble 3D-positioning to my game?]] (for game-developers)
+
* [[Pluginguide| How to add positional audio for a game]]
 +
* [[Link| How can I link/implement the Mumble 3D-positioning to my game?]] (for game developers)
  
 
=== In General ===
 
=== In General ===
* [[Help_Wanted| List of areas where we need help]]
+
* [[Coding Guidelines]] for the Mumble projects source
 +
* [[Contributing| List of areas where we need help]]
 
* [[Development_Tools| Which Development Tools are used?]]
 
* [[Development_Tools| Which Development Tools are used?]]
 
* [[Letter| Tracking of inquiries of Mumble devs to SW/HW Vendors]]
 
* [[Letter| Tracking of inquiries of Mumble devs to SW/HW Vendors]]
* [http://www.youtube.com/watch?v=Hj8ahMKXfu0 Youtube visualization of Mumble's development process 2009 - 2010]
+
* [https://www.youtube.com/watch?v=cn-rOylwfzI Visualization of Mumble's development process 2005 - 2015]
 
* [[Channel Viewer Protocol]]
 
* [[Channel Viewer Protocol]]
  
 
[[Category:Development]]
 
[[Category:Development]]

Revision as of 15:29, 19 March 2017

Developing is one way to contribute to the Mumble project.

You can help us review and clean/refactor our code, implement new features or update outdated ones (like our pos-audio plugins). You can then submit the patches to us and we will gladly review them and probably accept them. :)

Current Development

Non-Main (e.g. libs, mobile versions, etc):

Quick-Links

If you want to checkout the latest source code, just clone our git repository at git://github.com/mumble-voip/mumble.

Developer How-To's

In General