mirror of
https://github.com/DaanVandenBosch/phantasmal-world.git
synced 2025-04-04 22:58:29 +08:00
Release 52.
This commit is contained in:
parent
3423ffe04b
commit
74a9d89bd4
1
10.10e1d06eef6963e28548.js
Normal file
1
10.10e1d06eef6963e28548.js
Normal file
File diff suppressed because one or more lines are too long
@ -1 +0,0 @@
|
||||
(window.webpackJsonp=window.webpackJsonp||[]).push([[10],{KUR2:function(e,s,t){"use strict";t.d(s,"a",(function(){return n}));var r=t("nN8q"),i=t("FXpb");class n extends r.a{constructor(e){super(),this.renderer=e,this.element=Object(i.h)({className:"core_RendererWidget"}),this.children=[],this.element.append(e.canvas_element),this.disposable(e),this.finalize_construction()}start_rendering(){this.renderer.start_rendering()}stop_rendering(){this.renderer.stop_rendering()}resize(e,s){return super.resize(e,s),this.renderer.set_size(e,s),this}}},Za3H:function(e,s,t){"use strict";t.r(s),t.d(s,"TextureView",(function(){return d}));var r=t("FXpb"),i=t("6cU9"),n=t("w6HN"),a=t("KUR2"),o=t("zsIO"),l=t("68q7");class d extends o.a{constructor(e,s){super(),this.element=Object(r.h)({className:"viewer_TextureView"}),this.open_file_button=new i.a({icon_left:r.a.File,text:"Open file...",accept:".afs, .xvm"}),this.tool_bar=this.add(new n.a(this.open_file_button)),this.renderer_view=this.add(new a.a(s)),this.element.append(this.tool_bar.element,this.renderer_view.element);const t=this.disposable(new l.a({visible:e.result_dialog_visible,result:e.result,problems_message:e.result_problems_message,error_message:e.result_error_message}));this.disposables(this.open_file_button.files.observe(({value:s})=>{s.length&&e.load_file(s[0])}),t.ondismiss.observe(e.dismiss_result_dialog)),this.finalize_construction()}activate(){this.renderer_view.start_rendering(),super.activate()}deactivate(){super.deactivate(),this.renderer_view.stop_rendering()}resize(e,s){return super.resize(e,s),this.renderer_view.resize(e,Math.max(0,s-this.tool_bar.height)),this}}}}]);
|
1
11.7ad4863d7d8a1d8c16c1.js
Normal file
1
11.7ad4863d7d8a1d8c16c1.js
Normal file
File diff suppressed because one or more lines are too long
1
12.47e5aad1cccb6330e313.js
Normal file
1
12.47e5aad1cccb6330e313.js
Normal file
File diff suppressed because one or more lines are too long
1
13.e06da0805ab744720dfa.js
Normal file
1
13.e06da0805ab744720dfa.js
Normal file
File diff suppressed because one or more lines are too long
@ -1 +0,0 @@
|
||||
(window.webpackJsonp=window.webpackJsonp||[]).push([[13],{QRTb:function(e,t,s){"use strict";s.r(t),s.d(t,"TextureController",(function(){return f}));var r=s("mKaR"),l=s("wtpc"),i=s("iPoI"),u=s("yub1"),n=s("NRxM"),o=s("bcBH"),a=s("/UnV"),c=s("rwco"),_=s("ouMO"),b=s("IMNf"),h=s("BAAx"),d=s("5cb6"),v=function(e,t,s,r){return new(s||(s=Promise))((function(l,i){function u(e){try{o(r.next(e))}catch(e){i(e)}}function n(e){try{o(r.throw(e))}catch(e){i(e)}}function o(e){var t;e.done?l(e.value):(t=e.value,t instanceof s?t:new s((function(e){e(t)}))).then(u,n)}o((r=r.apply(e,t||[])).next())}))};const m=c.a.get("viewer/controllers/TextureController");class f extends r.a{constructor(){super(...arguments),this._textures=Object(_.c)(),this._result_dialog_visible=Object(_.e)(!1),this._result=Object(_.e)(void 0),this._result_problems_message=Object(_.e)(""),this._result_error_message=Object(_.e)(""),this.textures=this._textures,this.result_dialog_visible=this._result_dialog_visible,this.result=this._result,this.result_problems_message=this._result_problems_message,this.result_error_message=this._result_error_message,this.load_file=e=>v(this,void 0,void 0,(function*(){this._result_problems_message.val=`Encountered some problems while opening "${e.name}".`,this._result_error_message.val=`Couldn't open "${e.name}".`;try{const t=Object(l.g)(e.name).toLowerCase(),s=yield Object(i.b)(e),r=new n.a(s,o.a.Little);if("xvm"===t){const e=Object(u.b)(r);this.set_result(e),e.success&&(this._textures.val=e.value.textures)}else if("afs"===t){const e=Object(h.b)(m),t=Object(a.a)(r);if(e.add_result(t),t.success){const s=t.value.flatMap(t=>{var s,r,l,i;const a=new n.a(t,o.a.Little);if(Object(u.a)(a)){const t=Object(u.b)(a);return e.add_result(t),null!=(r=null===(s=t.value)||void 0===s?void 0:s.textures)?r:[]}{const t=Object(u.b)(Object(b.a)(a.seek_start(0)));return e.add_result(t),null!=(i=null===(l=t.value)||void 0===l?void 0:l.textures)?i:[]}});s.length?this.set_result(e.success(s)):this.set_result(e.failure()),this._textures.val=s}else this.set_result(e.failure())}else m.debug(`Unsupported file extension in filename "${e.name}".`),this.set_result(Object(h.a)([{severity:d.b.Error,ui_message:"Unsupported file type."}]))}catch(e){m.error("Couldn't read file.",e),this.set_result(Object(h.a)())}})),this.dismiss_result_dialog=()=>{this._result_dialog_visible.val=!1}}set_result(e){this._result.val=e,e.problems.length&&(this._result_dialog_visible.val=!0)}}}}]);
|
1
14.f6d92702cf0d489bc7af.js
Normal file
1
14.f6d92702cf0d489bc7af.js
Normal file
File diff suppressed because one or more lines are too long
@ -1 +0,0 @@
|
||||
(window.webpackJsonp=window.webpackJsonp||[]).push([[15],{ZV42:function(e,t,o){"use strict";o.r(t),o.d(t,"CharacterClassAssetLoader",(function(){return l}));var s=o("kwt4"),a=o("NRxM"),n=o("bcBH"),i=o("VwSi"),c=o("9fJw"),r=o("yub1"),d=o("/UnV"),h=o("nsCy"),_=o("BAAx"),u=function(e,t,o,s){return new(o||(o=Promise))((function(a,n){function i(e){try{r(s.next(e))}catch(e){n(e)}}function c(e){try{r(s.throw(e))}catch(e){n(e)}}function r(e){var t;e.done?a(e.value):(t=e.value,t instanceof o?t:new o((function(e){e(t)}))).then(i,c)}r((s=s.apply(e,t||[])).next())}))};class l{constructor(e){this.http_client=e,this.nj_object_cache=new Map,this.xvr_texture_cache=new Map,this.nj_motion_cache=new Map}dispose(){for(const e of this.nj_object_cache.values())e.dispose();for(const e of this.nj_motion_cache.values())e.dispose();this.nj_object_cache.clear(),this.nj_motion_cache.clear()}load_geometry(e){let t=this.nj_object_cache.get(e.name);return t||(t=this.load_all_nj_objects(e),this.nj_object_cache.set(e.name,t)),t}load_all_nj_objects(e){const t=b(e,h.e.Viridia,0);return this.load_body_part_geometry(e.name,"Body").then(o=>{if(!o)throw new Error(`Couldn't load body for player class ${e.name}.`);return this.load_body_part_geometry(e.name,"Head",0).then(s=>{if(!s)return o;let a=1+t.body.length;return this.shift_texture_ids(s,a),this.add_to_bone(o,s,59),0===e.hair_style_count?o:this.load_body_part_geometry(e.name,"Hair",0).then(n=>n?(a+=t.head.length,this.shift_texture_ids(n,a),this.add_to_bone(s,n,0),e.hair_styles_with_accessory.has(0)?this.load_body_part_geometry(e.name,"Accessory",0).then(e=>(e&&(a+=t.hair.length,this.shift_texture_ids(e,a),this.add_to_bone(n,e,0)),o)):o):o)})})}load_body_part_geometry(e,t,o){return this.http_client.get(function(e,t,o){return`/player/${e}${t}${null==o?"":o}.nj`}(e,t,o)).array_buffer().then(e=>Object(_.d)(Object(s.c)(new a.a(e,n.a.Little)))[0])}shift_texture_ids(e,t){if(e.model)for(const o of e.model.meshes)null!=o.texture_id&&(o.texture_id+=t);for(const o of e.children)this.shift_texture_ids(o,t)}add_to_bone(e,t,o){const s=e.get_bone(o);s&&(s.evaluation_flags.hidden=!1,s.evaluation_flags.break_child_trace=!1,s.add_child(t))}load_textures(e,t,o){return u(this,void 0,void 0,(function*(){let s=this.xvr_texture_cache.get(e.name);s||(s=this.http_client.get(`/player/${e.name}Tex.afs`).array_buffer().then(e=>{const t=Object(d.a)(new a.a(e,n.a.Little)),o=[];if(t.success)for(const e of t.value){const t=Object(r.b)(new a.a(e,n.a.Little));t.success&&o.push(...t.value.textures)}return o}));const i=yield s,c=b(e,t,o);return[c.section_id,...c.body,...c.head,...c.hair,...c.accessories].map(e=>null==e?void 0:i[e])}))}load_animation(e,t){let o=this.nj_motion_cache.get(e);return o||(o=this.http_client.get(`/player/animation/animation_${e.toString().padStart(3,"0")}.njm`).array_buffer().then(e=>Object(i.c)(new a.a(e,n.a.Little),t))),o}}function b(e,t,o){switch(e){case c.g:{const e=3*o;return{section_id:t+126,body:[e,e+1,e+2,o+108],head:[54,55],hair:[94,95],accessories:[]}}case c.h:{const e=13*o;return{section_id:t+299,body:[e+13,e,e+1,e+2,e+3,277,o+281],head:[235,239],hair:[260,259],accessories:[]}}case c.f:{const e=5*o;return{section_id:t+275,body:[e,e+1,e+2,o+250],head:[e+3,e+4],hair:[],accessories:[]}}case c.e:{const e=5*o;return{section_id:t+375,body:[e,e+1,e+2],head:[e+3,e+4],hair:[],accessories:[]}}case c.k:{const e=7*o;return{section_id:t+197,body:[e+4,e+5,e+6,o+179],head:[126,127],hair:[166,167],accessories:[void 0,void 0,e+2]}}case c.l:{const e=16*o;return{section_id:t+322,body:[e+15,e+1,e],head:[288],hair:[308,309],accessories:[void 0,void 0,e+8]}}case c.j:{const e=5*o;return{section_id:t+300,body:[e,e+1,e+2,e+3,o+275],head:[e+4],hair:[],accessories:[]}}case c.i:{const e=5*o;return{section_id:t+375,body:[o+350,e,e+1,e+2],head:[e+3],hair:[e+4],accessories:[]}}case c.a:{const e=0===o?0:15*o+2;return{section_id:t+310,body:[e+12,e+13,e+14,e],head:[276,272],hair:[void 0,296,297],accessories:[e+4]}}case c.b:{const e=16*o;return{section_id:t+326,body:[e,e+2,e+1,322],head:[288],hair:[void 0,void 0,308],accessories:[e+3,e+4]}}case c.d:{const e=17*o;return{section_id:t+344,body:[e+4,340,e,e+5],head:[306,310],hair:[void 0,void 0,330],accessories:[e+6,e+16,330]}}case c.c:{const e=26*o;return{section_id:t+505,body:[e+1,e,e+2,501],head:[472,468],hair:[void 0,void 0,492],accessories:[e+12,e+13]}}default:throw new Error(`No textures for character class ${e.name}.`)}}}}]);
|
1
15.e39de63f32803fce51fc.js
Normal file
1
15.e39de63f32803fce51fc.js
Normal file
File diff suppressed because one or more lines are too long
1
16.c908af11ac21ba3ddde2.js
Normal file
1
16.c908af11ac21ba3ddde2.js
Normal file
File diff suppressed because one or more lines are too long
1
17.b91ded1ae2a2a1699924.js
Normal file
1
17.b91ded1ae2a2a1699924.js
Normal file
File diff suppressed because one or more lines are too long
1
18.88f21b079f495f46894f.js
Normal file
1
18.88f21b079f495f46894f.js
Normal file
File diff suppressed because one or more lines are too long
1
19.cf9915b0f9df5444a078.js
Normal file
1
19.cf9915b0f9df5444a078.js
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
1
2.a69ce8198525d383ffdc.js
Normal file
1
2.a69ce8198525d383ffdc.js
Normal file
File diff suppressed because one or more lines are too long
@ -1 +1 @@
|
||||
(window.webpackJsonp=window.webpackJsonp||[]).push([[11],{KUR2:function(e,t,s){"use strict";s.d(t,"a",(function(){return n}));var i=s("nN8q"),r=s("FXpb");class n extends i.a{constructor(e){super(),this.renderer=e,this.element=Object(r.h)({className:"core_RendererWidget"}),this.children=[],this.element.append(e.canvas_element),this.disposable(e),this.finalize_construction()}start_rendering(){this.renderer.start_rendering()}stop_rendering(){this.renderer.stop_rendering()}resize(e,t){return super.resize(e,t),this.renderer.set_size(e,t),this}}},puLw:function(e,t,s){"use strict";s.r(t);s("zwwH");var i=s("KUR2"),r=(s("c3F4"),s("FXpb")),n=s("zsIO");class a extends n.a{constructor(e,t,s,i){super(),this.character_classes=e,this.selected=t,this.set_selected=s,this.border_left=i,this.element=Object(r.B)({className:"viewer_model_CharacterClassSelectionView"}),this.list_click=e=>{if(e.target instanceof HTMLLIElement&&e.target.dataset.index){this.selected_element&&this.selected_element.classList.remove("active"),e.target.classList.add("active");const t=parseInt(e.target.dataset.index,10);this.selected_element=e.target,this.set_selected(this.character_classes[t])}},this.element.onclick=this.list_click,i&&(this.element.style.borderLeft="var(--border)"),e.forEach((e,t)=>{this.element.append(Object(r.o)({data:{index:t.toString()}},e.name))}),this.disposables(t.observe(({value:e})=>{if(this.selected_element&&(this.selected_element.classList.remove("active"),this.selected_element=void 0),e&&e!==this.selected_model){const t=this.character_classes.indexOf(e);-1!==t&&(this.selected_element=this.element.childNodes[t],this.selected_element.classList.add("active"))}},{call_now:!0})),this.finalize_construction()}}s.d(t,"ModelView",(function(){return d}));const c=100,l=220,h=140;class d extends n.a{constructor(e,t,s,n){super(),this.element=Object(r.h)({className:"viewer_model_ModelView"}),this.tool_bar_view=this.add(t),this.character_class_selection_view=this.add(new a(e.character_classes,e.current_character_class,e.set_current_character_class,!1)),this.options_view=this.add(s),this.renderer_view=this.add(new i.a(n)),this.animation_selection_view=this.add(new a(e.animations,e.current_animation,e.set_current_animation,!0)),this.element.append(this.tool_bar_view.element,Object(r.h)({className:"viewer_model_ModelView_container"},this.character_class_selection_view.element,this.options_view.element,this.renderer_view.element,this.animation_selection_view.element)),this.finalize_construction()}activate(){this.renderer_view.start_rendering(),super.activate()}deactivate(){super.deactivate(),this.renderer_view.stop_rendering()}resize(e,t){super.resize(e,t);const s=Math.max(0,t-this.tool_bar_view.height);return this.character_class_selection_view.resize(c,s),this.options_view.resize(l,s),this.renderer_view.resize(Math.max(0,e-c-l-h),s),this.animation_selection_view.resize(h,s),this}}}}]);
|
||||
(window.webpackJsonp=window.webpackJsonp||[]).push([[20],{KUR2:function(e,t,s){"use strict";s.d(t,"a",(function(){return n}));var i=s("nN8q"),r=s("FXpb");class n extends i.a{constructor(e){super(),this.renderer=e,this.element=Object(r.h)({className:"core_RendererWidget"}),this.children=[],this.element.append(e.canvas_element),this.disposable(e),this.finalize_construction()}start_rendering(){this.renderer.start_rendering()}stop_rendering(){this.renderer.stop_rendering()}resize(e,t){return super.resize(e,t),this.renderer.set_size(e,t),this}}},puLw:function(e,t,s){"use strict";s.r(t);s("zwwH");var i=s("KUR2"),r=(s("c3F4"),s("FXpb")),n=s("zsIO");class a extends n.a{constructor(e,t,s,i){super(),this.character_classes=e,this.selected=t,this.set_selected=s,this.border_left=i,this.element=Object(r.B)({className:"viewer_model_CharacterClassSelectionView"}),this.list_click=e=>{if(e.target instanceof HTMLLIElement&&e.target.dataset.index){this.selected_element&&this.selected_element.classList.remove("active"),e.target.classList.add("active");const t=parseInt(e.target.dataset.index,10);this.selected_element=e.target,this.set_selected(this.character_classes[t])}},this.element.onclick=this.list_click,i&&(this.element.style.borderLeft="var(--border)"),e.forEach((e,t)=>{this.element.append(Object(r.o)({data:{index:t.toString()}},e.name))}),this.disposables(t.observe(({value:e})=>{if(this.selected_element&&(this.selected_element.classList.remove("active"),this.selected_element=void 0),e&&e!==this.selected_model){const t=this.character_classes.indexOf(e);-1!==t&&(this.selected_element=this.element.childNodes[t],this.selected_element.classList.add("active"))}},{call_now:!0})),this.finalize_construction()}}s.d(t,"ModelView",(function(){return d}));const c=100,l=220,h=140;class d extends n.a{constructor(e,t,s,n){super(),this.element=Object(r.h)({className:"viewer_model_ModelView"}),this.tool_bar_view=this.add(t),this.character_class_selection_view=this.add(new a(e.character_classes,e.current_character_class,e.set_current_character_class,!1)),this.options_view=this.add(s),this.renderer_view=this.add(new i.a(n)),this.animation_selection_view=this.add(new a(e.animations,e.current_animation,e.set_current_animation,!0)),this.element.append(this.tool_bar_view.element,Object(r.h)({className:"viewer_model_ModelView_container"},this.character_class_selection_view.element,this.options_view.element,this.renderer_view.element,this.animation_selection_view.element)),this.finalize_construction()}activate(){this.renderer_view.start_rendering(),super.activate()}deactivate(){super.deactivate(),this.renderer_view.stop_rendering()}resize(e,t){super.resize(e,t);const s=Math.max(0,t-this.tool_bar_view.height);return this.character_class_selection_view.resize(c,s),this.options_view.resize(l,s),this.renderer_view.resize(Math.max(0,e-c-l-h),s),this.animation_selection_view.resize(h,s),this}}}}]);
|
1
21.a5e62013a2f23a67ca71.js
Normal file
1
21.a5e62013a2f23a67ca71.js
Normal file
@ -0,0 +1 @@
|
||||
(window.webpackJsonp=window.webpackJsonp||[]).push([[21],{HjM1:function(e,t,n){"use strict";n.d(t,"a",(function(){return r}));var i=n("39ZU"),a=n("nN8q"),s=(n("4AvX"),n("FXpb"));const l=28;class r extends a.a{constructor(e,t){super(t),this.gui_store=e,this.tabs=[],this.bar_element=Object(s.h)({className:"core_TabContainer_Bar"}),this.panes_element=Object(s.h)({className:"core_TabContainer_Panes"}),this.element=Object(s.h)({className:"core_TabContainer"}),this.bar_mousedown=e=>{if(e.target instanceof HTMLElement){const t=e.target.dataset.key;t&&this.activate_key(t)}},this.bar_element.onmousedown=this.bar_mousedown;for(const e of t.tabs){const t=Object(s.s)({className:"core_TabContainer_Tab",data:{key:e.key}},e.title);this.bar_element.append(t);const n=this.disposable(new i.a(e.create_view)),a=Object.assign(Object.assign({},e),{tab_element:t,lazy_view:n});this.tabs.push(a),this.panes_element.append(n.element)}this.element.append(this.bar_element,this.panes_element),this.finalize_construction()}get children(){return this.tabs.flatMap(e=>e.lazy_view.children)}resize(e,t){super.resize(e,t),this.bar_element.style.width=`${e}px`,this.bar_element.style.height=`${l}px`;const n=t-l;this.panes_element.style.width=`${e}px`,this.panes_element.style.height=`${n}px`;for(const t of this.tabs)t.lazy_view.resize(e,n);return this}activate(){if(this.active_tab)this.activate_tab(this.active_tab);else{let e;for(const t of this.tabs)null!=t.path&&this.gui_store.path.val.startsWith(t.path)&&(e=t);e?this.activate_tab(e):this.tabs.length&&this.activate_tab(this.tabs[0])}}activate_key(e){for(const t of this.tabs)if(t.key===e){this.activate_tab(t);break}}activate_tab(e){this.active_tab!==e&&(this.active_tab&&(this.active_tab.tab_element.classList.remove("active"),this.active_tab.lazy_view.visible.val=!1,this.active_tab.lazy_view.deactivate()),this.active_tab=e,e.tab_element.classList.add("active"),e.lazy_view.visible.val=!0),null!=e.path&&(this.gui_store.set_path_prefix(e.path),e.lazy_view.activate())}}},U6CM:function(e,t,n){"use strict";n.r(t);var i=n("HjM1"),a=n("zsIO");class s extends a.a{constructor(e,t,n){super(),this.tab_container=this.add(new i.a(e,{class:"viewer_ViewerView",tabs:[{title:"Models",key:"model",path:"/models",create_view:t},{title:"Textures",key:"texture",path:"/textures",create_view:n}]})),this.finalize_construction()}get element(){return this.tab_container.element}resize(e,t){this.tab_container.resize(e,t)}}var l=n("Tpfs");n.d(t,"initialize_viewer",(function(){return o}));var r=function(e,t,n,i){return new(n||(n=Promise))((function(a,s){function l(e){try{o(i.next(e))}catch(e){s(e)}}function r(e){try{o(i.throw(e))}catch(e){s(e)}}function o(e){var t;e.done?a(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(l,r)}o((i=i.apply(e,t||[])).next())}))};function o(e,t,i,a){const o=new l.a;return{view:new s(i,()=>r(this,void 0,void 0,(function*(){const{ModelController:s}=yield n.e(24).then(n.bind(null,"UwGQ")),{ModelView:l}=yield Promise.all([n.e(1),n.e(20)]).then(n.bind(null,"puLw")),{CharacterClassAssetLoader:r}=yield Promise.all([n.e(2),n.e(13)]).then(n.bind(null,"ZV42")),{ModelToolBarView:c}=yield Promise.all([n.e(1),n.e(2),n.e(11)]).then(n.bind(null,"i7j/")),{ModelStore:h}=yield Promise.all([n.e(2),n.e(19)]).then(n.bind(null,"HF44")),{ModelToolBarController:d}=yield Promise.all([n.e(2),n.e(10)]).then(n.bind(null,"Ea9h")),{CharacterClassOptionsView:b}=yield Promise.all([n.e(1),n.e(25)]).then(n.bind(null,"Utg3")),{CharacterClassOptionsController:u}=yield n.e(23).then(n.bind(null,"n/YL")),_=o.add(new r(e)),w=o.add(new h(i,_,t)),v=new s(w),p=new d(w),f=new u(w);let y;if(i.feature_active("webgpu")){const{WebgpuRenderer:t}=yield n.e(5).then(n.bind(null,"Ye55")),{ModelGfxRenderer:i}=yield n.e(3).then(n.bind(null,"GfTf"));y=new i(w,new t(!0,e))}else if(i.feature_active("webgl")){const{WebglRenderer:e}=yield n.e(4).then(n.bind(null,"/QjG")),{ModelGfxRenderer:t}=yield n.e(3).then(n.bind(null,"GfTf"));y=new t(w,new e(!0))}else{const{ModelRenderer:e}=yield Promise.all([n.e(0),n.e(2),n.e(12)]).then(n.bind(null,"zaf9"));y=new e(w,a())}return new l(v,new c(p),new b(f),y)})),()=>r(this,void 0,void 0,(function*(){const{TextureController:t}=yield n.e(9).then(n.bind(null,"sKNB")),{TextureView:a}=yield Promise.all([n.e(1),n.e(14)]).then(n.bind(null,"+n1W")),{TextureRenderer:s}=yield n.e(15).then(n.bind(null,"469Q")),l=o.add(new t);let r;if(i.feature_active("webgpu")){const{WebgpuRenderer:t}=yield n.e(5).then(n.bind(null,"Ye55"));r=new s(l,new t(!1,e))}else{const{WebglRenderer:e}=yield n.e(4).then(n.bind(null,"/QjG"));r=new s(l,new e(!1))}return new a(l,r)}))),dispose(){o.dispose()}}}}}]);
|
@ -1 +1 @@
|
||||
(window.webpackJsonp=window.webpackJsonp||[]).push([[12],{F0Xh:function(t,e,o){"use strict";o.r(e),o.d(e,"HelpView",(function(){return s}));o("bknw");var i=o("FXpb"),n=o("zsIO");class s extends n.a{constructor(){super(),this.element=Object(i.h)({className:"hunt_optimizer_HelpView"},Object(i.p)("Add some items with the combo box on the left to see the optimal combination of hunt methods on the right."),Object(i.p)('At the moment a hunt method is simply a quest run-through. Partial quest run-throughs are coming. View the list of methods on the "Methods" tab. Each method takes a certain amount of time, which affects the optimization result. Make sure the times are correct for you.'),Object(i.p)("Only enemy drops are considered. Box drops are coming."),Object(i.p)("The optimal result is calculated using linear optimization. The optimizer takes into account rare enemies and the fact that pan arms can be split in two.")),this.finalize_construction()}}}}]);
|
||||
(window.webpackJsonp=window.webpackJsonp||[]).push([[22],{F0Xh:function(t,e,o){"use strict";o.r(e),o.d(e,"HelpView",(function(){return s}));o("bknw");var i=o("FXpb"),n=o("zsIO");class s extends n.a{constructor(){super(),this.element=Object(i.h)({className:"hunt_optimizer_HelpView"},Object(i.p)("Add some items with the combo box on the left to see the optimal combination of hunt methods on the right."),Object(i.p)('At the moment a hunt method is simply a quest run-through. Partial quest run-throughs are coming. View the list of methods on the "Methods" tab. Each method takes a certain amount of time, which affects the optimization result. Make sure the times are correct for you.'),Object(i.p)("Only enemy drops are considered. Box drops are coming."),Object(i.p)("The optimal result is calculated using linear optimization. The optimizer takes into account rare enemies and the fact that pan arms can be split in two.")),this.finalize_construction()}}}}]);
|
1
23.7734e2ea3d340034a0a8.js
Normal file
1
23.7734e2ea3d340034a0a8.js
Normal file
@ -0,0 +1 @@
|
||||
(window.webpackJsonp=window.webpackJsonp||[]).push([[23],{"n/YL":function(t,r,s){"use strict";s.r(r),s.d(r,"CharacterClassOptionsController",(function(){return c}));var e=s("mKaR"),n=s("LvDl");class c extends e.a{constructor(t){super(),this.store=t,this.set_current_section_id=t=>{null!=t&&this.store.set_current_section_id(t)},this.set_current_body=t=>{this.store.set_current_body(null==t?void 0:t-1)},this.enabled=t.current_character_class.map(t=>null!=t),this.current_section_id=t.current_section_id,this.current_body_options=t.current_character_class.map(t=>t?Object(n.range)(1,t.body_style_count+1):[]),this.current_body=t.current_body.map(t=>null==t?void 0:t+1)}}}}]);
|
@ -1 +1 @@
|
||||
(window.webpackJsonp=window.webpackJsonp||[]).push([[14],{UwGQ:function(t,s,r){"use strict";r.r(s),r.d(s,"ModelController",(function(){return c}));var a=r("mKaR");class c extends a.a{constructor(t){super(),this.store=t,this.set_current_character_class=t=>{this.store.set_current_character_class(t)},this.set_current_animation=t=>{this.store.set_current_animation(t)},this.character_classes=t.character_classes,this.current_character_class=t.current_character_class,this.animations=t.animations,this.current_animation=t.current_animation}}}}]);
|
||||
(window.webpackJsonp=window.webpackJsonp||[]).push([[24],{UwGQ:function(t,s,r){"use strict";r.r(s),r.d(s,"ModelController",(function(){return c}));var a=r("mKaR");class c extends a.a{constructor(t){super(),this.store=t,this.set_current_character_class=t=>{this.store.set_current_character_class(t)},this.set_current_animation=t=>{this.store.set_current_animation(t)},this.character_classes=t.character_classes,this.current_character_class=t.current_character_class,this.animations=t.animations,this.current_animation=t.current_animation}}}}]);
|
1
25.307a1bb186f3afc80a25.js
Normal file
1
25.307a1bb186f3afc80a25.js
Normal file
@ -0,0 +1 @@
|
||||
(window.webpackJsonp=window.webpackJsonp||[]).push([[25],{Utg3:function(e,t,s){"use strict";s.r(t),s.d(t,"CharacterClassOptionsView",(function(){return i}));var l=s("zsIO"),n=s("FXpb"),a=s("sv1z"),c=(s("ePAx"),s("nsCy"));class i extends l.a{constructor(e){var t,s;super();const l=this.add(new a.a({class:"viewer_model_CharacterClassOptionsView_section_id",label:"Section ID:",items:c.f,selected:e.current_section_id,to_label:e=>null==e?"":c.e[e],enabled:e.enabled})),i=this.add(new a.a({class:"viewer_model_CharacterClassOptionsView_body",label:"Body:",items:e.current_body_options,selected:e.current_body,enabled:e.enabled}));this.element=Object(n.h)({className:"viewer_model_CharacterClassOptionsView"},Object(n.t)(Object(n.A)(Object(n.v)(null===(t=l.label)||void 0===t?void 0:t.element),Object(n.v)(l.element)),Object(n.A)(Object(n.v)(null===(s=i.label)||void 0===s?void 0:s.element),Object(n.v)(i.element)))),this.disposables(l.selected.observe(({value:t})=>e.set_current_section_id(t)),i.selected.observe(({value:t})=>e.set_current_body(t))),this.finalize_construction()}}}}]);
|
1
3.90547d533b3b6e25284f.js
Normal file
1
3.90547d533b3b6e25284f.js
Normal file
File diff suppressed because one or more lines are too long
1
4.e2661b30fb3f35beedec.js
Normal file
1
4.e2661b30fb3f35beedec.js
Normal file
File diff suppressed because one or more lines are too long
1
5.15e19a70967fdbd9fb91.js
Normal file
1
5.15e19a70967fdbd9fb91.js
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
1
8.484d5157ffbac6fe38b7.js
Normal file
1
8.484d5157ffbac6fe38b7.js
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
1
9.45d9dbb969cbcc6d1ab8.js
Normal file
1
9.45d9dbb969cbcc6d1ab8.js
Normal file
File diff suppressed because one or more lines are too long
BIN
assets/shaders/fragment_shader.frag.spv
Normal file
BIN
assets/shaders/fragment_shader.frag.spv
Normal file
Binary file not shown.
BIN
assets/shaders/vertex_shader.vert.spv
Normal file
BIN
assets/shaders/vertex_shader.vert.spv
Normal file
Binary file not shown.
@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Phantasmal World</title>
|
||||
<link href="vendors.2f01cd4bfc365d1613ad.css" rel="stylesheet"><link href="style.e1e672c7e3ff4639b387.css" rel="stylesheet"></head>
|
||||
<link href="vendors.2f01cd4bfc365d1613ad.css" rel="stylesheet"><link href="style.db135c6d7eb8ef0deb51.css" rel="stylesheet"></head>
|
||||
<body>
|
||||
<script type="text/javascript" src="runtime.5224c667e7861f9aad02.js"></script><script type="text/javascript" src="vendors.118fa2356100f78ac9e7.js"></script><script type="text/javascript" src="style.1af3faeb078ed1a86b7a.js"></script><script type="text/javascript" src="main.dba413d1fd9ece1e356d.js"></script></body>
|
||||
<script type="text/javascript" src="runtime.f049f141b7e4ee47cee9.js"></script><script type="text/javascript" src="vendors.118fa2356100f78ac9e7.js"></script><script type="text/javascript" src="style.1af3faeb078ed1a86b7a.js"></script><script type="text/javascript" src="main.e3999b021bf9956f1251.js"></script></body>
|
||||
</html>
|
File diff suppressed because one or more lines are too long
1
main.e3999b021bf9956f1251.js
Normal file
1
main.e3999b021bf9956f1251.js
Normal file
File diff suppressed because one or more lines are too long
@ -1 +0,0 @@
|
||||
!function(e){function r(r){for(var n,u,c=r[0],f=r[1],i=r[2],p=0,s=[];p<c.length;p++)u=c[p],Object.prototype.hasOwnProperty.call(o,u)&&o[u]&&s.push(o[u][0]),o[u]=0;for(n in f)Object.prototype.hasOwnProperty.call(f,n)&&(e[n]=f[n]);for(l&&l(r);s.length;)s.shift()();return a.push.apply(a,i||[]),t()}function t(){for(var e,r=0;r<a.length;r++){for(var t=a[r],n=!0,c=1;c<t.length;c++){var f=t[c];0!==o[f]&&(n=!1)}n&&(a.splice(r--,1),e=u(u.s=t[0]))}return e}var n={},o={4:0},a=[];function u(r){if(n[r])return n[r].exports;var t=n[r]={i:r,l:!1,exports:{}};return e[r].call(t.exports,t,t.exports,u),t.l=!0,t.exports}u.e=function(e){var r=[],t=o[e];if(0!==t)if(t)r.push(t[2]);else{var n=new Promise((function(r,n){t=o[e]=[r,n]}));r.push(t[2]=n);var a,c=document.createElement("script");c.charset="utf-8",c.timeout=120,u.nc&&c.setAttribute("nonce",u.nc),c.src=function(e){return u.p+""+({}[e]||e)+"."+{2:"3669076b41dfc4548d21",5:"7e07735073c967012346",6:"272f258593f59ecfe00e",7:"29bc9288638063c70bf0",8:"ccd06e5ae8873371b67e",9:"2c3800646e748ae2301e",10:"176f577f4f36871f1995",11:"b1a318c0d8cb789efd94",12:"4f45381d7f5aa03836f8",13:"f72a484ce85172f5cfee",14:"c2f659013a9209b053d7",15:"93bade89986b73950565"}[e]+".js"}(e);var f=new Error;a=function(r){c.onerror=c.onload=null,clearTimeout(i);var t=o[e];if(0!==t){if(t){var n=r&&("load"===r.type?"missing":r.type),a=r&&r.target&&r.target.src;f.message="Loading chunk "+e+" failed.\n("+n+": "+a+")",f.name="ChunkLoadError",f.type=n,f.request=a,t[1](f)}o[e]=void 0}};var i=setTimeout((function(){a({type:"timeout",target:c})}),12e4);c.onerror=c.onload=a,document.head.appendChild(c)}return Promise.all(r)},u.m=e,u.c=n,u.d=function(e,r,t){u.o(e,r)||Object.defineProperty(e,r,{enumerable:!0,get:t})},u.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},u.t=function(e,r){if(1&r&&(e=u(e)),8&r)return e;if(4&r&&"object"==typeof e&&e&&e.__esModule)return e;var t=Object.create(null);if(u.r(t),Object.defineProperty(t,"default",{enumerable:!0,value:e}),2&r&&"string"!=typeof e)for(var n in e)u.d(t,n,function(r){return e[r]}.bind(null,n));return t},u.n=function(e){var r=e&&e.__esModule?function(){return e.default}:function(){return e};return u.d(r,"a",r),r},u.o=function(e,r){return Object.prototype.hasOwnProperty.call(e,r)},u.p="",u.oe=function(e){throw console.error(e),e};var c=window.webpackJsonp=window.webpackJsonp||[],f=c.push.bind(c);c.push=r,c=c.slice();for(var i=0;i<c.length;i++)r(c[i]);var l=f;t()}([]);
|
1
runtime.f049f141b7e4ee47cee9.js
Normal file
1
runtime.f049f141b7e4ee47cee9.js
Normal file
@ -0,0 +1 @@
|
||||
!function(e){function r(r){for(var n,f,c=r[0],u=r[1],d=r[2],l=0,b=[];l<c.length;l++)f=c[l],Object.prototype.hasOwnProperty.call(a,f)&&a[f]&&b.push(a[f][0]),a[f]=0;for(n in u)Object.prototype.hasOwnProperty.call(u,n)&&(e[n]=u[n]);for(i&&i(r);b.length;)b.shift()();return o.push.apply(o,d||[]),t()}function t(){for(var e,r=0;r<o.length;r++){for(var t=o[r],n=!0,c=1;c<t.length;c++){var u=t[c];0!==a[u]&&(n=!1)}n&&(o.splice(r--,1),e=f(f.s=t[0]))}return e}var n={},a={7:0},o=[];function f(r){if(n[r])return n[r].exports;var t=n[r]={i:r,l:!1,exports:{}};return e[r].call(t.exports,t,t.exports,f),t.l=!0,t.exports}f.e=function(e){var r=[],t=a[e];if(0!==t)if(t)r.push(t[2]);else{var n=new Promise((function(r,n){t=a[e]=[r,n]}));r.push(t[2]=n);var o,c=document.createElement("script");c.charset="utf-8",c.timeout=120,f.nc&&c.setAttribute("nonce",f.nc),c.src=function(e){return f.p+""+({}[e]||e)+"."+{2:"a69ce8198525d383ffdc",3:"90547d533b3b6e25284f",4:"e2661b30fb3f35beedec",5:"15e19a70967fdbd9fb91",8:"484d5157ffbac6fe38b7",9:"45d9dbb969cbcc6d1ab8",10:"10e1d06eef6963e28548",11:"7ad4863d7d8a1d8c16c1",12:"47e5aad1cccb6330e313",13:"e06da0805ab744720dfa",14:"f6d92702cf0d489bc7af",15:"e39de63f32803fce51fc",16:"c908af11ac21ba3ddde2",17:"b91ded1ae2a2a1699924",18:"88f21b079f495f46894f",19:"cf9915b0f9df5444a078",20:"1c3789441a14a20a68e9",21:"a5e62013a2f23a67ca71",22:"fb7d62a6fe4a7ba31d54",23:"7734e2ea3d340034a0a8",24:"e0bc3f5f319daf13a1df",25:"307a1bb186f3afc80a25"}[e]+".js"}(e);var u=new Error;o=function(r){c.onerror=c.onload=null,clearTimeout(d);var t=a[e];if(0!==t){if(t){var n=r&&("load"===r.type?"missing":r.type),o=r&&r.target&&r.target.src;u.message="Loading chunk "+e+" failed.\n("+n+": "+o+")",u.name="ChunkLoadError",u.type=n,u.request=o,t[1](u)}a[e]=void 0}};var d=setTimeout((function(){o({type:"timeout",target:c})}),12e4);c.onerror=c.onload=o,document.head.appendChild(c)}return Promise.all(r)},f.m=e,f.c=n,f.d=function(e,r,t){f.o(e,r)||Object.defineProperty(e,r,{enumerable:!0,get:t})},f.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},f.t=function(e,r){if(1&r&&(e=f(e)),8&r)return e;if(4&r&&"object"==typeof e&&e&&e.__esModule)return e;var t=Object.create(null);if(f.r(t),Object.defineProperty(t,"default",{enumerable:!0,value:e}),2&r&&"string"!=typeof e)for(var n in e)f.d(t,n,function(r){return e[r]}.bind(null,n));return t},f.n=function(e){var r=e&&e.__esModule?function(){return e.default}:function(){return e};return f.d(r,"a",r),r},f.o=function(e,r){return Object.prototype.hasOwnProperty.call(e,r)},f.p="",f.oe=function(e){throw console.error(e),e};var c=window.webpackJsonp=window.webpackJsonp||[],u=c.push.bind(c);c.push=r,c=c.slice();for(var d=0;d<c.length;d++)r(c[d]);var i=u;t()}([]);
|
@ -356,6 +356,30 @@ h2 {
|
||||
background-color: hsl(0, 0%, 21%);
|
||||
}
|
||||
|
||||
.viewer_model_CharacterClassOptionsView {
|
||||
box-sizing: border-box;
|
||||
border-left: var(--border);
|
||||
border-right: var(--border);
|
||||
padding: 0 2px;
|
||||
}
|
||||
|
||||
.viewer_model_CharacterClassOptionsView table {
|
||||
table-layout: fixed;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.viewer_model_CharacterClassOptionsView td:first-child {
|
||||
width: 80px;
|
||||
}
|
||||
|
||||
.viewer_model_CharacterClassOptionsView_section_id {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.viewer_model_CharacterClassOptionsView_body {
|
||||
width: 60px;
|
||||
}
|
||||
|
||||
.hunt_optimizer_HelpView p {
|
||||
margin: 1em;
|
||||
max-width: 600px;
|
||||
@ -923,30 +947,6 @@ body .lm_dropTargetIndicator {
|
||||
backdrop-filter: blur(5px);
|
||||
}
|
||||
|
||||
.viewer_model_CharacterClassOptionsView {
|
||||
box-sizing: border-box;
|
||||
border-left: var(--border);
|
||||
border-right: var(--border);
|
||||
padding: 0 2px;
|
||||
}
|
||||
|
||||
.viewer_model_CharacterClassOptionsView table {
|
||||
table-layout: fixed;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.viewer_model_CharacterClassOptionsView td:first-child {
|
||||
width: 80px;
|
||||
}
|
||||
|
||||
.viewer_model_CharacterClassOptionsView_section_id {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.viewer_model_CharacterClassOptionsView_body {
|
||||
width: 60px;
|
||||
}
|
||||
|
||||
.quest_editor_QuestEditorToolBarView_save_as_dialog_content {
|
||||
display: grid;
|
||||
grid-template-columns: 100px max-content;
|
Loading…
Reference in New Issue
Block a user