Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Commented out the memberlist page-divide dropdown. | Patrick Davison | 2013-01-31 | 1 | -1/+2 | |
| | ||||||
* | Pixel pinching for chat. | Patrick Davison | 2013-01-31 | 1 | -13/+26 | |
| | ||||||
* | Error logging. .htaccess cacheing. Modified doredirect to use $mydomain | Patrick Davison | 2013-01-31 | 2 | -3/+14 | |
| | ||||||
* | Dynamic resizing of mapThumbnail. | Patrick Davison | 2013-01-30 | 1 | -5/+12 | |
| | ||||||
* | FAQ; A little bit about 'cheating'/solvers and Theme Song | Patrick Davison | 2013-01-29 | 1 | -1/+29 | |
| | ||||||
* | Leaderboard renamed to scores. URL backdating included. | Patrick Davison | 2013-01-29 | 1 | -46/+118 | |
| | ||||||
* | The start of a new scoreboard or "Scores" page. | Patrick Davison | 2013-01-27 | 2 | -198/+279 | |
| | | | | - I have the feeling some adjustments made here might propigate to the Home page eventually. | |||||
* | quick fix on missing totalSeconds. | Patrick Davison | 2013-01-26 | 1 | -1/+2 | |
| | ||||||
* | Deleting dead code. | Patrick Davison | 2013-01-26 | 1 | -165/+0 | |
| | ||||||
* | Merge branch 'master' of git.raylu.net:pathery | BlueRaja | 2013-01-26 | 1 | -1/+1 | |
|\ | ||||||
| * | updated URL login to the showSignin(); popup. | Patrick Davison | 2013-01-26 | 1 | -1/+1 | |
| | | ||||||
* | | BUGFIX: Clicking the 'mute' button doesn't save across all maps until page ↵ | BlueRaja | 2013-01-26 | 1 | -2/+2 | |
| | | | | | | | | is refreshed | |||||
* | | Moved usersData table to users table, added a few more columns to users ↵ | BlueRaja | 2013-01-26 | 4 | -39/+23 | |
|/ | | | | (currently unused) | |||||
* | Merge branch 'doin_shit_on_laptop' | BlueRaja | 2013-01-25 | 3 | -13/+76 | |
|\ | | | | | | | | | | | | | Conflicts: includes/datas.php also fixed some stuffs | |||||
| * | whoops, switching between languages too quickly.. | BlueRaja | 2013-01-25 | 1 | -2/+4 | |
| | | ||||||
| * | Don't show chat bar if not logged in | BlueRaja | 2013-01-25 | 1 | -4/+5 | |
| | | ||||||
| * | Tiers are now unlocked as the user players through challenges; challenges ↵ | BlueRaja | 2013-01-25 | 2 | -9/+58 | |
| | | | | | | | | | | | | left to next tier displayed on challengelist page (untested) | |||||
* | | `challengeMaps` table added; start of the required code changes. | Patrick Davison | 2013-01-25 | 3 | -12/+14 | |
|/ | ||||||
* | Added missing files, deleted some old files. | Patrick Davison | 2013-01-25 | 4 | -1589/+0 | |
| | ||||||
* | Challenges are now displayed in the correct order again. Ay' carumba. | BlueRaja | 2013-01-24 | 1 | -8/+10 | |
| | ||||||
* | Weekly maps now show the date as well as the time on the homepage scoreboard | BlueRaja | 2013-01-24 | 1 | -1/+1 | |
| | ||||||
* | Countdown now shows time to next weekly map as well | BlueRaja | 2013-01-24 | 1 | -25/+52 | |
| | ||||||
* | oh wtf, that code isn't even used anymore -_- | BlueRaja | 2013-01-24 | 1 | -138/+0 | |
| | ||||||
* | 'moves in past week' should correctly include weekly maps, even when offset ↵ | BlueRaja | 2013-01-24 | 1 | -3/+7 | |
| | | | | by 12 hours | |||||
* | Moved constants to constants.php | BlueRaja | 2013-01-24 | 1 | -0/+1 | |
| | ||||||
* | Merge branch 'master' of git.raylu.net:pathery | BlueRaja | 2013-01-24 | 3 | -65/+25 | |
|\ | | | | | | | | | Conflicts: db updates.sql | |||||
| * | Updates to the new Memberlist | Patrick Davison | 2013-01-24 | 1 | -5/+4 | |
| | | ||||||
| * | Chat fixes | Patrick Davison | 2013-01-23 | 2 | -2/+8 | |
| | | ||||||
| * | A functional Memberlist again! New and improved! | Patrick Davison | 2013-01-23 | 1 | -65/+20 | |
| | | ||||||
* | | Added a 'mapExpireTime' column to mapOfTheDay table, to simply a lot of SQL | BlueRaja | 2013-01-24 | 2 | -30/+26 | |
|/ | ||||||
* | Playing around with Chat | Patrick Davison | 2013-01-17 | 1 | -22/+57 | |
| | ||||||
* | Adjusted / added footerlinks. | Patrick Davison | 2013-01-17 | 1 | -1/+1 | |
| | ||||||
* | Updated the About Us page. | Patrick Davison | 2013-01-16 | 1 | -20/+31 | |
| | ||||||
* | Added totalMoves and totalMazes to users; and isTiedForHighScore to ↵ | BlueRaja | 2013-01-15 | 2 | -4/+4 | |
| | | | | solutions (for convenience) | |||||
* | Chat cleanup | Patrick Davison | 2013-01-15 | 1 | -17/+23 | |
| | ||||||
* | This is the chat app* whoops. | Patrick Davison | 2013-01-15 | 1 | -0/+220 | |
| | ||||||
* | Replaced bullet-points with challenge images on challenge page | BlueRaja | 2013-01-13 | 1 | -5/+3 | |
| | ||||||
* | Added totalWins and totalTies columns to the users table. Also, removed all ↵ | BlueRaja | 2013-01-13 | 3 | -9/+8 | |
| | | | | references to the 'statistics' table - it's not needed anymore. | |||||
* | Fixed champion points not showing up correctly in leaderboards ↵ | BlueRaja | 2013-01-13 | 1 | -2/+4 | |
| | | | | weekly/monthly view | |||||
* | Updated CSS of leaderboard page to not get ridiculously large with long ↵ | BlueRaja | 2013-01-13 | 1 | -6/+6 | |
| | | | | names, and not make the points-string off-center | |||||
* | Replaced wins with champion points on the achievements page & achievement ↵ | BlueRaja | 2013-01-13 | 1 | -2/+2 | |
| | | | | unlocks | |||||
* | Fixed minor CSS issue with leaderboard page | BlueRaja | 2013-01-13 | 1 | -1/+1 | |
| | ||||||
* | Added a championpoints image to all the pages. You're definitely going to ↵ | BlueRaja | 2013-01-13 | 2 | -3/+3 | |
| | | | | want to change it before releasing, though :) | |||||
* | Added champion points to the FAQ | BlueRaja | 2013-01-13 | 1 | -1/+23 | |
| | ||||||
* | Added champion points to leaderboard page | BlueRaja | 2013-01-13 | 1 | -3/+12 | |
| | ||||||
* | db.inc.php now only contains the database login info; the actual connection ↵ | BlueRaja | 2013-01-13 | 13 | -14/+14 | |
| | | | | to the DB has been moved to includes/sqlEmbedded. This was done so we don't need to have the db info in two separate files (one of which is in the repo, derp) | |||||
* | Added code for generating and using champion points, and for recalculating ↵ | BlueRaja | 2013-01-13 | 1 | -7/+19 | |
| | | | | them from scratch in the admin panel. Now just need to add them to the scoreboard and the leadboard pages... | |||||
* | changed ChallengeList to return rather than echo. | Patrick Davison | 2013-01-11 | 1 | -12/+14 | |
| | ||||||
* | Challenges, massEmail functions started | Patrick Davison | 2013-01-09 | 2 | -12/+263 | |
| | ||||||
* | Map class and Challenges | Patrick Davison | 2013-01-08 | 2 | -5/+50 | |
| | | | | | The mapclass should eventually replace the current mapmatrix array w/ headers. Work on challenges progresses nicely |