Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Some code relating to testing an API. | Patrick Davison | 2013-01-24 | 2 | -217/+591 |
| | |||||
* | Chat fixes | Patrick Davison | 2013-01-23 | 3 | -2/+10 |
| | |||||
* | A functional Memberlist again! New and improved! | Patrick Davison | 2013-01-23 | 5 | -126/+119 |
| | |||||
* | BUGFIX: Maps sometimes not all being generated.. | BlueRaja | 2013-01-22 | 1 | -1/+1 |
| | |||||
* | Quick auto-format js | BlueRaja | 2013-01-22 | 1 | -146/+164 |
| | |||||
* | Playing around with Chat | Patrick Davison | 2013-01-17 | 1 | -22/+57 |
| | |||||
* | Adjusted / added footerlinks. | Patrick Davison | 2013-01-17 | 3 | -4/+17 |
| | |||||
* | 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 | 6 | -88/+85 |
| | | | | solutions (for convenience) | ||||
* | Chat cleanup | Patrick Davison | 2013-01-15 | 3 | -24/+34 |
| | |||||
* | Merge branch 'HEAD' of ssh://git@git.raylu.net/pathery | Patrick Davison | 2013-01-15 | 3 | -16/+16 |
|\ | |||||
| * | Adding a file containing all database changes made (since copying Snap's DB) | BlueRaja | 2013-01-15 | 1 | -0/+5 |
| | | |||||
| * | BUGFIX: Updating high scores going super SUPER slow | BlueRaja | 2013-01-15 | 1 | -15/+10 |
| | | |||||
| * | BUGFIX: Ties not displaying correctly on the achievements page | BlueRaja | 2013-01-15 | 1 | -1/+1 |
| | | |||||
* | | This is the chat app* whoops. | Patrick Davison | 2013-01-15 | 3 | -0/+372 |
| | | |||||
* | | The scary chat-app in working form! | Patrick Davison | 2013-01-15 | 3 | -29/+28 |
| | | |||||
* | | Merge branch 'HEAD' of ssh://git@git.raylu.net/pathery | Patrick Davison | 2013-01-14 | 30 | -197/+510 |
|\| | | | | | | | | | Conflicts: css/challenge.css | ||||
| * | Replaced bullet-points with challenge images on challenge page | BlueRaja | 2013-01-13 | 2 | -20/+36 |
| | | |||||
| * | Small bugfix for not loading disabled challenges | BlueRaja | 2013-01-13 | 1 | -11/+2 |
| | | |||||
| * | grammar | BlueRaja | 2013-01-13 | 1 | -1/+1 |
| | | |||||
| * | Added a bit more to update notes | BlueRaja | 2013-01-13 | 1 | -3/+4 |
| | | |||||
| * | Adding update notes, since there's a lot that needs to be done to upgrade | BlueRaja | 2013-01-13 | 1 | -0/+11 |
| | | |||||
| * | Added totalWins and totalTies columns to the users table. Also, removed all ↵ | BlueRaja | 2013-01-13 | 6 | -91/+85 |
| | | | | | | | | 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 | 2 | -9/+29 |
| | | | | | | | | names, and not make the points-string off-center | ||||
| * | Replaced wins with champion points on the achievements page & achievement ↵ | BlueRaja | 2013-01-13 | 2 | -21/+19 |
| | | | | | | | | unlocks | ||||
| * | Fixed minor CSS issue with leaderboard page | BlueRaja | 2013-01-13 | 2 | -3/+3 |
| | | |||||
| * | Added a championpoints image to all the pages. You're definitely going to ↵ | BlueRaja | 2013-01-13 | 3 | -3/+3 |
| | | | | | | | | want to change it before releasing, though :) | ||||
| * | Made some calculations significantly simpler by adding a 'isHighScore' ↵ | BlueRaja | 2013-01-13 | 1 | -16/+39 |
| | | | | | | | | column to the solutions table. | ||||
| * | Added champion points to the FAQ | BlueRaja | 2013-01-13 | 1 | -1/+23 |
| | | |||||
| * | Updated the copyright! | BlueRaja | 2013-01-13 | 1 | -1/+1 |
| | | |||||
| * | Added a fix for IE to remove the border around the social-buttons. | BlueRaja | 2013-01-13 | 1 | -0/+1 |
| | | |||||
| * | Moved the social-buttons next to the copyright to make the footer a bit more ↵ | BlueRaja | 2013-01-13 | 2 | -22/+32 |
| | | | | | | | | compact | ||||
| * | Minor change to make the challenge_incomplete color less intense | BlueRaja | 2013-01-13 | 1 | -2/+2 |
| | | |||||
| * | Added champion points to leaderboard page | BlueRaja | 2013-01-13 | 3 | -6/+26 |
| | | |||||
| * | db.inc.php now only contains the database login info; the actual connection ↵ | BlueRaja | 2013-01-13 | 22 | -35/+34 |
| | | | | | | | | 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) | ||||
| * | don't mind me; minor cleanup | BlueRaja | 2013-01-13 | 1 | -2/+0 |
| | | |||||
| * | Added code for generating and using champion points, and for recalculating ↵ | BlueRaja | 2013-01-13 | 3 | -8/+200 |
| | | | | | | | | them from scratch in the admin panel. Now just need to add them to the scoreboard and the leadboard pages... | ||||
* | | Missing email lock definition | Patrick Davison | 2013-01-14 | 2 | -0/+7 |
|/ | |||||
* | changed ChallengeList to return rather than echo. | Patrick Davison | 2013-01-11 | 1 | -12/+14 |
| | |||||
* | QueueEmail function | Patrick Davison | 2013-01-11 | 1 | -0/+148 |
| | |||||
* | Social buttons | Patrick Davison | 2013-01-11 | 4 | -11/+37 |
| | |||||
* | Challenges, massEmail functions started | Patrick Davison | 2013-01-09 | 6 | -22/+312 |
| | |||||
* | Map class and Challenges | Patrick Davison | 2013-01-08 | 5 | -8/+197 |
| | | | | | The mapclass should eventually replace the current mapmatrix array w/ headers. Work on challenges progresses nicely | ||||
* | Updating.php for use when making updates to the main server. | Patrick Davison | 2013-01-08 | 6 | -0/+218 |
| | | | | Also some nice buttons :) | ||||
* | Challenges Implementation. LOTS of stuff | Patrick Davison | 2013-01-08 | 15 | -119/+769 |
| | | | | | 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 |
| | |||||
* | Map addition & Changes | Patrick Davison | 2012-12-27 | 1 | -1/+1 |
| | |||||
* | PHP's 5.4 depreciation of eregi_replace. | Patrick Davison | 2012-12-26 | 3 | -15/+20 |
| | | | | Adjustments for the new htmlFooter |