Greg Edwards
|
afb1b3743c
|
Fixed battle tower trainer deduplication not working at all.
|
2021-11-22 02:04:15 -05:00 |
|
Greg Edwards
|
66aae6f235
|
Validate Battle Tower teams using shared GTS logic.
|
2021-11-22 01:27:34 -05:00 |
|
Greg Edwards
|
0b90805fbe
|
Added base class for Battle Tower Pokémon, derived from our abstract base Pokémon class, and plumbed the change through.
|
2021-10-29 01:11:46 -04:00 |
|
Greg Edwards
|
3253400c3e
|
Merge branch 'master' of github.com:mm201/pkmn-classic-framework
|
2021-10-27 17:20:03 -04:00 |
|
zurgeg
|
fd8bfd3dd6
|
Document \x05 for PGL
|
2021-10-07 16:12:43 -04:00 |
|
Greg Edwards
|
c81250b92e
|
Added some wifi plaza VIPs.
|
2021-09-22 21:51:05 -04:00 |
|
Greg Edwards
|
b0e672a7fc
|
Fixes
|
2021-09-21 19:48:11 -04:00 |
|
Greg Edwards
|
33b5878c7f
|
Fixed BSOD when attempting a battle tower room without a full leaderboard.
|
2021-05-16 01:24:03 -04:00 |
|
Greg Edwards
|
88244308a1
|
Use web.config transforms, not publishproj, to customize connection strings.
|
2021-04-22 01:27:16 -04:00 |
|
Greg Edwards
|
ebd57faba1
|
Show 502 for game sync on production for now.
|
2021-04-04 16:53:24 -04:00 |
|
Greg Edwards
|
4998ac383b
|
Added stub game sync endpoints, enough to put a Pokémon to bed.
|
2021-04-01 10:09:57 -04:00 |
|
Greg Edwards
|
b876a26e07
|
Added game sync request route and stub handler.
|
2021-02-17 22:08:49 -05:00 |
|
Greg Edwards
|
11d508fee9
|
Added some basic validation checks to GTS.
|
2021-02-07 03:53:23 -05:00 |
|
Greg Edwards
|
8b6a675ea3
|
Disabled rammfar on website.
|
2021-02-07 01:02:49 -05:00 |
|
Greg Edwards
|
a31aee38ad
|
Added email notifications fields to trainer profile classes, extracted shared functionality to base class.
|
2021-01-31 22:22:22 -05:00 |
|
Greg Edwards
|
791dcd80cb
|
Implemented email/Wii mail configuration endpoint.
|
2020-10-12 21:55:26 -04:00 |
|
Greg Edwards
|
73d4c0c603
|
Fixes for web deploy
|
2018-11-07 01:48:39 -05:00 |
|
Greg Edwards
|
2cd59f234e
|
Start tracking pubxml files. (required for web.config transforms)
|
2018-11-07 01:09:30 -05:00 |
|
Greg Edwards
|
5e4d12d487
|
If a player deposits a pokemon when they already have one in, boot them instead of crashing.
|
2018-11-07 00:46:08 -05:00 |
|
Greg Edwards
|
c482e99e8a
|
Documented the deposit/trade error codes better.
|
2018-11-07 00:44:33 -05:00 |
|
Greg Edwards
|
b0eee74334
|
Added abstract GtsRecordBase.Validate(is_exchanged)
|
2018-11-06 03:01:22 -05:00 |
|
Greg Edwards
|
ff1915b241
|
VS wants to use 64 bit IIS express. Let it.
|
2018-11-01 01:18:17 -04:00 |
|
Greg Edwards
|
d1607fc5f1
|
Removed dangling references to publish profiles which aren't being tracked.
|
2018-11-01 01:17:55 -04:00 |
|
Greg Edwards
|
96a5c35c02
|
Removed some old ip addresses used by an old dev environment.
|
2018-10-31 23:28:24 -04:00 |
|
Greg Edwards
|
8d8d0e44cc
|
Pass a Pokedex instance to the GtsRecord ctors
|
2015-04-18 18:40:31 -04:00 |
|
Greg Edwards
|
9a34b44705
|
oy
|
2015-03-26 14:26:47 -04:00 |
|
Greg Edwards
|
3947b51bc1
|
Perform trade logging in the database class itself.
|
2015-03-26 03:09:09 -04:00 |
|
Greg Edwards
|
02113a1579
|
Fixed possible cloning issue when trying to trade with an old search result, and that player has since uploaded a new pokemon.
|
2015-03-21 19:39:56 -04:00 |
|
Greg Edwards
|
b1b91a8f77
|
Track the player's last search time.
|
2015-03-21 19:03:16 -04:00 |
|
Greg Edwards
|
19c0e7431b
|
Provide an almost empty setProfile profile for Diamond/Pearl games.
|
2015-03-14 17:04:48 -04:00 |
|
Greg Edwards
|
1ef2820121
|
Fixed some issues with Platinum gamestats.
|
2015-03-12 00:57:22 -04:00 |
|
Greg Edwards
|
b89eb29c62
|
Added stub implementation of Wifi Plaza gamestats server. (mostly replay responses for now)
|
2015-03-10 21:30:12 -04:00 |
|
Greg Edwards
|
8e6cb8362c
|
Updated GamestatsBase and readme again.
|
2015-02-26 02:29:44 -05:00 |
|
Greg Edwards
|
fbc1504837
|
Dicked with publish profiles, update GamestatsBase
|
2015-02-26 02:05:03 -05:00 |
|
Greg Edwards
|
e3c16da03b
|
Lower .NET framework dependencies to 3.5 for most (non-web) projects.
|
2015-02-14 20:48:16 -05:00 |
|
Greg Edwards
|
e87f0ebf06
|
Reference MySql.Data via NuGet.
|
2015-02-14 20:24:46 -05:00 |
|
Greg Edwards
|
a5b9f0fb90
|
Split website into separate project from gamestats server.
|
2015-02-13 20:11:48 -05:00 |
|
Greg Edwards
|
92dc3ade3c
|
Quickly added some KeyNotFoundExceptions to stabilize this page.
|
2015-02-13 18:35:44 -05:00 |
|
Greg Edwards
|
4aef32e478
|
Show a bit more info on GTS offers page. (error checking is lax, unsuitable for production)
|
2015-02-10 20:53:34 -05:00 |
|
Greg Edwards
|
8d02425230
|
Fixed routing of platinum gamestats requests.
|
2015-02-06 21:17:53 -05:00 |
|
Greg Edwards
|
4a1a85904f
|
Added LeftColumn.master
|
2015-01-26 23:06:10 -05:00 |
|
Greg Edwards
|
2b7dfe1a0f
|
Stuff I will need
|
2015-01-26 23:04:01 -05:00 |
|
Greg Edwards
|
4ab1d972db
|
Much design work.
|
2015-01-26 01:26:01 -05:00 |
|
Greg Edwards
|
97458067e5
|
Fix https mixed content warning with webfonts.
|
2015-01-25 22:51:20 -05:00 |
|
Greg Edwards
|
1ae3a844c4
|
Make session expiry work on IIS 7.
|
2015-01-25 18:39:17 -05:00 |
|
Greg Edwards
|
6c8d048216
|
Removed redundant .css from CSS link keys.
|
2015-01-23 21:14:29 -05:00 |
|
Greg Edwards
|
5f611534bf
|
Added LabelTextBox control which renders a textbox with a label contained inside.
|
2015-01-23 21:13:53 -05:00 |
|
Greg Edwards
|
667bd29c80
|
Session expiry is now handled in the GamestatsBase project.
|
2015-01-23 20:54:03 -05:00 |
|
Greg Edwards
|
10aa398f17
|
Improved caching of masterpage values.
|
2015-01-23 20:17:06 -05:00 |
|
Greg Edwards
|
9c4682033e
|
Removed obsolete gamestats session classes.
|
2015-01-23 20:11:18 -05:00 |
|