Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | 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. | |||||
* | New images, modified image caching. | Patrick Davison | 2012-12-12 | 15 | -37/+128 | |
| | ||||||
* | Bug fixes in mapspecs | Patrick Davison | 2012-12-07 | 1 | -26/+25 | |
| | | | | | Fixed bug where leaderboard maps break after pressing test. Fixed bug where multipath's 2nd path didn't animate the first square. | |||||
* | Tutorial progress saved for users not-logged-in. | Patrick Davison | 2012-12-02 | 3 | -11/+48 | |
| | | | | Completion notice, and "sign in to save progress" added. | |||||
* | Image updates and mapspecs fixes. | Patrick Davison | 2012-12-02 | 16 | -41/+16 | |
| | | | | | | Fixed a bug where every checkpoint was called "checkpoint A" Fixed a bug where requesting solution during a path would break it. Fixed a bug regarding tutorial success. | |||||
* | Lots of fixes and changes. | Patrick Davison | 2012-11-29 | 8 | -52/+44 | |
| | | | | | | | | 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. | |||||
* | Fixes and changes. Commented out firePHP; Added some debug code. | Patrick Davison | 2012-11-26 | 1 | -49/+62 | |
| | ||||||
* | Cache changes | Patrick Davison | 2012-11-26 | 1 | -3/+3 | |
| | ||||||
* | Minor | Patrick Davison | 2012-11-26 | 2 | -1/+4 | |
| | ||||||
* | Multipath animation support. | Patrick Davison | 2012-11-26 | 1 | -45/+75 | |
| | | | | Finally got the colors in the animation consistant and fairly logical. | |||||
* | 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. | |||||
* | Added badge near username. | Patrick Davison | 2012-11-26 | 2 | -31/+56 | |
| | ||||||
* | Sounds, soundManager2 | Patrick Davison | 2012-11-01 | 13 | -13/+5697 | |
| | | | | | | | | | Created and added "blingb" sound. Added a couple images to the cache Started adding soundManager2 - needs work. More testing on the multi-path animation code. General cleanup on the sounds. Changed the "Improved score 0 to X" to "You scored X" | |||||
* | UI: Sign in bug fix. | Patrick Davison | 2012-11-01 | 1 | -0/+2 | |
| | | | | Fixed a bug where the Sign In box would show up in some crappy browsers because I was stupid. | |||||
* | Merge branch 'HEAD' of ssh://git@git.raylu.net/pathery | Patrick Davison | 2012-10-27 | 4 | -11/+27 | |
|\ | ||||||
| * | integrate mixpanel people | raylu | 2012-10-26 | 4 | -10/+26 | |
| | | | | | | | | https://mixpanel.com/docs/people-analytics | |||||
* | | Newline char | Patrick Davison | 2012-10-27 | 1 | -1/+1 | |
| | |