ToonTownRewritten/toontown/estate
2014-08-29 19:01:16 -07:00
..
__init__.py decompilation: Add missing __init__.py files. 2013-10-05 13:28:29 -06:00
BankGlobals.py cleanup: Remove decompilation comments. 2013-09-23 00:51:36 -06:00
BankGUI.py resources: Remove explicit .bam filenames. 2014-05-09 14:53:36 -06:00
BeanRecipeGui.py cleanup: Remove unnecessary __module__ = __name__ statements within class definitions. 2013-09-23 02:17:57 -06:00
CannonGlobals.py cleanup: Remove decompilation comments. 2013-09-23 00:51:36 -06:00
ClosetGlobals.py cleanup: Remove decompilation comments. 2013-09-23 00:51:36 -06:00
ClosetGUI.py resources: Remove explicit .bam filenames. 2014-05-09 14:53:36 -06:00
DistributedAnimatedStatuary.py cleanup: Remove unnecessary __module__ = __name__ statements within class definitions. 2013-09-23 02:17:57 -06:00
DistributedAnimatedStatuaryAI.py general: Generate (imperfect) stubs for missing AI code. 2013-10-09 01:28:47 -06:00
DistributedBank.py cleanup: Remove unnecessary __module__ = __name__ statements within class definitions. 2013-09-23 02:17:57 -06:00
DistributedBankAI.py Remove a bunch of annoyting spaces 2014-08-16 07:10:18 -07:00
DistributedBankMgr.py cleanup: Remove unnecessary __module__ = __name__ statements within class definitions. 2013-09-23 02:17:57 -06:00
DistributedBankMgrAI.py general: Generate (imperfect) stubs for missing AI code. 2013-10-09 01:28:47 -06:00
DistributedCannon.py cleanup: Don't use exec in cannons. Instead, return tuple of results. 2014-02-08 15:00:50 -07:00
DistributedCannonAI.py general: Generate (imperfect) stubs for missing AI code. 2013-10-09 01:28:47 -06:00
DistributedChangingStatuary.py cleanup: Remove unnecessary __module__ = __name__ statements within class definitions. 2013-09-23 02:17:57 -06:00
DistributedChangingStatuaryAI.py general: Generate (imperfect) stubs for missing AI code. 2013-10-09 01:28:47 -06:00
DistributedCloset.py estate: intial work on interactive estate objects 2014-05-22 02:06:10 -04:00
DistributedClosetAI.py gg typo 2014-08-11 18:55:17 -04:00
DistributedEstate.py resources: Remove explicit .bam filenames. 2014-05-09 14:53:36 -06:00
DistributedEstateAI.py estate: Fix merge + prevent crash 2014-08-02 01:10:22 +01:00
DistributedFireworksCannon.py resources: Remove explicit .bam filenames. 2014-05-09 14:53:36 -06:00
DistributedFireworksCannonAI.py general: Generate (imperfect) stubs for missing AI code. 2013-10-09 01:28:47 -06:00
DistributedFlower.py cleanup: Remove unnecessary __module__ = __name__ statements within class definitions. 2013-09-23 02:17:57 -06:00
DistributedFlowerAI.py general: Generate (imperfect) stubs for missing AI code. 2013-10-09 01:28:47 -06:00
DistributedFurnitureItem.py distributed: Revert all of the old object-sorting code. 2014-05-01 00:16:08 -06:00
DistributedFurnitureItemAI.py funiture: Clean up this a bit 2014-08-09 16:16:01 -07:00
DistributedFurnitureManager.py estate: ocd cleanup 2014-08-09 15:04:50 -07:00
DistributedFurnitureManagerAI.py estates: Potential fix for Issue #161 2014-08-29 19:01:16 -07:00
DistributedGagTree.py resources: Remove explicit .bam filenames. 2014-05-09 14:53:36 -06:00
DistributedGagTreeAI.py general: Generate (imperfect) stubs for missing AI code. 2013-10-09 01:28:47 -06:00
DistributedGarden.py resources: Remove explicit .bam filenames. 2014-05-09 14:53:36 -06:00
DistributedGardenAI.py general: Generate (imperfect) stubs for missing AI code. 2013-10-09 01:28:47 -06:00
DistributedGardenBox.py cleanup: Remove unnecessary __module__ = __name__ statements within class definitions. 2013-09-23 02:17:57 -06:00
DistributedGardenBoxAI.py gardening: it begins 2014-06-25 02:46:44 -04:00
DistributedGardenPlot.py audio: Load .ogg instead of .mp3. 2013-10-26 21:04:53 -06:00
DistributedGardenPlotAI.py general: Generate (imperfect) stubs for missing AI code. 2013-10-09 01:28:47 -06:00
DistributedHouse.py localization: Pass in a 'place' argument to GetPossesive method to tell the localizer where it's being called from. 2014-05-14 21:15:29 +01:00
DistributedHouseAI.py house: Store gender upon loading and use gender-specific closets. 2014-08-11 22:12:48 +01:00
DistributedHouseDoor.py cleanup: Remove unnecessary __module__ = __name__ statements within class definitions. 2013-09-23 02:17:57 -06:00
DistributedHouseDoorAI.py general: Generate (imperfect) stubs for missing AI code. 2013-10-09 01:28:47 -06:00
DistributedHouseInterior.py dna: Fix imports on DNADoor. 2014-04-06 17:16:55 -06:00
DistributedHouseInteriorAI.py estate: new default interiors 2014-08-11 23:26:49 -04:00
DistributedHouseItem.py cleanup: Remove unnecessary __module__ = __name__ statements within class definitions. 2013-09-23 02:17:57 -06:00
DistributedLawnDecor.py gardening: it begins 2014-06-25 02:46:44 -04:00
DistributedLawnDecorAI.py gardening: it begins 2014-06-25 02:46:44 -04:00
DistributedMailbox.py audio: Load .ogg instead of .mp3. 2013-10-26 21:04:53 -06:00
DistributedMailboxAI.py estate: functioning mailbox! 2014-05-29 18:50:15 -04:00
DistributedPhone.py global: Clean up usage of base.config (using builtin config). 2014-08-15 00:35:01 +01:00
DistributedPhoneAI.py Remove a bunch of annoyting spaces 2014-08-16 07:10:18 -07:00
DistributedPlantBase.py audio: Load .ogg instead of .mp3. 2013-10-26 21:04:53 -06:00
DistributedPlantBaseAI.py general: Generate (imperfect) stubs for missing AI code. 2013-10-09 01:28:47 -06:00
DistributedStatuary.py cleanup: Remove unnecessary __module__ = __name__ statements within class definitions. 2013-09-23 02:17:57 -06:00
DistributedStatuaryAI.py general: Generate (imperfect) stubs for missing AI code. 2013-10-09 01:28:47 -06:00
DistributedTarget.py audio: Convert wav references to ogg. 2013-10-31 13:39:29 -06:00
DistributedTargetAI.py general: Generate (imperfect) stubs for missing AI code. 2013-10-09 01:28:47 -06:00
DistributedToonStatuary.py cleanup: Remove unnecessary __module__ = __name__ statements within class definitions. 2013-09-23 02:17:57 -06:00
DistributedToonStatuaryAI.py general: Generate (imperfect) stubs for missing AI code. 2013-10-09 01:28:47 -06:00
DistributedTrunk.py decompilation: Fix files failing verification due to negative fractions nested in other constants. 2013-09-30 14:46:32 -06:00
DistributedTrunkAI.py general: Generate (imperfect) stubs for missing AI code. 2013-10-09 01:28:47 -06:00
DNAFurnitureReaderAI.py estate: catalog work begins 2014-05-27 16:14:38 -04:00
Estate.py global: Clean up usage of base.config (using builtin config). 2014-08-15 00:35:01 +01:00
EstateLoader.py resources: Remove explicit .bam filenames. 2014-05-09 14:53:36 -06:00
EstateManager.py estate: Allow querying another avatar's estate zone. Fixes teleporting to friends at estates. 2014-01-19 02:38:55 -07:00
EstateManagerAI.py estate: Actually store the estateId on the account. (rip db with blank estates... 2014-08-12 09:15:05 +01:00
FireworkItemPanel.py decompilation: Fix files failing verification due to negative fractions nested in other constants. 2013-09-30 14:46:32 -06:00
FireworksGui.py decompilation: Fix decompilation of files failing verification due to -0.xx vs. -.xx floats. 2013-09-30 14:30:32 -06:00
FlowerBase.py cleanup: Remove unnecessary __module__ = __name__ statements within class definitions. 2013-09-23 02:17:57 -06:00
FlowerBasket.py cleanup: Remove unnecessary __module__ = __name__ statements within class definitions. 2013-09-23 02:17:57 -06:00
FlowerBrowser.py cleanup: Remove unnecessary __module__ = __name__ statements within class definitions. 2013-09-23 02:17:57 -06:00
FlowerCollection.py cleanup: Remove unnecessary __module__ = __name__ statements within class definitions. 2013-09-23 02:17:57 -06:00
FlowerPanel.py cleanup: Remove unnecessary __module__ = __name__ statements within class definitions. 2013-09-23 02:17:57 -06:00
FlowerPhoto.py cleanup: Remove unnecessary __module__ = __name__ statements within class definitions. 2013-09-23 02:17:57 -06:00
FlowerPicker.py cleanup: Remove unnecessary __module__ = __name__ statements within class definitions. 2013-09-23 02:17:57 -06:00
FlowerSellGUI.py cleanup: Remove unnecessary __module__ = __name__ statements within class definitions. 2013-09-23 02:17:57 -06:00
FlowerSpeciesPanel.py cleanup: Remove unnecessary __module__ = __name__ statements within class definitions. 2013-09-23 02:17:57 -06:00
GameSprite.py cleanup: Remove unnecessary __module__ = __name__ statements within class definitions. 2013-09-23 02:17:57 -06:00
GardenDropGame.py decompilation: Fix toontown.estate.GardenDropGame decompilation. 2013-10-02 14:45:55 -06:00
GardenGlobals.py resources: Remove explicit .bam filenames. 2014-05-09 14:53:36 -06:00
GardenProgressMeter.py cleanup: Remove unnecessary __module__ = __name__ statements within class definitions. 2013-09-23 02:17:57 -06:00
GardenTutorial.py cleanup: Remove unnecessary __module__ = __name__ statements within class definitions. 2013-09-23 02:17:57 -06:00
House.py cleanup: Remove unnecessary __module__ = __name__ statements within class definitions. 2013-09-23 02:17:57 -06:00
houseDesign.py global: Clean up usage of base.config (using builtin config). 2014-08-15 00:35:01 +01:00
HouseGlobals.py estates: Add new house layouts 2014-08-11 02:06:14 -04:00
MailboxGlobals.py cleanup: Remove decompilation comments. 2013-09-23 00:51:36 -06:00
PhoneGlobals.py cleanup: Remove decompilation comments. 2013-09-23 00:51:36 -06:00
PlantingGUI.py cleanup: Remove unnecessary __module__ = __name__ statements within class definitions. 2013-09-23 02:17:57 -06:00
PlantTreeGUI.py cleanup: Remove unnecessary __module__ = __name__ statements within class definitions. 2013-09-23 02:17:57 -06:00
SpecialsPhoto.py cleanup: NodePath.NodePath -> NodePath. 2013-10-06 22:00:51 -06:00
ToonStatueSelectionGUI.py cleanup: Remove unnecessary __module__ = __name__ statements within class definitions. 2013-09-23 02:17:57 -06:00
TrunkGUI.py resources: Remove explicit .bam filenames. 2014-05-09 14:53:36 -06:00