Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'HEAD' of ssh://git@git.raylu.net/pathery | Patrick Davison | 2013-01-14 | 7 | -137/+320 |
|\ | | | | | | | | | Conflicts: css/challenge.css | ||||
| * | Small bugfix for not loading disabled challenges | BlueRaja | 2013-01-13 | 1 | -11/+2 |
| | | |||||
| * | Added totalWins and totalTies columns to the users table. Also, removed all ↵ | BlueRaja | 2013-01-13 | 3 | -82/+77 |
| | | | | | | | | references to the 'statistics' table - it's not needed anymore. | ||||
| * | Replaced wins with champion points on the achievements page & achievement ↵ | BlueRaja | 2013-01-13 | 1 | -19/+17 |
| | | | | | | | | unlocks | ||||
| * | Made some calculations significantly simpler by adding a 'isHighScore' ↵ | BlueRaja | 2013-01-13 | 1 | -16/+39 |
| | | | | | | | | column to the solutions table. | ||||
| * | Updated the copyright! | BlueRaja | 2013-01-13 | 1 | -1/+1 |
| | | |||||
| * | Moved the social-buttons next to the copyright to make the footer a bit more ↵ | BlueRaja | 2013-01-13 | 1 | -13/+11 |
| | | | | | | | | compact | ||||
| * | Added champion points to leaderboard page | BlueRaja | 2013-01-13 | 1 | -3/+4 |
| | | |||||
| * | db.inc.php now only contains the database login info; the actual connection ↵ | BlueRaja | 2013-01-13 | 5 | -15/+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) | ||||
| * | 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 | 2 | -1/+181 |
| | | | | | | | | 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 | 1 | -0/+4 |
|/ | |||||
* | QueueEmail function | Patrick Davison | 2013-01-11 | 1 | -0/+148 |
| | |||||
* | Social buttons | Patrick Davison | 2013-01-11 | 1 | -2/+11 |
| | |||||
* | Challenges, massEmail functions started | Patrick Davison | 2013-01-09 | 2 | -1/+20 |
| | |||||
* | Map class and Challenges | Patrick Davison | 2013-01-08 | 1 | -0/+55 |
| | | | | | 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 | 1 | -0/+154 |
| | | | | Also some nice buttons :) | ||||
* | Challenges Implementation. LOTS of stuff | Patrick Davison | 2013-01-08 | 3 | -30/+229 |
| | | | | | 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. | ||||
* | Map addition & Changes | Patrick Davison | 2012-12-27 | 1 | -1/+1 |
| | |||||
* | Overhauled the FAQ with Demo's | Patrick Davison | 2012-12-26 | 1 | -1/+1 |
| | | | | Fixed a bug with PHP 5.4 number_format change | ||||
* | Footer, sign-in adjustments to prevent web-crawler cache. | Patrick Davison | 2012-12-26 | 1 | -5/+18 |
| | |||||
* | FAQ update and cache adjustments | Patrick Davison | 2012-12-12 | 1 | -3/+3 |
| | |||||
* | RouteMultiPath() function added for cleaner code. | Patrick Davison | 2012-12-12 | 2 | -3/+27 |
| | | | | Added validation support for RouteMultiPath() for a single 2nd-start location path. | ||||
* | New images, modified image caching. | Patrick Davison | 2012-12-12 | 1 | -4/+21 |
| | |||||
* | Image updates and mapspecs fixes. | Patrick Davison | 2012-12-02 | 2 | -4/+5 |
| | | | | | | 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 | 2 | -22/+6 |
| | | | | | | | | 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. | ||||
* | Cache changes | Patrick Davison | 2012-11-26 | 1 | -3/+3 |
| | |||||
* | Added badge near username. | Patrick Davison | 2012-11-26 | 1 | -19/+44 |
| | |||||
* | Sounds, soundManager2 | Patrick Davison | 2012-11-01 | 1 | -1/+3 |
| | | | | | | | | | 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" | ||||
* | Merge branch 'HEAD' of ssh://git@git.raylu.net/pathery | Patrick Davison | 2012-10-27 | 1 | -5/+16 |
|\ | |||||
| * | integrate mixpanel people | raylu | 2012-10-26 | 1 | -4/+15 |
| | | | | | | | | https://mixpanel.com/docs/people-analytics | ||||
* | | Newline char | Patrick Davison | 2012-10-27 | 1 | -1/+1 |
|/ | |||||
* | Completed an ugly but functional draft of the challenge-listing page | BlueRaja | 2012-10-01 | 1 | -1/+17 |
| | |||||
* | Added a challenge-listing page, and skeleton code for the listing itself | BlueRaja | 2012-10-01 | 1 | -0/+10 |
| | |||||
* | Fixing tutorial | BlueRaja | 2012-10-01 | 1 | -2/+2 |
| | |||||
* | Fixed a few bugs with challenges, and added some debugging code (which still ↵ | BlueRaja | 2012-10-01 | 1 | -5/+52 |
| | | | | needs to be removed) | ||||
* | Added the lightweight FirePHPCore debugging library for debugging AJAX queries | BlueRaja | 2012-10-01 | 5 | -0/+3672 |
| | |||||
* | Did some more work on the challenges, to have them added to the DB when the ↵ | BlueRaja | 2012-09-30 | 2 | -34/+169 |
| | | | | user actually completes them. No idea if it actually works yet :) | ||||
* | Created remanants of a challenge page (loaded completely from the database). ↵ | BlueRaja | 2012-08-27 | 1 | -1/+56 |
| | | | | Kept the old challenge page, because Snap will probably want to reuse the Javascript. | ||||
* | BUGFIX: Race condition when generating maps - might accidentally generate ↵ | BlueRaja | 2012-08-26 | 1 | -1/+1 |
| | | | | two+ sets of maps | ||||
* | Found a few more TODO comments | BlueRaja | 2012-08-25 | 1 | -1/+1 |
| | |||||
* | Fixing various javascript warnings, as well as renaming all //!! comments to ↵ | BlueRaja | 2012-08-25 | 3 | -6/+6 |
| | | | | //TODO | ||||
* | Merge branch 'master' of git.raylu.net:pathery | BlueRaja | 2012-08-25 | 1 | -0/+7 |
|\ | | | | | | | | | Conflicts: pages/gallery.php | ||||
| * | Rock X and Rock x UI support | Patrick Davison | 2012-08-25 | 1 | -0/+7 |
| | | |||||
* | | Added single-path blocking towers functionality to routePath | BlueRaja | 2012-08-25 | 1 | -19/+25 |
|/ | |||||
* | Multipath support for UI | Patrick Davison | 2012-08-21 | 1 | -5/+7 |
| | |||||
* | Merge branch 'HEAD' of ssh://git@git.raylu.net/pathery | Patrick Davison | 2012-08-18 | 2 | -16/+12 |
|\ | |||||
| * | Merge branch 'master' of git.raylu.net:pathery | BlueRaja | 2012-08-18 | 2 | -4/+35 |
| |\ | |||||
| * | | Preloading of path images | BlueRaja | 2012-08-18 | 2 | -15/+11 |
| | | | |||||
* | | | Syntax error | Patrick Davison | 2012-08-18 | 1 | -1/+1 |
| |/ |/| |