Skip to content

Commit

Permalink
Merged latest database.
Browse files Browse the repository at this point in the history
  • Loading branch information
SunburnedGoose committed Feb 19, 2016
1 parent e1f8470 commit 1f11b4e
Show file tree
Hide file tree
Showing 56 changed files with 61 additions and 57 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 3.3.1

* Updated the manifest file.

# 3.3

* Infusion auto calculator is much faster.
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
96 changes: 48 additions & 48 deletions app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>DIM v3.3</title>
<title>DIM v3.3.1</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
Expand Down Expand Up @@ -40,64 +40,64 @@
<div id="content" ui-view></div>
</div>

<script src="scripts/google.js?v=3.3"></script>
<script src="scripts/google.js?v=3.3.1"></script>

<!-- begin vendor scripts -->
<script src="vendor/jquery/dist/jquery.min.js?v=3.3"></script>
<script src="vendor/angular/angular.min.js?v=3.3"></script>
<script src="vendor/angular-ui-router/release/angular-ui-router.min.js?v=3.3"></script>
<script src="vendor/angular-animate/angular-animate.min.js?v=3.3"></script>
<script src="scripts/toaster.js?v=3.3"></script>
<script src="vendor/angular-native-dragdrop/draganddrop.js?v=3.3"></script>
<script src="vendor/ngDialog/js/ngDialog.min.js?v=3.3"></script>
<script src="vendor/Angular.uuid2/dist/angular-uuid2.min.js?v=3.3"></script>
<script src="vendor/underscore/underscore-min.js?v=3.3"></script>
<script src="vendor/lz-string/libs/lz-string.min.js?v=3.3"></script>
<script src="vendor/angular-chrome-storage/angular-chrome-storage.js?v=3.3"></script>
<script src="vendor/angular-messages/angular-messages.min.js?v=3.3"></script>
<script src="vendor/angular-promise-tracker/promise-tracker.js?v=3.3"></script>
<script src="vendor/jquery/dist/jquery.min.js?v=3.3.1"></script>
<script src="vendor/angular/angular.min.js?v=3.3.1"></script>
<script src="vendor/angular-ui-router/release/angular-ui-router.min.js?v=3.3.1"></script>
<script src="vendor/angular-animate/angular-animate.min.js?v=3.3.1"></script>
<script src="scripts/toaster.js?v=3.3.1"></script>
<script src="vendor/angular-native-dragdrop/draganddrop.js?v=3.3.1"></script>
<script src="vendor/ngDialog/js/ngDialog.min.js?v=3.3.1"></script>
<script src="vendor/Angular.uuid2/dist/angular-uuid2.min.js?v=3.3.1"></script>
<script src="vendor/underscore/underscore-min.js?v=3.3.1"></script>
<script src="vendor/lz-string/libs/lz-string.min.js?v=3.3.1"></script>
<script src="vendor/angular-chrome-storage/angular-chrome-storage.js?v=3.3.1"></script>
<script src="vendor/angular-messages/angular-messages.min.js?v=3.3.1"></script>
<script src="vendor/angular-promise-tracker/promise-tracker.js?v=3.3.1"></script>
<!-- end vendor scripts -->

<script src="scripts/ScrollToFixed.js?v=3.3"></script>
<script src="vendor/angular-chrome-storage/angular-chrome-storage.js?v=3.3"></script>
<script src="vendor/angular-cookies/angular-cookies.js?v=3.3"></script>
<script src="vendor/angular-hotkeys/build/hotkeys.js?v=3.3"></script>
<script src="scripts/ScrollToFixed.js?v=3.3.1"></script>
<script src="vendor/angular-chrome-storage/angular-chrome-storage.js?v=3.3.1"></script>
<script src="vendor/angular-cookies/angular-cookies.js?v=3.3.1"></script>
<script src="vendor/angular-hotkeys/build/hotkeys.js?v=3.3.1"></script>

<!-- begin app scripts -->
<script src="scripts/dimApp.module.js?v=3.3"></script>
<script src="scripts/dimApp.config.js?v=3.3"></script>
<script src="scripts/dimWebWorker.factory.js?v=3.3"></script>
<script src="scripts/services/dimRateLimit.factory.js?v=3.3"></script>
<script src="scripts/services/dimBungieService.factory.js?v=3.3"></script>
<script src="scripts/services/dimDefinitions.factory.js?v=3.3"></script>
<script src="scripts/services/dimPlatformService.factory.js?v=3.3"></script>
<script src="scripts/services/dimLoadoutService.factory.js?v=3.3"></script>
<script src="scripts/services/dimSettingsService.factory.js?v=3.3"></script>
<script src="scripts/services/dimStoreService.factory.js?v=3.3"></script>
<script src="scripts/services/dimItemService.factory.js?v=3.3"></script>
<script src="scripts/loadout/dimLoadout.directive.js?v=3.3"></script>
<script src="scripts/loadout/dimLoadoutPopup.directive.js?v=3.3"></script>
<script src="scripts/shell/dimAppCtrl.controller.js?v=3.3"></script>
<script src="scripts/shell/dimSettingsCtrl.controller.js?v=3.3"></script>
<script src="scripts/shell/dimPlatformChoice.directive.js?v=3.3"></script>
<script src="scripts/shell/dimSearchFilter.directive.js?v=3.3"></script>
<script src="scripts/shell/dimClickAnywhereButHere.directive.js?v=3.3"></script>
<script src="scripts/store/dimStores.directive.js?v=3.3"></script>
<script src="scripts/store/dimStoreItems.directive.js?v=3.3"></script>
<script src="scripts/store/dimStoreItem.directive.js?v=3.3"></script>
<script src="scripts/store/dimStoreHeading.directive.js?v=3.3"></script>
<script src="scripts/move-popup/dimMovePopup.directive.js?v=3.3"></script>
<script src="scripts/move-popup/dimTalentGrid.directive.js?v=3.3"></script>
<script src="scripts/move-popup/dimMoveItemProperties.directive.js?v=3.3"></script>
<script src="scripts/infuse/dimInfuse.util.js?v=3.3"></script>
<script src="scripts/infuse/dimInfuseItem.directive.js?v=3.3"></script>
<script src="scripts/infuse/dimInfuse.controller.js?v=3.3"></script>
<script src="scripts/dimApp.module.js?v=3.3.1"></script>
<script src="scripts/dimApp.config.js?v=3.3.1"></script>
<script src="scripts/dimWebWorker.factory.js?v=3.3.1"></script>
<script src="scripts/services/dimRateLimit.factory.js?v=3.3.1"></script>
<script src="scripts/services/dimBungieService.factory.js?v=3.3.1"></script>
<script src="scripts/services/dimDefinitions.factory.js?v=3.3.1"></script>
<script src="scripts/services/dimPlatformService.factory.js?v=3.3.1"></script>
<script src="scripts/services/dimLoadoutService.factory.js?v=3.3.1"></script>
<script src="scripts/services/dimSettingsService.factory.js?v=3.3.1"></script>
<script src="scripts/services/dimStoreService.factory.js?v=3.3.1"></script>
<script src="scripts/services/dimItemService.factory.js?v=3.3.1"></script>
<script src="scripts/loadout/dimLoadout.directive.js?v=3.3.1"></script>
<script src="scripts/loadout/dimLoadoutPopup.directive.js?v=3.3.1"></script>
<script src="scripts/shell/dimAppCtrl.controller.js?v=3.3.1"></script>
<script src="scripts/shell/dimSettingsCtrl.controller.js?v=3.3.1"></script>
<script src="scripts/shell/dimPlatformChoice.directive.js?v=3.3.1"></script>
<script src="scripts/shell/dimSearchFilter.directive.js?v=3.3.1"></script>
<script src="scripts/shell/dimClickAnywhereButHere.directive.js?v=3.3.1"></script>
<script src="scripts/store/dimStores.directive.js?v=3.3.1"></script>
<script src="scripts/store/dimStoreItems.directive.js?v=3.3.1"></script>
<script src="scripts/store/dimStoreItem.directive.js?v=3.3.1"></script>
<script src="scripts/store/dimStoreHeading.directive.js?v=3.3.1"></script>
<script src="scripts/move-popup/dimMovePopup.directive.js?v=3.3.1"></script>
<script src="scripts/move-popup/dimTalentGrid.directive.js?v=3.3.1"></script>
<script src="scripts/move-popup/dimMoveItemProperties.directive.js?v=3.3.1"></script>
<script src="scripts/infuse/dimInfuse.util.js?v=3.3.1"></script>
<script src="scripts/infuse/dimInfuseItem.directive.js?v=3.3.1"></script>
<script src="scripts/infuse/dimInfuse.controller.js?v=3.3.1"></script>
<!-- end app scripts -->

<script src="scripts/3d-falling-leaves.js" type="text/javascript"></script>
<script src="scripts/rotate3Di.js" type="text/javascript"></script>

<!-- <script src="scripts/scripts.min.js?v=3.3"></script> -->
<!-- <script src="scripts/scripts.min.js?v=3.3.1"></script> -->

<style>
.crimson .october-leaf {
Expand Down
2 changes: 1 addition & 1 deletion app/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Destiny Item Manager",
"version": "3.3",
"version": "3.3.1",
"description": "Robust interface to manage gear, weapons, and items in Destiny.",
"icons": {
"16": "icon16.png",
Expand Down
2 changes: 1 addition & 1 deletion app/scripts/api-manifest/items.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/scripts/api-manifest/perks.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/scripts/api-manifest/stats.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/scripts/api-manifest/talent.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/scripts/services/dimDefinitions.factory.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
_.each(definitions, function(file, name) {
var factory = function($http) {
//console.time("loading " + name);
return $http.get('scripts/api-manifest/' + file + '.json?v=3.3')
return $http.get('scripts/api-manifest/' + file + '.json?v=3.3.1')
.then(function(json) {
//console.timeEnd("loading " + name);
return json.data;
Expand Down
2 changes: 1 addition & 1 deletion app/views/about.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div dim-about dim-click-anywhere-but-here="app.closeLoadoutPopup()">
<h1 class="orange">About Destiny Item Manager (DIM)</h1>
<h3>Version 3.3</h3>
<h3>Version 3.3.1</h3>
<p>
DIM is built upon the same services used by Bungie.net and the Destiny Companion App. DIM can access the items within your Guardians inventory and the Vault for both PlayStation and Xbox. You then can drag and drop items anywhere you wish to move them.
</p>
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dim",
"description": "An item manager for Destiny.",
"version": "3.3",
"version": "3.3.1",
"homepage": "https://github.com/DestinyItemManager/DIM",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dim",
"version": "3.3",
"version": "3.3.1",
"description": "An item manager for Destiny.",
"main": "app/index.html",
"scripts": {
Expand Down

0 comments on commit 1f11b4e

Please sign in to comment.