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
c833156e8b
Now attempting to solve automation issues with Evolutionary programming: keep changing random shit until something works well, repeat until fixed.
...
Originally committed to SVN as r2002.
2008-03-09 22:07:17 +00:00
Rodrigo Braz Monteiro
825b2f3af0
Fixed registration of Ruby automation.
...
p.s.: embedding ruby on vc++ sucks.
Originally committed to SVN as r1996.
2008-03-09 19:01:54 +00:00
Rodrigo Braz Monteiro
c2aaa4eb8c
Added shb's incomplete perl support code (doesn't build on VC++ yet)
...
Originally committed to SVN as r1741.
2008-01-16 18:29:29 +00:00
Rodrigo Braz Monteiro
75b4fb1437
Made almost all major components of Aegisub optional... this might be severely broken still.
...
Originally committed to SVN as r1660.
2007-12-31 06:46:22 +00:00
Niels Martin Hansen
9eb5ab4e25
Can now set the grid selected from a Lua macro. Should still work in Ruby too but can't test that. Don't blame me if it breaks.
...
Originally committed to SVN as r1384.
2007-07-06 14:26:04 +00:00
Rodrigo Braz Monteiro
6d988bdf4d
Made middle click on audio display jump video to position, fixed a few uninitialized variable warnings and removed the GetString() method from AssFile, since it was only used by the old libass provider.
...
Originally committed to SVN as r1017.
2007-04-07 03:12: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
9dcae98180
Separate thread for Ruby
...
Originally committed to SVN as r939.
2007-02-15 18:54:46 +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
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
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
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
pomyk
5ef911d93c
empty string fixes and working ruby support
...
Originally committed to SVN as r910.
2007-01-30 14:53:42 +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