Rodrigo Braz Monteiro
4f1f9ccdf0
Made ffmpeg video provider compile again, conforming to the new video provider interface, but it still won't work.
...
Originally committed to SVN as r952.
2007-03-24 00:11:49 +00:00
Dan Donovan
aba48b68e3
Can save an audio clip of multiple lines (just goes earliest start to latest end for now), and a little more error checking
...
Originally committed to SVN as r951.
2007-03-19 20:01:09 +00:00
Dan Donovan
4eb824ea16
Make the escape key work for more stuff in Style Manager
...
Originally committed to SVN as r950.
2007-03-18 02:18:25 +00:00
Dan Donovan
26cba4b46f
Styles can be renamed when copied
...
Always call Stop in AudioDisplay on Play
Originally committed to SVN as r949.
2007-03-18 01:20:25 +00:00
Rodrigo Braz Monteiro
d566e629f9
Marked readme.txt as outdated
...
Originally committed to SVN as r948.
2007-03-14 22:28:43 +00:00
Rodrigo Braz Monteiro
55f7f0ea15
Small fixes to paste over.
...
Originally committed to SVN as r947.
2007-03-14 16:39:45 +00:00
pomyk
fab3dd81a1
updated ruby scripts
...
Originally committed to SVN as r946.
2007-03-10 20:33:49 +00:00
Niels Martin Hansen
ef403060f8
Template parsing seems to be done
...
Originally committed to SVN as r945.
2007-03-09 01:58:39 +00:00
Niels Martin Hansen
6055eea81f
Minor fixes for Auto3 support, still breaks badly though. Beginnings of auto4/lua karaoke template.
...
Originally committed to SVN as r944.
2007-03-08 23:37:41 +00:00
Dan Donovan
cd4332ac04
Kanji timer: don't FlagAsModified if no changes are made
...
Originally committed to SVN as r943.
2007-03-08 18:57:55 +00:00
pomyk
4dd9a52482
Ruby: fixed some compiler warnings
...
Originally committed to SVN as r942.
2007-02-25 18:31:09 +00:00
pomyk
12c1e6f498
fixed a crash when no subs selected
...
Originally committed to SVN as r941.
2007-02-25 18:08:19 +00:00
Niels Martin Hansen
3a1d4ee18e
Lua export filters didn't work when there was no configuration dialog function. Really stupid fix. Also, Lua include files are now more usable and karaskel pre-calculation actually works.
...
Originally committed to SVN as r940.
2007-02-20 02:50:40 +00:00
pomyk
9dcae98180
Separate thread for Ruby
...
Originally committed to SVN as r939.
2007-02-15 18:54:46 +00:00
Niels Martin Hansen
bfa2edbe04
Oops, forgot to include vfr.h, previous rev doesn't compile
...
Originally committed to SVN as r938.
2007-02-15 13:02:36 +00:00
Niels Martin Hansen
ffe5558ba1
Added VFR handling functions to Auto4/Lua.
...
Originally committed to SVN as r937.
2007-02-15 12:56:36 +00:00
Niels Martin Hansen
30792ec961
Multiple export filters with same name are now allowed, name clashes are resolved by adding (1), (2) etc. to the names.
...
Fixes to error reporting from Lua, now the error messages are more concise, and instead of exploding with an error message box, the script is just marked as "not loaded" and the actual error as its description.
Originally committed to SVN as r936.
2007-02-14 00:43:01 +00:00
Rodrigo Braz Monteiro
ccdd960982
Fixed writing of styles
...
Originally committed to SVN as r935.
2007-02-10 23:56:10 +00:00
pomyk
8d837d6a90
Ruby: key_frames function, improvements in scripts
...
Originally committed to SVN as r934.
2007-02-08 18:29:50 +00:00
pomyk
99cc856076
Ruby: better error reporting (full backtrace)
...
Originally committed to SVN as r933.
2007-02-08 13:17:29 +00:00
pomyk
538a825eff
some useless Ruby scripts
...
Originally committed to SVN as r932.
2007-02-07 21:07:03 +00:00
pomyk
f3535cdf41
Ruby: using symbols for hash keys
...
Originally committed to SVN as r931.
2007-02-07 18:52:23 +00:00
Rodrigo Braz Monteiro
63ad2baf5d
Fixed event handling in styles manager.
...
Originally committed to SVN as r930.
2007-02-07 16:39:05 +00:00
Rodrigo Braz Monteiro
dc803725bf
Made Ruby automatically include the libraries it needs, and stdwx.h declare WIN32_LEAN_AND_MEAN (which also required a new header inclusion on audio_player_dsoun.h)
...
Originally committed to SVN as r929.
2007-02-07 00:12:15 +00:00
pomyk
507de4c4cd
Ruby: some fixes, optimizations, support for selecting lines on grid...
...
Originally committed to SVN as r928.
2007-02-06 22:58:05 +00:00
Dan Donovan
317fba2e1e
Trim raw data from left before parsing a style, else the mid(6) to get rid of "style:" can fail, usually leaving the :
...
Originally committed to SVN as r927.
2007-02-06 22:35:15 +00:00
Niels Martin Hansen
6dcb5ff4a8
Runtime errors in auto3 scripts no longer kill the program but are reported properly instead.
...
Apparently Lua 5.1 has changed the semantics of table.insert so it's incompatible with the way used in all Auto3 demo scripts etc. Now it's overridden in utils.auto3 and all instances of it in sample scripts etc. replaced with code having the expected behaviour.
Originally committed to SVN as r926.
2007-02-06 12:30:17 +00:00
Dan Donovan
caea5872b4
Added copy+paste to style manager, ctrl+c/v only (so far, anyway)
...
Originally committed to SVN as r925.
2007-02-06 03:25:14 +00:00
Dan Donovan
56c7891baf
Added keyboard shortcuts escape and delete to style manager
...
Originally committed to SVN as r924.
2007-02-05 19:09:45 +00:00
pomyk
008d60ba65
bug in line reading
...
Originally committed to SVN as r923.
2007-02-04 23:46:10 +00:00
pomyk
505e09257e
Ruby: configuration dialogs
...
Originally committed to SVN as r922.
2007-02-03 20:31:20 +00:00
pomyk
2f52b36910
Ruby: scripts run in a separate thread
...
Originally committed to SVN as r921.
2007-02-02 19:40:50 +00:00
Niels Martin Hansen
6da6f1bc57
Fix stupid syntax errors
...
Originally committed to SVN as r920.
2007-02-02 01:01:12 +00:00
pomyk
b5ac82d5b2
Ruby: move to 1.9 version
...
Originally committed to SVN as r919.
2007-02-01 18:20:55 +00:00
Rodrigo Braz Monteiro
5aaf235655
Traditional chinese translation by Karasu
...
Originally committed to SVN as r918.
2007-02-01 17:02:16 +00:00
pomyk
17088eb723
Ruby: fixes in debug output & file including
...
Originally committed to SVN as r917.
2007-01-31 17:52:12 +00:00
David Lamparter
66b91c41c3
enable FexTracker on unix, and fix a bulkload of warnings in it
...
Originally committed to SVN as r916.
2007-01-30 23:09:33 +00:00
David Lamparter
9434459821
fix _script_factory name clash, how the heck is this supposed to work at all?
...
Originally committed to SVN as r915.
2007-01-30 22:16:50 +00:00
David Lamparter
0e39514e14
add new files
...
Originally committed to SVN as r914.
2007-01-30 22:13:26 +00:00
David Lamparter
dd77b5970d
convert kana table to ASCII + escapes
...
Originally committed to SVN as r913.
2007-01-30 22:13:02 +00:00
David Lamparter
920d4d06ad
autoconf: check for OpenGL & wxWidgets support for it; add libs while at it
...
Originally committed to SVN as r912.
2007-01-30 21:33:52 +00:00
Rodrigo Braz Monteiro
5d2f7bbe2c
Hopefully fixed building when fextracker is disabled.
...
Originally committed to SVN as r911.
2007-01-30 20:49:22 +00:00
pomyk
5ef911d93c
empty string fixes and working ruby support
...
Originally committed to SVN as r910.
2007-01-30 14:53:42 +00:00
Rodrigo Braz Monteiro
44712f0d7b
GL fix, now with 100% more unicode cast for unix
...
Originally committed to SVN as r909.
2007-01-30 00:45:42 +00:00
Rodrigo Braz Monteiro
67f4beabb2
Hopefully fixed gl_wrap on non-win32
...
Originally committed to SVN as r908.
2007-01-30 00:44:17 +00:00
pomyk
dee1c6760e
some fixes (less crashing)
...
Originally committed to SVN as r907.
2007-01-29 21:25:13 +00:00
pomyk
614758ac6c
Auto4 Ruby - not working yet
...
Originally committed to SVN as r906.
2007-01-29 17:52:46 +00:00
Rodrigo Braz Monteiro
370512917c
Applied Pomyk's patch and fixed YV12 DirectShow
...
Originally committed to SVN as r905.
2007-01-29 05:47:29 +00:00
Rodrigo Braz Monteiro
420ac447ee
video frame improvement
...
Originally committed to SVN as r904.
2007-01-28 03:26:03 +00:00
Rodrigo Braz Monteiro
e07a71368b
possible fix to dshow with shaders off.
...
Originally committed to SVN as r903.
2007-01-27 15:25:53 +00:00