Main Page

From GunGame5 Documentation

(Difference between revisions)
Jump to: navigation, search
m
(Undo revision 8398 by Ashrita71 (Talk))
 
(One intermediate revision not shown)
Line 1: Line 1:
-
[http://www.penisbuyutmek.us/child-porn.html Child Porn]
+
Consult the [http://meta.wikimedia.org/wiki/Help:Contents User's Guide] for information on using the wiki software.
-
[http://www.penisbuyutucu.biz.tr/child-porn.html Child Porn]
+
 
-
[http://www.tibbiyardim.com/child-porn.html Child Porn]
+
== Getting started with GunGame==
-
[http://www.penisbuyutucu.com.tr/child-porn.html Child Porn]
+
* '''[[Installation]]'''
-
[http://www.penisbuyutmetedavisi.com/child-porn.html Child Porn]
+
* '''[[Updating]]'''
-
[http://www.eliteczane.com/child-porn.html Child Porn]
+
====If you have a question, check out our '''[[FAQ]]'''.====
-
[http://www.penisbuyutucu.tv.tr/child-porn.html Child Porn]
+
 
-
[http://www.yonjastore.com/child-porn.html Child Porn]
+
== GunGame Documentation ==
-
[http://www.eczanemsiparis.com/child-porn.html Child Porn]
+
=== The GunGame Package: ===
-
[http://www.penisibuyutmek.com/child-porn.html Child Porn]
+
* [[:Category:Package Overview|GunGame Package Overview]]: View the contents of the entire GunGame package.
-
[http://www.vpillsal.com/child-porn.html Child Porn]
+
 
-
[http://www.büyütücü.com/child-porn.html Child Porn]
+
=== GunGame Packages, Modules, Classes, Methods, & Functions: ===
-
[http://www.vpillstr.com/child-porn.html Child Porn]
+
* [[:Category:Package|GunGame Package Reference]]: Information about GunGame packages.
-
[http://www.vpillsturkey.com/child-porn.html Child Porn]
+
** [http://docs.python.org/tutorial/modules.html#packages What is a "package"?]
-
[http://www.starmedikal.com/child-porn.html Child Porn]
+
* [[:Category:Module|GunGame Module Reference]]: Information about GunGame modules.
-
[http://www.penedur.com/child-porn.html Child Porn]
+
** [http://docs.python.org/tutorial/modules.html What is a "module"?]
-
[http://www.benimshopum.com/child-porn.html Child Porn]
+
* [[:Category:Class|GunGame Class Reference]]: Information about GunGame classes.
-
[http://www.eczanesaglik.com/child-porn.html Child Porn]
+
** [http://docs.python.org/tutorial/classes.html What is a "class"?]
-
[http://www.uzmaneczane.com/child-porn.html Child Porn]
+
* [[:Category:Method|GunGame Class Method Reference]]: Information about GunGame class methods.
-
[http://www.penisbuyutmek.org/child-porn.html Child Porn]
+
**[http://docs.python.org/tutorial/classes.html#method-objects What is a "method"?]
-
[http://www.zirvemarket.com/child-porn.html Child Porn]
+
* [[:Category:Function|GunGame Function Reference]]: Information about GunGame functions.
-
[http://www.vpillscenter.com/child-porn.html Child Porn]
+
** [http://www.penzilla.net/tutorials/python/functions/ What is a "function"?]
-
[http://www.penisbuyutucu.in/child-porn.html Child Porn]
+
 
-
[http://www.cinselsaglikurunleri.biz/child-porn.html Child Porn]
+
=== GunGame Addons: ===
-
[http://www.penisbuyutmek.us/cocuk-pornosu.html Cocuk Pornosu]
+
* [[scripts.included|Included Addons]]
-
[http://www.penisbuyutucu.biz.tr/cocuk-pornosu.html Cocuk Pornosu]
+
* [[scripts.custom|Custom Addons]]
-
[http://www.tibbiyardim.com/cocuk-pornosu.html Cocuk Pornosu]
+
 
-
[http://www.penisbuyutucu.com.tr/cocuk-pornosu.html Cocuk Pornosu]
+
=== Python Scripting For GunGame: ===
-
[http://www.penisbuyutmetedavisi.com/cocuk-pornosu.html Cocuk Pornosu]
+
* [[Coding custom addons]]
-
[http://www.eliteczane.com/cocuk-pornosu.html Cocuk Pornosu]
+
 
-
[http://www.penisbuyutucu.tv.tr/cocuk-pornosu.html Cocuk Pornosu]
+
== Python Scripting for GunGame==
-
[http://www.yonjastore.com/cocuk-pornosu.html Cocuk Pornosu]
+
* Where did "gungamelib" go?
-
[http://www.eczanemsiparis.com/cocuk-pornosu.html Cocuk Pornosu]
+
** <p>GunGame 5.1 takes full advantage of [http://docs.python.org/tutorial/modules.html#packages Python Packages] which allows us to better organize and structure the code into logical groups. This not only helps the developers find/fix bugs faster due to the fact that we can now see which module is causing the error but enables us to see which packages and modules have been changed separately. GunGame 5.1 now uses [http://docs.python.org/tutorial/modules.html#intra-package-references "intra-package references"] instead of a congested library that contains all gungame-related commands.
-
[http://www.penisibuyutmek.com/cocuk-pornosu.html Cocuk Pornosu]
+
 
-
[http://www.vpillsal.com/cocuk-pornosu.html Cocuk Pornosu]
+
Originally, when we added changes to gungamelib, we only knew (without delving through several revisions) that "something" had been changed in the core functionality of GunGame. If this caused a bug, it became very hard to track down (especially if the bug did not manifest itself  or be report until several revisions down the line).
-
[http://www.büyütücü.com/cocuk-pornosu.html Cocuk Pornosu]
+
 
-
[http://www.vpillstr.com/cocuk-pornosu.html Cocuk Pornosu]
+
Now, we use separate [http://docs.python.org/tutorial/modules.html#packages Python Packages] and [http://docs.python.org/tutorial/modules.html Python Modules]</p>
-
[http://www.vpillsturkey.com/cocuk-pornosu.html Cocuk Pornosu]
+
 
-
[http://www.starmedikal.com/cocuk-pornosu.html Cocuk Pornosu]
+
 
-
[http://www.penedur.com/cocuk-pornosu.html Cocuk Pornosu]
+
==== MediaWiki====
-
[http://www.benimshopum.com/cocuk-pornosu.html Cocuk Pornosu]
+
* [http://www.mediawiki.org/wiki/Manual:Configuration_settings Configuration settings list]
-
[http://www.eczanesaglik.com/cocuk-pornosu.html Cocuk Pornosu]
+
* [http://www.mediawiki.org/wiki/Manual:FAQ MediaWiki FAQ]
-
[http://www.uzmaneczane.com/cocuk-pornosu.html Cocuk Pornosu]
+
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]
-
[http://www.penisbuyutmek.org/cocuk-pornosu.html Cocuk Pornosu]
+
-
[http://www.zirvemarket.com/cocuk-pornosu.html Cocuk Pornosu]
+
-
[http://www.vpillscenter.com/cocuk-pornosu.html Cocuk Pornosu]
+
-
[http://www.penisbuyutucu.in/cocuk-pornosu.html Cocuk Pornosu]
+
-
[http://www.cinselsaglikurunleri.biz/cocuk-pornosu.html Cocuk Pornosu]
+
-
[http://www.penisbuyutmek.us/penis-buyutucu.html Penis Buyutucu]
+
-
[http://www.penisbuyutucu.biz.tr/penis-buyutucu.html Penis Buyutucu]
+
-
[http://www.tibbiyardim.com/penis-buyutucu.html Penis Buyutucu]
+
-
[http://www.penisbuyutucu.com.tr/penis-buyutucu.html Penis Buyutucu]
+
-
[http://www.penisbuyutmetedavisi.com/penis-buyutucu.html Penis Buyutucu]
+
-
[http://www.eliteczane.com/penis-buyutucu.html Penis Buyutucu]
+
-
[http://www.penisbuyutucu.tv.tr/penis-buyutucu.html Penis Buyutucu]
+
-
[http://www.yonjastore.com/penis-buyutucu.html Penis Buyutucu]
+
-
[http://www.eczanemsiparis.com/penis-buyutucu.html Penis Buyutucu]
+
-
[http://www.penisibuyutmek.com/penis-buyutucu.html Penis Buyutucu]
+
-
[http://www.vpillsal.com/penis-buyutucu.html Penis Buyutucu]
+
-
[http://www.büyütücü.com/penis-buyutucu.html Penis Buyutucu]
+
-
[http://www.vpillstr.com/penis-buyutucu.html Penis Buyutucu]
+
-
[http://www.vpillsturkey.com/penis-buyutucu.html Penis Buyutucu]
+
-
[http://www.starmedikal.com/penis-buyutucu.html Penis Buyutucu]
+
-
[http://www.penedur.com/penis-buyutucu.html Penis Buyutucu]
+
-
[http://www.benimshopum.com/penis-buyutucu.html Penis Buyutucu]
+
-
[http://www.eczanesaglik.com/penis-buyutucu.html Penis Buyutucu]
+
-
[http://www.uzmaneczane.com/penis-buyutucu.html Penis Buyutucu]
+
-
[http://www.penisbuyutmek.org/penis-buyutucu.html Penis Buyutucu]
+
-
[http://www.zirvemarket.com/penis-buyutucu.html Penis Buyutucu]
+
-
[http://www.vpillscenter.com/penis-buyutucu.html Penis Buyutucu]
+
-
[http://www.penisbuyutucu.in/penis-buyutucu.html Penis Buyutucu]
+
-
[http://www.cinselsaglikurunleri.biz/penis-buyutucu.html Penis Buyutucu]
+

Current revision as of 04:31, 24 May 2012

Consult the User's Guide for information on using the wiki software.

Contents

Getting started with GunGame

If you have a question, check out our FAQ.

GunGame Documentation

The GunGame Package:

GunGame Packages, Modules, Classes, Methods, & Functions:

GunGame Addons:

Python Scripting For GunGame:

Python Scripting for GunGame

  • Where did "gungamelib" go?
    • GunGame 5.1 takes full advantage of Python Packages which allows us to better organize and structure the code into logical groups. This not only helps the developers find/fix bugs faster due to the fact that we can now see which module is causing the error but enables us to see which packages and modules have been changed separately. GunGame 5.1 now uses "intra-package references" instead of a congested library that contains all gungame-related commands.

Originally, when we added changes to gungamelib, we only knew (without delving through several revisions) that "something" had been changed in the core functionality of GunGame. If this caused a bug, it became very hard to track down (especially if the bug did not manifest itself or be report until several revisions down the line).

Now, we use separate Python Packages and Python Modules


MediaWiki

Personal tools