More reorganization
Cette révision appartient à :
Parent
0029a39650
révision
0f735165cd
26 fichiers modifiés avec 13 ajouts et 13 suppressions
Avant Largeur: | Hauteur: | Taille: 4 Kio Après Largeur: | Hauteur: | Taille: 4 Kio |
|
@ -51,7 +51,7 @@ error.lua
|
|||
utility.lua
|
||||
|
||||
# Event manager module. Depends on nothing, calls no external functions.
|
||||
manager_event.lua
|
||||
manager\manager_event.lua
|
||||
|
||||
bst_libaboutpanel.lua
|
||||
libs\LibStub\LibStub.lua
|
||||
|
@ -72,7 +72,7 @@ libs\LibRangeCheck-2.0\LibRangeCheck-2.0.lua
|
|||
|
||||
changes.lua
|
||||
|
||||
lang.lua
|
||||
lang\lang.lua
|
||||
lang\cscz.lua
|
||||
lang\dadk.lua
|
||||
lang\dede.lua
|
||||
|
@ -142,17 +142,17 @@ db_get.lua
|
|||
timeslice.lua
|
||||
|
||||
# Achievement manager, depends on timeslice
|
||||
manager_achievement.lua
|
||||
manager\manager_achievement.lua
|
||||
|
||||
# Completed-quests manager, depends on events or something
|
||||
# you know I need to come up with a good way to handle dependencies someday
|
||||
#
|
||||
# someday
|
||||
manager_completed.lua
|
||||
manager\manager_completed.lua
|
||||
|
||||
# Graph module. Depends on nothing, calls no external functions.
|
||||
graph_core.lua
|
||||
graph_flightpath.lua
|
||||
graph\graph_core.lua
|
||||
graph\graph_flightpath.lua
|
||||
|
||||
# Routing module. Depends on Timeslice and Filters, calls almost no external functions (handles its own get-player-position stuff via RetrieveRawLocation, but that's it.)
|
||||
routing\routing_debug.lua
|
||||
|
@ -164,23 +164,23 @@ routing\routing_controller.lua
|
|||
routing\routing_hidden.lua
|
||||
|
||||
# Filters. Pays attention to QH_pref but not a lot more.
|
||||
filter_core.lua
|
||||
filter_base.lua
|
||||
filter\filter_core.lua
|
||||
filter\filter_base.lua
|
||||
|
||||
# New tooltip system. Depends on nothing, calls nothing besides WoW UI.
|
||||
tooltip.lua
|
||||
|
||||
# Directors
|
||||
# Quest module. Depends on Database, Routing, Patterns, Tooltip, and Event Manager, interfaces with WoW UI.
|
||||
director_quest.lua
|
||||
director_achievement.lua
|
||||
director_find.lua
|
||||
director\director_quest.lua
|
||||
director\director_achievement.lua
|
||||
director\director_find.lua
|
||||
|
||||
# Map and minimap dodads. Old code. Depends on nothing, interfaces with WoW UI.
|
||||
dodads.lua
|
||||
dodads\dodads.lua
|
||||
|
||||
# Wacky arbitrary triangle render code
|
||||
dodads_triangles.lua
|
||||
dodads\dodads_triangles.lua
|
||||
|
||||
# New coordinator system. Depends on pretty much everything.
|
||||
core.lua
|
||||
|
|
Référencer dans un nouveau ticket