Commit Graph

43 Commits

Author SHA1 Message Date
Megan Edwards
74b6a06a9f Broke up one large namespace into several and reorganized. 2023-04-25 01:08:37 -04:00
Greg Edwards
aee5a7c06b wow 2022-06-15 23:32:54 -04:00
Greg Edwards
175d1670ac Fixed battle frontier battle videos being wrongly included pre-postgame.
Resolves #9 for real this time.
2022-06-12 16:58:12 -04:00
Greg Edwards
80f358afed Hide results for invalid teams. 2022-06-10 18:59:44 -04:00
Greg Edwards
8372e6fe47 Bake pkgdsprod pad into the exe. 2022-06-10 18:59:19 -04:00
Greg Edwards
b104726ef7 Trainer rankings works!! 2022-06-10 17:39:07 -04:00
Greg Edwards
2975c5e10a Finished Trainer Rankings database calls. 2022-06-02 01:48:49 -04:00
Greg Edwards
aa0bba7be5 Implemented TrainerRankingsPerformRollover. (more to come) 2022-05-17 00:38:59 -04:00
Greg Edwards
ec62d3bcd8 Trainer rankings work 2022-03-19 01:03:56 -04:00
Greg Edwards
2d4d945057 Don't show Trainer Rankings replay responses on production. 2021-04-22 01:29:00 -04:00
Greg Edwards
5db746ee64 Added replay responses for trainer rankings. 2021-03-13 00:40:18 -05:00
Greg Edwards
3840a90332 Exclude battle frontier from search results if the player hasn't cleared the E4. Solves #9. 2021-03-07 14:21:54 -05:00
Greg Edwards
3228f41ed2 Make those damned battle video errors stop! https://github.com/mm201/pkmnFoundations/issues/9 2015-03-26 03:19:41 -04:00
Greg Edwards
9f1dbd0f0f Rename DataAbstract to Database. 2014-10-14 18:50:41 -04:00
Greg Edwards
086a2b6043 s/Top Trainers/Trainer Rankings. (still not implemented) 2014-09-15 12:57:34 -04:00
Greg Edwards
21ad6dcbd8 Show "there was a problem with your search" when attempting the unsupported 254 search. 2014-09-15 12:57:15 -04:00
Greg Edwards
ab16eb46d3 Implemented battle video saved request type. 2014-09-15 12:50:26 -04:00
Greg Edwards
0ddbb4c5ba Fixed missing line returns in some search logs. 2014-07-29 15:50:26 -04:00
Greg Edwards
ff3b7f5af3 Log search terms of dressup, box, and musical searches. 2014-07-22 17:04:18 -04:00
Greg Edwards
30085bb4a1 Fixed GTServer showing 0 for every upload ID in logs. 2014-07-22 16:59:21 -04:00
Greg Edwards
4198aace33 For fuck's sake mysql
Workaround LAST_INSERT_ID and CAST limitations by making all primary keys unsigned bigint.
Workaround LAST_INSERT_ID signed/unsigned inconsistency between 5.5 and 5.6 by using Convert.ToUInt64 instead of casts.
2014-07-22 12:04:31 -04:00
Greg Edwards
cc14cbc6d2 Added column to track the number of times a battle video is watched. 2014-07-14 19:47:53 -04:00
Greg Edwards
05acceaacb Added missing values to RequestTypes4 enum. 2014-07-14 19:20:47 -04:00
Greg Edwards
2c454c3481 Fixed ranking request type being logged incorrectly. 2014-07-11 00:55:02 -04:00
Greg Edwards
f784576b0d Fixed logging of GenIV top ranked searches. 2014-07-10 23:05:25 -04:00
Greg Edwards
b27414fe75 Implemented top Colosseum / Battle Frontier battle video search on GenIV. 2014-07-10 22:52:33 -04:00
Greg Edwards
ce88538370 Added top trainers request to enum. 2014-07-10 22:35:59 -04:00
Greg Edwards
28d22fd392 Avoid crashing the DS if an unsupported GT request is sent. 2014-07-10 22:35:35 -04:00
Greg Edwards
a147e976bf Added new logging backend. 2014-07-10 22:34:56 -04:00
Greg Edwards
61c42047c6 Made the Global Terminal Service install and run as a Windows service. 2014-07-10 15:31:22 -04:00
Greg Edwards
8dce855d32 Implemented connection timeouts, custom SSL certificate support. 2014-07-10 13:34:10 -04:00
Greg Edwards
bb3727047d GenIV GT cleanup 2014-07-07 12:25:28 -04:00
Greg Edwards
2f4950a295 Core of GenV global terminal server 2014-07-02 22:46:58 -04:00
Greg Edwards
f7e06a5b51 Fixed Colosseum searches returning 0 results. 2014-07-01 18:49:23 -04:00
Greg Edwards
683b18a27a Fixed issues with battle video server I found after testing. 2014-07-01 18:09:36 -04:00
Greg Edwards
5b775ed32b Probably implemented battle videos server on Generation IV. 2014-06-30 02:17:13 -04:00
Greg Edwards
7d817ec180 Implemented box upload. 2014-06-18 22:24:47 -04:00
Greg Edwards
89196dba60 Actually decrypt the input data 2014-06-14 23:12:18 -04:00
Greg Edwards
641bbda903 Log GTServer exceptions to the terminal. 2014-06-14 22:16:40 -04:00
Greg Edwards
aeb7f3fb3d Implemented dressup uploading. (probably) 2014-06-14 15:37:08 -04:00
Greg Edwards
9474585def Probably implemented viewing dressup pictures. 2014-06-09 00:13:45 -04:00
Greg Edwards
664fe2d89e Made the GT server testable. 2014-06-09 00:13:02 -04:00
Greg Edwards
6d98210d97 Implemented Gen4 Global Terminal conversation logic. 2014-06-05 17:14:40 -04:00