David Lamparter
91c11fbf09
get locale stuff more correct
...
Originally committed to SVN as r983.
2007-04-03 04:34:56 +00:00
Rodrigo Braz Monteiro
246be56350
Made YV12->RGB32 conversion happen before subtitling, so asa works without glitching.
...
Originally committed to SVN as r982.
2007-04-03 02:55:43 +00:00
Rodrigo Braz Monteiro
4e2af4cd57
Added a method to AegiVideoFrame to allow conversion from YV12->RGB32, which is used by screenshot taking and video context, if the video provider can only provide YV12 (ffmpeg).
...
Originally committed to SVN as r981.
2007-04-03 02:31:51 +00:00
Rodrigo Braz Monteiro
292ad1af33
Added dummy provider to changelog:
...
- Added a dummy video provider to create a blank video with customizeable options. (jfs & AMZ)
Originally committed to SVN as r979.
2007-04-03 00:22:19 +00:00
Rodrigo Braz Monteiro
0acbf6eb61
Small fix to make dummy video's dialog build on some machines.
...
Originally committed to SVN as r978.
2007-04-03 00:14:05 +00:00
Niels Martin Hansen
c9ce15bb01
GUI for dummy video provider
...
Originally committed to SVN as r977.
2007-04-02 18:28:09 +00:00
Rodrigo Braz Monteiro
77e21c985d
Better dealing of shaders.
...
Originally committed to SVN as r976.
2007-04-02 00:44:47 +00:00
Rodrigo Braz Monteiro
6b26ebd99b
Made video context respect the setting of "video use pixel shaders", which was being ignored by ffmpeg, since it can only output yv12.
...
Originally committed to SVN as r975.
2007-04-01 23:27:22 +00:00
Rodrigo Braz Monteiro
bef344645b
Fixed memory handling in dummy provider.
...
Originally committed to SVN as r974.
2007-04-01 23:13:29 +00:00
Rodrigo Braz Monteiro
1d03da6844
Added a hack to video loading to allow the creation of a context in some platforms, and changed the colour of dummy video provider to sky-blue.
...
Originally committed to SVN as r973.
2007-04-01 23:07:29 +00:00
Rodrigo Braz Monteiro
14edd1fe3b
Added dummy video provider.
...
Originally committed to SVN as r972.
2007-04-01 22:06:00 +00:00
Niels Martin Hansen
88639cf70c
Update both top and bottom margins when vertical margin is changed
...
Originally committed to SVN as r969.
2007-04-01 12:21:16 +00:00
David Lamparter
ae37b2481f
CSRI helper library; fixup build system while at it
...
Originally committed to SVN as r968.
2007-03-31 22:04:57 +00:00
David Lamparter
7c38076d4f
fix INT64_C breakage with ffmpeg
...
Originally committed to SVN as r967.
2007-03-31 21:28:43 +00:00
Rodrigo Braz Monteiro
af7bfcc858
Applied demi's patch to fix the view menu and committed some unfinished (commented out) rgb lavc code
...
Originally committed to SVN as r966.
2007-03-31 03:23:46 +00:00
Rodrigo Braz Monteiro
867218fd0b
Removed a seemingly useless call to glFinish(), which could also be causing issues, maybe.
...
line 2 test.
Originally committed to SVN as r965.
2007-03-29 23:09:40 +00:00
Rodrigo Braz Monteiro
cc99e37e2c
Added several asserts to Video Display and stopped it from running Reset() when hidden, which could be leading to odd results.
...
Originally committed to SVN as r964.
2007-03-29 23:04:26 +00:00
Rodrigo Braz Monteiro
0dd4f96757
Fix for lavc audio provider to prevent it from crashing if it cannot load the file (was causing video playback to crash if no audio was loaded)
...
Originally committed to SVN as r963.
2007-03-29 21:05:22 +00:00
Rodrigo Braz Monteiro
bc1897049b
Complement to jfs's fix.
...
Originally committed to SVN as r962.
2007-03-28 15:24:06 +00:00
Niels Martin Hansen
4e7ddbbe85
Fix for non-pixelshader video rendering
...
Originally committed to SVN as r961.
2007-03-28 15:17:47 +00:00
Rodrigo Braz Monteiro
b44540e63f
Added video_provider_lavc.cpp to the unix makefile.
...
Originally committed to SVN as r960.
2007-03-28 01:59:14 +00:00
Rodrigo Braz Monteiro
af757cf6fe
Fixed paste over.
...
Originally committed to SVN as r959.
2007-03-28 01:37:13 +00:00
Rodrigo Braz Monteiro
58f4dae158
Fixed display of overridden key frames on audio display ( #349 ).
...
Originally committed to SVN as r958.
2007-03-28 01:17:56 +00:00
Rodrigo Braz Monteiro
ee3178a8e1
Fixed replace bug ( #338 ) and cleaned search and replace code up a bit.
...
Originally committed to SVN as r957.
2007-03-28 01:11:52 +00:00
Rodrigo Braz Monteiro
27b08cc8aa
Fixed ffmpeg memory leak.
...
Originally committed to SVN as r956.
2007-03-27 22:56:08 +00:00
Rodrigo Braz Monteiro
493bc75ed1
Slight Linux cosmic fix.
...
Originally committed to SVN as r955.
2007-03-27 22:41:33 +00:00
Rodrigo Braz Monteiro
c722ce9741
ffmpeg video provider now works as expected, except that it leaks memory. This fix should also help with certain videos being loaded with other providers. Also added some asserts and clean up to video frame class.
...
Originally committed to SVN as r954.
2007-03-27 22:29:35 +00:00
Rodrigo Braz Monteiro
d7a6ca1d76
ffmpeg provider almost works now
...
Originally committed to SVN as r953.
2007-03-24 02:07:06 +00:00
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
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
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
pomyk
b5ac82d5b2
Ruby: move to 1.9 version
...
Originally committed to SVN as r919.
2007-02-01 18:20:55 +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
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
Niels Martin Hansen
d92222294e
Undo descriptions for auto4-lua scripts
...
Originally committed to SVN as r902.
2007-01-27 15:11:10 +00:00
Rodrigo Braz Monteiro
d5c7749138
Originally committed to SVN as r901.
2007-01-27 07:14:22 +00:00
Rodrigo Braz Monteiro
5d6282aee5
Shaders no longer need glew
...
Originally committed to SVN as r900.
2007-01-27 07:13:29 +00:00
Rodrigo Braz Monteiro
3b9afa126e
Mostly operational pixel shaded YV12->RGB32 conversion. (needs glew for now)
...
Originally committed to SVN as r899.
2007-01-27 06:15:25 +00:00
Rodrigo Braz Monteiro
9a292d6091
Fixed styling manager, editor, and kanji timer.
...
Originally committed to SVN as r898.
2007-01-26 23:42:19 +00:00
Rodrigo Braz Monteiro
7a209feb22
Implemented direct saving to memory for asa
...
Originally committed to SVN as r897.
2007-01-26 22:55:42 +00:00
Rodrigo Braz Monteiro
f711887167
Made recombine lines deal with two new cases.
...
Originally committed to SVN as r896.
2007-01-26 04:11:32 +00:00
Rodrigo Braz Monteiro
21e8d0ce2c
(Probably) fixed some issue with audio clip saving.
...
Originally committed to SVN as r895.
2007-01-26 01:24:38 +00:00
Dan Donovan
bd84faa650
Added descriptions for undo/redo
...
Originally committed to SVN as r894.
2007-01-26 00:48:42 +00:00
Dan Donovan
4565a18369
Originally committed to SVN as r893.
2007-01-26 00:47:42 +00:00
Dan Donovan
a29fcb2d47
Kanji timer now changes all lines at once on dialogue close (for easier undo)
...
Originally committed to SVN as r892.
2007-01-25 22:47:29 +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
David Lamparter
3ab9822ed3
bring Makefile.am up to date; fix win32 CSRIAPI spec
...
Originally committed to SVN as r890.
2007-01-24 03:03:16 +00:00
David Lamparter
4247fa0ceb
fix linux extent getting screwups
...
Originally committed to SVN as r889.
2007-01-24 02:35:09 +00:00
Rodrigo Braz Monteiro
3c46ab72ac
More Linux fixes.
...
Originally committed to SVN as r888.
2007-01-24 02:25:45 +00:00
Rodrigo Braz Monteiro
6d84bde8da
Several fixes to build on Linux
...
Originally committed to SVN as r887.
2007-01-24 02:11:26 +00:00
Rodrigo Braz Monteiro
f058f5779f
Fixes to detached video window.
...
Originally committed to SVN as r886.
2007-01-23 21:38:20 +00:00
Rodrigo Braz Monteiro
19ea57a544
Fix to video loading, but probably only for me...
...
Originally committed to SVN as r885.
2007-01-23 20:50:41 +00:00
Rodrigo Braz Monteiro
83cdb12457
Fixed several bugs related to detached video display.
...
Originally committed to SVN as r884.
2007-01-23 06:44:08 +00:00
Rodrigo Braz Monteiro
8231034cb1
Detached Video display mostly works.
...
Originally committed to SVN as r883.
2007-01-23 06:32:16 +00:00
Rodrigo Braz Monteiro
c232b625ff
Forgot to remove a file.
...
Originally committed to SVN as r882.
2007-01-23 04:42:52 +00:00
Rodrigo Braz Monteiro
02bf068052
Basic (and somewhat broken) detached video dialog implemented.
...
Originally committed to SVN as r881.
2007-01-23 04:42:08 +00:00
Rodrigo Braz Monteiro
52060ceb03
Video will now load without an available subtitles provider.
...
Originally committed to SVN as r880.
2007-01-23 00:38:59 +00:00
Rodrigo Braz Monteiro
99e9dce99f
Made a million changes to GL mode, and one of them seems to have fixed video display on ATI cards.
...
Originally committed to SVN as r879.
2007-01-22 22:57:45 +00:00
Rodrigo Braz Monteiro
563ba5ae76
Yet another random OpenGL change.
...
Originally committed to SVN as r878.
2007-01-22 20:48:45 +00:00
Rodrigo Braz Monteiro
304b10b6d5
Added error checking routines to GL texture uploading
...
Originally committed to SVN as r877.
2007-01-22 20:01:07 +00:00
Niels Martin Hansen
2d1fdcdfb9
Fixes for building with wx 2.8 without 2.6-compat mode. (Hopefully) more workyness for config dialogs in auto3.
...
Originally committed to SVN as r876.
2007-01-22 19:31:49 +00:00
Rodrigo Braz Monteiro
914671d0a4
Yay for more random bughunting.
...
Originally committed to SVN as r875.
2007-01-22 19:20:46 +00:00
Rodrigo Braz Monteiro
3034d9f828
Possible fix to more GL oddity
...
Originally committed to SVN as r874.
2007-01-22 18:57:34 +00:00
Rodrigo Braz Monteiro
bef789fb57
Fixes to DirectShow provider
...
Originally committed to SVN as r872.
2007-01-22 03:39:36 +00:00
Niels Martin Hansen
b043898c6c
Fixed error message
...
Originally committed to SVN as r871.
2007-01-22 00:05:49 +00:00
Rodrigo Braz Monteiro
7b6af3ac8a
Another fix.
...
Originally committed to SVN as r870.
2007-01-22 00:03:30 +00:00
Rodrigo Braz Monteiro
8aee6bd50b
Fix to factory template.
...
Originally committed to SVN as r869.
2007-01-21 23:45:06 +00:00
Rodrigo Braz Monteiro
62bdfae3bf
bork bork fix fix?
...
Originally committed to SVN as r868.
2007-01-21 23:26:49 +00:00
Rodrigo Braz Monteiro
729349b314
Possible fixes.
...
Originally committed to SVN as r867.
2007-01-21 23:16:03 +00:00
Rodrigo Braz Monteiro
e7e1469af7
Updated changelog
...
Originally committed to SVN as r866.
2007-01-21 18:52:19 +00:00
Rodrigo Braz Monteiro
afc19b74e1
Removed all stray references to VideoDisplay throughout the code.
...
Originally committed to SVN as r865.
2007-01-21 17:01:22 +00:00
Rodrigo Braz Monteiro
893361cca7
Updated CSRI subtitles provider to conform to new csri.h
...
Originally committed to SVN as r864.
2007-01-21 07:16:55 +00:00
Rodrigo Braz Monteiro
b206573965
Clean up to factory classes.
...
Originally committed to SVN as r863.
2007-01-21 07:12:47 +00:00
David Lamparter
287167788f
repo maintenance #1 (kill opengl branch, remove csri headers)
...
Originally committed to SVN as r861.
2007-01-21 06:58:55 +00:00
Rodrigo Braz Monteiro
98ce168b31
Merged opengl branch from 806 to 859
...
Originally committed to SVN as r860.
2007-01-21 06:30:19 +00:00
Niels Martin Hansen
99e47ae943
Select Language dialog no longer complains if locale dir is missing.
...
Originally committed to SVN as r856.
2007-01-20 19:55:20 +00:00
Niels Martin Hansen
ee8bf9274c
Fixed #307 with an ugly hack
...
Originally committed to SVN as r855.
2007-01-20 18:26:04 +00:00
Niels Martin Hansen
23ee01ff8f
File-types are now registered in HKCU instead of HKLM, making Vista UAC shut up and associations be user-specific.
...
Originally committed to SVN as r844.
2007-01-19 12:52:02 +00:00
Niels Martin Hansen
65b110ab98
Don't auto-mark all export filters if subs were never exported before, or no filters were used on last export
...
Originally committed to SVN as r843.
2007-01-19 11:50:07 +00:00
Niels Martin Hansen
91f0533a67
Auto4: Autoreload scripts on export, correctly save loaded scripts to subs file, make io and os libs available to scripts
...
Originally committed to SVN as r842.
2007-01-19 11:47:37 +00:00
Niels Martin Hansen
329821ed7c
All further Auto4 status/todo stuff should be managed on the bug tracker.
...
Originally committed to SVN as r841.
2007-01-19 09:15:46 +00:00
Niels Martin Hansen
1dff6b2139
Auto4: Added aegisub.log as synonym for aegisub.debug.out
...
Originally committed to SVN as r836.
2007-01-18 20:55:40 +00:00
Niels Martin Hansen
bbfb0e94d0
Auto4: Added trace level and format string support to aegisub.debug.out function
...
Originally committed to SVN as r835.
2007-01-18 20:47:56 +00:00
Niels Martin Hansen
b355cf0f3d
Some details for auto3 engine...
...
Originally committed to SVN as r834.
2007-01-18 18:49:36 +00:00
Niels Martin Hansen
a2c8d7922e
Auto3 engine for auto4 seems to work now
...
Originally committed to SVN as r833.
2007-01-18 08:15:02 +00:00
Dan Donovan
518c50d07d
Don't set alpha in SetWXColor (for now?)
...
Originally committed to SVN as r831.
2007-01-18 08:01:16 +00:00
Dan Donovan
7b78f6e37c
ass_style improvements - ParseASS and ParseSSA are now just Parse in AssColor
...
Originally committed to SVN as r829.
2007-01-18 06:45:55 +00:00
Dan Donovan
a2fae2b31e
Changelog and very minor commenting in subs_grid.cpp
...
Originally committed to SVN as r822.
2007-01-17 06:38:26 +00:00
Dan Donovan
12e558bcfc
Add clear button to shifting history
...
Originally committed to SVN as r820.
2007-01-17 06:18:12 +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
Dan Donovan
92e6d4cb8f
Testing bot... And Kanji Timer slightly updated. But mostly testing the bot.
...
Originally committed to SVN as r811.
2007-01-17 00:06:42 +00:00
Dan Donovan
aa553263d2
More Kanji Timer improvements...
...
Originally committed to SVN as r809.
2007-01-16 22:32:05 +00:00
Dan Donovan
09412e6be8
Some Kanji Timer improvements
...
Originally committed to SVN as r808.
2007-01-16 20:55:27 +00:00
Niels Martin Hansen
4fae59c826
Started implementation of Auto3 compatibility engine
...
Originally committed to SVN as r803.
2007-01-15 22:19:50 +00:00
Rodrigo Braz Monteiro
df4a8a3e27
Fixed the loading of SRT files without a line break at the end.
...
Originally committed to SVN as r802.
2007-01-15 21:35:34 +00:00
Rodrigo Braz Monteiro
21c8587d1c
Fixed loading with mpeg2dec3 on avs 2.5.7+ (Myrsloik)
...
Originally committed to SVN as r801.
2007-01-15 20:48:58 +00:00
Rodrigo Braz Monteiro
6b9dc5e401
800 GET
...
Originally committed to SVN as r800.
2007-01-15 19:59:43 +00:00
Rodrigo Braz Monteiro
ddcc52b0fd
Fixed visual typesetting overwriting wrong tags.
...
Originally committed to SVN as r799.
2007-01-15 19:44:48 +00:00
Niels Martin Hansen
c3995de991
Possible fix for Automation text_extents function being inaccurate, yet untested
...
Originally committed to SVN as r798.
2007-01-15 17:02:39 +00:00
Niels Martin Hansen
818b31edc3
Fixes for misc. compiler warnings.
...
Originally committed to SVN as r797.
2007-01-15 15:27:13 +00:00
Rodrigo Braz Monteiro
a8abb99e6b
Fixed some minor memory leaks, and failed to fix another.
...
Originally committed to SVN as r796.
2007-01-15 06:56:35 +00:00
Rodrigo Braz Monteiro
e5ad6e4b60
Originally committed to SVN as r795.
2007-01-15 05:38:32 +00:00
Rodrigo Braz Monteiro
b4d1384c6d
Fixes to bugs #275 and #276 , related to audio display.
...
Originally committed to SVN as r794.
2007-01-15 03:50:49 +00:00
Rodrigo Braz Monteiro
4cc3db5426
Originally committed to SVN as r793.
2007-01-15 03:02:59 +00:00
Rodrigo Braz Monteiro
b1fb222591
Aegisub now supports asa instead of vsfilter under avisynth
...
Originally committed to SVN as r792.
2007-01-15 01:46:59 +00:00
Rodrigo Braz Monteiro
0901d0157e
Originally committed to SVN as r791.
2007-01-14 23:34:27 +00:00
Karl Blomster
0adbb2a443
cosmetics in dialog_options.cpp
...
Originally committed to SVN as r790.
2007-01-14 22:57:25 +00:00
Fredrik Mellbin
e638c96e32
load the last line in srt files not ending with a blank line
...
Originally committed to SVN as r789.
2007-01-14 22:55:09 +00:00
Rodrigo Braz Monteiro
a33692c852
Made call tips vanish when the text edit loses focus.
...
Originally committed to SVN as r788.
2007-01-13 23:34:04 +00:00
Rodrigo Braz Monteiro
40e113d368
Visual typesetting new strips relevant tags before applying changes.
...
Originally committed to SVN as r787.
2007-01-13 22:33:02 +00:00
David Lamparter
956d1d0842
fix missing 'throw' found by gcc
...
Originally committed to SVN as r786.
2007-01-13 08:35:04 +00:00
David Lamparter
8bae6a855a
incoming patches from Dansolo; fix aspect ratio bug & minor kanjitimer issue
...
Originally committed to SVN as r785.
2007-01-13 08:34:42 +00:00
Rodrigo Braz Monteiro
f470100ccd
Dansolo's general tweaks and fixes to kanji timer and styling assistant
...
Originally committed to SVN as r784.
2007-01-13 07:04:12 +00:00
Rodrigo Braz Monteiro
c4233199c5
Fixes to audio and typesetting
...
Originally committed to SVN as r783.
2007-01-13 06:17:14 +00:00
Rodrigo Braz Monteiro
73ae14e548
Tweaks to layout of kanji timer dialog
...
Originally committed to SVN as r782.
2007-01-13 02:42:19 +00:00
Rodrigo Braz Monteiro
0492fae298
Added Dansolo's Kanji Timer code
...
Originally committed to SVN as r781.
2007-01-13 02:22:28 +00:00
Rodrigo Braz Monteiro
9d8ed0fd1d
Originally committed to SVN as r780.
2007-01-12 05:57:45 +00:00
Rodrigo Braz Monteiro
cd0fd49916
Originally committed to SVN as r779.
2007-01-11 22:02:51 +00:00
Rodrigo Braz Monteiro
ab4a62d545
Replaced the UGLY LIEK XBOX buttons in Visual Typesetting with bitmap buttons.
...
Originally committed to SVN as r777.
2007-01-11 21:03:12 +00:00
Rodrigo Braz Monteiro
2da6766cc7
Originally committed to SVN as r776.
2007-01-11 20:12:21 +00:00
Fredrik Mellbin
f21437d33f
use SetLegacyPlanarAlignment() when old mpeg2decs are used with avisynth 2.5.7+
...
Originally committed to SVN as r775.
2007-01-11 19:49:37 +00:00
Rodrigo Braz Monteiro
31663420f4
Originally committed to SVN as r774.
2007-01-11 18:54:48 +00:00
Rodrigo Braz Monteiro
a310231d83
Tweaks and fixes to visual typesetting and fixed keyframe unloading.
...
Originally committed to SVN as r773.
2007-01-11 17:14:25 +00:00
Rodrigo Braz Monteiro
907a4a0045
ops, forgot changelog.
...
Originally committed to SVN as r772.
2007-01-11 06:20:11 +00:00
Rodrigo Braz Monteiro
31c2cd5455
Added an early GUI for visual typesetting.
...
Originally committed to SVN as r771.
2007-01-11 06:15:56 +00:00
Rodrigo Braz Monteiro
71b8e4b81f
Finished isolating videobox
...
Originally committed to SVN as r770.
2007-01-11 05:33:36 +00:00
David Lamparter
3784a131dd
proper casting
...
Originally committed to SVN as r769.
2007-01-11 04:06:55 +00:00
Rodrigo Braz Monteiro
1e4a5b8050
Changes to how video controls are related.
...
Originally committed to SVN as r768.
2007-01-11 03:53:20 +00:00
David Lamparter
88a00fbdb0
make it build on Linux
...
Originally committed to SVN as r767.
2007-01-11 03:52:17 +00:00
Rodrigo Braz Monteiro
20f7e80ec2
Small fixes around that were causing warnings to be issued on gcc
...
Originally committed to SVN as r766.
2007-01-11 03:18:14 +00:00
David Lamparter
6636b56a52
fix non-POD varargs
...
Originally committed to SVN as r765.
2007-01-11 01:29:01 +00:00
Rodrigo Braz Monteiro
5108f81cc1
Visual typesetting for \clip implemented.
...
Originally committed to SVN as r764.
2007-01-10 21:53:00 +00:00
Rodrigo Braz Monteiro
849067ecc9
Added scaling to visual typesetting.
...
Originally committed to SVN as r763.
2007-01-10 21:01:47 +00:00
Rodrigo Braz Monteiro
9cf9d0dc60
Added missing library to setup.cpp
...
Originally committed to SVN as r762.
2007-01-10 05:50:55 +00:00
Rodrigo Braz Monteiro
bb3ec99843
Small wx <2.7 fix
...
Originally committed to SVN as r757.
2007-01-10 04:53:39 +00:00
Rodrigo Braz Monteiro
5b93f561db
Committed early working \frz visual typesetting
...
Originally committed to SVN as r756.
2007-01-10 04:33:03 +00:00
Niels Martin Hansen
34e0ef4145
Selectable thread priority for Auto4/Lua
...
Originally committed to SVN as r754.
2007-01-10 02:51:11 +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
08ff09ee59
Fixed crash in translation assistant
...
Originally committed to SVN as r752.
2007-01-09 22:46:22 +00:00
Rodrigo Braz Monteiro
bae00f3734
A little more visual typesetting coded
...
Originally committed to SVN as r751.
2007-01-09 06:25:25 +00:00
Rodrigo Braz Monteiro
6812f203e2
ops. :D
...
Originally committed to SVN as r750.
2007-01-09 02:42:45 +00:00
Rodrigo Braz Monteiro
241a837e44
Fixed visual typesetting
...
Originally committed to SVN as r748.
2007-01-09 02:13:23 +00:00
Rodrigo Braz Monteiro
d0c0e2a318
Early operation visual typesetting.
...
Originally committed to SVN as r746.
2007-01-09 01:52:30 +00:00
Rodrigo Braz Monteiro
6ea8475941
New class to isolate visual typesetting
...
Originally committed to SVN as r745.
2007-01-08 21:11:06 +00:00
Rodrigo Braz Monteiro
739806ea4e
Small tests to prepare for real-time subtitle visual manipulation
...
Originally committed to SVN as r744.
2007-01-08 05:32:29 +00:00
Rodrigo Braz Monteiro
1e1d88b613
Timing Post-Processor can now be restricted to selection.
...
Originally committed to SVN as r743.
2007-01-08 03:27:47 +00:00
Rodrigo Braz Monteiro
0ad1815eed
Changes to text will no longer be discarded when you commit timing in the audio display and vice-versa, fixed glitches related to the Duration time edit box, and fixed snapping.
...
Originally committed to SVN as r742.
2007-01-08 03:05:26 +00:00
Rodrigo Braz Monteiro
0fbfd67864
Added support for reading v4.00++ (ASS2) files.
...
Originally committed to SVN as r741.
2007-01-08 01:54:02 +00:00
Rodrigo Braz Monteiro
a477f58582
More preparations for ASS2
...
Originally committed to SVN as r740.
2007-01-08 01:08:50 +00:00
Rodrigo Braz Monteiro
b96c7932b9
Changes to prepare support for ASS2
...
Originally committed to SVN as r739.
2007-01-08 01:00:44 +00:00
Rodrigo Braz Monteiro
91ac4bef10
Swapped "automation" and "view" menus, and added option to settings to auto-check for update on program start.
...
Originally committed to SVN as r738.
2007-01-07 23:14:21 +00:00
Rodrigo Braz Monteiro
85ca326bc9
Ops, forgot to commit the new files.
...
Originally committed to SVN as r737.
2007-01-07 23:03:05 +00:00
Rodrigo Braz Monteiro
43841c24b8
Implemented a version checker that can automatically or manually check if there are any updates to Aegisub, and a few other tweaks.
...
Originally committed to SVN as r736.
2007-01-07 22:54:04 +00:00
Niels Martin Hansen
a6773bf842
Additional sanity check in spectrum code
...
Changed default settings for spectrum (no reason to throw away 32 perfectly good bands!)
Originally committed to SVN as r735.
2007-01-07 07:28:39 +00:00
Niels Martin Hansen
4e463a098a
Added timer to progress dialog so it updates even when no idle events would normally be fired. Also (unsuccessfully) attempted to reduce the flicker.
...
Originally committed to SVN as r734.
2007-01-07 07:10:01 +00:00
Niels Martin Hansen
b3ac7e40cb
Removed now unused Spectrum Invert Selection option (it should possibly be replaced with something else)
...
Fixed scaling of spectrum to also take FFT size into account
Fixed selection drawing in karaoke mode for spectrum
Moved syllable texts to top of audio display in karaoke mode
Originally committed to SVN as r733.
2007-01-07 06:36:10 +00:00
Niels Martin Hansen
a88feab986
More fixes for dsound playing code and a bit for spectrum rendering
...
Originally committed to SVN as r732.
2007-01-07 04:52:33 +00:00
Niels Martin Hansen
9babda0720
New spectrum rendering code, scrapped threading and now caches FFT results instead. Also the visual appearance of the selection in spectrum was improved.
...
Originally committed to SVN as r731.
2007-01-07 04:44:11 +00:00
Niels Martin Hansen
d0a7745d41
Fixed uninited variable causing exception
...
Originally committed to SVN as r730.
2007-01-07 03:19:48 +00:00
Rodrigo Braz Monteiro
064db890eb
REALLY fixed snapping.
...
Originally committed to SVN as r729.
2007-01-06 22:13:56 +00:00
Rodrigo Braz Monteiro
71828a2df5
Fixed (I hope?) boundary snapping.
...
Originally committed to SVN as r728.
2007-01-06 22:07:48 +00:00
Niels Martin Hansen
2d7af197ee
Seems to fix audio spectrum crash.
...
Originally committed to SVN as r727.
2007-01-06 21:56:25 +00:00
Rodrigo Braz Monteiro
8ec4322174
Destination of screenshots can now be set in the options dialog, and some tweaks to options dialog.
...
Originally committed to SVN as r726.
2007-01-06 21:07:51 +00:00
Rodrigo Braz Monteiro
cd4b6c0f93
Holding down ctrl lets you retime the original line while in Karaoke mode.
...
Originally committed to SVN as r725.
2007-01-06 20:11:38 +00:00
Rodrigo Braz Monteiro
7843e2e89c
Added options to toggle the display of the audio timeline and of the time over the mouse cursor.
...
Originally committed to SVN as r724.
2007-01-06 06:14:35 +00:00
Rodrigo Braz Monteiro
d58fba3839
Fixed loading of SRT and TXT files, which were causing an empty line to appear at the start of the file. Also changed default WarpStyle to 0, instead of 1.
...
Originally committed to SVN as r723.
2007-01-06 05:04:57 +00:00
Rodrigo Braz Monteiro
1d647a9b09
Implemented new hotkeys for audio mode
...
Originally committed to SVN as r722.
2007-01-06 04:27:09 +00:00
Rodrigo Braz Monteiro
1a948d3bb9
All audio changes proposed in http://www.malakith.net/aegisub/viewtopic.php?t=632 done.
...
Originally committed to SVN as r721.
2007-01-06 04:19:00 +00:00
Rodrigo Braz Monteiro
7bdcb03fba
Finished merging of SSA mode with standard mode and fixed auto-commit to work with it.
...
Originally committed to SVN as r720.
2007-01-06 03:40:58 +00:00
Rodrigo Braz Monteiro
b3ddefa5ee
Merged SSA mode & normal mode
...
Originally committed to SVN as r719.
2007-01-05 23:43:24 +00:00
Niels Martin Hansen
1d87fd3934
Show ghosted notice if no Automation macros are loaded.
...
Better checking for whether Automation autoload dir is present.
Originally committed to SVN as r718.
2007-01-05 19:52:39 +00:00
Rodrigo Braz Monteiro
cc81523bbe
Fix to loading of margins
...
Originally committed to SVN as r717.
2007-01-05 18:33:48 +00:00
Rodrigo Braz Monteiro
b3f2f069d3
Fixed and completed the implementation of DirectSound audio player, and made some changes for future ASS2 support.
...
Originally committed to SVN as r716.
2007-01-05 18:27:15 +00:00
Rodrigo Braz Monteiro
fce56dcfe1
Added a Normal/Reverse dropdown to collisions on Script Properties.
...
Originally committed to SVN as r714.
2007-01-04 22:16:39 +00:00
Rodrigo Braz Monteiro
4552e87ec7
Originally committed to SVN as r713.
2007-01-04 17:34:00 +00:00
Rodrigo Braz Monteiro
d63848b36e
Updated about dialog.
...
Originally committed to SVN as r712.
2007-01-04 17:24:16 +00:00
Rodrigo Braz Monteiro
0187620642
About screen updated
...
Originally committed to SVN as r711.
2007-01-04 05:04:31 +00:00
Rodrigo Braz Monteiro
552af58826
Fixed fonts collector.
...
Originally committed to SVN as r709.
2007-01-04 03:53:56 +00:00
Rodrigo Braz Monteiro
6eac993949
Finished all of the options dialog :D \o\ \o/ /o/
...
Originally committed to SVN as r708.
2007-01-04 03:12:41 +00:00
Rodrigo Braz Monteiro
7aafca1477
Audio options page implemented
...
Originally committed to SVN as r707.
2007-01-04 02:45:30 +00:00
Rodrigo Braz Monteiro
78f4b98b8b
Automation options page done
...
Originally committed to SVN as r706.
2007-01-04 01:46:00 +00:00
Rodrigo Braz Monteiro
193cb72e99
Options' video page done.
...
Originally committed to SVN as r705.
2007-01-04 01:13:46 +00:00
Rodrigo Braz Monteiro
a632611cad
Fourth page of options, grid settings, is complete.
...
Originally committed to SVN as r704.
2007-01-03 23:29:03 +00:00
Rodrigo Braz Monteiro
0fec62dfd6
Made wx fall back to wxChoicebook if wxTreebook is unavailable.
...
Originally committed to SVN as r703.
2007-01-03 22:43:05 +00:00
Rodrigo Braz Monteiro
8d4cdcbd7d
Small fix regarding Unicode characters.
...
Originally committed to SVN as r702.
2007-01-03 22:22:51 +00:00
Niels Martin Hansen
38241d0eb5
More fix for building on wx pre-2.8
...
Originally committed to SVN as r701.
2007-01-03 22:05:43 +00:00
Niels Martin Hansen
8b014f41ca
Fix for building on wx 2.6
...
Originally committed to SVN as r700.
2007-01-03 21:51:09 +00:00
Rodrigo Braz Monteiro
f221bc1a1f
"Apply" button to options dialog, and made subs edit box refresh when its options are changed in the dialog.
...
Originally committed to SVN as r699.
2007-01-03 21:49:13 +00:00
Rodrigo Braz Monteiro
637dfda62c
A lot more work done to the options dialog.Finished the "edit box" options page.
...
Originally committed to SVN as r698.
2007-01-03 21:22:06 +00:00
Niels Martin Hansen
326fbe8961
Misc fixes for building on GCC
...
Originally committed to SVN as r697.
2007-01-03 21:18:19 +00:00
Niels Martin Hansen
8d069ffad5
Further fixing of lua include paths
...
Originally committed to SVN as r696.
2007-01-03 19:23:18 +00:00
Niels Martin Hansen
9499b17d18
More fixes for non-win32 building
...
Originally committed to SVN as r695.
2007-01-03 19:16:29 +00:00
Niels Martin Hansen
f75ad038bd
Fix for auto4 compilation on non-win32
...
Originally committed to SVN as r694.
2007-01-03 18:51:25 +00:00
Niels Martin Hansen
65b28d2737
Missing () broke compilation
...
Originally committed to SVN as r693.
2007-01-03 05:38:26 +00:00
Rodrigo Braz Monteiro
9054a696ac
A lot more work done to the options dialog.
...
Originally committed to SVN as r692.
2007-01-03 05:33:17 +00:00
Niels Martin Hansen
576f43249a
CHANGED AUTO4 API: Removed the option for selecting which menu to put a macro in, since it wasn't used.
...
Originally committed to SVN as r691.
2007-01-03 04:31:17 +00:00
Niels Martin Hansen
ab9e184009
Removed some more superfluous Begin/EndDrawing
...
Originally committed to SVN as r690.
2007-01-03 03:56:40 +00:00
Rodrigo Braz Monteiro
74d54d3272
Early options dialog
...
Originally committed to SVN as r689.
2007-01-03 03:47:08 +00:00
Niels Martin Hansen
cb08347bdc
Fixed loading utf8-bom Lua scripts
...
Originally committed to SVN as r688.
2007-01-03 03:39:15 +00:00
Rodrigo Braz Monteiro
d554953a72
ops, forgot to actually commit the new class
...
Originally committed to SVN as r686.
2007-01-02 22:18:10 +00:00
Rodrigo Braz Monteiro
48321dc868
Implemented ColourButton class
...
Originally committed to SVN as r685.
2007-01-02 22:10:45 +00:00
Rodrigo Braz Monteiro
cf94a0e77f
VFR fix, maybe?
...
Originally committed to SVN as r684.
2007-01-02 20:07:52 +00:00
Rodrigo Braz Monteiro
cec25b0678
Originally committed to SVN as r683.
2007-01-02 18:28:09 +00:00
Rodrigo Braz Monteiro
3ec34573a8
Call tips implemented
...
Originally committed to SVN as r682.
2007-01-02 18:15:17 +00:00
Rodrigo Braz Monteiro
893955d773
Mostly working call tip code
...
Originally committed to SVN as r681.
2007-01-02 18:09:56 +00:00
Rodrigo Braz Monteiro
6b702b0666
Early call tip code
...
Originally committed to SVN as r680.
2007-01-02 05:00:55 +00:00
Rodrigo Braz Monteiro
8b58b368d5
Implemented syntax highlight for drawing codes
...
Originally committed to SVN as r679.
2007-01-02 02:33:42 +00:00
Rodrigo Braz Monteiro
aafeba93f3
Fixes and improvements to syntax highlighter
...
Originally committed to SVN as r678.
2007-01-02 02:24:23 +00:00
Rodrigo Braz Monteiro
4c792dc6ba
Fixed splash and added a "add to dictionary" option
...
Originally committed to SVN as r677.
2007-01-02 00:47:47 +00:00
Rodrigo Braz Monteiro
9d1a3466dd
Added option to let user disable spellchecker and thesaurus from right click menu, and a possible fix to splash screen.
...
Originally committed to SVN as r676.
2007-01-01 23:47:09 +00:00
Rodrigo Braz Monteiro
af78223810
Hopeful fix for splash screen
...
Originally committed to SVN as r675.
2007-01-01 23:08:26 +00:00
Rodrigo Braz Monteiro
17d2ba4f1d
Fixed the colour box on the colour pick dialogue.
...
Originally committed to SVN as r674.
2007-01-01 22:56:16 +00:00
Niels Martin Hansen
57451272ff
Changes to fix building on non-Win32 systems (hopefully)
...
Originally committed to SVN as r673.
2007-01-01 19:45:32 +00:00
Rodrigo Braz Monteiro
e30e65674d
New pre-release splash
...
Originally committed to SVN as r672.
2007-01-01 05:27:51 +00:00
Rodrigo Braz Monteiro
bac9e14fc4
Implemented setting of language for Thesaurus
...
Originally committed to SVN as r671.
2007-01-01 05:15:05 +00:00
Rodrigo Braz Monteiro
166e7cba7c
Language picker for dictionary fully implemented.
...
Originally committed to SVN as r670.
2007-01-01 04:53:55 +00:00
Rodrigo Braz Monteiro
62c1f80eea
Improvements to spell checker file handling
...
Originally committed to SVN as r669.
2007-01-01 04:15:54 +00:00
Rodrigo Braz Monteiro
e79ef00863
Originally committed to SVN as r668.
2007-01-01 03:34:08 +00:00
Rodrigo Braz Monteiro
5813033fa8
Improved handling of VFR files with DirectShow and Avisynth providers.
...
Originally committed to SVN as r667.
2007-01-01 03:29:20 +00:00
Rodrigo Braz Monteiro
1ea3e085d9
DirectShow Video Provider now supports zoom and aspect ratio, but it's ugly and slow... still no subs.
...
Originally committed to SVN as r666.
2006-12-31 22:38:54 +00:00
Rodrigo Braz Monteiro
79ec29c204
Originally committed to SVN as r665.
2006-12-31 05:36:20 +00:00
Rodrigo Braz Monteiro
0fc5a75ac8
Mostly working DirectShow Video Provider
...
Originally committed to SVN as r664.
2006-12-31 05:01:01 +00:00
Rodrigo Braz Monteiro
f0938ca9f9
Merged the three "Recombine" functions into a single one that autodetects the correct type.
...
Originally committed to SVN as r663.
2006-12-30 22:38:05 +00:00
Rodrigo Braz Monteiro
280b9acf61
Added Medusa-style (numpad) global timing shortcuts, that can be enabled with the button under the audio display. This is disabled by default.
...
Originally committed to SVN as r662.
2006-12-30 22:08:23 +00:00
Rodrigo Braz Monteiro
23e73cb505
Fixed a few dialogs and added the early medusa shortcuts stuff
...
Originally committed to SVN as r661.
2006-12-30 20:58:24 +00:00
Rodrigo Braz Monteiro
9037e186f9
Added a "Selection Onward" option to the Shift Times dialogue.
...
Originally committed to SVN as r660.
2006-12-30 18:53:19 +00:00
Rodrigo Braz Monteiro
5d242641d8
Minor fix to the calculation of the grid's "Style" column width and style editor.
...
Originally committed to SVN as r659.
2006-12-30 18:19:54 +00:00
Rodrigo Braz Monteiro
6ee06d8478
Tweaked the behavior of the margin boxes, now they no longer show padding zeros.
...
Originally committed to SVN as r658.
2006-12-30 14:31:41 +00:00
Rodrigo Braz Monteiro
fcdf986f81
Tweaks to the find dialogue
...
Originally committed to SVN as r657.
2006-12-29 22:58:09 +00:00
Rodrigo Braz Monteiro
8f50ee08a7
Fixed weird bug related to committing on various text controls.
...
Originally committed to SVN as r656.
2006-12-29 21:45:22 +00:00
Rodrigo Braz Monteiro
ce71322af8
Actor and Effect fields now show a "ghosted" caption saying their name when they are not focused on and blank.
...
Originally committed to SVN as r655.
2006-12-29 03:02:17 +00:00
Rodrigo Braz Monteiro
c0000fd434
Updated version number to 2.00
...
Originally committed to SVN as r654.
2006-12-29 00:17:03 +00:00
Rodrigo Braz Monteiro
5366521a33
Made some blind changes to unix/mac projects, so they hopefully build after the directory name changes
...
Originally committed to SVN as r653.
2006-12-28 23:49:16 +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