Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Chat updates. Commands /say to speak as server. Notification of new maps in ↵ | Patrick Davison | 2013-02-18 | 2 | -11/+6 | |
| | | | | chat. | |||||
* | BUGFIX: Player stats not working | BlueRaja | 2013-02-17 | 1 | -9/+10 | |
| | ||||||
* | BUGFIX: Some of the map-types contain special characters! | BlueRaja | 2013-02-17 | 1 | -1/+1 | |
| | ||||||
* | Whoops. | Patrick Davison | 2013-02-17 | 1 | -1/+1 | |
| | ||||||
* | Added Untested code to insert the names into the DB initially. | Patrick Davison | 2013-02-17 | 1 | -1/+1 | |
| | ||||||
* | Simple Normal Complex Map names added in generation. | Patrick Davison | 2013-02-17 | 1 | -1/+1 | |
| | ||||||
* | Now using Jquery everywhere. | Patrick Davison | 2013-02-17 | 1 | -3/+5 | |
| | | | | | | Moved displayMap to mapSpecs. Using displayMap @ Home. Cleaned up scores page. | |||||
* | Mute-User and Lockdown for chat. :). | Patrick Davison | 2013-02-14 | 1 | -0/+15 | |
| | ||||||
* | Chat restyled. | Patrick Davison | 2013-02-14 | 1 | -0/+14 | |
| | ||||||
* | Lots'n Lots of work on the scoreboard... | Patrick Davison | 2013-02-14 | 1 | -2/+2 | |
| | ||||||
* | Deleted depreciated function | Patrick Davison | 2013-02-09 | 1 | -1/+1 | |
| | ||||||
* | Code cleanup / deletions. | Patrick Davison | 2013-02-09 | 3 | -151/+9 | |
| | ||||||
* | Emails!! go to /massemail as an admin. | Patrick Davison | 2013-02-09 | 1 | -6/+12 | |
| | ||||||
* | Chat supporting 50 messages, - also no blank-messages. | Patrick Davison | 2013-02-09 | 1 | -1/+3 | |
| | ||||||
* | Mapclass support for ID. - Whoops. | Patrick Davison | 2013-02-09 | 1 | -3/+4 | |
| | ||||||
* | Huge changes; started deprecation of PHP's displayMap() | Patrick Davison | 2013-02-09 | 1 | -2/+7 | |
| | | | | | | | | | New JS function 'mapAsHTML(mapAsObject)' getScores() will now return solutions if the map has expired. Homepage now uses mapAsHTML. Removed some padding on scoreboard. scoresFormatPage() supports solutions if available. (This can be row-specific) And tons of CSS - deprecating old CSS. | |||||
* | Fixed missing halfquotes for inserting maps at once. | Patrick Davison | 2013-02-09 | 1 | -1/+1 | |
| | ||||||
* | Adding maps at once, instead of seperate SQL calls. | Patrick Davison | 2013-02-06 | 1 | -1/+1 | |
| | ||||||
* | Updated incorrect image URLs | Patrick Davison | 2013-01-31 | 1 | -8/+8 | |
| | ||||||
* | Dynamic resizing of mapThumbnail. | Patrick Davison | 2013-01-30 | 1 | -5/+36 | |
| | ||||||
* | Mapclass->checkpoints/teleports are now accurate. | Patrick Davison | 2013-01-30 | 1 | -0/+27 | |
| | ||||||
* | Really rough API code started. | Patrick Davison | 2013-01-29 | 1 | -0/+1 | |
| | ||||||
* | The start of a new scoreboard or "Scores" page. | Patrick Davison | 2013-01-27 | 1 | -0/+1 | |
| | | | | - I have the feeling some adjustments made here might propigate to the Home page eventually. | |||||
* | Improved DisplayMapThumbnail | Patrick Davison | 2013-01-26 | 2 | -30/+3 | |
| | ||||||
* | Merge branch 'master' of git.raylu.net:pathery | BlueRaja | 2013-01-26 | 1 | -8/+95 | |
|\ | ||||||
| * | Tiny bit of cleanup | Patrick Davison | 2013-01-26 | 1 | -4/+9 | |
| | | ||||||
| * | New mapcode applied to the Mapclass. | Patrick Davison | 2013-01-26 | 1 | -7/+89 | |
| | | ||||||
* | | BUGFIX: Clicking the 'mute' button doesn't save across all maps until page ↵ | BlueRaja | 2013-01-26 | 1 | -2/+2 | |
| | | | | | | | | is refreshed | |||||
* | | Moved usersData table to users table, added a few more columns to users ↵ | BlueRaja | 2013-01-26 | 2 | -29/+12 | |
|/ | | | | (currently unused) | |||||
* | Merge branch 'doin_shit_on_laptop' | BlueRaja | 2013-01-25 | 2 | -15/+38 | |
|\ | | | | | | | | | | | | | Conflicts: includes/datas.php also fixed some stuffs | |||||
| * | Tiers are now unlocked as the user players through challenges; challenges ↵ | BlueRaja | 2013-01-25 | 2 | -14/+35 | |
| | | | | | | | | | | | | left to next tier displayed on challengelist page (untested) | |||||
* | | Temporary tutorial hack - could break with a challengemapID 5. | Patrick Davison | 2013-01-25 | 1 | -4/+5 | |
| | | ||||||
* | | `challengeMaps` table added; start of the required code changes. | Patrick Davison | 2013-01-25 | 1 | -19/+20 | |
|/ | ||||||
* | HOURS -> HOUR. lol... | Patrick Davison | 2013-01-24 | 1 | -1/+1 | |
| | ||||||
* | whoops lol | BlueRaja | 2013-01-24 | 1 | -1/+1 | |
| | ||||||
* | Challenges are now displayed in the correct order again. Ay' carumba. | BlueRaja | 2013-01-24 | 1 | -1/+2 | |
| | ||||||
* | Countdown now shows time to next weekly map as well | BlueRaja | 2013-01-24 | 1 | -4/+15 | |
| | ||||||
* | No time limit when generating maps | BlueRaja | 2013-01-24 | 1 | -1/+1 | |
| | ||||||
* | Added (untested) code to try to correctly add points for weekly maps. Let's ↵ | BlueRaja | 2013-01-24 | 2 | -6/+24 | |
| | | | | see what this be like. | |||||
* | NOW the memberlist should correctly display moves for weekly maps (even when ↵ | BlueRaja | 2013-01-24 | 1 | -5/+7 | |
| | | | | offset by 12 hours) | |||||
* | Using mapExpireTime for basically all playerStats now - champion points for ↵ | BlueRaja | 2013-01-24 | 1 | -53/+52 | |
| | | | | weekly map should be about 99% there, just one more thing to do... | |||||
* | Moved constants to constants.php | BlueRaja | 2013-01-24 | 3 | -15/+78 | |
| | ||||||
* | Merge branch 'master' of git.raylu.net:pathery | BlueRaja | 2013-01-24 | 1 | -7/+20 | |
|\ | | | | | | | | | Conflicts: db updates.sql | |||||
| * | Updates to the new Memberlist | Patrick Davison | 2013-01-24 | 1 | -0/+2 | |
| | | ||||||
| * | A functional Memberlist again! New and improved! | Patrick Davison | 2013-01-23 | 1 | -7/+18 | |
| | | ||||||
* | | Added a 'mapExpireTime' column to mapOfTheDay table, to simply a lot of SQL | BlueRaja | 2013-01-24 | 1 | -1/+1 | |
|/ | ||||||
* | BUGFIX: Maps sometimes not all being generated.. | BlueRaja | 2013-01-22 | 1 | -1/+1 | |
| | ||||||
* | Adjusted / added footerlinks. | Patrick Davison | 2013-01-17 | 1 | -1/+1 | |
| | ||||||
* | Added totalMoves and totalMazes to users; and isTiedForHighScore to ↵ | BlueRaja | 2013-01-15 | 2 | -80/+72 | |
| | | | | solutions (for convenience) | |||||
* | Chat cleanup | Patrick Davison | 2013-01-15 | 1 | -1/+1 | |
| |