pokemon-showdown/server
Charlie Kobayashi 6feb05c357
Rework special scavenger modes (#6507)
- apply them as "formats"/"mods" instead of a large parent game with another room game nested inside
- the parent game is attached to ``room.scavgame`` as an independent object instead.
- add a command to set the twist (/scav settwist) and reset the twist (/scav resettwist) for scripted formats
     - this means that scavenger-games.js might be updated once per month as new twists are created.
- add a command to start a regular hunt with twists

More than one twist can be loaded into a single scavenger hunt (from scavenger game mode + /scav createtwist)
2020-04-01 00:45:49 -07:00
..
chat-commands Fix /weak not showing Pokemon names (#6498) 2020-03-28 02:49:02 -07:00
chat-plugins Rework special scavenger modes (#6507) 2020-04-01 00:45:49 -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 Rename Template to Species (#6478) 2020-03-25 23:29:27 -07:00
config-loader.ts Migrate to typescript-eslint (#6342) 2020-03-05 08:33:06 -08:00
global-types.ts Improve eslintrc 2020-03-06 22:35:55 -08:00
global-variables.d.ts Migrate to typescript-eslint (#6342) 2020-03-05 08:33:06 -08:00
index.ts Improve eslintrc 2020-03-06 22:35:55 -08:00
ip-tools.ts Update datacenters & ip-tools (#6459) 2020-03-14 11:27:26 -04: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 Remove restrictions on concurrent battle searches (#6462) 2020-03-16 21:17:34 -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 Improve handling of mobile IPs with permalocks (#6338) 2020-03-07 11:50:08 -08: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 /hidetext [line count] (#6471) 2020-03-22 15:53:40 -07:00
sockets.js Improve eslintrc 2020-03-06 22:35:55 -08:00
team-validator-async.ts Improve eslintrc 2020-03-06 22:35:55 -08:00
users.ts Only prune disconnected users 2020-03-17 13:42:24 -04:00
verifier.ts Improve eslintrc 2020-03-06 22:35:55 -08:00