Matteo Pagliazzi
|
9ef4b6409e
|
Merge branch 'develop' into api-v3 and move new relic to new location
|
2016-02-22 11:43:35 +01:00 |
|
Phillip Thelen
|
762576e7a2
|
fix typo
|
2016-02-18 20:59:20 +01:00 |
|
Phillip Thelen
|
86181253c6
|
store reminders for tasks
|
2016-02-18 20:30:02 +01:00 |
|
Matteo Pagliazzi
|
e6b425d713
|
Revert "delete completed todos 30/90 days after completion"
This reverts commit 0a9391ea75.
|
2016-02-15 22:11:03 +01:00 |
|
Matteo Pagliazzi
|
28c6c27b78
|
Merge branch 'develop' into api-v3
|
2016-02-14 13:03:29 +01:00 |
|
Alys
|
e7c88d6e5d
|
set purchased.plan.dateUpdated during cron if it hasn't been set - ref https://github.com/HabitRPG/habitrpg/issues/6682
|
2016-02-09 20:52:50 +10:00 |
|
Matteo Pagliazzi
|
0a9391ea75
|
delete completed todos 30/90 days after completion
|
2016-01-31 19:45:30 +01:00 |
|
Matteo Pagliazzi
|
914b2eb008
|
Merge branch 'develop' into api-v3
|
2016-01-13 18:39:44 +01:00 |
|
Matteo Pagliazzi
|
f83b271b30
|
rever new history preening
|
2016-01-13 11:07:52 +01:00 |
|
Matteo Pagliazzi
|
be0fe3eb4f
|
Merge pull request #6479 from HabitRPG/new-history-preening
New history preening
|
2016-01-09 20:12:33 +01:00 |
|
Matteo Pagliazzi
|
ae852f9a2e
|
complete preening and enable for challenges too
|
2016-01-08 17:47:08 +01:00 |
|
Matteo Pagliazzi
|
fdd5ab724a
|
begin implementing new preenUserHistory method: port current code to es6 and setup tests
|
2016-01-07 18:44:25 +01:00 |
|
Blade Barringer
|
75f71bc2ca
|
fix: Corrects stat allocation bug where it was possible to recieve more points than 100
fixes #6434
|
2016-01-05 08:35:40 -06:00 |
|
Alys
|
8db492099c
|
Revert "fix(common): Corrects bug where stat points could be awarded after level 100"
This reverts commit 2bbdf66d76.
|
2016-01-05 07:05:40 +10:00 |
|
Alys
|
ece0de51cc
|
Revert "assign correct number of attribute points after leveling up - fixes 6434"
This reverts commit 53e2939ad9.
|
2016-01-05 07:05:26 +10:00 |
|
Alys
|
53e2939ad9
|
assign correct number of attribute points after leveling up - fixes 6434
|
2016-01-05 06:31:43 +10:00 |
|
Blade Barringer
|
2bbdf66d76
|
fix(common): Corrects bug where stat points could be awarded after level 100
Closes #6434
|
2016-01-04 07:58:59 -06:00 |
|
Blade Barringer
|
ae9ec63229
|
Merge branch 'develop' into api-v3
|
2015-12-29 08:07:04 -06:00 |
|
Blade Barringer
|
bce049a316
|
Merge branch 'develop' of github.com:HabitRPG/habitrpg into api-v3
|
2015-12-29 08:06:22 -06:00 |
|
Blade Barringer
|
b3050e5a67
|
chore(dependency): Upgrade lodash from v2 to v3
|
2015-12-29 07:45:03 -06:00 |
|
Blade Barringer
|
b6ab74ceda
|
refactor(common): Update variable name
|
2015-12-26 20:10:56 -06:00 |
|
Blade Barringer
|
80ed048d5c
|
tests: Update updateStats test
|
2015-12-26 19:52:25 -06:00 |
|
Blade Barringer
|
1b118d86b2
|
refactor: Extract constants into constants file
|
2015-12-26 19:41:20 -06:00 |
|
Matteo Pagliazzi
|
2e5c7df94f
|
Merge pull request #6343 from HabitRPG/api-v3-tasks2
[API v3] Tasks 2
|
2015-12-16 13:18:05 +01:00 |
|
Keith Holliday
|
ad196ecafb
|
Added Max Stat Points constant
|
2015-12-15 18:48:47 -06:00 |
|
Keith Holliday
|
ff1f63da9a
|
Removed user.stats.lvl check before attribution
|
2015-12-15 18:38:33 -06:00 |
|
Keith Holliday
|
298df73619
|
Added check for total points before skipping attribution
|
2015-12-15 18:38:33 -06:00 |
|
Matteo Pagliazzi
|
155719996d
|
remove user.tasks getter on the server
|
2015-12-14 20:10:18 +01:00 |
|
Matteo Pagliazzi
|
409102ae19
|
wip score tests
|
2015-12-13 23:51:06 +01:00 |
|
Blade Barringer
|
dafe014ec8
|
Merge branch 'develop' into TheHollidayInn-skills-burst-backstap-leveling-fix
|
2015-12-13 10:06:27 -06:00 |
|
Oliver Eyton-Williams
|
dcd7cae312
|
Reverted changes related to multiple messages and changed handleTwoHanded to send single, clearer, messages.
|
2015-12-02 16:51:01 +01:00 |
|
Oliver Eyton-Williams
|
da35eb6067
|
user.ops functions can now send multiple messages at once. Clearer messages are sent when equipping/unequipping two-handed weapons.
|
2015-12-01 18:24:23 +01:00 |
|
Keith Holliday
|
06ee603942
|
Initialized usr._temp when score function is skipped
|
2015-11-29 11:11:06 -06:00 |
|
Alys
|
9f53365648
|
add comment for refactoring to fix reset bug that doesn't unequip gear properly (e.g., https://github.com/HabitRPG/habitrpg/issues/6304)
|
2015-11-27 06:13:14 +10:00 |
|
Oliver Eyton-Williams
|
707cd08a8b
|
Merged: updating two-handed tests to use arrow functions.
|
2015-11-25 12:12:22 +01:00 |
|
Alys
|
69553260d3
|
revert refactor of preenHistory
|
2015-11-24 08:24:33 +10:00 |
|
Blade Barringer
|
7d49a8cbf8
|
Merge branch 'develop' into HabitRPG-sabrecat/modularize-statHelpers
|
2015-11-23 08:07:58 -06:00 |
|
Alys
|
1082bb1f81
|
refactor preenHistory from index.js to cron.js
|
2015-11-22 15:52:30 +10:00 |
|
Alys
|
83ea085c21
|
refactor api.shouldDo and associated code; fix new bug in sanitizeOptions()
|
2015-11-22 11:28:51 +10:00 |
|
Alys
|
a380c1aa30
|
refactor api.daysSince to a cron.js function not exposed on api
|
2015-11-22 10:48:15 +10:00 |
|
Alys
|
2f8b6d68e8
|
refactor api.startOfDay to a cron.js function not exposed on api
|
2015-11-22 07:13:44 +10:00 |
|
Alys
|
6183fd9e71
|
refactor api.startOfWeek to a cron.js function not exposed on api
|
2015-11-21 22:26:05 +10:00 |
|
Alys
|
e0784a9791
|
refactor sanitizeOptions from index.js to cron.js
|
2015-11-21 22:06:02 +10:00 |
|
Alys
|
a73662bab6
|
refactor api.dayMapping to DAY_MAPPING const, not exposed on api
|
2015-11-21 20:48:18 +10:00 |
|
Sabe Jones
|
ed443b490a
|
refactor(constant): Screaming camel MAX_LEVEL
|
2015-11-18 15:14:47 -05:00 |
|
Sabe Jones
|
31b68219d1
|
refactor(stats): Address PR comments
|
2015-11-18 15:06:55 -05:00 |
|
Oliver Eyton-Williams
|
cae267c0fa
|
Two-handed weapons no longer automatically equip unless desired.
|
2015-11-18 11:59:31 +01:00 |
|
Sabe Jones
|
4bf20959dd
|
refactor(stats): Math helpers ES2015 module
|
2015-11-17 15:41:26 -05:00 |
|
Blade Barringer
|
774a42d67e
|
Convert coffee files to JS
|
2015-11-11 20:32:00 -06:00 |
|