Commit Graph

7 Commits

Author SHA1 Message Date
Niels Martin Hansen 69b1f5988a From changelog:
o The correct \k tag (\k, \kf, \ko, \K) is now kept when splitting/joining
   o When editing karaoke-timing for a line and not splitting/joining, all tags are kept intact, so only the \k tag timings are changed (BROKEN WITH \t TAGS ATM!)

Reason for breakage with \t seems to be the override tag parser killing all the actual style overrides in the \t tag. Example: \t(100,200,\fscx200) -> \t(100,200,) All other tags seem unaffected, but not intensively tested.

Originally committed to SVN as r31.
2006-01-27 22:22:31 +00:00
Niels Martin Hansen 3ad6a9db43 Implemented new karaoke splitter. Still needs some work, especially graphically.
The timing postproc dialog is now properly centered.

Originally committed to SVN as r29.
2006-01-27 00:48:59 +00:00
Fredrik Mellbin cb573429fb Originally committed to SVN as r19. 2006-01-22 12:43:42 +00:00
Rodrigo Braz Monteiro 1fc9fdf281 Updated changelog
Originally committed to SVN as r7.
2006-01-17 07:56:51 +00:00
Rodrigo Braz Monteiro 480bb77b41 Originally committed to SVN as r5. 2006-01-17 01:22:12 +00:00
Niels Martin Hansen e5df93eb51 From changelog.txt:
- Automation: Added xor(a,b) boolean logical function to utils.lua (jfs)
- Automation: Various changes to karaskel.lua and karaskel-adv.lua: (jfs)
   o Added some debug-calls (which are disable by default; aegisub.output_debug is replaced with a do-nothing function (you can change this in karaskel.lua)
   o The regular aegisub.output_debug is aliased to aegisub.output_warning, in order to always be able to show real warnings, in case something goes wrong
   o Fixed bug, triggered when a line had a style not defined in the subs. A warning is now shown instead.

Originally committed to SVN as r4.
2006-01-17 01:20:46 +00:00
Rodrigo Braz Monteiro a8f7fb667b Originally committed to SVN as r2. 2006-01-16 21:02:54 +00:00