Little Cat
|
6ccdaf206d
|
ai: Don't spam when erroring
|
2021-07-09 02:54:31 -03:00 |
|
Little Cat
|
869100692a
|
base: Silence execwarnings on dev.
Yes, this makes the warnings show up on client as well, because truth be told, having exec and eval calls on production builds is a very bad idea.
|
2021-07-09 01:51:16 -03:00 |
|
John Cote
|
1195c7d6de
|
settings: Don't need to store result
|
2021-07-09 00:16:41 -04:00 |
|
John Cote
|
e12c704dfc
|
general: Eliminate libotp & libtoontown import shims
|
2021-07-08 12:52:31 -04:00 |
|
John Cote
|
2ec6ceabb4
|
settings: Mostly working
|
2021-07-07 21:30:51 -04:00 |
|
John Cote
|
db25aaf10d
|
settings: Initial commit
|
2021-07-07 20:56:19 -04:00 |
|
John Cote
|
cfa209216c
|
toon: Probably the last Disney hack check removal
|
2021-07-07 19:17:19 -04:00 |
|
John Cote
|
e641fe0a45
|
ai: Remove old magic word code
|
2021-07-07 14:07:44 -04:00 |
|
Little Cat
|
44a90f07f8
|
spellbook: Implement magic word system
|
2021-07-07 03:51:22 -03:00 |
|
John Cote
|
dc3e915b71
|
toonbase: Save screenshots to screenshots directory
|
2021-07-05 20:16:39 -04:00 |
|
John Cote
|
d4865731b0
|
launcher: Almost done
|
2021-07-01 16:02:26 -04:00 |
|
John Cote
|
acc1d7165b
|
login: Remove account server cruft
|
2021-07-01 01:21:36 -04:00 |
|
John Cote
|
80362a1d25
|
launcher: More cleanup
|
2021-06-30 18:18:11 -04:00 |
|
John Cote
|
e2cae7d76e
|
launcher: More cleanup
|
2021-06-30 14:42:52 -04:00 |
|
John Cote
|
33918d1ec0
|
chat: Fix crash
|
2021-06-30 10:53:39 -04:00 |
|
John Cote
|
f9c4a31271
|
launcher: Fix crash
|
2021-06-29 21:58:21 -04:00 |
|
John Cote
|
599866f837
|
launcher: More cleanup
|
2021-06-29 21:17:19 -04:00 |
|
John Cote
|
bcdac20e58
|
launcher: More
|
2021-06-29 20:49:47 -04:00 |
|
John Cote
|
dbf1c70648
|
launcher: Remove more old cruft
|
2021-06-29 20:20:52 -04:00 |
|
John Cote
|
7f3c81b386
|
launcher: Remove deprecated downloader code
|
2021-06-29 19:28:49 -04:00 |
|
John Cote
|
e7936e7045
|
multiplayer: Fix crashes on Astron clients
|
2021-06-29 15:08:37 -04:00 |
|
John Cote
|
092f6611cc
|
astron: astronSupport -> __astron__
|
2021-06-29 13:57:22 -04:00 |
|
John Cote
|
7195618d93
|
Merge pull request #14 from LittleToonCat/astronSupport-builtins
Make Astron Support option a built-in variable
|
2021-06-29 13:19:51 -04:00 |
|
John Cote
|
a47f6a2e28
|
uberdog: Generate Toontown time manager, implement getLastLoggedInStr
|
2021-06-28 22:02:41 -04:00 |
|
John Cote
|
dba9006efa
|
login: Handle all remaining close connection TODOs
|
2021-06-28 20:32:29 -04:00 |
|
John Cote
|
e78d345fab
|
login: Handle closing the connection in game operations
|
2021-06-28 14:29:12 -04:00 |
|
John Cote
|
a22b8d5aa9
|
login: Implement closing the connection in AstronLoginManager
|
2021-06-28 13:46:47 -04:00 |
|
Little Cat
|
4d78125977
|
login: Replaced dbm with json
This is to ensure compatibility between platforms
|
2021-06-20 03:15:11 -03:00 |
|
Little Cat
|
13c2df29ed
|
otp: Basic access level support in preperation for Magic Words
|
2021-06-14 05:21:33 -03:00 |
|
Little Cat
|
bc43eee886
|
base: astronSupport is now a builtins variable
|
2020-01-20 03:59:05 -04:00 |
|
John Cote
|
259c505a1b
|
audio: .mid, .wav, .mp3 -> .ogg
|
2020-01-14 14:28:52 -05:00 |
|
John Cote
|
db42556289
|
general: fix some python 3.x SyntaxWarnings
|
2020-01-12 00:25:04 -05:00 |
|
John Cote
|
6bbd89c342
|
Update Emote.py
|
2020-01-08 20:59:02 -05:00 |
|
John Cote
|
80bda9a9ec
|
coghq: you can now enter the factory
|
2020-01-08 18:23:43 -05:00 |
|
John Cote
|
f73eb9eb84
|
coghq: factory almost loads
|
2020-01-08 17:47:17 -05:00 |
|
John Cote
|
5447ed529c
|
cogdominium: fix sellbot field offices
|
2020-01-08 02:14:35 -05:00 |
|
John Cote
|
2d4ccd6e20
|
Revert "ai: perhaps fix serverTime"
This reverts commit 2c8d90ca09 .
|
2020-01-03 00:07:09 -05:00 |
|
John Cote
|
2c8d90ca09
|
ai: perhaps fix serverTime
|
2020-01-02 23:11:49 -05:00 |
|
John Cote
|
9e742f51c4
|
racing: it loads and crashes
|
2020-01-02 22:02:07 -05:00 |
|
John Cote
|
fa882f5f48
|
speedchat: slice functions are deprecated in python 3.x
|
2020-01-01 18:26:45 -05:00 |
|
John Cote
|
987716f94c
|
login: actually fix it yeahhh
|
2020-01-01 17:59:40 -05:00 |
|
John Cote
|
b34006d046
|
login: fix broken post remove datagram
|
2020-01-01 17:58:39 -05:00 |
|
John Cote
|
c5c733560f
|
minigame: fix more minigames
|
2019-12-30 23:04:48 -05:00 |
|
John Cote
|
f4f9033f63
|
general: fix shard page & news page crash
|
2019-12-30 20:27:42 -05:00 |
|
John Cote
|
5e0d895680
|
general: fix a bunch of crashes
|
2019-12-30 20:21:20 -05:00 |
|
John Cote
|
9b6676ebc7
|
general: fix chat & classic char crashes
|
2019-12-30 19:56:05 -05:00 |
|
John Cote
|
86191622cf
|
makeatoon: type a name works now
|
2019-12-30 19:42:34 -05:00 |
|
John Cote
|
28da462e52
|
general: loads to playground
|
2019-12-30 19:17:24 -05:00 |
|
John Cote
|
fc36f32e97
|
ai: fix some crashes
|
2019-12-30 18:20:32 -05:00 |
|
John Cote
|
f24d5cac59
|
uberdog: server starts
|
2019-12-30 15:37:11 -05:00 |
|