Commit Graph

6835 Commits

Author SHA1 Message Date
tentacle 0f2c7bed84 FexTracker Dlls + h
currently only FexTrackerRel is used since i have'nt figured dependent delayed dll loading out yet
First import @ 2006-01-28

Originally committed to SVN as r38.
2006-01-28 20:11:02 +00:00
tentacle 3e6637cb26 added support for FexTracker
added "Track this line" button in bottom right corner of video box
added 2 new button bitmaps
added function to display tracked points for current line as overlay in VideoDisplay

Originally committed to SVN as r35.
2006-01-28 19:48:35 +00:00
Fredrik Mellbin 732aa4a1ba Fix AviSynthWrapper reference counting again
Originally committed to SVN as r34.
2006-01-28 15:23:48 +00:00
Fredrik Mellbin 7012a6b0b2 Less signedness warnings and probably a fix for setting the tag string
Originally committed to SVN as r33.
2006-01-28 15:11:59 +00:00
Fredrik Mellbin f22e1825ce Update version number
Originally committed to SVN as r32.
2006-01-28 14:50:13 +00:00
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 360746e739 Bugfix: Karaoke splitting only worked on lines that were already marked dirty (autosplit lines being in that category), unless SSA mode was enabled.
Originally committed to SVN as r30.
2006-01-27 03:18:26 +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
Niels Martin Hansen c6fb2bdf42 Fixed stupid possible bug in utils.lua. (Forgot a local keyword in copy_line.)
Finally wrote some documentation for karaskel.lua and karaskel-adv.lua.

Originally committed to SVN as r28.
2006-01-26 03:02:06 +00:00
Fredrik Mellbin 645aae6e29 Moved AssEntry constructors to where they should be
Originally committed to SVN as r27.
2006-01-25 22:19:40 +00:00
Fredrik Mellbin 87ac27af9a Smaller audio ram cache blocksize
Originally committed to SVN as r26.
2006-01-25 10:56:24 +00:00
Fredrik Mellbin e2af348af5 Version number fix for required avisynth
Originally committed to SVN as r25.
2006-01-25 10:53:16 +00:00
Fredrik Mellbin b6de878181 See previous commit
Originally committed to SVN as r24.
2006-01-25 00:29:01 +00:00
Fredrik Mellbin 6c1cbf9efc Another videodisplay split fix
Originally committed to SVN as r23.
2006-01-25 00:21:16 +00:00
Fredrik Mellbin 16729ec5ea Increment avisynth refcount after successful creation
Originally committed to SVN as r22.
2006-01-24 23:01:30 +00:00
Fredrik Mellbin e5043bb738 Fix for previous commit
Originally committed to SVN as r21.
2006-01-22 16:52:20 +00:00
Fredrik Mellbin 227febdd24 The big VideoDisplay split
Originally committed to SVN as r20.
2006-01-22 12:44:53 +00:00
Fredrik Mellbin cb573429fb Originally committed to SVN as r19. 2006-01-22 12:43:42 +00:00
Karl Blomster 7913efc740 more audio documentation updates, plus random fixage in about.cpp
Originally committed to SVN as r18.
2006-01-21 01:45:27 +00:00
Fredrik Mellbin 1cd44a438d Audio crash in 1.09 fix(?) and small cleanup
Originally committed to SVN as r17.
2006-01-21 01:09:53 +00:00
Fredrik Mellbin a1bf8a221e Repaint videoslider when resizing
Originally committed to SVN as r16.
2006-01-20 22:56:15 +00:00
Rodrigo Braz Monteiro 59db7e90e1 Small fix regarding character set of files being exported
Originally committed to SVN as r15.
2006-01-20 00:16:32 +00:00
David Lamparter e72d2c9f94 fix initialization orders (pedantic)
Originally committed to SVN as r14.
2006-01-19 10:35:04 +00:00
David Lamparter 2abf229414 remove extra semicolons and commas (strict ISO-C++98)
Originally committed to SVN as r13.
2006-01-19 10:33:56 +00:00
Rodrigo Braz Monteiro 6935e56b3d VC 2005 compatibility stuff
Originally committed to SVN as r12.
2006-01-19 01:42:39 +00:00
Karl Blomster d44ddb3bf2 working on the audio section
Originally committed to SVN as r11.
2006-01-18 12:02:46 +00:00
Karl Blomster 03a560ac88 config.dat is now fully documented (again!). Some other minor editing also done.
Originally committed to SVN as r10.
2006-01-17 23:42:00 +00:00
Niels Martin Hansen 1b6aa55206 Changed the way debug-output is disabled in karaskel.lua.
Originally committed to SVN as r9.
2006-01-17 23:28:26 +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 75fc7ef5cf Fixed parser to handle unset parameters properly (that is, without crashing)
Originally committed to SVN as r6.
2006-01-17 07:52:18 +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
David Lamparter e125d13e3c add newline at end of yatta_wrap.h
Originally committed to SVN as r3.
2006-01-17 00:39:18 +00:00
Rodrigo Braz Monteiro a8f7fb667b Originally committed to SVN as r2. 2006-01-16 21:02:54 +00:00
Rodrigo Braz Monteiro 4e9ac0ded4 Originally committed to SVN as r1. 2006-01-16 21:01:15 +00:00