Amar Takhar
0763541848
Change how configuration works.
...
* move win32/config0.h -> config/config_windows0.h
* move win32/stdint.h -> msvc/stdint.h
* move posix/defines.h -> config/config_unix.h
* add config.h - brings in config_(windows|unix).h as required
* add config.h to *.cpp
* Self-contain FFmpegSource2 with required function defines wrapped with
__UNIX__ instead of the now removed defines.h.
* Edit aegisub_vs2008.vcproj to remove explicit inclusion of config.h, also
change VCPreBuildEventTool to create windows_config.h from
windows_config0.h. Add msvc to include path.
* Change configure to create ./acconf.h instead of posix/acconf.h
This will allow us to create a more standard and platform agnostic way of
configuration aegsisub during build time.
Originally committed to SVN as r2621.
2009-01-04 06:31:48 +00:00
Rodrigo Braz Monteiro
cee958b2d3
Raised the warning level on MSVC8 to 4, and fixed several warnings caused by that.
...
Originally committed to SVN as r2045.
2008-03-13 19:12:55 +00:00
Rodrigo Braz Monteiro
7e83986497
Some random changes around.
...
Originally committed to SVN as r1813.
2008-01-22 20:36:07 +00:00
Rodrigo Braz Monteiro
dca02bd76d
Fixed auto-splitting of karaoke ( #597 )
...
Originally committed to SVN as r1772.
2008-01-19 00:48:47 +00:00
Rodrigo Braz Monteiro
489abd6663
jfs's mac patches applied
...
Originally committed to SVN as r1560.
2007-09-11 23:22:26 +00:00
Niels Martin Hansen
f9bfa1fc43
Workaround to #503 - UI no longer semi-freezes (becomes almost completely unresponsive to input) when karaoke mode is enabled and a blank line is selected. The workaround is to simply make sure that blank lines never happen, by turning them into one empty syllable instead.
...
Originally committed to SVN as r1492.
2007-08-15 20:41:57 +00:00
Niels Martin Hansen
a0beaef640
Clarified a bunch of error messages
...
Originally committed to SVN as r1433.
2007-07-18 13:46:38 +00:00
Rodrigo Braz Monteiro
a1050db3f3
Re-implemented z rotation on visual typesetting
...
Originally committed to SVN as r1326.
2007-07-01 02:23:57 +00:00
Niels Martin Hansen
7b3674abcd
Only one syllable selected after a split now.
...
Originally committed to SVN as r1316.
2007-06-30 01:27:00 +00:00
Niels Martin Hansen
e09ebcf442
Karaoke join back to working state.
...
Originally committed to SVN as r1315.
2007-06-30 00:00:44 +00:00
Niels Martin Hansen
f205d35a5a
Fix #383 and pray it didn't subtly break something else (reusable struct+function for properly splitting and handling karaoke)
...
Originally committed to SVN as r1290.
2007-06-23 00:21:20 +00:00
Niels Martin Hansen
3818649af7
Fix #441 (Join/Split karaoke buttons now become Cancel/Accept Split buttons when in karaoke split mode)
...
Originally committed to SVN as r1288.
2007-06-22 23:28:28 +00:00
Niels Martin Hansen
cee5c46ab7
Fix #278 (desync between audio and karaoke selection after splitting karaoke)
...
Originally committed to SVN as r1287.
2007-06-22 22:50:02 +00:00
Niels Martin Hansen
b52761dd06
Made switching to a different line when in karaoke split-mode commit the splits.
...
Also littered debug prints all over the audio karaoke code.
Originally committed to SVN as r1265.
2007-06-19 22:37:25 +00:00
Niels Martin Hansen
ea3c386aa2
Fix #418 (crash modifying karaoke timing on lines with text before first karaoke tag.)
...
Originally committed to SVN as r1198.
2007-05-28 11:24:37 +00:00
Niels Martin Hansen
943c8c2564
Fixed karaoke mode + vector drawings crash
...
Originally committed to SVN as r1060.
2007-04-12 15:02:05 +00:00
Rodrigo Braz Monteiro
297dbd74b8
Fixed almost a hundred warning messages issued with /W4 in VC++ (with warning 4100 disabled)
...
Originally committed to SVN as r891.
2007-01-24 03:54:32 +00:00
Dan Donovan
2b27078cf4
Fix potential crash clicking AudioKaraoke
...
Originally committed to SVN as r818.
2007-01-17 05:22:21 +00:00
Dan Donovan
ee3238a657
Fixing a file not meant to be changed last revision
...
Originally committed to SVN as r817.
2007-01-17 05:13:02 +00:00
Dan Donovan
37865943da
Save PCM .wav clips of lines (right click on line -> Create audio clip)
...
Originally committed to SVN as r816.
2007-01-17 05:06:17 +00:00
Niels Martin Hansen
c0b3721a7f
Fixed karaoke mode committing
...
Other minor fixes/cleanup
Originally committed to SVN as r753.
2007-01-10 01:36:05 +00:00
Rodrigo Braz Monteiro
06cff2e2f2
Renamed /core/ to /aegisub/ to avoid issues with unix systems being unable to delete core dumps.
...
Originally committed to SVN as r652.
2006-12-28 23:43:23 +00:00