Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Mapeditor bug fixes. | Snap | 2015-05-05 | 1 | -80/+87 |
| | | | Snap.png ^_^ | ||||
* | Prevent curse from crashing the server with the map editor | BlueRaja | 2013-06-08 | 1 | -10/+13 |
| | |||||
* | Edited a few more places where "include_once" was being used within a ↵ | BlueRaja | 2013-05-28 | 1 | -3/+2 |
| | | | | method. Hopefully this doesn't break anything :) | ||||
* | Map thumbnail, partial animation of blocked path. | Patrick Davison | 2013-04-23 | 1 | -0/+1 |
| | |||||
* | Blocked shows last Target. | Patrick Davison | 2013-04-18 | 1 | -0/+1 |
| | |||||
* | MapEditor improvements | Patrick Davison | 2013-04-09 | 1 | -0/+1 |
| | |||||
* | Lots'n Lots of work on the scoreboard... | Patrick Davison | 2013-02-14 | 1 | -2/+2 |
| | |||||
* | Code cleanup / deletions. | Patrick Davison | 2013-02-09 | 1 | -1/+3 |
| | |||||
* | Dynamic resizing of mapThumbnail. | Patrick Davison | 2013-01-30 | 1 | -5/+36 |
| | |||||
* | Improved DisplayMapThumbnail | Patrick Davison | 2013-01-26 | 1 | -30/+1 |
| | |||||
* | BUGFIX: Clicking the 'mute' button doesn't save across all maps until page ↵ | BlueRaja | 2013-01-26 | 1 | -2/+2 |
| | | | | is refreshed | ||||
* | db.inc.php now only contains the database login info; the actual connection ↵ | BlueRaja | 2013-01-13 | 1 | -3/+3 |
| | | | | 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) | ||||
* | 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 | ||||
* | Challenges Implementation. LOTS of stuff | Patrick Davison | 2013-01-08 | 1 | -0/+13 |
| | | | | | 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. | ||||
* | RouteMultiPath() function added for cleaner code. | Patrick Davison | 2012-12-12 | 1 | -2/+26 |
| | | | | Added validation support for RouteMultiPath() for a single 2nd-start location path. | ||||
* | Image updates and mapspecs fixes. | Patrick Davison | 2012-12-02 | 1 | -1/+2 |
| | | | | | | 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. | ||||
* | Did some more work on the challenges, to have them added to the DB when the ↵ | BlueRaja | 2012-09-30 | 1 | -0/+2 |
| | | | | user actually completes them. No idea if it actually works yet :) | ||||
* | Fixing various javascript warnings, as well as renaming all //!! comments to ↵ | BlueRaja | 2012-08-25 | 1 | -3/+3 |
| | | | | //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 | 1 | -16/+2 |
|\ | |||||
| * | Merge branch 'master' of git.raylu.net:pathery | BlueRaja | 2012-08-18 | 1 | -3/+34 |
| |\ | |||||
| * | | Preloading of path images | BlueRaja | 2012-08-18 | 1 | -15/+1 |
| | | | |||||
* | | | Syntax error | Patrick Davison | 2012-08-18 | 1 | -1/+1 |
| |/ |/| | |||||
* | | The start on Multi-day maps and Dual Path mechanic | Patrick Davison | 2012-08-18 | 1 | -3/+34 |
|/ | | | | Halfway started both. | ||||
* | Bug regarding having no speed cookies for speed options. | Patrick Davison | 2012-07-31 | 1 | -5/+6 |
| | |||||
* | fix lots of warnings, whitespace | raylu | 2012-07-18 | 1 | -15/+19 |
| | |||||
* | Cordinates should be X,Y - not Y,X. | Patrick Davison | 2012-04-22 | 1 | -17/+17 |
| | |||||
* | Changed to a map-pool. | Patrick Davison | 2012-04-17 | 1 | -7/+17 |
| | |||||
* | Fixed some Syntax errors | Patrick Davison | 2012-03-19 | 1 | -7/+6 |
| | |||||
* | Fix for JSON "MapData" div issue for search engines. | Patrick Davison | 2012-02-02 | 1 | -8/+11 |
| | |||||
* | Added dual layers to the maptable. | Patrick Davison | 2012-02-02 | 1 | -22/+37 |
| | |||||
* | Admin page now shows memberlist. Sound volume reduced to 50%. Social ↵ | Patrick Davison | 2011-12-12 | 1 | -11/+19 |
| | | | | networks added to about. Minor adjustments. | ||||
* | Favicon. Support for multi tele-outs + efficiency improvements. | Patrick Davison | 2011-11-30 | 1 | -26/+31 |
| | |||||
* | Fix for broken start location. | Patrick Davison | 2011-11-27 | 1 | -1/+6 |
| | | | | PHP improperly duplicates $v? | ||||
* | Efficiency improvements to findPath | Patrick Davison | 2011-11-20 | 1 | -6/+20 |
| | |||||
* | Leaderboard can now show further back than yesterday. | Patrick Davison | 2011-11-18 | 1 | -0/+1 |
| | |||||
* | Tutorial, Map Position:'s, Solver. | Patrick Davison | 2011-11-15 | 1 | -23/+21 |
| | |||||
* | Tutorial work | Patrick Davison | 2011-11-07 | 1 | -1/+1 |
| | |||||
* | new layout | raylu | 2011-11-05 | 1 | -1/+1 |
| | |||||
* | Merge branch 'HEAD' of ssh://git@git.raylu.net/pathery | Patrick Davison | 2011-09-15 | 1 | -7/+7 |
|\ | |||||
| * | fix some validation issues; get rid of div around like button | raylu | 2011-09-14 | 1 | -7/+7 |
| | | |||||
* | | Tutorial work | Patrick Davison | 2011-09-15 | 1 | -11/+70 |
|/ | |||||
* | new font: cantarell | raylu | 2011-09-11 | 1 | -2/+2 |
| | | | | also fix some css properties, reorder the header, and other minor fixes | ||||
* | Minor error regarding plausibly non-existant array. | Patrick Davison | 2011-09-09 | 1 | -2/+4 |
| | |||||
* | Improved map validation. | Patrick Davison | 2011-05-02 | 1 | -21/+19 |
| | |||||
* | Added map "Seeing Double" to Saturday. | Patrick Davison | 2011-04-22 | 1 | -22/+8 |
| | | | | Fixed an issue with pathing related to multiple checkpoints and a teleport. | ||||
* | Support for shaped maps. | Patrick Davison | 2011-04-21 | 1 | -38/+238 |
| | | | | A lot of additions and changes, specifically regarding how the map is pathed and generated. Removing some assumptions for actual code. |