These commits are when the Protocol Buffers files have changed: (only the last 100 relevant commits are shown)
| Commit: | 558aa0b | |
|---|---|---|
| Author: | Kayla Glick | |
add rep faction parsing
| Commit: | fd8d3c5 | |
|---|---|---|
| Author: | Kayla Glick | |
| Committer: | GitHub | |
Port item source info from SoD (#4246) * port two SoD updates * fix icon enum tooltips * gear picker style tweaks from sod * fix gem summary tooltips * fix apl tooltips * fix improved icon tooltips * port over improved item source information * update comment
The documentation is generated from this commit.
| Commit: | fb80e6a | |
|---|---|---|
| Author: | Kayla Glick | |
update comment
The documentation is generated from this commit.
| Commit: | 6330808 | |
|---|---|---|
| Author: | Kayla Glick | |
port over improved item source information
| Commit: | a84a7e3 | |
|---|---|---|
| Author: | catszeid | |
Initial web UI work
| Commit: | 1cc9b50 | |
|---|---|---|
| Author: | catszeid | |
Add confirmed rogue runes to proto
| Commit: | 9b66dc4 | |
|---|---|---|
| Author: | Kevin Ferm | |
| Committer: | GitHub | |
WIP: Sim talents in bulk sim (#4205) * WIP: Sim talents in bulk sim * Dont double sim and sort properly * Fix styling * Use proto.Equal for comparison
| Commit: | 5309e81 | |
|---|---|---|
| Author: | Kayla Glick | |
| Committer: | GitHub | |
Remove legacy rotation code from sod-fork (#4206) * update protos for APL only * update most sim/core for APL only * update most sim/druid for APL only * remove custom_rotation.go * update hunter APL only * doNothing * update mage APL only * update paladin APL only * update priest APL only * update rogue APL only * update shaman APL only * update raid_bench_test.go * update warlock APL only * update enhancement.go * update warrior APL only * update main_test.go * update cast.go * add back TryUseCooldowns * fix some more sim errors * fix druid proto * fix hunter proto * all files gone through * api.proto comment * fix a few issues * fix from #4177 Fix rare panic when swapping items * apply #4199 Fix OOM calcs and more cleanup
| Commit: | cd08c80 | |
|---|---|---|
| Author: | NerdEgghead | |
Backend integration of random suffixes. On branch sod-fork Changes to be committed: modified: proto/common.proto modified: sim/core/database.go modified: ui/core/proto_utils/database.ts modified: ui/core/proto_utils/gear.ts
| Commit: | b3f3fb7 | |
|---|---|---|
| Author: | NerdEgghead | |
Added Random Suffixes tab to item picker UI. On branch sod-fork Changes to be committed: modified: proto/common.proto modified: ui/core/components/gear_picker.tsx modified: ui/core/player.ts modified: ui/core/proto_utils/action_id.ts modified: ui/core/proto_utils/equipped_item.ts
| Commit: | 249d8ae | |
|---|---|---|
| Author: | NerdEgghead | |
Created DB section to house the mapping between random suffix IDs and stat values, and populated it by parsing the Wowhead gear planner DB. On branch sod-fork Changes to be committed: modified: assets/database/db.bin modified: assets/database/db.json modified: assets/database/leftover_db.json modified: proto/common.proto modified: proto/ui.proto modified: tools/database/database.go modified: tools/database/gen_db/main.go modified: tools/database/wowhead_db.go
| Commit: | 6355fc3 | |
|---|---|---|
| Author: | NerdEgghead | |
Add RandomSuffixOptions field to UIItem proto, and parse the values from Wowhead gear planner DB. On branch sod-fork Changes to be committed: modified: assets/database/db.bin modified: assets/database/db.json modified: proto/ui.proto modified: tools/database/wowhead_db.go
| Commit: | 4c0f1d0 | |
|---|---|---|
| Author: | NerdEgghead | |
Merge branch 'sod-fork' of https://github.com/wowsims/wotlk into sod-fork
| Commit: | f6879ef | |
|---|---|---|
| Author: | The Grox Empire | |
Remove TBC races
| Commit: | f90174f | |
|---|---|---|
| Author: | NerdEgghead | |
Implemented "Shred trick" rotation option for short fights. On branch sod-fork Changes to be committed: modified: proto/apl.proto modified: proto/druid.proto modified: sim/druid/feral/rotation.go modified: ui/core/components/individual_sim_ui/apl_actions.ts modified: ui/feral_druid/inputs.ts modified: ui/feral_druid/presets.ts modified: ui/feral_druid/sim.ts
| Commit: | bf9dab3 | |
|---|---|---|
| Author: | rosenrusinov | |
more hunter runes and spells
| Commit: | fe74dc2 | |
|---|---|---|
| Author: | NerdEgghead | |
Implemented Tiger's Fury spell and added rotation option for pre-pull usage. On branch sod-fork Changes to be committed: modified: proto/druid.proto modified: sim/druid/druid.go renamed: sim/druid/_tigers_fury.go -> sim/druid/tigers_fury.go modified: ui/feral_druid/inputs.ts modified: ui/feral_druid/presets.ts modified: ui/feral_druid/sim.ts
| Commit: | 94b6e60 | |
|---|---|---|
| Author: | rosenrusinov | |
start working on hunter
| Commit: | 95fde90 | |
|---|---|---|
| Author: | NerdEgghead | |
Added Bogling Root consume option On branch sod-fork Changes to be committed: modified: proto/common.proto modified: sim/core/consumes.go modified: ui/core/components/icon_inputs.ts modified: ui/core/components/individual_sim_ui/consumes_picker.ts modified: ui/feral_druid/presets.ts
| Commit: | ebb368f | |
|---|---|---|
| Author: | NerdEgghead | |
Added Curse of Vulnerability and Ancient Corrosive Poison debuff options. On branch sod-fork Changes to be committed: modified: proto/common.proto modified: sim/core/debuffs.go modified: ui/core/components/icon_inputs.ts modified: ui/core/components/individual_sim_ui/settings_tab.ts modified: ui/feral_druid/sim.ts
| Commit: | b08ba3c | |
|---|---|---|
| Author: | NerdEgghead | |
Allowed specification of Homunculi debuff uptime. On branch sod-fork Changes to be committed: modified: proto/common.proto modified: sim/core/debuffs.go modified: ui/core/components/icon_inputs.ts modified: ui/core/components/individual_sim_ui/settings_tab.ts modified: ui/feral_druid/sim.ts modified: ui/hunter/sim.ts modified: ui/tank_warlock/presets.ts modified: ui/warlock/presets.ts
| Commit: | b6cfa0c | |
|---|---|---|
| Author: | NerdEgghead | |
Implemented Faerie Fire spell and added to Feral rotation. On branch sod-fork Changes to be committed: modified: proto/apl.proto modified: sim/druid/druid.go renamed: sim/druid/_faerie_fire.go -> sim/druid/faerie_fire.go modified: sim/druid/feral/rotation.go modified: ui/core/components/individual_sim_ui/apl_actions.ts modified: ui/feral_druid/inputs.ts modified: ui/feral_druid/sim.ts
| Commit: | d8bd035 | |
|---|---|---|
| Author: | James Tanner | |
Add comment for potential proto refactoring
| Commit: | 715f396 | |
|---|---|---|
| Author: | rosenrusinov | |
split warlock in tank and dps
| Commit: | 0f08c3b | |
|---|---|---|
| Author: | NerdEgghead | |
More Level 25 UI tweaks for consumes and buffs. On branch sod-fork Changes to be committed: modified: proto/common.proto modified: sim/core/buffs.go modified: sim/core/consumes.go modified: ui/core/components/icon_inputs.ts modified: ui/core/components/individual_sim_ui/consumes_picker.ts modified: ui/feral_druid/presets.ts modified: ui/feral_druid/sim.ts
| Commit: | a9aa383 | |
|---|---|---|
| Author: | rosenrusinov | |
item updates, warlock fixes and additions, homunculi debuff
| Commit: | 26c1c82 | |
|---|---|---|
| Author: | omccabe | |
add ashenvale pvp buff
| Commit: | 54349c3 | |
|---|---|---|
| Author: | omccabe | |
adding level 25 str/agi consumes
| Commit: | cbf7f43 | |
|---|---|---|
| Author: | NerdEgghead | |
Added pre-Roar rotation option for Feral sim. On branch sod-fork Changes to be committed: modified: proto/druid.proto modified: sim/druid/feral/rotation.go modified: sim/druid/savage_roar.go modified: ui/feral_druid/apls/default.apl.json modified: ui/feral_druid/inputs.ts modified: ui/feral_druid/presets.ts modified: ui/feral_druid/sim.ts
| Commit: | fdfff45 | |
|---|---|---|
| Author: | NerdEgghead | |
Implemented level 25 Mana consumables. Changes to be committed: modified: proto/common.proto modified: sim/core/consumes.go modified: sim/core/stats/stats.go modified: sim/druid/feral/rotation.go modified: sim/druid/forms.go modified: sim/druid/talents.go modified: ui/core/components/gear_picker.tsx modified: ui/core/components/icon_inputs.ts modified: ui/core/components/individual_sim_ui/consumes_picker.ts modified: ui/feral_druid/presets.ts modified: ui/feral_druid/sim.ts
| Commit: | 475a634 | |
|---|---|---|
| Author: | NerdEgghead | |
UI fixes for new Feral rotation Changes to be committed: modified: proto/druid.proto modified: ui/core/components/individual_sim_ui/apl_actions.ts modified: ui/core/components/individual_sim_ui/apl_helpers.ts modified: ui/core/launched_sims.ts modified: ui/feral_druid/inputs.ts modified: ui/feral_druid/presets.ts modified: ui/feral_druid/sim.ts
| Commit: | dfe4e1a | |
|---|---|---|
| Author: | NerdEgghead | |
First pass at Feral rotation algorithm Changes to be committed: modified: proto/apl.proto modified: sim/druid/feral/apl_values.go modified: sim/druid/feral/feral.go modified: sim/druid/feral/rotation.go modified: ui/core/components/individual_sim_ui/apl_actions.ts modified: ui/feral_druid/apls/default.apl.json
| Commit: | 4a8a874 | |
|---|---|---|
| Author: | The Grox Empire | |
| Committer: | NerdEgghead | |
Implement wildstrikes
| Commit: | 9b8987b | |
|---|---|---|
| Author: | James Tanner | |
Remove deprecated protos
| Commit: | 12e832e | |
|---|---|---|
| Author: | NerdEgghead | |
| Committer: | omccabe | |
Implemented APL wrapper for Feral DPS legacy rotation. Changes to be committed: modified: proto/apl.proto modified: sim/druid/feral/apl_values.go modified: sim/druid/feral/feral.go modified: sim/druid/feral/rotation.go modified: ui/core/components/individual_sim_ui/apl_actions.ts (cherry picked from commit ff47acd69fad12e5710b4e1923fa5fa5b56a616b) Pulling in NerdEgghead's APL changes (1/2)
| Commit: | 4146175 | |
|---|---|---|
| Author: | NerdEgghead | |
| Committer: | omccabe | |
Completed APL migration of Feral DPS sim Changes to be committed: modified: proto/apl.proto modified: sim/druid/feral/TestFeralApl.results modified: sim/druid/feral/apl_values.go modified: sim/druid/feral/rotation.go modified: ui/core/components/individual_sim_ui/apl_actions.ts modified: ui/core/components/individual_sim_ui/apl_helpers.ts modified: ui/core/launched_sims.ts modified: ui/feral_druid/apls/default.apl.json modified: ui/feral_druid/presets.ts modified: ui/feral_druid/sim.ts (cherry picked from commit b5dd6e912aa0614acf36c0855bc8d1118f1f7e0e) Pulling in Nerdegghead's apl changes (2/2)
| Commit: | b724578 | |
|---|---|---|
| Author: | omccabe | |
| Committer: | omccabe | |
Switch to TBC style of feral attack power accounting. i.e., parse it as its own stat in the db
| Commit: | 2cd9e30 | |
|---|---|---|
| Author: | James Tanner | |
Add back detonate_seed rotation field, as an option
| Commit: | 0938396 | |
|---|---|---|
| Author: | James Tanner | |
Remove unused protos and fields
| Commit: | fd6d8ec | |
|---|---|---|
| Author: | James Tanner | |
Cleanup dk code
| Commit: | faff70c | |
|---|---|---|
| Author: | James Tanner | |
Commit before making another DK fix on master
| Commit: | e230511 | |
|---|---|---|
| Author: | James Tanner | |
Merge from master
| Commit: | 5b0194a | |
|---|---|---|
| Author: | James Tanner | |
Move DK AMS fields from Rotation --> Options
| Commit: | c5c0155 | |
|---|---|---|
| Author: | James Tanner | |
Commit before fixing warlock tests
| Commit: | 2e6a97a | |
|---|---|---|
| Author: | James Tanner | |
| Committer: | James Tanner | |
Start cleaning up backend legacy rotation code
| Commit: | e96990b | |
|---|---|---|
| Author: | James Tanner | |
| Committer: | James Tanner | |
Remove legacy rotation code from UI
| Commit: | b929516 | |
|---|---|---|
| Author: | James Tanner | |
| Committer: | James Tanner | |
Use APL for pets and targets, and make cast failure behavior consitent
| Commit: | b5dd6e9 | |
|---|---|---|
| Author: | NerdEgghead | |
Completed APL migration of Feral DPS sim Changes to be committed: modified: proto/apl.proto modified: sim/druid/feral/TestFeralApl.results modified: sim/druid/feral/apl_values.go modified: sim/druid/feral/rotation.go modified: ui/core/components/individual_sim_ui/apl_actions.ts modified: ui/core/components/individual_sim_ui/apl_helpers.ts modified: ui/core/launched_sims.ts modified: ui/feral_druid/apls/default.apl.json modified: ui/feral_druid/presets.ts modified: ui/feral_druid/sim.ts
| Commit: | ff47acd | |
|---|---|---|
| Author: | NerdEgghead | |
Implemented APL wrapper for Feral DPS legacy rotation. Changes to be committed: modified: proto/apl.proto modified: sim/druid/feral/apl_values.go modified: sim/druid/feral/feral.go modified: sim/druid/feral/rotation.go modified: ui/core/components/individual_sim_ui/apl_actions.ts
| Commit: | cb0a523 | |
|---|---|---|
| Author: | Kayla Glick | |
remove remaining glyph code
| Commit: | 2835044 | |
|---|---|---|
| Author: | Kayla Glick | |
merge item swap updates
| Commit: | dd20c99 | |
|---|---|---|
| Author: | James Tanner | |
Implement item swapping in APL
| Commit: | 50fbe2c | |
|---|---|---|
| Author: | rosenrusinov | |
buffs/debuffs work + presets for sod
| Commit: | 8cb68cd | |
|---|---|---|
| Author: | Kayla Glick | |
Merge branch 'world-buffs-ui' of https://github.com/wowsims/wotlk into world-buffs-ui
| Commit: | 3338453 | |
|---|---|---|
| Author: | Kayla Glick | |
update world buffs
| Commit: | ca31a0d | |
|---|---|---|
| Author: | rosenrusinov | |
add demonic pact rune as buff
| Commit: | eeacb4d | |
|---|---|---|
| Author: | rosenrusinov | |
merge sod-fork and update buffs
| Commit: | 448a712 | |
|---|---|---|
| Author: | rosenrusinov | |
buff and imp pet updates
| Commit: | 5ecbb6f | |
|---|---|---|
| Author: | rosenrusinov | |
consumes/buffs updates
| Commit: | d2341b8 | |
|---|---|---|
| Author: | Kayla Glick | |
start implementation of classic world buffs
| Commit: | 2cf9e22 | |
|---|---|---|
| Author: | Kayla Glick | |
clean up glyph UI code
| Commit: | 778f126 | |
|---|---|---|
| Author: | Kayla Glick | |
pull in #4078
| Commit: | aaf57fc | |
|---|---|---|
| Author: | rosenrusinov | |
warlock tank related spell implementations
| Commit: | d22240a | |
|---|---|---|
| Author: | NerdEgghead | |
Added ICC 5% buff. Changes to be committed: modified: proto/common.proto modified: sim/core/buffs.go modified: ui/core/components/icon_inputs.ts modified: ui/core/components/individual_sim_ui/settings_tab.ts
| Commit: | b475afe | |
|---|---|---|
| Author: | James Tanner | |
Remove legacy trinket desync options
| Commit: | 13aaba4 | |
|---|---|---|
| Author: | CyberQuackGames | |
| Committer: | CyberQuackGames | |
add warlock baseline
| Commit: | d872c8a | |
|---|---|---|
| Author: | CyberQuackGames | |
refactor and cleanup for mage runes
| Commit: | 62b6776 | |
|---|---|---|
| Author: | CyberQuackGames | |
fixes and cleanup for priest runes
| Commit: | cce3fb5 | |
|---|---|---|
| Author: | Kayla Glick | |
merge conflicts
| Commit: | 7d8edee | |
|---|---|---|
| Author: | CyberQuackGames | |
add balance druid baseline
| Commit: | fcca029 | |
|---|---|---|
| Author: | Kayla Glick | |
clean up filters a bit
| Commit: | 63e90fd | |
|---|---|---|
| Author: | The Grox Empire | |
Warrior: update runes ID
| Commit: | efae080 | |
|---|---|---|
| Author: | CyberQuackGames | |
| Committer: | CyberQuackGames | |
add mage baseline
| Commit: | 6f9b16c | |
|---|---|---|
| Author: | CyberQuackGames | |
add bfd weapon oils and regen db
| Commit: | 7df64ca | |
|---|---|---|
| Author: | CyberQuackGames | |
| Committer: | CyberQuackGames | |
remove gem references
| Commit: | fc6b702 | |
|---|---|---|
| Author: | The Grox Empire | |
Some updates (detail in description) Warrior: Glyphs cleanup, added runes Core: Added runes method for agent, added OnRageChange for auras (still doesnt work), minor update on glancing formula
| Commit: | 9daa351 | |
|---|---|---|
| Author: | The Grox Empire | |
Attack tables and Weapon Skill update
| Commit: | 7f6541e | |
|---|---|---|
| Author: | CyberQuackGames | |
remove dk references
| Commit: | f46294b | |
|---|---|---|
| Author: | CyberQuackGames | |
remove smite priest in favor of apl default
| Commit: | 72974a9 | |
|---|---|---|
| Author: | CyberQuackGames | |
add rune selector and remove glyph selector
| Commit: | 3543286 | |
|---|---|---|
| Author: | CyberQuackGames | |
| Committer: | CyberQuackGames | |
add rune scrape tool and updates to db for runes
| Commit: | 1f43710 | |
|---|---|---|
| Author: | CyberQuackGames | |
add buff level filters and a couple food items for low levels
| Commit: | 5680b9c | |
|---|---|---|
| Author: | CyberQuackGames | |
add ability to use consumes based on level
| Commit: | 282471f | |
|---|---|---|
| Author: | CyberQuackGames | |
add school specific spell damage to stats
| Commit: | f4b12d8 | |
|---|---|---|
| Author: | CyberQuackGames | |
apply classic consumes and raid buffs
| Commit: | 2042b62 | |
|---|---|---|
| Author: | rosenrusinov | |
add boss spell related apl values for tank sims
| Commit: | a5c2db7 | |
|---|---|---|
| Author: | CyberQuackGames | |
add classic consumes and spell debuffs
| Commit: | f80c747 | |
|---|---|---|
| Author: | CyberQuackGames | |
Update db for classic
| Commit: | a476f62 | |
|---|---|---|
| Author: | CyberQuackGames | |
updates for existing consumable and raid buff settings
| Commit: | c925c11 | |
|---|---|---|
| Author: | CyberQuackGames | |
updates for talents and cleanup for start of classic sim
| Commit: | 064908b | |
|---|---|---|
| Author: | Tharre | |
| Committer: | Tharre | |
warlock: make new DP behaviour default and remove the old code
| Commit: | 4bf773a | |
|---|---|---|
| Author: | jarves | |
| Committer: | jarves | |
feral: add missing apl values for feral usage - also add in front of target apl value Signed-off-by: jarves <jarveson@gmail.com>
| Commit: | 05bdea3 | |
|---|---|---|
| Author: | Josh | |
| Committer: | GitHub | |
give setting a proper default (#3928) * give setting a proper default * slightly better
| Commit: | 0921081 | |
|---|---|---|
| Author: | Josh | |
| Committer: | GitHub | |
add nibelung survivability configuration (#3927) * add nibelung survivability configuration * better
| Commit: | 8f13370 | |
|---|---|---|
| Author: | James Tanner | |
Move owlkin frenzy ppm from rotation to option settings
| Commit: | 8c0dc01 | |
|---|---|---|
| Author: | James Tanner | |
| Committer: | James Tanner | |
Remove type field from mage rotation and use talents directly
| Commit: | d02f060 | |
|---|---|---|
| Author: | James Tanner | |
Merge from master
| Commit: | 261201c | |
|---|---|---|
| Author: | James Tanner | |
Remove deprecated aoe options
| Commit: | 5f44681 | |
|---|---|---|
| Author: | James Tanner | |
Remove type field from mage rotation and use talents directly
| Commit: | 13eadf7 | |
|---|---|---|
| Author: | James Tanner | |
Launch APL for mage sim