John Cote
a79b2dff0b
general: loads to connecting screen on python 3.x
2019-12-30 01:59:01 -05:00
John Cote
3c14c14623
toontown: initial work on python 3.x support
2019-12-30 01:07:56 -05:00
John Cote
cd932aa66e
otp: initial work on python 3.x support
2019-12-30 01:00:16 -05:00
John Cote
a47d4ccd0e
level: edits for python 3 support
2019-12-30 00:48:40 -05:00
John Cote
b2d956d1a4
general: some cleanup
2019-12-05 23:10:13 -05:00
John Cote
248661d51a
racing: current progress
2019-12-05 22:42:29 -05:00
John Cote
1f84f3a96c
racing: more progress on leaderboards
2019-12-05 22:17:10 -05:00
John Cote
6d46f8cd32
racing: leaderboards initial commit
2019-12-05 22:03:12 -05:00
John Cote
2073f67040
ai: welcome valley actually works fine
2019-12-05 21:48:28 -05:00
John Cote
9fb9a3b94a
Update DistributedTrophyMgrAI.py
2019-12-05 21:45:22 -05:00
John Cote
f2b0bae949
ai: broken welcome valley
2019-12-05 21:38:58 -05:00
John Cote
b58d21c70e
login: login manager doesn't need doneEvent
2019-12-02 19:44:19 -05:00
John Cote
1ed01e7746
login: merge AstronLoginScreen with LoginScreen
2019-12-02 19:32:10 -05:00
John Cote
39da0d2141
login: move some code out of login manager
2019-12-02 18:53:35 -05:00
John Cote
d06a50b47d
login: update stuff
2019-12-02 18:29:08 -05:00
John Cote
e5a29cebdd
toon: that's a real neat typo there
2019-12-01 22:54:47 -05:00
John Cote
b2e2c0f68b
general: start working on goofy speedway
2019-12-01 19:25:05 -05:00
John Cote
cb98eab37f
general: field offices & buildings work
2019-12-01 19:01:31 -05:00
John Cote
758415b3e9
general: first round of fixes for tonight
...
note to self: add astron support checks to DistributedToonAI changes
2019-12-01 17:38:32 -05:00
John Cote
e1d6d9ff3b
login: not really cleanup but whatever
2019-11-30 22:39:36 -05:00
John Cote
8bf7a6a895
distributed: maintain consistency
2019-11-30 22:21:12 -05:00
John Cote
427c93da46
distributed: handleCloseShard astron support
2019-11-30 22:15:12 -05:00
John Cote
41abecc194
login: whoops
2019-11-30 22:07:01 -05:00
John Cote
30dd3ab4ac
login: avatar unloading stuff
2019-11-30 22:05:14 -05:00
John Cote
04c483983f
login: this is better
2019-11-30 21:22:56 -05:00
John Cote
b0acb2701d
login: even more cleanup
2019-11-30 21:14:42 -05:00
John Cote
058f66948d
login: route notifies through login manager
2019-11-30 20:47:53 -05:00
John Cote
002ad7ef35
login: more login manager cleanup
2019-11-30 20:43:18 -05:00
John Cote
98b699d4b9
login: clean up this mess a little bit
2019-11-28 01:00:02 -05:00
John Cote
9f56161955
general: some cleanup
2019-11-28 00:17:22 -05:00
John Cote
17ba625f73
suit: cleanup propeller before destroying it
2019-11-28 00:08:46 -05:00
John Cote
d14f6303c0
building: fix field office & cog building signs
2019-11-28 00:07:53 -05:00
John Cote
7e777ca776
toon: fix more camera lerps
2019-11-27 23:51:28 -05:00
John Cote
5d4bb8c5a0
general: rest of tonight's progress
...
changes include:
- update .gitignore to ignore cog building backups
- set text minfilter to more closely resemble TTO
- fix more issues with cog battles
- additionally, setup server code that cog battles require (mostly stubs)
- begin work on cog buildings
- can interact with gag shop clerks now
- can also interact with other NPCs, they will always reject you for now
2019-11-27 21:10:20 -05:00
John Cote
827445d8fa
general: current progress
...
progress includes:
- cogs appear on streets now
- additionally, street interests are setup for astron clients.
- cog battles are mostly working
- updated some sequences to work with newer panda3d
- fixed particle effects search paths so that they load now
- handled disconnect reasons for clients that disconnect during cog battles etc.
- fleshed out the holiday manager a bit more
2019-11-27 20:14:30 -05:00
John Cote
92dab51d3e
ai: generate more playgrounds
...
Donald's Dock, The Brrrgh, Minnie's Melodyland, Daisy Gardens, Donald's Dreamland
2019-11-26 23:59:12 -05:00
John Cote
e89fcffd87
Update .gitignore
2019-11-26 23:32:15 -05:00
John Cote
b10466678e
general: NodePath.remove() -> NodePath.removeNode()
...
remove() is deprecated
2019-11-23 17:51:14 -05:00
John Cote
10f827e2bd
general: no more iPos, iPosHpr, iPosHprScale
...
they're all deprecated
2019-11-23 17:30:18 -05:00
John Cote
9c053371da
general: base.loadMusic -> base.loader.loadMusic
...
base.loadMusic is deprecated
2019-11-23 17:18:49 -05:00
John Cote
fee18165d1
general: loadModelNode() -> loadModel().node()
...
loadModelNode is deprecated
2019-11-23 17:16:07 -05:00
John Cote
2ae2175b8a
general: base.loadSfx -> base.loader.loadSfx
2019-11-23 17:07:27 -05:00
John Cote
89be2e73c7
general: fix crash, disable UserFunnel
2019-11-23 15:44:32 -05:00
John Cote
27ce5fd576
general: cleanup
2019-11-22 23:51:24 -05:00
John Cote
421200195c
Update .gitignore
2019-11-22 23:13:07 -05:00
Open Toontown
3f49cfcab5
general: the rest of the work from the livestream
2019-11-22 22:11:12 -05:00
Open Toontown
d500673550
general: fix several crashes
2019-11-22 21:10:46 -05:00
Open Toontown
758024347a
general: TTC progress
2019-11-22 20:58:35 -05:00
Open Toontown
b9c206a8d9
ai: add district stats
2019-11-22 20:18:26 -05:00
Open Toontown
9c258294ab
general: set cull bins
2019-11-22 18:43:24 -05:00