Smack  Timeline

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

50 most recent check-ins

2023-09-22
19:50
  • Remove the third parameter to /click once again because it changes fucking everytime
  • Update toc version
  • Update version to trigger cache clear
Leaf check-in: 16c68457cd user: zlodo tags: trunk
2022-12-16
10:56
Version bump check-in: 1b1414be4d user: zlodo tags: trunk
10:53
Compiler: fix broken specialization conditionals check-in: 7964fd19aa user: zlodo tags: trunk
2022-12-02
18:55
Add "on" statement to create event handlers that allow to do execute common code according to a condition, for instance to reset a sequence macro state. check-in: 481cbc75fb user: zlodo tags: trunk
2022-11-16
12:30
Merge last wow10 updates check-in: 33072030a9 user: zlodo tags: trunk
2022-11-04
12:32
Fix for this week's /click behavior Closed-Leaf check-in: 5150c3cb0f user: zlodo tags: wow-10
2022-11-02
22:19
Merge latest updates from trunk check-in: f36d9aa4b9 user: zlodo tags: wow-10
22:11
Update site check-in: a89bf801fa user: zlodo tags: trunk
21:58
Better looking tooltip when dragging spells in the macro list check-in: 30589b46cd user: zlodo tags: trunk
21:35
Spells and items can now be dragged into the macro list to quickly turn them into new macros check-in: 00a94bec27 user: zlodo tags: trunk
20:01
Macro list: added a checkbox to display only macros that are not bound check-in: 905f2b6b3a user: zlodo tags: trunk
19:43
Editor: make auto completion pop up less aggressively check-in: f077559c0d user: zlodo tags: trunk
19:15
Fix error tooltip position check-in: 0112464547 user: zlodo tags: trunk
19:01
Editor scaling fix. That stuff has to be like super fixed by now check-in: 2102c7402d user: zlodo tags: trunk
2022-10-28
16:28
Force ActionButtonUseKeyDown cvar check-in: 2787db7dc6 user: zlodo tags: trunk
2022-10-27
18:19
Merge beta branch check-in: 061a4a0cdf user: zlodo tags: trunk
2022-10-26
00:15
Fix editor sometimes deleting large sections of macros, for real this time (it was because of a shitty optimization all along) check-in: 5fddfc5997 user: zlodo tags: wow-10
2022-10-25
21:36
Added Way command, that simply invokes /way to be able to create waypoint macros check-in: 56229c9934 user: zlodo tags: wow-10
21:23
Bump version and TOC in prevision for new features for 10.0.0.2 check-in: feaa34a5df user: zlodo tags: wow-10
21:22
Merge from trunk, except the PTR/Live specific changes. check-in: 4d40b4495f user: zlodo tags: wow-10
01:24
Site update check-in: 1e0941fcdb user: zlodo tags: trunk
01:14
Version bump check-in: bc031cd63b user: zlodo tags: trunk
01:10
Fix /click requiring to be specified "LeftButton" once again on the PTR (whereas it doesn't want that param at all on the beta right now), jfc blizzard make up your mind it's the other way around every other build (taking the bet that whatever gets pushed to the live servers tomorrow will behave like the PTR right now) check-in: 6c59a1592a user: zlodo tags: trunk
00:28
Merge dragon expansion branch to trunk. check-in: 1925f09269 user: zlodo tags: trunk
00:21
  • UI layout tweaks
  • Website update
check-in: 5e47430259 user: zlodo tags: wow-10
00:03
  • Fix lua error sometimes when trying to open the completion list
  • Fix lua error when trying to select text from code examples in the documentation popups
check-in: 0cf68a8584 user: zlodo tags: wow-10
2022-10-24
22:59
Drop TBC classic support since TBC classic doesn't exist anymore. RIP isle of quel'danas, again check-in: ff574da3aa user: zlodo tags: wow-10
22:41
Misc smaller editor fixes check-in: 3feec9e12f user: zlodo tags: wow-10
22:29
Fix edit box and resizable group scaling issues, the ui looks vaguely decent again check-in: ef360fef37 user: zlodo tags: wow-10
22:03
Fixed all remaining editor scaling issues and it was a fucking pain in the ass and fuck wow's clown show of an UI framework check-in: 249cb2976d user: zlodo tags: wow-10
2022-10-14
18:43
Fix macros not working again on ptr due to another random /click behavior change check-in: 17e7738b4d user: zlodo tags: wow-10
2022-10-10
00:05
Fix editor text decoratrion scaling check-in: 418cef91f4 user: zlodo tags: wow-10
2022-10-09
18:22
UI: handle scaling in the text editor check-in: fa61edf793 user: zlodo tags: wow-10
2022-10-05
23:22
UI: handle scaling properly in more places check-in: 11ee4e3a53 user: zlodo tags: wow-10
2022-10-04
23:24
UI:
  • perform scale computation during layout instead of doing it at UI creation (a bunch of places still to be fixed)
  • dynamically recompute the layout when the wow window size/resolution changes, or when the UI scale changes
  • fix scaling calculations to handle UI scaling correctly
check-in: fbcbdbf121 user: zlodo tags: wow-10
2022-10-03
21:24
Fixed a nasty bug that caused macros to be mangled when saved. check-in: 0c9b0d72fa user: zlodo tags: wow-10
2022-10-02
23:23
Updates db extracts (bringing along probably all the evoker support I cba to implement) check-in: bfadef309e user: zlodo tags: wow-10
2022-10-01
23:00
Added IsMounted and IsFlying conditionals, fixed Click action not working check-in: 3bc2014e38 user: zlodo tags: wow-10
2022-09-29
22:05
Replaced all other remaining uses of the icon fonts with the icon atlas, and removed the icon fonts check-in: d1267eade3 user: zlodo tags: wow-10
20:37
  • Various atlasgen fixes
  • Icon buttons (trash & delete) now use atlas icons
check-in: 0ab2039cae user: zlodo tags: wow-10
2022-09-28
22:45
Cleaned up icon SVGs, removed rotated versions (will do that in code), added a script to (re)generate the icon atlas, and generated a first version of the atlas to play with check-in: b4a8ad069e user: zlodo tags: wow-10
21:00
atlasgen: generate the lua description of the atlas check-in: b0d6c03e5c user: zlodo tags: wow-10
20:11
atlasgen: separate the glyphs to avoid bleeding effects with bilinear filtering check-in: bb115b4daa user: zlodo tags: wow-10
19:57
atlasgen: fix tga generation and a rect packing bug check-in: 4d15589494 user: zlodo tags: wow-10
00:12
atlasgen: first initial batch of bug fixes, it sort of works check-in: eaef1dd7ae user: zlodo tags: wow-10
2022-09-27
21:50
atlasgen: most of the implementation is done, now to test it and have it fail spectacularly check-in: 58ec42afc3 user: zlodo tags: wow-10
2022-09-26
23:19
atlasgen: Implemented a 2d rectangle packer using the maxrect algorithm to generate the atlas layout. Not tested yet so probably comically broken check-in: 89215d8f0d user: zlodo tags: wow-10
2022-09-23
11:30
Add project skeleton for the icon atlas generator check-in: 32182d2b8d user: zlodo tags: wow-10
2022-09-22
18:59
Fix macros no longer actually triggering any ability check-in: 3ed6f6ecdb user: zlodo tags: wow-10
2022-09-08
21:39
Couple minor fixes + some pointless cosmetic improvements check-in: 0c0df626f3 user: zlodo tags: wow-10