Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | Challenges Implementation. LOTS of stuff | Patrick Davison | 2013-01-08 | 6 | -39/+189 |
| | | | | | Fixed an issue with loading best solution from logged out to logged in state. Commented out a lot of firephp stuff; feel free to uncomment. | ||||
* | Fixes/adjustments for the Leaderboard | Patrick Davison | 2013-01-08 | 1 | -37/+66 |
| | |||||
* | Some work on a new Memberslist | Patrick Davison | 2013-01-08 | 1 | -2/+58 |
| | |||||
* | PHP's 5.4 depreciation of eregi_replace. | Patrick Davison | 2012-12-26 | 3 | -15/+20 |
| | | | | Adjustments for the new htmlFooter | ||||
* | SoundManager1/2 moved to a function in Globe. | Patrick Davison | 2012-12-26 | 1 | -35/+5 |
| | |||||
* | Overhauled the FAQ with Demo's | Patrick Davison | 2012-12-26 | 2 | -2/+81 |
| | | | | Fixed a bug with PHP 5.4 number_format change | ||||
* | FAQ update and cache adjustments | Patrick Davison | 2012-12-12 | 1 | -3/+31 |
| | |||||
* | Bug fixes: | Patrick Davison | 2012-12-12 | 3 | -21/+30 |
| | | | | | | Fixed bug where scores were being loaded twice. Moved GZIP Compression to index.php Updated login.php to call an error on empty email addresses. | ||||
* | New images, modified image caching. | Patrick Davison | 2012-12-12 | 1 | -24/+69 |
| | |||||
* | Tutorial progress saved for users not-logged-in. | Patrick Davison | 2012-12-02 | 2 | -1/+10 |
| | | | | Completion notice, and "sign in to save progress" added. | ||||
* | Lots of fixes and changes. | Patrick Davison | 2012-11-29 | 3 | -22/+14 |
| | | | | | | | | nofollow on login links. tutorial fix changed how $accepted works changed how $wallColor/Emblem works fixed a bug when multiple players scored at the same momment. | ||||
* | Minor | Patrick Davison | 2012-11-26 | 1 | -0/+4 |
| | |||||
* | Prep for push to the main server. | Patrick Davison | 2012-11-26 | 1 | -37/+39 |
| | | | | Some future proofing changes, and some changes for the sake of change. |