Graphe des révisions

14 Révisions

Auteur SHA1 Message Date
simon_hung 675e52fa90 Lode Runner version 2.21c, AI_VERSION=4
(1) Add gamepad support:
   (1.1) xinput controller is better, Microsoft Edge only support Xinput devices
   (1.2) Browser support tables: http://caniuse.com/#feat=gamepad
   (1.3) gamepad test page: http://html5gamepad.com/

(2) Add color themes selection
(3) More control key support: add "QWE ASD" and ",." keyboard support
(4) Rewrite editor function for more compatible with browser
(5) Maybe get bigger play screen, change scale step from 25% to %5
2017-01-01 22:33:58 +08:00
simon_hung dc96a5ac8d Lode Runner version 2.11a, AI_VERSION=4
(1) Modified for AI VERSION = 4
   (1.1) When guard failing in hole, will drop gold before guard failing into hole totally
   (1.2) Shake time extension when guard in hole.
         NOW the runner can dig three hold for three guards and pass through them. (MUST quickly)
	 ==> The behavior almost same as original lode runner (APPLE-II version).
   Modified files: LodeRunner/lodeRunner.guard.js

(2) New Demo Data all ai_version = 4
    modified files: lodeRunner.demoData1.js

(3) Slow down play speed:
                            //slow normal fast
    change from speedMode = [15, 20, 25, 30, 35];
             to speedMode = [14, 18, 23, 29, 35];
    Modified files: lodeRunner.main.js

(4) Keep ai version don't overflow:
    Modified files: lodeRunner.preload.js
2016-06-06 22:10:32 +08:00
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 2e99477e23 Update README.md 2015-07-02 13:51:06 +08:00
simon_hung 01086520d1 Lode Runner - Total Recall (v2.01a.3) 2015-07-02 13:38:33 +08:00
simon_hung 8b86be66c5 Prepare for update to version 2 2015-06-30 08:50:14 +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
Simon Hung 39be5a45cf Update README.md
Update Play link
2014-10-17 18:15:22 +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
Simon Hung 1221b99313 Update README.md 2014-06-21 12:44:55 +08:00
Simon Hung aa1b0b1633 Update README.md 2014-06-21 10:30:07 +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
SimonHung 56792c1045 Initial commit 2014-06-20 01:12:53 +08:00