Merge branch 'develop' into equipment-refactor-merge-into-develop
17
Gruntfile.js
@@ -75,6 +75,20 @@ module.exports = function(grunt) {
|
||||
|
||||
sprite: sprite,
|
||||
|
||||
imagemin: {
|
||||
spritesmith: {
|
||||
options: {
|
||||
optimizationLevel: 7
|
||||
},
|
||||
files: [{
|
||||
expand: true,
|
||||
flatten: true,
|
||||
src: ["common/dist/sprites/*.png"],
|
||||
dest: "common/dist/sprites/"
|
||||
}]
|
||||
}
|
||||
},
|
||||
|
||||
cssmin: {
|
||||
dist: {
|
||||
options: {
|
||||
@@ -209,7 +223,7 @@ module.exports = function(grunt) {
|
||||
});
|
||||
|
||||
// Register tasks.
|
||||
grunt.registerTask('compile:sprites', ['clean:sprite', 'sprite', 'cssmin']);
|
||||
grunt.registerTask('compile:sprites', ['clean:sprite', 'sprite', 'imagemin', 'cssmin']);
|
||||
grunt.registerTask('build:prod', ['loadManifestFiles', 'clean:build', 'browserify', 'uglify', 'stylus', 'cssmin', 'copy:build', 'hashres','prepare:staticNewStuff']);
|
||||
grunt.registerTask('build:dev', ['browserify', 'stylus', 'prepare:staticNewStuff']);
|
||||
grunt.registerTask('build:test', ['test:prepare:translations', 'build:dev']);
|
||||
@@ -250,6 +264,7 @@ module.exports = function(grunt) {
|
||||
grunt.loadNpmTasks('grunt-concurrent');
|
||||
grunt.loadNpmTasks('grunt-contrib-watch');
|
||||
grunt.loadNpmTasks('grunt-spritesmith');
|
||||
grunt.loadNpmTasks('grunt-contrib-imagemin');
|
||||
grunt.loadNpmTasks('grunt-hashres');
|
||||
grunt.loadNpmTasks('grunt-karma');
|
||||
|
||||
|
||||
52
bower.json
@@ -14,34 +14,34 @@
|
||||
"tests"
|
||||
],
|
||||
"dependencies": {
|
||||
"jquery": "~2.1.0",
|
||||
"jquery.cookie": "~1.4.0",
|
||||
"Angular-At-Directive": "snicker/Angular-At-Directive#c27bae207aa06d1e",
|
||||
"BrowserQuest": "browserquest/BrowserQuest#c3a960b03031dad5d",
|
||||
"angular": "1.3.9",
|
||||
"angular-ui": "~0.4.0",
|
||||
"angular-sanitize": "1.3.9",
|
||||
"angular-resource": "1.3.9",
|
||||
"angular-ui-utils": "~0.1.0",
|
||||
"angular-ui-select2": "git://github.com/angular-ui/ui-select2.git",
|
||||
"angular-bootstrap": "~0.12.0",
|
||||
"angular-loading-bar": "~0.6.0",
|
||||
"bootstrap": "~3.1.0",
|
||||
"bootstrap-growl": "git://github.com/ifightcrime/bootstrap-growl.git#master",
|
||||
"bootstrap-tour": "~0.10.1",
|
||||
"BrowserQuest": "git://github.com/browserquest/BrowserQuest.git",
|
||||
"github-buttons": "git://github.com/mdo/github-buttons.git",
|
||||
"marked": "~0.2.9",
|
||||
"Angular-At-Directive": "git://github.com/snicker/Angular-At-Directive#master",
|
||||
"js-emoji": "git://github.com/snicker/js-emoji#master",
|
||||
"sticky": "*",
|
||||
"swagger-ui": "git://github.com/wordnik/swagger-ui.git#v2.0.24",
|
||||
"ngInfiniteScroll": "1.0.0",
|
||||
"jquery-colorbox": "~1.4.36",
|
||||
"pnotify": "~1.3.1",
|
||||
"jquery-ui": "~1.10.3",
|
||||
"hello": "~1.5.0",
|
||||
"css-social-buttons": "https://github.com/samcollins/css-social-buttons.git",
|
||||
"angular-bootstrap": "~0.13.0",
|
||||
"angular-filter": "~0.5.1",
|
||||
"angular-ui-router": "~0.2.13"
|
||||
"angular-loading-bar": "~0.6.0",
|
||||
"angular-resource": "1.3.9",
|
||||
"angular-sanitize": "1.3.9",
|
||||
"angular-ui": "~0.4.0",
|
||||
"angular-ui-router": "~0.2.13",
|
||||
"angular-ui-select2": "angular-ui/ui-select2#afa6589a54cb72815f",
|
||||
"angular-ui-utils": "~0.1.0",
|
||||
"bootstrap": "~3.1.0",
|
||||
"bootstrap-growl": "ifightcrime/bootstrap-growl#162daa41cd1155f",
|
||||
"bootstrap-tour": "~0.10.1",
|
||||
"css-social-buttons": "samcollins/css-social-buttons#v1.1.1 ",
|
||||
"github-buttons": "mdo/github-buttons#v3.0.0",
|
||||
"hello": "~1.5.0",
|
||||
"jquery": "~2.1.0",
|
||||
"jquery-colorbox": "~1.4.36",
|
||||
"jquery-ui": "~1.10.3",
|
||||
"jquery.cookie": "~1.4.0",
|
||||
"js-emoji": "snicker/js-emoji#f25d8a303f",
|
||||
"marked": "~0.2.9",
|
||||
"ngInfiniteScroll": "1.0.0",
|
||||
"pnotify": "~1.3.1",
|
||||
"sticky": "*",
|
||||
"swagger-ui": "wordnik/swagger-ui#v2.0.24"
|
||||
},
|
||||
"devDependencies": {
|
||||
"angular-mocks": "1.3.9"
|
||||
|
||||
BIN
common/audio/gokulTheme/Achievement_Unlocked.mp3
Executable file → Normal file
BIN
common/audio/gokulTheme/Achievement_Unlocked.ogg
Executable file → Normal file
0
common/audio/gokulTheme/Chat.mp3
Executable file → Normal file
BIN
common/audio/gokulTheme/Chat.ogg
Executable file → Normal file
BIN
common/audio/gokulTheme/Daily.mp3
Executable file → Normal file
BIN
common/audio/gokulTheme/Daily.ogg
Executable file → Normal file
BIN
common/audio/gokulTheme/Death.mp3
Executable file → Normal file
BIN
common/audio/gokulTheme/Death.ogg
Executable file → Normal file
BIN
common/audio/gokulTheme/Item_Drop.mp3
Executable file → Normal file
BIN
common/audio/gokulTheme/Item_Drop.ogg
Executable file → Normal file
BIN
common/audio/gokulTheme/Level_Up.mp3
Executable file → Normal file
BIN
common/audio/gokulTheme/Level_Up.ogg
Executable file → Normal file
BIN
common/audio/gokulTheme/Minus_Habit.mp3
Executable file → Normal file
BIN
common/audio/gokulTheme/Minus_Habit.ogg
Executable file → Normal file
BIN
common/audio/gokulTheme/Plus_Habit.mp3
Executable file → Normal file
BIN
common/audio/gokulTheme/Plus_Habit.ogg
Executable file → Normal file
BIN
common/audio/gokulTheme/Reward.mp3
Executable file → Normal file
BIN
common/audio/gokulTheme/Reward.ogg
Executable file → Normal file
BIN
common/audio/gokulTheme/ToDo.mp3
Executable file → Normal file
BIN
common/audio/gokulTheme/ToDo.ogg
Executable file → Normal file
2
common/dist/sprites/habitrpg-shared.css
vendored
1532
common/dist/sprites/spritesmith0.css
vendored
BIN
common/dist/sprites/spritesmith0.png
vendored
|
Before Width: | Height: | Size: 306 KiB After Width: | Height: | Size: 220 KiB |
5768
common/dist/sprites/spritesmith1.css
vendored
BIN
common/dist/sprites/spritesmith1.png
vendored
|
Before Width: | Height: | Size: 80 KiB After Width: | Height: | Size: 24 KiB |
5354
common/dist/sprites/spritesmith2.css
vendored
BIN
common/dist/sprites/spritesmith2.png
vendored
|
Before Width: | Height: | Size: 152 KiB After Width: | Height: | Size: 104 KiB |
3880
common/dist/sprites/spritesmith3.css
vendored
BIN
common/dist/sprites/spritesmith3.png
vendored
|
Before Width: | Height: | Size: 156 KiB After Width: | Height: | Size: 88 KiB |
1050
common/dist/sprites/spritesmith4.css
vendored
BIN
common/dist/sprites/spritesmith4.png
vendored
|
Before Width: | Height: | Size: 733 KiB After Width: | Height: | Size: 534 KiB |
920
common/dist/sprites/spritesmith5.css
vendored
BIN
common/dist/sprites/spritesmith5.png
vendored
|
Before Width: | Height: | Size: 366 KiB After Width: | Height: | Size: 232 KiB |
1510
common/dist/sprites/spritesmith6.css
vendored
BIN
common/dist/sprites/spritesmith6.png
vendored
|
Before Width: | Height: | Size: 310 KiB After Width: | Height: | Size: 186 KiB |
|
After Width: | Height: | Size: 3.2 KiB |
|
After Width: | Height: | Size: 6.5 KiB |
|
After Width: | Height: | Size: 13 KiB |
|
After Width: | Height: | Size: 25 KiB |
BIN
common/img/sprites/spritesmith/customize/skin/skin_clownfish.png
Normal file
|
After Width: | Height: | Size: 20 KiB |
|
After Width: | Height: | Size: 20 KiB |
BIN
common/img/sprites/spritesmith/customize/skin/skin_deepocean.png
Normal file
|
After Width: | Height: | Size: 18 KiB |
|
After Width: | Height: | Size: 19 KiB |
BIN
common/img/sprites/spritesmith/customize/skin/skin_merblue.png
Normal file
|
After Width: | Height: | Size: 20 KiB |
|
After Width: | Height: | Size: 20 KiB |
BIN
common/img/sprites/spritesmith/customize/skin/skin_mergold.png
Normal file
|
After Width: | Height: | Size: 20 KiB |
|
After Width: | Height: | Size: 20 KiB |
BIN
common/img/sprites/spritesmith/customize/skin/skin_mergreen.png
Normal file
|
After Width: | Height: | Size: 20 KiB |
|
After Width: | Height: | Size: 20 KiB |
BIN
common/img/sprites/spritesmith/customize/skin/skin_merruby.png
Normal file
|
After Width: | Height: | Size: 20 KiB |
|
After Width: | Height: | Size: 20 KiB |
BIN
common/img/sprites/spritesmith/customize/skin/skin_shark.png
Normal file
|
After Width: | Height: | Size: 18 KiB |
|
After Width: | Height: | Size: 20 KiB |
|
After Width: | Height: | Size: 19 KiB |
|
After Width: | Height: | Size: 20 KiB |
|
After Width: | Height: | Size: 3.1 KiB |
|
After Width: | Height: | Size: 3.0 KiB |
|
After Width: | Height: | Size: 3.1 KiB |
|
After Width: | Height: | Size: 2.9 KiB |
|
After Width: | Height: | Size: 3.1 KiB |
|
After Width: | Height: | Size: 3.1 KiB |
BIN
common/img/sprites/spritesmith/misc/seafoam_star.png
Normal file
|
After Width: | Height: | Size: 3.5 KiB |
BIN
common/img/sprites/spritesmith/promo/promo_habitica.png
Normal file
|
After Width: | Height: | Size: 8.3 KiB |
BIN
common/img/sprites/spritesmith/promo/promo_mystery_201506.png
Normal file
|
After Width: | Height: | Size: 3.4 KiB |
BIN
common/img/sprites/spritesmith/promo/promo_orca.png
Normal file
|
After Width: | Height: | Size: 21 KiB |
BIN
common/img/sprites/spritesmith/promo/promo_splashyskins.png
Normal file
|
After Width: | Height: | Size: 5.1 KiB |
|
After Width: | Height: | Size: 3.7 KiB |
BIN
common/img/sprites/spritesmith/quests/quest_evilsanta2.png
Normal file
|
After Width: | Height: | Size: 5.7 KiB |
BIN
common/img/sprites/spritesmith/quests/quest_whale.png
Normal file
|
After Width: | Height: | Size: 17 KiB |
BIN
common/img/sprites/spritesmith/shop/shop_seafoam.png
Normal file
|
After Width: | Height: | Size: 3.0 KiB |
BIN
common/img/sprites/spritesmith/stable/eggs/Pet_Egg_Whale.png
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
|
After Width: | Height: | Size: 20 KiB |
|
After Width: | Height: | Size: 20 KiB |
|
After Width: | Height: | Size: 20 KiB |
|
After Width: | Height: | Size: 20 KiB |
|
After Width: | Height: | Size: 20 KiB |
|
After Width: | Height: | Size: 20 KiB |
|
After Width: | Height: | Size: 20 KiB |
|
After Width: | Height: | Size: 20 KiB |
|
After Width: | Height: | Size: 20 KiB |
|
After Width: | Height: | Size: 20 KiB |
|
After Width: | Height: | Size: 20 KiB |
|
After Width: | Height: | Size: 20 KiB |
|
After Width: | Height: | Size: 20 KiB |
|
After Width: | Height: | Size: 20 KiB |
|
After Width: | Height: | Size: 20 KiB |
|
After Width: | Height: | Size: 20 KiB |
|
After Width: | Height: | Size: 20 KiB |
|
After Width: | Height: | Size: 20 KiB |
|
After Width: | Height: | Size: 20 KiB |
|
After Width: | Height: | Size: 20 KiB |
|
After Width: | Height: | Size: 20 KiB |
|
After Width: | Height: | Size: 20 KiB |
BIN
common/img/sprites/spritesmith/stable/pets/Pet-Whale-Base.png
Normal file
|
After Width: | Height: | Size: 3.3 KiB |
|
After Width: | Height: | Size: 18 KiB |
|
After Width: | Height: | Size: 18 KiB |
BIN
common/img/sprites/spritesmith/stable/pets/Pet-Whale-Desert.png
Normal file
|
After Width: | Height: | Size: 3.3 KiB |
BIN
common/img/sprites/spritesmith/stable/pets/Pet-Whale-Golden.png
Normal file
|
After Width: | Height: | Size: 3.3 KiB |