pkmn-classic-framework/gts
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
..
admin For fuck's sake mysql 2014-07-22 12:04:31 -04:00
css Added disclaimer and copyright. 2014-05-20 12:26:16 -04:00
Properties Stop tracking pubxml files. 2014-07-17 00:08:00 -04:00
src Added page to insert box upload captures into the database. 2014-06-30 10:36:20 -04:00
test For fuck's sake mysql 2014-07-22 12:04:31 -04:00
AllPokemon.aspx Fixed missing <tr> elements. 2014-05-18 16:00:41 -04:00
AllPokemon.aspx.cs Fixed (rather hilarious) XSS injection possibility on trainer names. 2014-05-24 01:06:16 -04:00
AllPokemon.aspx.designer.cs Made AllPokemon page, some beautification 2014-05-05 03:26:10 -04:00
BattleVideo.aspx Removed queueing option from battle video page. 2014-05-20 12:13:46 -04:00
BattleVideo.aspx.cs Removed queueing option from battle video page. 2014-05-20 12:13:46 -04:00
BattleVideo.aspx.designer.cs Removed queueing option from battle video page. 2014-05-20 12:13:46 -04:00
Default.aspx Updated homepage with latest info. 2014-07-11 02:04:46 -04:00
Default.aspx.cs Removed debug pages. (they will come back) 2014-05-04 21:43:40 -04:00
Default.aspx.designer.cs Updated homepage with latest info. 2014-07-11 02:04:46 -04:00
Global.asax Added Generation V support. 2014-05-04 20:03:25 -04:00
Global.asax.cs Quickly threw together stub pkvldtprod implementation. 2014-06-27 23:14:16 -04:00
gts.csproj Save setProfile.asp profiles to the database. 2014-07-16 23:57:24 -04:00
MasterPage.master Updated homepage with latest info. 2014-07-11 02:04:46 -04:00
MasterPage.master.cs Added tabs bar, new header colour for battle video section. 2014-05-19 01:32:41 -04:00
MasterPage.master.designer.cs Added tabs bar, new header colour for battle video section. 2014-05-19 01:32:41 -04:00
pad.bin Implemented Gen4 Global Terminal conversation logic. 2014-06-05 17:14:40 -04:00
pkvldtprod.ashx Quickly threw together stub pkvldtprod implementation. 2014-06-27 23:14:16 -04:00
pkvldtprod.ashx.cs Comment pkvldtprod token better. 2014-07-11 02:05:06 -04:00
pokemondpds.ashx Fixed incorrect level check preventing trades from working. 2014-05-04 20:03:13 -04:00
pokemondpds.ashx.cs Placing #region blocks inside a switch block, like a boss 2014-07-20 20:56:19 -04:00
syachi2ds.ashx Added Generation V support. 2014-05-04 20:03:25 -04:00
syachi2ds.ashx.cs Fixed indentation on GenV gamestats handler. 2014-07-20 20:59:38 -04:00
Web.config Added back data request decoder. 2014-05-08 21:21:00 -04:00
Web.Debug.config Added mostly blank ASP.NET project for GTS. 2014-04-10 19:53:48 -04:00
Web.Release.config Added mostly blank ASP.NET project for GTS. 2014-04-10 19:53:48 -04:00