Commit graph

398 commits

Author SHA1 Message Date
Little Cat
e44c279364
Merge pull request #85 from demiurgeQuantified/trolley-crash-fixes
Trolley crash fixes
2023-05-19 19:51:16 -03:00
demiurgeQuantified
5814facc54 trolley: fix new district crash when requesting a minigame 2023-05-19 23:45:04 +01:00
demiurgeQuantified
5be4056d2f trolley: fix district crash when requesting a minigame 2023-05-19 19:42:58 +01:00
demiurgeQuantified
63051a26cf trolley: fix client crash when launching early in slingshot game 2023-05-19 19:42:58 +01:00
demiurgeQuantified
e573dc879d trolley: fix client crash when matching game ends 2023-05-19 14:56:07 +01:00
Open Toontown
03c45eedb0 fix some broken minigames 2023-04-29 22:20:11 -04:00
Open Toontown
72c6316f6e fix more crashes 2023-04-29 00:23:47 -04:00
Open Toontown
25e353e290 more cleanup 2023-04-28 21:51:00 -04:00
Open Toontown
1e4a7495d2 more cleanup, game will crash 2023-04-24 00:12:43 -04:00
Open Toontown
327fb57e61 misc cleanup 2023-04-23 23:18:37 -04:00
Open Toontown
22f87eb182 fix missing msgtypes 2023-04-23 02:21:37 -04:00
Open Toontown
f6d57ced5c fix more ImportErrors 2023-03-26 20:39:59 -04:00
Open Toontown
3b98453725 fix ImportError on newer panda3d 2023-03-26 20:27:23 -04:00
Open Toontown
6b9efbc71a
Merge pull request #75 from MichaelGDev48/bugfix/crash
Kart: Fix crash when buying kart
2023-03-26 15:33:45 -04:00
Open Toontown
2df54f9a66
Merge pull request #67 from loonaticx/feature/ttf-fonts
The Definitive PNG+TTF Migration
2023-03-26 15:17:00 -04:00
DarthNihilus1
717ef9f1bb Kart: Fix crash when buying kart 2023-01-20 00:31:48 -05:00
Little Cat
5151d94ac4
spellbook: Fix crash when using minigame word in welcome valley. 2023-01-13 05:37:32 -04:00
Little Cat
325fdddf93
suit: Add missing CFO import. 2023-01-13 05:36:38 -04:00
Erica M. ("Loonatic")
f0298f6e37 Merge branch 'feature/png-conversion' into feature/ttf-fonts 2023-01-12 19:48:19 -06:00
Erica M. ("Loonatic")
6deb7056e2 Fonts: Add TTF variants for most fonts 2023-01-12 19:48:12 -06:00
Little Cat
bf007f4a3f Merge branch 'develop' of github.com:open-toontown/open-toontown into develop 2023-01-12 21:39:41 -04:00
Little Cat
a37dc9946e
hood: Fix crash when skipping Tutorial. Fixes #66 2023-01-12 21:39:35 -04:00
Erica M. ("Loonatic")
80b3414b72 Merge branch 'custom/png-conversion' into feature/png-conversion 2023-01-12 19:31:25 -06:00
Little Cat
705afe2daa
readme: Updated Panda3D installers for Windows. 2023-01-11 21:24:46 -04:00
Little Cat
075f6857fd
avatar: Fix crash when using outside toonbase. 2023-01-10 22:46:52 -04:00
Little Cat
b8c2b50c48
distributed: Add _getMsgName for verbose logging 2023-01-10 22:45:55 -04:00
Little Cat
39b1d67097
street: Disable downloading street sign by default 2023-01-10 21:29:50 -04:00
Little Cat
97cc920a9f
spellbook: Teleport to factories. 2023-01-10 20:16:08 -04:00
Little Cat
5feda0df4f
level: Remove UberZone from visibleZoneIds
There's another interest will contain objects from UberZone throughout
the entire gameplay, so this is pointless and unnecessary.
2023-01-10 20:03:21 -04:00
Little Cat
e5d8290317
coghq: another one 2023-01-10 20:00:56 -04:00
Little Cat
ca58c8130a
battle: Add missing change from previous commit 2023-01-10 19:03:52 -04:00
Little Cat
656a77f857
coghq: Handle viszones via quiet zone transition.
This replicates the behavior from OTP better.
2023-01-10 00:57:57 -04:00
Little Cat
81f64fe57b
client: Don't send previous zones on SetZone. 2023-01-10 00:54:35 -04:00
Little Cat
d6c98ea1a2
hood: Send street viszones on quiet zone on Astron
This correctly mimics the same behavior on OTP, and improves
teleporting to friends on streets.
2023-01-09 01:15:02 -04:00
Little Cat
e7fb5761d1
toonbase: Don't load Place first before objects.
This config lets the game loads the area first instead of waiting for
objects to be generated.

This has been turned off by default because this is the main cause of a
long-standing bug where teleporting friends in a street would always
fail if you're in the same neighborhood.
2023-01-09 01:12:41 -04:00
Little Cat
bc5bafbacf
spellbook: Fireworks magic word 2022-12-31 05:20:47 -04:00
Little Cat
f7c90dde04
battle: Dymanic boss cog round reward duration. 2022-12-31 03:32:03 -04:00
Little Cat
f1051658f2
otp: no delay district checking after none found. 2022-12-31 03:26:27 -04:00
Little Cat
bd20778143
spellbook: List and join ongoing boss battles. 2022-12-29 22:13:42 -04:00
Little Cat
0c12e38c83
pets: Fix crash for newer panda. 2022-12-29 21:32:43 -04:00
Little Cat
0072059a41
general: Remove the rest of PandaModules imports. 2022-12-29 02:09:26 -04:00
Little Cat
d40ac6840b
spellbook: Teleport directly to a minigame. 2022-12-28 22:35:58 -04:00
Little Cat
8051c15e89
spellbook: Boss battle create/manip magic words. 2022-12-28 19:15:38 -04:00
Little Cat
5c0ca00131
spellbook: Server-sided teleportation. 2022-12-28 19:10:34 -04:00
Little Cat
9a95da5bfb Merge branch 'develop' into enhancement/remove-pandac-pandamodules 2022-12-28 02:44:41 -04:00
Little Cat
cee392fa33
spellbook: Fix preventing MW usage in tutorial. 2022-12-28 02:42:55 -04:00
Little Cat
b29c1c3100
Merge branch 'develop' into enhancement/remove-pandac-pandamodules 2022-12-24 00:13:24 -04:00
Little Cat
caaaa39a92
quest: tutorial: Disney's Quest and Tutorial Mgrs. 2022-12-24 00:11:13 -04:00
Little Cat
034be51fab Merge branch 'develop' into enhancement/remove-pandac-pandamodules 2022-12-20 01:59:19 -04:00
Little Cat
984058ce32
cogdominium: Fix Maze Game. 2022-12-20 01:58:47 -04:00