@wwawing/engine 3.9.3 → 3.9.6

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_data.d.ts CHANGED
@@ -260,7 +260,8 @@ export declare enum MacroType {
260
260
  END_IF = 59,
261
261
  SET = 60,
262
262
  GAMEPAD_BUTTON = 100,
263
- OLDMOVE = 101
263
+ OLDMOVE = 101,
264
+ LEGACY_IF = 10050
264
265
  }
265
266
  export declare var macrotable: {
266
267
  "": number;
package/lib/wwa_main.d.ts CHANGED
@@ -154,6 +154,7 @@ export declare class WWA {
154
154
  private _execObjectUrlGateEvent;
155
155
  private _execObjectScoreEvent;
156
156
  updateScore(): void;
157
+ private _execChoiceWindowObjectSellEvent;
157
158
  private _execChoiceWindowRunningEvent;
158
159
  setMessageQueue(message: string, showChoice: boolean, isSystemMessage: boolean, partsID?: number, partsType?: PartsType, partsPosition?: Coord, messageDisplayed?: boolean): boolean;
159
160
  getMessageQueueByRawMessage(message: string, partsID: number, partsType: PartsType, partsPosition: Coord, isSystemMessage?: boolean): ParsedMessage[];
@@ -52,6 +52,7 @@ export declare class Macro {
52
52
  private _executeVarSetRandMacro;
53
53
  private _executeGameSpeedMacro;
54
54
  private _executeIfMacro;
55
+ private _executeLegacyIfMacro;
55
56
  private _executeIfElseMacro;
56
57
  private _executeElseMacro;
57
58
  private _executeEndIfMacro;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wwawing/engine",
3
- "version": "3.9.3",
3
+ "version": "3.9.6",
4
4
  "description": "World Wide Adventure: an RPG Engine.",
5
5
  "main": "./lib/wwa.js",
6
6
  "files": [
@@ -45,13 +45,13 @@
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.9.3",
49
- "@wwawing/common-interface": "^3.9.3",
50
- "@wwawing/debug-server": "^3.9.3",
51
- "@wwawing/event-emitter": "^3.9.3",
52
- "@wwawing/loader": "^3.9.3",
53
- "@wwawing/page-generator": "^3.9.3",
54
- "@wwawing/styles": "^3.9.3",
48
+ "@wwawing/assets": "^3.9.6",
49
+ "@wwawing/common-interface": "^3.9.6",
50
+ "@wwawing/debug-server": "^3.9.6",
51
+ "@wwawing/event-emitter": "^3.9.6",
52
+ "@wwawing/loader": "^3.9.6",
53
+ "@wwawing/page-generator": "^3.9.6",
54
+ "@wwawing/styles": "^3.9.6",
55
55
  "crypto-js": "^4.1.1",
56
56
  "npm-run-all": "^4.1.5",
57
57
  "pug": "^3.0.2",
@@ -71,5 +71,5 @@
71
71
  "node": ">=16",
72
72
  "npm": ">=8"
73
73
  },
74
- "gitHead": "b75927812988f50079efc97d479578b51297e318"
74
+ "gitHead": "11fe7ebaec79fdc73fbaad8392a3a78b6d7e41f1"
75
75
  }