Graphe des révisions

6 Révisions

Auteur SHA1 Message Date
simon_hung ae1eb8a02c Bug Fixed for library SoundJS problem : (v: 2.01c)
please visit webpage: https://github.com/CreateJS/SoundJS/commit/70a812a564641e2f49b6edcb567efd75243b0e6c
Fixed Chrome issue with WebAudio only playing right channel

SoundJS code modified:
----------------------------------------------------------------
 		this.panNode = s.context.createPanner();
 		this.panNode.panningModel = s._panningModel;
 		this.panNode.connect(this.gainNode);
+		this._updatePan();  //failed to initialize the pan node correctly, this change resolves
----------------------------------------------------------------

TODO: currently only add "this._updatePan()"  to soundjs-0.6.0.min.js
      MUST update to the next SoundJS release (version should >= 0.6.2)
2015-09-06 00:26:38 +08:00
simon_hung 01086520d1 Lode Runner - Total Recall (v2.01a.3) 2015-07-02 13:38:33 +08:00
simon_hung e6ea80cb0a Lode Runner v1.00c.2
(1) AI version 2
(2) Add God-Mode Hot-key
2014-12-26 15:29:43 +08:00
SimonHung 2bdab200a2 v0.99n.1
Enable "shift-up" hot-key to increase man life
modified file: lodeRunner.key.js
2014-06-21 14:29:18 +08:00
SimonHung b5b226a321 v0.99m.1
(1) Add tools that extract game levels from APPLE-II Lode Runner disk
    Add folder : tools

(2) Remove unused data from file: lodeRunner.wData.js
2014-06-21 01:47:11 +08:00
SimonHung 243a4a95ca First Commit : Lode Runner v0.99k.1 2014-06-20 16:33:36 +08:00