summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #46 from obra/patch-2HEADorigin/masterorigin/HEADmasterEvan Prodromou2013-06-091-3/+3
|\
| * Update pump handle nomenclature; add a link to pump.ioJesse Vincent2013-06-091-3/+3
|/
* Merge pull request #42 from macno/masterEvan Prodromou2013-04-251-0/+0
|\
| * Fixed image's width. It breaks the thumbnails gridMichele Azzolari2013-04-251-0/+0
|/
* Update dependenciesEvan Prodromou2013-04-211-4/+4
* Add a timestamp to the object, too.Evan Prodromou2013-03-301-1/+2
* Add a published tagEvan Prodromou2013-03-301-1/+3
* Don't keep asking to water the same wheat all the time.Evan Prodromou2013-03-291-15/+20
* Log for queueing a plotEvan Prodromou2013-03-201-1/+2
* Merge pull request #34 from jpope777/newcropsEvan Prodromou2013-03-035-0/+42
|\
| * add new cropsjpope2013-03-035-0/+42
|/
* Empty plots are taking up the whole plot queueEvan Prodromou2013-02-281-2/+5
* Use update connect-databankEvan Prodromou2013-02-261-1/+1
* send a log object to the updaterEvan Prodromou2013-02-261-1/+1
* Use bunyan for updaterEvan Prodromou2013-02-261-43/+39
* Set the interval alwaysEvan Prodromou2013-02-251-9/+6
* Got the wrong cropEvan Prodromou2013-02-241-1/+1
* Reorganize update queueEvan Prodromou2013-02-241-45/+63
* Show that the plot queue has drainedEvan Prodromou2013-02-231-0/+4
* Add some logging for the updaterEvan Prodromou2013-02-231-0/+2
* Start off with an update rather than waiting 15 minutesEvan Prodromou2013-02-231-1/+1
* Better logging for updaterEvan Prodromou2013-02-231-3/+16
* Merge pull request #31 from maiki/patch-1Evan Prodromou2013-01-251-2/+2
|\
| * Update README.mdmaiki2013-01-251-2/+2
|/
* add Bunyan loggingEvan Prodromou2013-01-202-8/+79
* Give the correct dialback URLEvan Prodromou2013-01-201-1/+1
* Use whoami endpointEvan Prodromou2013-01-121-2/+5
* Pass protocol info to gameEvan Prodromou2013-01-121-0/+2
* More robust error when host doesn't have a link-relEvan Prodromou2013-01-121-4/+8
* Support SSLEvan Prodromou2013-01-111-4/+19
* Remember to add DatabankStore schema to dbEvan Prodromou2013-01-111-0/+3
* Add node-uuidEvan Prodromou2013-01-111-1/+2
* README stuffEvan Prodromou2013-01-111-0/+8
* 1M = 60SEvan Prodromou2013-01-111-1/+1
* Add some more crop typesEvan Prodromou2013-01-118-3/+90
* A little more info in the index pageEvan Prodromou2013-01-111-1/+3
* Better hero unitEvan Prodromou2013-01-111-2/+11
* Pay less for damaged crops, and clear flag for empty notificationEvan Prodromou2013-01-112-2/+10
* Add notifications for crop stateEvan Prodromou2013-01-1110-19/+130
* Notify user of empty plotEvan Prodromou2013-01-111-11/+24
* Add URL to crop notifications and activity streamsEvan Prodromou2013-01-112-12/+32
* Crop has its own pageEvan Prodromou2013-01-106-14/+70
* Take parenthesis out of the titleEvan Prodromou2013-01-101-1/+1
* Link to plot on buyEvan Prodromou2013-01-101-3/+7
* Add URL to activitystrea.ms representation of a plotEvan Prodromou2013-01-101-1/+2
* Hide controls if not user closes #15Evan Prodromou2013-01-104-9/+53
* A page for a plotEvan Prodromou2013-01-101-0/+5
* Automatically update the state of cropsEvan Prodromou2013-01-108-61/+318
* enum-like properties for crop stateEvan Prodromou2013-01-101-0/+11
* Add updaterEvan Prodromou2013-01-101-0/+102
* Correct argument for waterActivity()Evan Prodromou2013-01-101-1/+1
* Buying works, tooEvan Prodromou2013-01-101-8/+11
* Make watering a crop workEvan Prodromou2013-01-103-18/+34
* Make tearing up a plot workEvan Prodromou2013-01-103-9/+36
* Move handleLogout out of the OAuth flowEvan Prodromou2013-01-101-8/+8
* Move about from between login and handleLoginEvan Prodromou2013-01-101-4/+4
* We can plant tomatoes againEvan Prodromou2013-01-108-116/+121
* Initialize crop types from JSON fileEvan Prodromou2013-01-093-137/+188
* Use croptype templateEvan Prodromou2013-01-093-14/+15
* Croptype.getAll() methodEvan Prodromou2013-01-093-9/+37
* Get the crops as a hashEvan Prodromou2013-01-093-11/+24
* Show farmer page with plots by referenceEvan Prodromou2013-01-093-12/+27
* Use uuid rather than ID for pkey for plotEvan Prodromou2013-01-092-5/+5
* remove plots when farmer is deletedEvan Prodromou2013-01-091-3/+15
* Fix schema of plotEvan Prodromou2013-01-091-7/+5
* Fix schema of cropEvan Prodromou2013-01-091-9/+7
* A class for crop typesEvan Prodromou2013-01-091-0/+64
* Add plot, crop, croptype to schemaEvan Prodromou2013-01-093-18/+29
* Add a model for a plot of landEvan Prodromou2013-01-091-0/+62
* Add a model for a single cropEvan Prodromou2013-01-091-0/+64
* Better header check for application/jsonEvan Prodromou2013-01-091-2/+2
* Logout buttonEvan Prodromou2013-01-083-1/+10
* Send a welcome message when a user first registersEvan Prodromou2013-01-085-9/+189
* Start off with 25 coinsEvan Prodromou2013-01-081-1/+1
* Buy a new plot of landEvan Prodromou2013-01-085-13/+82
* Add a global farmer listEvan Prodromou2013-01-082-12/+53
* Change the price of cornEvan Prodromou2013-01-081-1/+1
* Generate activities for the farmerEvan Prodromou2013-01-073-20/+127
* Add an OpenFarmGame objectEvan Prodromou2013-01-064-8/+85
* Water a cropEvan Prodromou2013-01-054-1/+47
* Tearup are-you-sureEvan Prodromou2013-01-051-0/+7
* Tear up a plotEvan Prodromou2013-01-054-1/+32
* Add datestamp, index to cropEvan Prodromou2013-01-051-2/+6
* Plant a plotEvan Prodromou2013-01-056-32/+82
* Better id for comparisonEvan Prodromou2013-01-051-1/+1
* Different view for logged in/outEvan Prodromou2013-01-054-17/+39
* Session authEvan Prodromou2013-01-053-48/+108
* Use real farmer for outputEvan Prodromou2013-01-041-41/+24
* Better ID for FarmerEvan Prodromou2013-01-041-1/+5
* Make login workEvan Prodromou2013-01-046-28/+513
* Add the Apache 2.0 licenseEvan Prodromou2013-01-021-0/+202
* UI for planting a cropEvan Prodromou2013-01-027-34/+119
* Show coins betterEvan Prodromou2013-01-012-6/+141
* Add a footerEvan Prodromou2013-01-011-2/+7
* Show a farmer pageEvan Prodromou2013-01-0111-9/+111
* Config fileEvan Prodromou2013-01-012-8/+41
* Ignore fileEvan Prodromou2013-01-011-0/+24
* Switch to UTMLEvan Prodromou2013-01-015-9/+64
* Basic expressEvan Prodromou2013-01-016-0/+69