Skip to content

Commit cb558cc

Browse files
author
Arthur Hulsman
committed
VGD-754 - Migrated all changes from the splash branch into this branch which originates from master. This way we will have all major changes, including preloading of the preroll.
1 parent 5f75f19 commit cb558cc

11 files changed

+2322
-390
lines changed

Gruntfile.js

+23-19
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ module.exports = function(grunt) {
2121
*/
2222
exec: {
2323
eslint: {
24-
cmd: './node_modules/.bin/eslint --ext .js, src'
25-
}
24+
cmd: './node_modules/.bin/eslint --ext .js, src',
25+
},
2626
},
2727

2828
/**
@@ -92,7 +92,7 @@ module.exports = function(grunt) {
9292
*/
9393
browserify: {
9494
options: {
95-
transform: [['babelify', {presets: ['es2015']}]],
95+
transform: [['babelify', {presets: ['env']}]],
9696
},
9797
lib: {
9898
src: 'src/**/*.js',
@@ -178,7 +178,7 @@ module.exports = function(grunt) {
178178
grunt.loadNpmTasks('grunt-contrib-uglify');
179179
grunt.loadNpmTasks('grunt-banner');
180180

181-
// Register tasks.
181+
// Register all tasks.
182182
grunt.registerTask('duration',
183183
'Displays the duration of the grunt task up until this point.',
184184
function() {
@@ -197,10 +197,12 @@ module.exports = function(grunt) {
197197
}
198198
console.log('Duration: ' + hh + ':' + mm + ':' + ss);
199199
});
200-
grunt.registerTask('sourcemaps', 'Build with sourcemaps', function() {
201-
grunt.config.set('uglify.options.sourceMap', true);
202-
grunt.config.set('uglify.options.sourceMapIncludeSources', true);
203-
});
200+
grunt.registerTask('sourcemaps',
201+
'Build with sourcemaps',
202+
function() {
203+
grunt.config.set('uglify.options.sourceMap', true);
204+
grunt.config.set('uglify.options.sourceMapIncludeSources', true);
205+
});
204206
grunt.registerTask('default',
205207
'Start BrowserSync and watch for any changes so we can do live updates while developing.',
206208
function() {
@@ -216,17 +218,19 @@ module.exports = function(grunt) {
216218
'watch'];
217219
grunt.task.run(tasksArray);
218220
});
219-
grunt.registerTask('build', 'Build and optimize the js.', function() {
220-
const tasksArray = [
221-
'clean',
222-
'exec:eslint',
223-
'browserify',
224-
'uglify',
225-
'usebanner',
226-
'copy:build',
227-
'duration'];
228-
grunt.task.run(tasksArray);
229-
});
221+
grunt.registerTask('build',
222+
'Build and optimize the js.',
223+
function() {
224+
const tasksArray = [
225+
'clean',
226+
'exec:eslint',
227+
'browserify',
228+
'uglify',
229+
'usebanner',
230+
'copy:build',
231+
'duration'];
232+
grunt.task.run(tasksArray);
233+
});
230234
grunt.registerTask('deploy',
231235
'Upload the build files.',
232236
function() {

README.md

+1-16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[![npm](https://img.shields.io/npm/v/npm.svg)](https://nodejs.org/)
2-
[![GitHub version](https://img.shields.io/badge/version-0.0.9-blue.svg)](https://github.com/GameDistribution/GD-HTML5/)
2+
[![GitHub version](https://img.shields.io/badge/version-1.0.0-green.svg)](https://github.com/GameDistribution/GD-HTML5/)
33
[![Built with Grunt](https://cdn.gruntjs.com/builtwith.svg)](http://gruntjs.com/)
44
[![license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/GameDistribution/GD-HTML5/blob/master/LICENSE)
55

@@ -20,9 +20,6 @@ Add the following script to your document.
2020
window["GD_OPTIONS"] = {
2121
"gameId": "[YOUR GD GAME ID HERE]",
2222
"userId": "[YOUR GD USER ID HERE]",
23-
"advertisementSettings": {
24-
"autoplay": false,
25-
},
2623
"onEvent": function(event) {
2724
switch (event.name) {
2825
case "SDK_GAME_START":
@@ -148,15 +145,3 @@ https://developers.google.com/interactive-media-ads/docs/sdks/html5/
148145
| USER_CLOSE | Fired when the ad is closed by the user. |
149146
| VOLUME_CHANGED | Fired when the ad volume has changed. |
150147
| VOLUME_MUTED | Fired when the ad volume has been muted. |
151-
152-
153-
154-
155-
156-
157-
158-
159-
160-
161-
162-

index.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
<html>
22
<head>
33
<title>Gamedistribution.com HTML5 SDK</title>
4+
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
45
<style>
56
#container {
67
position: absolute; margin: auto; width: 800px; height: 600px;
78
}
89
</style>
910
</head>
10-
<body style="margin: 0; padding: 0; background: linear-gradient(90deg,#1b3786,#24b3c0);">
11+
<body style="height: 100%; margin: 0; padding: 0; background: linear-gradient(90deg,#1b3786,#24b3c0);">
1112

1213
<div id="container"></div>
1314

1415
<script type="text/javascript">
1516
window["GD_OPTIONS"] = {
16-
"debug": true, // Enable debugging console. This will set a value in local storage as well, remove this value if you don't want debugging at all. You can also call it by running gdsdk.openConsole() within your browser console.
17+
"debug": false, // Enable debugging console. This will set a value in local storage as well, remove this value if you don't want debugging at all. You can also call it by running gdsdk.openConsole() within your browser console.
1718
"gameId": "49258a0e497c42b5b5d87887f24d27a6", // Your gameId which is unique for each one of your games; can be found at your Gamedistribution.com account.
1819
"userId": "ABD36C6C-E74B-4BA7-BE87-0AB01F98D30D-s1", // Your userId which can be found at your Gamedistribution.com account.
20+
"prefix": "gdsdk__", // Set your own prefix in case you get id conflicts.
1921
"advertisementSettings": {
2022
"debug": false, // Enable IMA SDK debugging.
21-
"prefix": "gd-", // Set your own prefix in case you get id conflicts.
22-
"autoplay": false, // Enable auto start of pre-roll advertisement. Will be disabled when auto play is not supported.
23+
"autoplay": true, // Enable auto start of pre-roll advertisement. Will be disabled when auto play is not supported.
2324
"responsive": true, // Enable advertisement responsiveness, otherwise given width and height will be used.
2425
"width": 640, // Width of the advertisement if the ad is not set to be responsive.
2526
"height": 360, // Height of the advertisement if the ad is not set to be responsive.
2627
"locale": "en", // Locale used in IMA SDK, this will localise the "Skip ad after x seconds" phrases.
27-
"container": "", // Container id for custom ad placement.
2828
},
2929
"onEvent": function(event) {
3030
switch (event.name) {

index_legacy.html

+43-68
Original file line numberDiff line numberDiff line change
@@ -1,78 +1,53 @@
11
<html>
22
<head>
3+
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
34
</head>
45
<body style="margin: 0; padding: 0; background: linear-gradient(90deg,#1b3786,#24b3c0);">
56

67
<script>
7-
var initialized = false;
88

9-
function initGDApi() {
10-
11-
if (!initialized) {
12-
13-
var settings = {
14-
debug: true,
15-
gameId: 'e0b2074386f94e689c4b2c4abd184a50', // Your gameId which is unique for each one of your games; can be found at your Gamedistribution.com account.
16-
userId: 'BE563B84-88A2-4D17-9541-A55350303D64-s1', // Your userId which can be found at your Gamedistribution.com account.
17-
advertisementSettings: {
18-
debug: false, // Enable IMA SDK debugging.
19-
prefix: 'gd-', // Set your own prefix in case you get id conflicts.
20-
autoplay: false, // Enable auto start of pre-roll advertisement.
21-
responsive: true, // Enable advertisement responsiveness, otherwise given width and height will be used.
22-
width: 640, // Width of the advertisement if the ad is not set to be responsive.
23-
height: 360, // Height of the advertisement if the ad is not set to be responsive.
24-
locale: 'en', // Locale used in IMA SDK, this will localise the "Skip ad after x seconds" phrases.
25-
container: '', // Container id for custom ad placement.
26-
},
27-
resumeGame: function() { // Callback function for resuming your game after banner closed
28-
// ...
29-
},
30-
pauseGame: function () { // Callback function for pausing your game when an advertisement starts.
31-
// ...
32-
},
33-
onEvent: function(event) {
34-
switch (event.name) {
35-
case 'SDK_GAME_START':
36-
// ...
37-
break;
38-
case 'SDK_GAME_PAUSE':
39-
// ...
40-
break;
41-
case 'SDK_READY':
42-
initialized = true;
43-
break;
44-
case 'AD_ERROR':
45-
// ...
46-
break;
47-
}
48-
},
49-
onInit: function() {
50-
// Not used anymore. Use onEvent now.
51-
},
52-
onError: function() {
53-
// Not used anymore. Use onEvent now.
54-
}
55-
};
56-
(function(i, s, o, g, r, a, m) {
57-
i['GameDistribution'] = r;
58-
i[r] = i[r] || function() {
59-
(i[r].q = i[r].q || []).push(arguments)
60-
};
61-
i[r].l = 1 * new Date();
62-
a = s.createElement(o);
63-
m = s.getElementsByTagName(o)[0];
64-
a.async = 1;
65-
a.src = g;
66-
m.parentNode.insertBefore(a, m);
67-
})(window, document, 'script', '/lib/main.min.js', 'gdApi');
68-
69-
gdApi(settings);
70-
}
71-
72-
}
73-
74-
// Initialize the SDK.
75-
initGDApi();
9+
var settings = {
10+
// This is the gameId you get when you've create a game on gamedistribution.com
11+
gameId: 'e0b2074386f94e689c4b2c4abd184a50',
12+
13+
// Along with the gameid you'll also be supplied a userId, put it here
14+
userId: 'BE563B84-88A2-4D17-9541-A55350303D64-s1',
15+
16+
// This function will be called when the ad begins and when your game should be paused. It's required that you mute your game at this point
17+
pauseGame: function() {
18+
// ...
19+
},
20+
21+
// This callback is called when the ad is finished, you can resume your game and unmute your audio
22+
resumeGame: function() {
23+
// ...
24+
},
25+
26+
// Called when the gdApi initlialized, will be deprecated soon
27+
onInit: function(data) {
28+
// ...
29+
},
30+
31+
// Called when an error appears in the gdApi, will be deprecated soon
32+
onError: function(data) {
33+
// ...
34+
},
35+
};
36+
37+
(function(i, s, o, g, r, a, m) {
38+
i['GameDistribution'] = r;
39+
i[r] = i[r] || function() {
40+
(i[r].q = i[r].q || []).push(arguments);
41+
};
42+
i[r].l = 1 * new Date();
43+
a = s.createElement(o);
44+
m = s.getElementsByTagName(o)[0];
45+
a.async = 1;
46+
a.src = g;
47+
m.parentNode.insertBefore(a, m);
48+
})(window, document, 'script', '/lib/main.js', 'gdApi');
49+
50+
gdApi(settings);
7651

7752
</script>
7853
</body>

0 commit comments

Comments
 (0)