Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |||||
* | SoundManager1/2 moved to a function in Globe. | Patrick Davison | 2012-12-26 | 2 | -41/+44 | |
| | ||||||
* | Links for footer | Patrick Davison | 2012-12-26 | 1 | -9/+24 | |
| | ||||||
* | Added colors for dual-path numbers. | Patrick Davison | 2012-12-26 | 1 | -3/+7 | |
| | ||||||
* | Overhauled the FAQ with Demo's | Patrick Davison | 2012-12-26 | 3 | -3/+82 | |
| | | | | Fixed a bug with PHP 5.4 number_format change | |||||
* | Footer, sign-in adjustments to prevent web-crawler cache. | Patrick Davison | 2012-12-26 | 4 | -34/+112 | |
| | ||||||
* | FAQ update and cache adjustments | Patrick Davison | 2012-12-12 | 2 | -6/+34 | |
| | ||||||
* | Bug fixes: | Patrick Davison | 2012-12-12 | 6 | -23/+34 | |
| | | | | | | 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. | |||||
* | mapspecs.js fixes and cleanups | Patrick Davison | 2012-12-12 | 1 | -52/+48 | |
| | ||||||
* | RouteMultiPath() function added for cleaner code. | Patrick Davison | 2012-12-12 | 3 | -19/+29 | |
| | | | | Added validation support for RouteMultiPath() for a single 2nd-start location path. |