ToonTownRewritten/toontown/suit
2014-08-22 22:08:21 +01:00
..
__init__.py decompilation: Add missing __init__.py files. 2013-10-05 13:28:29 -06:00
BossCog.py nametag: Fix Boss font, clean up Party Planner nametag 2014-08-16 12:53:02 -04:00
DistributedBossbotBoss.py Merge branch 'nametags' 2013-10-27 14:35:36 -06:00
DistributedBossbotBossAI.py global: Clean up usage of simbase.config (using builtin config). 2014-08-15 00:14:12 +01:00
DistributedBossCog.py coghq: somewhat non-hacky VP, not completely tested 2014-04-30 02:51:12 -04:00
DistributedBossCogAI.py bosses: Fix the return string for setting states via MW. 2014-05-15 18:38:58 +01:00
DistributedCashbotBoss.py cfo: Elevator crash fix 2014-05-11 17:51:44 -04:00
DistributedCashbotBossAI.py Add laff meters to all boss battles 2014-06-26 23:19:10 -04:00
DistributedCashbotBossGoon.py audio: Load .ogg instead of .mp3. 2013-10-26 21:04:53 -06:00
DistributedCashbotBossGoonAI.py coghq: mostly non-hacky cbhq 2014-05-11 17:51:42 -04:00
DistributedFactorySuit.py decompilation: Fix toontown.suit.DistributedFactorySuit decompilation. 2013-09-24 09:41:15 -06:00
DistributedFactorySuitAI.py Added all needed files for factories 2014-04-21 19:17:35 -07:00
DistributedGoon.py cfo: Goon collision fixes. Fixes Trac #12 2014-06-15 12:05:38 -07:00
DistributedGoonAI.py Added all needed files for factories 2014-04-21 19:17:35 -07:00
DistributedGridGoon.py cleanup: Remove unnecessary __module__ = __name__ statements within class definitions. 2013-09-23 02:17:57 -06:00
DistributedGridGoonAI.py Added all needed files for factories 2014-04-21 19:17:35 -07:00
DistributedLawbotBoss.py global: Clean up usage of base.config (using builtin config). 2014-08-15 00:35:01 +01:00
DistributedLawbotBossAI.py global: Clean up usage of simbase.config (using builtin config). 2014-08-15 00:14:12 +01:00
DistributedLawbotBossSuit.py boss: Make CJ cogs use the stun animation rather than freezing in place 2014-06-26 23:31:24 -04:00
DistributedLawbotBossSuitAI.py coghq: Lawbot HQ with DA offices and CJ 2014-05-11 17:53:45 -04:00
DistributedMintSuit.py cleanup: Remove unnecessary __module__ = __name__ statements within class definitions. 2013-09-23 02:17:57 -06:00
DistributedMintSuitAI.py coghq: mostly non-hacky cbhq 2014-05-11 17:51:42 -04:00
DistributedSellbotBoss.py global: Clean up usage of base.config (using builtin config). 2014-08-15 00:35:01 +01:00
DistributedSellbotBossAI.py Add laff meters to all boss battles 2014-06-26 23:19:10 -04:00
DistributedStageSuit.py cleanup: Remove unnecessary __module__ = __name__ statements within class definitions. 2013-09-23 02:17:57 -06:00
DistributedStageSuitAI.py coghq: Lawbot HQ with DA offices and CJ 2014-05-11 17:53:45 -04:00
DistributedSuit.py distributed: Revert all of the old object-sorting code. 2014-05-01 00:16:08 -06:00
DistributedSuitAI.py global: Clean up usage of simbase.config (using builtin config). 2014-08-15 00:14:12 +01:00
DistributedSuitBase.py global: Clean up usage of base.config (using builtin config). 2014-08-15 00:35:01 +01:00
DistributedSuitBaseAI.py suit: Clean up SuitLegList (leak). 2014-06-02 00:06:33 +01:00
DistributedSuitPlanner.py Updated files to use new DNA 2014-04-19 17:47:36 -07:00
DistributedSuitPlannerAI.py global: Clean up usage of simbase.config (using builtin config). 2014-08-15 00:14:12 +01:00
DistributedTutorialSuit.py cleanup: Remove unnecessary __module__ = __name__ statements within class definitions. 2013-09-23 02:17:57 -06:00
DistributedTutorialSuitAI.py Toontorial AI Crash fix for Trac #16 2014-06-15 10:24:37 -07:00
Goon.py goons: Don't initalize the Nametag3d for goons, as they're not supposed to have nametags. 2014-04-26 09:07:32 +01:00
GoonDeath.py resources: Remove explicit .bam filenames. 2014-05-09 14:53:36 -06:00
GoonGlobals.py cleanup: Remove decompilation comments. 2013-09-23 00:51:36 -06:00
GoonPathData.py cleanup: Remove decompilation comments. 2013-09-23 00:51:36 -06:00
RoguesGallery.py cleanup: Remove unnecessary __module__ = __name__ statements within class definitions. 2013-09-23 02:17:57 -06:00
SellbotBossGlobals.py imports: Clean up client imports on AI code; make imports explicit for automatic packaging to work. 2013-10-19 15:32:22 -06:00
Suit.py global: Clean up usage of base.config (using builtin config). 2014-08-15 00:35:01 +01:00
SuitAvatarPanel.py margins: Whoops 2014-06-24 22:31:38 -07:00
SuitBase.py suit: I have no idea if this will fix anything. 🐬 2014-06-02 00:12:06 +01:00
SuitDialog.py cleanup: Remove decompilation comments. 2013-09-23 00:51:36 -06:00
SuitDNA.py cleanup: Remove unnecessary __module__ = __name__ statements within class definitions. 2013-09-23 02:17:57 -06:00
SuitInvasionManagerAI.py invasions: GG Joey causing district reset mania :(. 2014-08-22 22:08:21 +01:00
SuitLegList.py suit: potentially fix some 'glitchiness' 2014-05-25 02:12:40 -04:00
SuitPlannerBase.py suitplanner: Add delete() method to base class for clean-up (fixes crash) 2014-07-12 15:52:05 +01:00
SuitTimings.py election: Stun invading suits when hit by pie. 2014-02-17 02:38:03 -07:00