Commit graph

171 commits

Author SHA1 Message Date
Harvir
431732ac5a global: Clean up usage of base.config (using builtin config). 2014-08-15 00:35:01 +01:00
Harvir
575dded46d global: Clean up usage of simbase.config (using builtin config). 2014-08-15 00:14:12 +01:00
Joey Z
a3360465e4 estate: Move treasures to DEstateAI at the request of Hawkheart 2014-07-07 22:55:15 -04:00
Joey Z
a276c13a12 estate: Spawn popsicle treasures 2014-07-07 21:57:05 -04:00
Jeremy Koletar
6fa603ed52 safezone: Bump the number of treasures 2014-06-16 14:42:49 -05:00
Harvir
9ae9981480 golf: Config to disable/enable kart spawning. 2014-06-13 21:35:07 +01:00
Aidan
61296c6285 golf: fix up Disney's kart 2014-06-10 16:30:05 -04:00
Aidan
5204967541 golf: disney files 2014-06-10 16:30:04 -04:00
Harvir
c041d88a12 fishing: Do not assume that the avId exists in doId2do. 2014-05-26 23:00:31 +01:00
Sam Edwards
da27c332b6 Merge branch 'toontorial' into beta-wip
Conflicts:
	toontown/safezone/DistributedTrolleyAI.py
2014-05-17 16:53:18 -07:00
Sam Edwards
588a367b85 tutorial: Enable Trolley introduction movie. 2014-05-17 14:14:08 -07:00
Harvir
a0afcfb99b trolley: Disable Trolley Tracks. 2014-05-17 20:35:58 +01:00
Harvir
69c6d65609 parties: Config to enable/disable parties. 2014-05-15 19:34:05 +01:00
Harvir
bc26103ae2 Merge branch 'beta-wip' into beta-key-value-events
Conflicts:
	toontown/distributed/ToontownInternalRepository.py
2014-05-11 22:23:56 +01:00
Sam Edwards
7a264bfacc resources: Remove explicit .bam filenames. 2014-05-09 14:53:36 -06:00
Jeremy Koletar
12c5a98e72 logging: Migrate all remaining writeServerEvent calls to key-value 2014-05-08 18:02:47 -05:00
Sam Edwards
12198f2e98 safezone: Nudge a few TT treasures to more proper coordinates. Fixes #34. 2014-05-01 15:07:18 -06:00
Aidan Noll
9be448511f fishing: reenable fishing/bingo tutorials 2014-04-29 20:28:07 -04:00
Harvir
7ed199442a managers: Now pass in an owner when allocating a zone.
In terms of the MinigameCreatorAI, since it's not really a class object, I
decided to pass the string "MinigameCreatorAI" to work around that. Feel
free to comment/change if you disagree.
2014-04-28 17:16:17 +01:00
Joey Z
05fdc25c84 doomsday-cleanup: Want-doomsday should be False by default 2014-04-25 23:00:36 -04:00
Harvir
3a9dfd878a safezone: Pfft. Who needs a SafeZoneManager anyways... 2014-04-24 17:41:17 +01:00
Maverick Mosher
c7bad91d63 Merge remote-tracking branch 'origin/master' into mmavipc-managers
Conflicts:
	resources
	toontown/ai/ToontownAIRepository.py
	toontown/building/DistributedDoor.py
	toontown/dna/DNASpawnerAI.py
	toontown/toon/DistributedToonAI.py
2014-04-19 19:24:23 -07:00
Harvir
7401a1f510 safezone: Disable doomsday check on tping out. 2014-04-19 23:13:14 +01:00
Maverick Mosher
928c1b8a1b Loaders: save dnaData 2014-04-18 16:46:54 -07:00
Sam Edwards
b42a259135 dna: Spawn DistributedPartyGateAI using new DNASpawnerAI. 2014-04-07 18:40:16 -06:00
Sam Edwards
173596deb1 dna: Add DNASceneData object; update SafeZoneLoader to use it. 2014-04-06 17:41:18 -06:00
Sam Edwards
ebd6a8e7c8 dna: Change all filename references from *.dna to *.xml. 2014-04-06 17:20:58 -06:00
Joey Z
a6cefd78f6 safezone: Move new collisions to the models rather than code 2014-03-31 16:19:45 -04:00
Joey Z
f9ee87787a mml-sz: Fix a hole in the wall next to the party hat 2014-03-30 12:17:24 -04:00
Joey Z
919619fae8 ddock-sz: Fix the wall that hasn't had a collision since the game was released 2014-03-30 12:17:24 -04:00
Joey Z
d7ea86d932 Merge branch 'master' of git@git.riotcave.com:privatetoon/toontown.git into doomsday
Conflicts:
	config/toon.dc
	resources
	toontown/election/DistributedElectionEvent.py
	toontown/election/DistributedElectionEventAI.py
2014-03-18 20:13:44 -04:00
Joey Z
ded6991fe9 safezone: Remove some no longer necessary alpha modifications 2014-03-17 14:23:52 -04:00
Anthony Castelli
721ef1a902 doomsday: Cleaned up all my messy code 2014-03-04 21:11:41 -08:00
Anthony Castelli
d8ae7d0779 trolly: Disable the trolly on doomsday 2014-03-03 23:04:09 -08:00
Aidan
69760d8b0c doomsday: died->walk transition 2014-03-02 17:25:29 -05:00
Joey Z
bbc3dc04fe doomsday: Add track for dying in playground. GUI and controls are still disabled and need to be fixed. 2014-03-01 15:26:17 -05:00
Anthony Castelli
a7b20e4fc7 doomsday: disable avatar controls when the leave alert is present 2014-03-01 11:55:07 -08:00
Anthony Castelli
1d2d0205ee doomsday: prevent toons from leaving TTC 2014-03-01 11:52:10 -08:00
kestred
b2546e577d Properly cleanup the fishing pole when exiting fishing. 2014-02-11 02:41:42 -07:00
kestred
ef88d2afb8 Stop using deprecated NodePath.remove() and NodePathCollection.asList(). 2014-02-11 01:59:20 -07:00
Anthony Castelli
bc41da9b60 Another piece of duck tape for party teleportation 2014-02-04 14:27:55 -08:00
Joey Z
4a37103156 parties: Readd Anth's teleportation fix 2014-02-04 16:21:28 -05:00
Aidan
172f15d8fb parties: bandage to fix parties 2014-02-04 04:28:04 -05:00
Aidan
b00121a5ea parties: better cleanup, fix some TODOs 2014-02-03 21:16:23 -05:00
Anthony Castelli
ff4d3a82bd Another bandaid for parties. This should fix my last bandaid 2014-02-03 14:10:49 -08:00
Anthony Castelli
7a0f0d5430 PartyGate TP fix 2014-02-03 12:11:34 -08:00
Jeremy Koletar
bd76b07533 parties: toons can (sorta) go to public partie 2014-02-01 18:33:33 -06:00
Jeremy Koletar
fedf72c063 parties: Have the DPM send off that a party has started to the UD, fix party gates 2014-01-31 16:45:49 -06:00
Jeremy Koletar
9759a5ff55 parties: Spawn party gates on the AI 2014-01-20 14:13:03 -06:00
Jeremy Koletar
43e3a9f219 parties: more guesswork on the AIs and UDs 2014-01-03 13:23:47 -06:00