summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * BUGFIX: Ties not displaying correctly on the achievements pageBlueRaja2013-01-151-1/+1
| |
* | This is the chat app* whoops.Patrick Davison2013-01-153-0/+372
| |
* | The scary chat-app in working form!Patrick Davison2013-01-153-29/+28
| |
* | Merge branch 'HEAD' of ssh://git@git.raylu.net/patheryPatrick Davison2013-01-1430-197/+510
|\| | | | | | | | | Conflicts: css/challenge.css
| * Replaced bullet-points with challenge images on challenge pageBlueRaja2013-01-132-20/+36
| |
| * Small bugfix for not loading disabled challengesBlueRaja2013-01-131-11/+2
| |
| * grammarBlueRaja2013-01-131-1/+1
| |
| * Added a bit more to update notesBlueRaja2013-01-131-3/+4
| |
| * Adding update notes, since there's a lot that needs to be done to upgradeBlueRaja2013-01-131-0/+11
| |
| * Added totalWins and totalTies columns to the users table. Also, removed all ↵BlueRaja2013-01-136-91/+85
| | | | | | | | references to the 'statistics' table - it's not needed anymore.
| * Fixed champion points not showing up correctly in leaderboards ↵BlueRaja2013-01-131-2/+4
| | | | | | | | weekly/monthly view
| * Updated CSS of leaderboard page to not get ridiculously large with long ↵BlueRaja2013-01-132-9/+29
| | | | | | | | names, and not make the points-string off-center
| * Replaced wins with champion points on the achievements page & achievement ↵BlueRaja2013-01-132-21/+19
| | | | | | | | unlocks
| * Fixed minor CSS issue with leaderboard pageBlueRaja2013-01-132-3/+3
| |
| * Added a championpoints image to all the pages. You're definitely going to ↵BlueRaja2013-01-133-3/+3
| | | | | | | | want to change it before releasing, though :)
| * Made some calculations significantly simpler by adding a 'isHighScore' ↵BlueRaja2013-01-131-16/+39
| | | | | | | | column to the solutions table.
| * Added champion points to the FAQBlueRaja2013-01-131-1/+23
| |
| * Updated the copyright!BlueRaja2013-01-131-1/+1
| |
| * Added a fix for IE to remove the border around the social-buttons.BlueRaja2013-01-131-0/+1
| |
| * Moved the social-buttons next to the copyright to make the footer a bit more ↵BlueRaja2013-01-132-22/+32
| | | | | | | | compact
| * Minor change to make the challenge_incomplete color less intenseBlueRaja2013-01-131-2/+2
| |
| * Added champion points to leaderboard pageBlueRaja2013-01-133-6/+26
| |
| * db.inc.php now only contains the database login info; the actual connection ↵BlueRaja2013-01-1322-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 cleanupBlueRaja2013-01-131-2/+0
| |
| * Added code for generating and using champion points, and for recalculating ↵BlueRaja2013-01-133-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 definitionPatrick Davison2013-01-142-0/+7
|/
* changed ChallengeList to return rather than echo.Patrick Davison2013-01-111-12/+14
|
* QueueEmail functionPatrick Davison2013-01-111-0/+148
|
* Social buttonsPatrick Davison2013-01-114-11/+37
|
* Challenges, massEmail functions startedPatrick Davison2013-01-096-22/+312
|
* Map class and ChallengesPatrick Davison2013-01-085-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 Davison2013-01-086-0/+218
| | | | Also some nice buttons :)
* Challenges Implementation. LOTS of stuffPatrick Davison2013-01-0815-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 LeaderboardPatrick Davison2013-01-081-37/+66
|
* Some work on a new MemberslistPatrick Davison2013-01-081-2/+58
|
* Map addition & ChangesPatrick Davison2012-12-271-1/+1
|
* PHP's 5.4 depreciation of eregi_replace.Patrick Davison2012-12-263-15/+20
| | | | Adjustments for the new htmlFooter
* SoundManager1/2 moved to a function in Globe.Patrick Davison2012-12-262-41/+44
|
* Links for footerPatrick Davison2012-12-261-9/+24
|
* Added colors for dual-path numbers.Patrick Davison2012-12-261-3/+7
|
* Overhauled the FAQ with Demo'sPatrick Davison2012-12-263-3/+82
| | | | Fixed a bug with PHP 5.4 number_format change
* Footer, sign-in adjustments to prevent web-crawler cache.Patrick Davison2012-12-264-34/+112
|
* FAQ update and cache adjustmentsPatrick Davison2012-12-122-6/+34
|
* Bug fixes:Patrick Davison2012-12-126-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 cleanupsPatrick Davison2012-12-121-52/+48
|
* RouteMultiPath() function added for cleaner code.Patrick Davison2012-12-123-19/+29
| | | | Added validation support for RouteMultiPath() for a single 2nd-start location path.
* New images, modified image caching.Patrick Davison2012-12-1215-37/+128
|
* Bug fixes in mapspecsPatrick Davison2012-12-071-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 Davison2012-12-023-11/+48
| | | | Completion notice, and "sign in to save progress" added.
* Image updates and mapspecs fixes.Patrick Davison2012-12-0216-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.