59 Commits

Author SHA1 Message Date
61f153d0c1 Added GetRegions and RegionTypes 2024-07-17 23:42:44 -04:00
a3324fe686 Modified click addition 2024-02-11 17:51:26 -05:00
ddc52377a5 Added GetScript and GetParent type changes 2024-02-10 23:09:32 -05:00
776e2da06a fixed more declarations 2024-02-08 18:16:37 -05:00
fe17cfb464 Added additional functions missing from Frame Object 2024-02-05 23:50:09 -05:00
6063c2e60e Added missing functions to ui and Units for 3.3.5 discovered through testing 2024-02-03 13:08:58 -05:00
Ben
198376dc9d Added more sound effect data 2023-12-21 11:25:09 -05:00
Ben
c4638c41d9 Updated declarations based on issues with TypeScript to Lua, Added Sound
methods from WoW API
2023-12-21 11:18:23 -05:00
Ben
bc4fc9632b removed later content and updated ui comnponents and multi-return 2023-10-16 14:41:43 -05:00
kodomotachi
0e4b87da9d fix "TS2304: Cannot find name 'AtlasID'." 2022-01-18 21:45:54 +08:00
Robert Herber
97ba39a46e feat: add SlashCmdList constant 2021-06-15 21:25:53 -07:00
wartoshika
c2e27a6aae added C_* classes for item loot and partial map 2021-02-21 19:16:30 +01:00
wartoshika
25ed1c62fd added more C_* classes and some global functions within the encounter journal 2021-02-21 16:49:53 +01:00
wartoshika
2ff7e1bddd added more C_* classes for shadowland 2021-02-20 23:12:55 +01:00
wartoshika
f0a2c8b39f added initial declarations for shadowland. more are on its way 2021-02-20 21:46:45 +01:00
wartoshika
381442e20c Update ui.d.ts
Applied changes from wow-classic-declarations to retail repository.
https://github.com/wartoshika/wow-classic-declarations/pull/3
2020-09-23 12:02:30 +02:00
Alic Szecsei
334240caf2 Linter fixes 2020-02-07 15:07:20 -08:00
Alic Szecsei
bc4995729c Add functions relating to item corruption 2020-02-07 15:00:33 -08:00
Alic Szecsei
1fc5b25a6a Add C_AzeriteItem functions 2020-02-07 14:54:44 -08:00
Alic Szecsei
d7c046759d Add new auction house functions 2020-02-07 14:48:34 -08:00
Alic Szecsei
2f71e39a0c Removed global API functions 2020-02-07 13:10:51 -08:00
Alic Szecsei
30026c0194 Update widgets for 8.3 2020-02-06 16:43:37 -08:00
Alic Szecsei
451bda0072 Update events for 8.3 2020-02-06 16:35:39 -08:00
Martin Jesper Low Madsen
7815a3c87b Export the WoWAPI-namespace 2019-11-23 00:49:39 +01:00
Martin Jesper Low Madsen
2d8608586d Nest interfaces and types under a WoWAPI namespace
Declared interfaces and types are no longer available in the global namespace,
instead, they can be referenced through the WoWAPI-namespace, e.g. WoWAPI.Frame.

Added an interface for Object and moved some method signatures between Object
and UIObject to comply with the widget hierarchy defined here:
https://github.com/Ketho/BlizzardInterfaceResources/blob/live/Resources/WidgetAPI.lua

Corrected a typo in AchievementLink and CombatRatingIdentifier.
2019-11-10 22:01:12 +01:00
wartoshika
cc5c730d60 added more missing declarations about classes and groups 2019-10-05 17:17:33 +02:00
Tim Stirrat
751de2529b Add Region:GetPoint(n)
https://wow.gamepedia.com/API_Region_GetPoint
2019-09-23 13:27:14 -07:00
wartoshika
6c49b6af7b applied linting to all files 2019-09-13 09:05:31 +02:00
Tim Stirrat
75e942c6a3 Fix some other compiler errors 2019-09-12 11:47:47 -07:00
Tim Stirrat
59858e8a53 Reuse consts for book types 2019-09-12 11:47:47 -07:00
Tim Stirrat
dd7acd1176 Add @since versions 2019-09-12 11:47:47 -07:00
Tim Stirrat
f1babdb0f4 Add some spell and inventory APIs 2019-09-12 11:47:47 -07:00
Tim Stirrat
e709b5064b Add @tupleReturn when returning lists 2019-09-11 11:50:19 -07:00
wartoshika
639c19a4f0 Merge branch 'master' of github.com:wartoshika/wow-declarations 2019-09-11 11:46:58 +02:00
wartoshika
676dea952b additional declarations (item, quest and tooltip) 2019-09-11 11:42:19 +02:00
Oliver Leve
cf35259982 Merge pull request #3 from tstirrat/tstl-noself
Add @noSelfInFile for TypeScriptToLua
2019-09-10 08:10:48 +02:00
Tim Stirrat
a9ca434433 Add @noSelfInFile for TypeScriptToLua 2019-09-09 12:08:49 -07:00
Tim Stirrat
4cc181d959 Add SetAllPoints() overload with no arguments 2019-09-09 10:59:05 -07:00
Tim Stirrat
9a3884096b Extract WowBackdrop into interface 2019-09-09 10:57:58 -07:00
Tim Stirrat
220c4db0a3 Add Frame:SetParent() overload 2019-09-09 10:57:18 -07:00
Tim Stirrat
05cdba8872 Add OVERLAY layer 2019-09-09 10:56:32 -07:00
Tim Stirrat
74a21b5967 Add global GetTime() 2019-09-09 10:56:13 -07:00
Tim Stirrat
72069a857a Add calendar.d.ts to index.d.ts 2019-09-09 10:54:40 -07:00
wartoshika
d3bc527de2 added tooltip object 2018-11-11 18:25:54 +01:00
wartoshika
31dfd96c86 added item and some quest declarations 2018-11-11 11:40:16 +01:00
wartoshika
b7e135b9db added communications, companion and cursor 2018-11-11 10:44:02 +01:00
wartoshika
1cb19008e0 finalized the chatWindow declarations 2018-11-11 09:06:31 +01:00
wartoshika
a5a643a674 added character statistics 2018-11-09 18:22:42 +01:00
wartoshika
4d859259fb added channel declaration 2018-11-08 18:28:11 +01:00
wartoshika
d7b699088a added camera declaration 2018-11-08 18:02:53 +01:00