Cynthia
addcd6f044
fully support pokemon wifi-plaza's
...
fixes #7
- checkProfile.asp parseable for all the important stuff.
- getSchedule.asp , schedule generation and more added in.
- getVIP.asp still works.
- Questionnaries , now working and documented.
I've tested all the bits individually (and that they match what my
rust code does which is fully confirmed working). However, since
there's no linux support I can't test this web server with the rest
of my stack easily. Everything should all work and I've double checked
each class individually on my side, but we should still probably get a
double check from mm :)
2023-07-08 23:19:47 -06:00
Megan Edwards
0552f60c01
Updated license.
2023-04-25 01:10:54 -04:00
Megan Edwards
74b6a06a9f
Broke up one large namespace into several and reorganized.
2023-04-25 01:08:37 -04:00
Megan Edwards
9492ca68f5
Documented getSchedule structure
2023-04-13 00:12:47 -04:00
Megan Edwards
33281a8811
Added a wifi plaza VIP
2023-03-14 00:55:17 -04:00
Megan Edwards
e6427b01ba
Updated database schema (Battle Tower form ID)
2023-03-14 00:55:17 -04:00
Cynthia
1c4049a413
mew room support
...
refs #7
this commit adds in a static response for the "mew" room, as well as
adds in a note about how the web response isn't taken if the peerchat
server returns a special key for GETCHANKEY (which the open one does).
i haven't yet figured out the correct "empty" response for peerchat,
so peerchat will always have priority meaning this endpoint is
basically a no-op.
NOTE: I can generate rooms now, and have figured out most of the fields,
but there are still some i'm missing, and some i have a general idea of
what a byte means, but don't know the range of valid values. to not
overload the maintainers, i'm not going to commit my projects have
generated structures.
in the following weeks I hope to fully sketch out all the fields, all
their values, as well as figure out the "empty" response for peerchat,
and bring those into this project that way they can be used to generate
rooms of any type, and plugged into whatever administration tool mm201
would like to build :)
if there are any rooms i can generate in the meantime, or folks would
like to work on these with me feel free to reach out. :)
2023-03-14 00:51:50 -04:00
Greg Edwards
d19a20affe
Added todos with string DB links
2023-02-21 01:54:11 -05:00
Greg Edwards
4e005e8adb
Added a Magikarp fisherman to the fake opponents list for easier debugging.
2023-02-21 01:53:14 -05:00
Greg Edwards
ed17c756f5
FakeOpponentGenerator now works when asked to generate more opponents than defined, by adding repeats.
2023-02-21 00:59:06 -05:00
Greg Edwards
143368f04f
Populate species/form correctly on Battle Tower Pokémon records. Should resolve validation issues with them.
2023-02-16 01:16:54 -05:00
Greg Edwards
bcd7a854dc
Grab bag of unstaged changes
2023-01-04 02:47:15 -05:00
Greg Edwards
d47013e08e
Temp non-glitchy phrases for fake opponents on gen5
2022-11-07 23:45:46 -05:00
Greg Edwards
a9ca79f6bc
More trendy phrase utility
2022-09-28 01:31:18 -04:00
Greg Edwards
876cea75de
GenV trendy phrase rendering fix
2022-09-28 01:14:36 -04:00
Greg Edwards
d2020c80ae
Style
2022-09-28 01:13:25 -04:00
Greg Edwards
898d705a16
FakeOpponentGenerator now works on Gen5 but has issues.
2022-09-27 01:36:13 -04:00
Greg Edwards
8e63ea8416
Add FakeOpponentFactory
2022-09-08 00:46:47 -04:00
Greg Edwards
bf6d56cd63
Show ivs/evs in pokemon inspector
2022-09-08 00:24:29 -04:00
Greg Edwards
9439e1fd2b
Finished EncodedStringBase.
2022-09-08 00:24:02 -04:00
Greg Edwards
a17ce145b9
(wip) Add FakeOpponentFactory
2022-08-28 23:03:39 -04:00
Greg Edwards
e188a71a61
More ability validaiton fixes
2022-08-22 23:44:45 -04:00
Greg Edwards
725d884199
Fixes
2022-08-22 03:55:54 -04:00
Greg Edwards
7709b956a4
Validate Pokemon abilities in GTS and Battle Tower. (to test)
2022-08-22 03:08:50 -04:00
Greg Edwards
2ecdf25b64
VeekunImport can now import pokemon/form ability data.
2022-08-22 02:27:28 -04:00
Greg Edwards
b7eeecb609
Added pokemon ability information to Pokedex.
2022-08-22 01:28:53 -04:00
Greg Edwards
238f373102
Added raw form ability data to VeekunImport.
2022-08-17 21:58:11 -04:00
Greg Edwards
6b6c55d4a3
Handle more processing in MakeBaseStatTables
2022-08-07 23:21:09 -04:00
Greg Edwards
dae25dae89
MakeBaseStatTables will now write an abilities tsv.
2022-08-06 04:11:29 -04:00
Greg Edwards
62628f7c5a
Updated the formatting on my web/app.configs to ease staging issues.
2022-08-05 04:55:01 -04:00
Greg Edwards
ebcd3f9952
Show caught on version in admin pokemon viewer.
2022-08-05 04:45:55 -04:00
Greg Edwards
6637c72aa6
Track Local IIS.pubxml
2022-08-05 04:45:14 -04:00
Greg Edwards
53f0004ee7
Went on a fact finding mission and updated a bunch of error responses.
2022-08-05 04:43:09 -04:00
Greg Edwards
e1de0fb39d
Show error 0x02 when attempting to retract a pokemon locked by someone else.
2022-08-01 00:43:54 -04:00
Greg Edwards
510a66d199
More database locking logic fixes
2022-08-01 00:41:42 -04:00
Greg Edwards
416d9bf05b
Show status 0x02 on exchange_finish.asp when the trade fails. This probably resolves #112 .
2022-07-31 23:59:13 -04:00
Greg Edwards
8c3806f58d
Fixed some (swallowed) exceptions when a new player accesses the GTS for the first time.
2022-07-31 00:31:18 -04:00
Greg Edwards
e052c976c9
Fixed wrong sql in a few places
2022-07-30 23:44:27 -04:00
Greg Edwards
050d6def1e
Check lock status on retracting own pokemon.
2022-07-30 04:42:00 -04:00
Greg Edwards
e3f2fa8e35
Check lock status on exchange_finish.
2022-07-30 04:39:37 -04:00
Greg Edwards
bf37ce9b26
Pokemon lock fixes
2022-07-30 04:38:55 -04:00
Greg Edwards
bf021c0cbf
Hide locked pokemon from search results
2022-07-27 18:00:01 -04:00
Greg Edwards
233e7feafa
Lock a GTS offer when initiating a trade.
2022-07-27 02:06:44 -04:00
Greg Edwards
f9a0a78172
Merge remote-tracking branch 'dependabot/dependabot/nuget/web/Newtonsoft.Json-13.0.1'
2022-07-07 00:46:08 -04:00
Greg Edwards
b8e895cdeb
Battle video rankings are now sorted by Hype.
...
Resolves #91 .
2022-07-07 00:43:30 -04:00
Greg Edwards
384f8e41b3
Fixed hype overwriting old values.
2022-07-05 01:21:09 -04:00
Greg Edwards
b88a52461a
Update hype on watch/save
2022-07-04 00:06:33 -04:00
Greg Edwards
4a902f3b7e
Assign hype when uploading new battle videos.
2022-06-27 02:01:44 -04:00
dependabot[bot]
1cb8ea9c6d
Bump Newtonsoft.Json from 6.0.8 to 13.0.1 in /web
...
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json ) from 6.0.8 to 13.0.1.
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases )
- [Commits](https://github.com/JamesNK/Newtonsoft.Json/compare/6.0.8...13.0.1 )
---
updated-dependencies:
- dependency-name: Newtonsoft.Json
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-06-22 18:03:48 +00:00
Greg Edwards
aee5a7c06b
wow
2022-06-15 23:32:54 -04:00