pokemon-showdown/server
Guangcong Luo f309684342 Rename data tables from Battle[foo] to Dex[foo]
Files in `data/` now export `Dex...` instead of `Battle...`.

In addition, this is a good time to rename `Movedex` to `Moves` and
`TypeChart` to `Types`.

- BattlePokedex -> DexPokedex, etc
2020-05-16 08:39:29 -07:00
..
chat-commands Rename data tables from Battle[foo] to Dex[foo] 2020-05-16 08:39:29 -07:00
chat-plugins Rename data tables from Battle[foo] to Dex[foo] 2020-05-16 08:39:29 -07:00
static Move server code to server/ 2019-02-03 16:07:06 -06:00
tournaments Fix eslint no-unused-expressions issue 2020-03-25 20:34:03 -07:00
chat-formatter.ts Improve linkRegex 2020-03-08 20:16:53 -07:00
chat.ts escapeHTML when notifications blocked (#6644) 2020-05-02 15:27:44 -07:00
config-loader.ts Setting a room rank can no longer demote globals 2020-04-17 03:32:11 -07:00
global-types.ts Refactor Sockets to ProcessManager+TypeScript (#6584) 2020-04-17 04:05:45 -07:00
global-variables.d.ts Refactor Sockets to ProcessManager+TypeScript (#6584) 2020-04-17 04:05:45 -07:00
index.ts Refactor Sockets to ProcessManager+TypeScript (#6584) 2020-04-17 04:05:45 -07:00
ip-tools.ts Update datacenters & ip-tools (#6619) 2020-04-25 17:00:21 -07:00
ladders-local.ts Use optional chaining and linter improvements (#6422) 2020-03-06 11:44:32 -08:00
ladders-remote.ts Use optional chaining and linter improvements (#6422) 2020-03-06 11:44:32 -08:00
ladders.ts Support Unown formes 2020-04-30 14:16:56 -07:00
loginserver.ts Migrate to typescript-eslint (#6342) 2020-03-05 08:33:06 -08:00
monitor.ts Use optional chaining and linter improvements (#6422) 2020-03-06 11:44:32 -08:00
punishments.ts Fix punishments 2020-04-08 16:50:26 -04:00
room-battle.ts Typescript chat-commands/core (#6484) 2020-03-23 23:50:35 -07:00
room-game.ts Typescript chat-commands/core (#6484) 2020-03-23 23:50:35 -07:00
roomlogs.ts Support /hidetext [line count] (#6471) 2020-03-22 15:53:40 -07:00
rooms.ts Support changing /data's tier in /roomsettings (#6675) 2020-05-15 18:55:09 -07:00
sockets.ts Fix port config not being passed to child process 2020-04-21 07:26:29 -07:00
team-validator-async.ts Improve validator crash phrasing 2020-05-01 13:22:16 -07:00
users.ts Make custom room ranks always override 2020-04-18 07:22:29 -07:00
verifier.ts Improve eslintrc 2020-03-06 22:35:55 -08:00