Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
055dfa1
Draft of panorama stuff
DarkoniusXNG Jul 22, 2023
6d8a53d
semistandard
DarkoniusXNG Jul 22, 2023
e7753ac
Some tweaks
DarkoniusXNG Jul 22, 2023
5da9e2e
alpha 1
DarkoniusXNG Jul 22, 2023
77a19e5
Update OAATalentButtonUpgrade.png
DarkoniusXNG Jul 23, 2023
a773c07
alpha 2
DarkoniusXNG Oct 6, 2023
b5e1afd
Merge remote-tracking branch 'upstream/master' into new_talent_system
DarkoniusXNG Oct 6, 2023
f8e8378
Update custom_ui_manifest.xml
DarkoniusXNG Oct 6, 2023
ac06326
alpha 3
DarkoniusXNG Nov 5, 2023
d93f25d
Merge remote-tracking branch 'upstream/master' into new_talent_system
DarkoniusXNG Nov 5, 2023
2a46b59
semistandard
DarkoniusXNG Nov 5, 2023
5e0b858
alpha 4
DarkoniusXNG Nov 6, 2023
499162e
alpha 5
DarkoniusXNG Nov 7, 2023
9aa30ff
alpha 6
DarkoniusXNG Nov 7, 2023
4ca9c17
Increase max level
DarkoniusXNG Nov 30, 2023
e43f718
Merge remote-tracking branch 'upstream/master' into new_talent_system
DarkoniusXNG Nov 30, 2023
72e5be2
Update io.txt
DarkoniusXNG Nov 30, 2023
a4779f6
Merge remote-tracking branch 'upstream/master' into new_talent_system
DarkoniusXNG Feb 15, 2024
108dfca
Add remaining hero kv files
DarkoniusXNG Feb 21, 2024
b97e390
Made normal talents functional
DarkoniusXNG Feb 22, 2024
128fd1f
Merge remote-tracking branch 'upstream/master' into new_talent_system
DarkoniusXNG May 10, 2024
91c066d
Squashed commit of the following:
DarkoniusXNG Aug 4, 2024
401f399
Revert "Squashed commit of the following:"
DarkoniusXNG Aug 5, 2024
32778c7
Merge remote-tracking branch 'upstream/master' into new_talent_system
DarkoniusXNG Aug 5, 2024
ea56416
Aghanim talents draft
DarkoniusXNG Aug 5, 2024
c49fcf0
Merge remote-tracking branch 'upstream/master' into new_talent_system
DarkoniusXNG Jan 14, 2025
9632343
I am still working on this I swear
DarkoniusXNG Jan 14, 2025
d3da7a4
Merge remote-tracking branch 'upstream/master' into new_talent_system
DarkoniusXNG May 31, 2025
e0500af
thanks 7.39
DarkoniusXNG May 31, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions content/panorama/layout/custom_game/custom_talent_hud.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<root>
<styles>
<include src="file://{resources}/styles/custom_game/custom_talent_hud.css"/>
</styles>
<!-- <scripts> -->
<!-- <include src="file://{resources}/scripts/custom_game/util.js" /> -->
<!-- </scripts> -->

<Panel>
<DOTAScenePanel hittest="false" id="talent_hud_scene" map="scenes/hud/levelupburst" camera="camera_1"/>
<Button id="talent_hud_btn"></Button>
<Panel hittest="false" id="talent_hud_btn_overlay"></Panel>
</Panel>
</root>
90 changes: 90 additions & 0 deletions content/panorama/layout/custom_game/custom_talent_window.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,90 @@
<root>
<styles>
<include src="file://{resources}/styles/custom_game/custom_talent_window.css"/>
</styles>
<scripts>
<include src="file://{resources}/scripts/custom_game/util.js" />
<include src="file://{resources}/scripts/custom_game/custom_talent_tree.js"/>
</scripts>

<Panel class="OAA_Talent_Window">
<Label id="TalentsHeader" text="Talents" />
<Panel class="talentRow">
<Panel class="talentLevels">
<Panel class="talentLevelContainer">
<Label class="talentLevel" text="55"></Label>
</Panel>
</Panel>
<Panel class="leftTalentSuper">
<Label class="talentImage" text="L55-S1"/>
</Panel>
<Panel class="rightTalentSuper">
<Label class="talentImage" text="R55-S2"/>
</Panel>
</Panel>
<Panel class="talentRow">
<Panel class="talentLevels">
<Panel class="talentLevelContainer">
<Label class="talentLevel" text="25"></Label>
</Panel>
</Panel>
<Panel class="leftTalent">
<Label class="talentImage" text="L25"/>
</Panel>
<Panel class="rightTalent">
<Label class="talentImage" text="R25"/>
</Panel>
<Panel class="aghsTalent">
<Label class="talentImage" text="A25"/>
</Panel>
</Panel>
<Panel class="talentRow">
<Panel class="talentLevels">
<Panel class="talentLevelContainer">
<Label class="talentLevel" text="20"></Label>
</Panel>
</Panel>
<Panel class="leftTalent">
<Label class="talentImage" text="L20"/>
</Panel>
<Panel class="rightTalent">
<Label class="talentImage" text="R20"/>
</Panel>
<Panel class="aghsTalent">
<Label class="talentImage" text="A20"/>
</Panel>
</Panel>
<Panel class="talentRow">
<Panel class="talentLevels">
<Panel class="talentLevelContainer">
<Label class="talentLevel" text="15"></Label>
</Panel>
</Panel>
<Panel class="leftTalent">
<Label class="talentImage" text="L15"/>
</Panel>
<Panel class="rightTalent">
<Label class="talentImage" text="R15"/>
</Panel>
<Panel class="aghsTalent">
<Label class="talentImage" text="A15"/>
</Panel>
</Panel>
<Panel class="talentRow">
<Panel class="talentLevels">
<Panel class="talentLevelContainer">
<Label class="talentLevel" text="10"></Label>
</Panel>
</Panel>
<Panel class="leftTalent">
<Label class="talentImage" text="L10"/>
</Panel>
<Panel class="rightTalent">
<Label class="talentImage" text="R10"/>
</Panel>
<Panel class="aghsTalent">
<Label class="talentImage" text="A10"/>
</Panel>
</Panel>
</Panel>
</root>
4 changes: 3 additions & 1 deletion content/panorama/layout/custom_game/custom_ui_manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<include src="file://{resources}/scripts/custom_game/huderrors.js" />
<include src="file://{resources}/scripts/custom_game/health_mana.js" />
<include src="file://{resources}/scripts/custom_game/hero_bounty_override.js" />
<include src="file://{resources}/scripts/custom_game/scepter_talents_overlay.js" />
<!--<include src="file://{resources}/scripts/custom_game/scepter_talents_overlay.js" />-->
<!--<include src="file://{resources}/scripts/custom_game/armor_resist_value.js" />-->
<!--<include src="file://{resources}/scripts/custom_game/vector_targeting.js" />-->
<include src="file://{resources}/scripts/custom_game/top_bar_fix.js" />
Expand All @@ -37,5 +37,7 @@
<CustomUIElement type="Hud" layoutfile="file://{resources}/layout/custom_game/spark_selection.xml" />
<CustomUIElement type="Hud" layoutfile="file://{resources}/layout/custom_game/core_points.xml" />
<CustomUIElement type="Hud" layoutfile="file://{resources}/layout/custom_game/custom_ward_buttons.xml" />
<CustomUIElement type="Hud" layoutfile="file://{resources}/layout/custom_game/custom_talent_window.xml" />
<CustomUIElement type="Hud" layoutfile="file://{resources}/layout/custom_game/custom_talent_hud.xml" />
</Panel>
</root>
Loading