@wwawing/engine 3.11.2 → 3.11.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/wwa_main.d.ts CHANGED
@@ -67,7 +67,7 @@ export declare class WWA {
67
67
  private _passwordLoadExecInNextFrame;
68
68
  private _passwordSaveExtractData;
69
69
  private _faces;
70
- private _execPageInNextFrame?;
70
+ private _shouldSetNextPage;
71
71
  private _clearFacesInNextFrame;
72
72
  private _paintSkipByDoorOpen;
73
73
  private _isClassicModeEnable;
@@ -148,6 +148,7 @@ export declare class WWA {
148
148
  checkMap(pos?: Coord): boolean;
149
149
  checkObject(pos?: Coord): void;
150
150
  private _execMapStreetEvent;
151
+ private _shouldTreatWillMessageDisplay;
151
152
  private _execMapWallEvent;
152
153
  private _execMapLocalGateEvent;
153
154
  private _execMapUrlGateEvent;
@@ -12,7 +12,14 @@ export declare class Page {
12
12
  showChoice?: boolean;
13
13
  isSystemMessage?: boolean;
14
14
  scoreOptions?: ScoreOptions;
15
- constructor(firstNode?: Node, isLastPage?: boolean, showChoice?: boolean, isSystemMessage?: boolean, scoreOptions?: ScoreOptions);
15
+ extraInfo?: {
16
+ partsId: number;
17
+ partsType: PartsType;
18
+ };
19
+ constructor(firstNode?: Node, isLastPage?: boolean, showChoice?: boolean, isSystemMessage?: boolean, scoreOptions?: ScoreOptions, extraInfo?: {
20
+ partsId: number;
21
+ partsType: PartsType;
22
+ });
16
23
  }
17
24
  export declare abstract class Node {
18
25
  constructor();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wwawing/engine",
3
- "version": "3.11.2",
3
+ "version": "3.11.4",
4
4
  "description": "World Wide Adventure: an RPG Engine.",
5
5
  "main": "./lib/wwa.js",
6
6
  "files": [
@@ -45,14 +45,14 @@
45
45
  "@types/pug": "^2.0.6",
46
46
  "@types/terser-webpack-plugin": "^5.2.0",
47
47
  "@types/webpack": "^5.28.0",
48
- "@wwawing/assets": "^3.11.2",
49
- "@wwawing/common-interface": "^3.11.2",
50
- "@wwawing/debug-server": "^3.11.2",
51
- "@wwawing/event-emitter": "^3.11.2",
52
- "@wwawing/loader": "^3.11.2",
53
- "@wwawing/page-generator": "^3.11.2",
54
- "@wwawing/styles": "^3.11.2",
55
- "@wwawing/virtual-pad": "^3.11.2",
48
+ "@wwawing/assets": "^3.11.4",
49
+ "@wwawing/common-interface": "^3.11.4",
50
+ "@wwawing/debug-server": "^3.11.4",
51
+ "@wwawing/event-emitter": "^3.11.4",
52
+ "@wwawing/loader": "^3.11.4",
53
+ "@wwawing/page-generator": "^3.11.4",
54
+ "@wwawing/styles": "^3.11.4",
55
+ "@wwawing/virtual-pad": "^3.11.4",
56
56
  "crypto-js": "^4.1.1",
57
57
  "npm-run-all": "^4.1.5",
58
58
  "pug": "^3.0.2",
@@ -72,5 +72,5 @@
72
72
  "node": ">=16",
73
73
  "npm": ">=8"
74
74
  },
75
- "gitHead": "375061c630dff25fc56faae20d21834f54d25e51"
75
+ "gitHead": "81ff429a3bca691c4c3c268e4376f2815153f248"
76
76
  }