Commit graph

1112 commits

Author SHA1 Message Date
Niels Martin Hansen 4aac1658ba Removed now superseded precalc code and made it call the new code instead.
Originally committed to SVN as r1186.
2007-05-15 22:49:28 +00:00
Niels Martin Hansen fb659e2d63 Fixed a minor annoyance related to Automation options and commented at some possible problem areas
Originally committed to SVN as r1185.
2007-05-15 22:40:20 +00:00
Niels Martin Hansen 75548ec7cc Full workiness added to furigana code. At least it passes my tests.
Originally committed to SVN as r1184.
2007-05-14 22:47:41 +00:00
Niels Martin Hansen e2f62caf7b And furigana seems to work, haven't tested flags however
Originally committed to SVN as r1183.
2007-05-14 21:36:00 +00:00
Niels Martin Hansen 6b55bf750c Renamed Auto4/Lua test cases to more informative filenames
Originally committed to SVN as r1182.
2007-05-14 21:18:11 +00:00
Niels Martin Hansen 02c18a3380 Somewhat working furigana layouting
Originally committed to SVN as r1181.
2007-05-14 20:45:42 +00:00
Niels Martin Hansen 9ae7be4443 Seemingly working furigana/multi-hl parsing and some untested inline-fx parsing. Still no furigana layouting, and the parsing isn't integrated yet.
Originally committed to SVN as r1180.
2007-05-14 15:33:17 +00:00
Niels Martin Hansen 2c8c6977d5 Fix stupid bug in colour interpolation functions
Originally committed to SVN as r1179.
2007-05-13 14:08:10 +00:00
Niels Martin Hansen 5c023641e5 Removed some tab-characters that broke hotkeys in some cases
Originally committed to SVN as r1178.
2007-05-12 17:38:29 +00:00
Dan Donovan 190dcfe02e use more appropriate variable names in kanji timer...
Originally committed to SVN as r1177.
2007-05-12 17:35:54 +00:00
Niels Martin Hansen 5b9a374f6e Fixes to make karaskel actually work again, and added some real skeleton code (fx_library)
Originally committed to SVN as r1176.
2007-05-12 14:37:31 +00:00
Niels Martin Hansen b9298b61e4 FIXME comments in (almost) all audio players, neither handle time reporting fully correct: they report number of samples they have played plus start sample, instead of current sample being heard, ie. they don't take into account that the current position might get changed in mid-stream by the video player to resync audio to video.
Originally committed to SVN as r1175.
2007-05-10 22:39:17 +00:00
Niels Martin Hansen e46b57ca86 Much better time reporting.
Originally committed to SVN as r1174.
2007-05-10 22:31:49 +00:00
Niels Martin Hansen f7893b932e OpenAL audio player that at least "somewhat works" on Windows.
Originally committed to SVN as r1173.
2007-05-10 21:08:30 +00:00
Niels Martin Hansen c9a79bcf2f Some extra colour handling code for Auto3, ported from Auto4/Lua.
Originally committed to SVN as r1172.
2007-05-08 13:30:24 +00:00
Niels Martin Hansen 224146a9e0 Updated changelog, moved some items around to better group related changes.
Originally committed to SVN as r1171.
2007-05-08 01:13:40 +00:00
Niels Martin Hansen 15fb8e8fdb "New", nicer solution for including the SVN revision information in Windows builds.
Originally committed to SVN as r1170.
2007-05-08 00:06:39 +00:00
Niels Martin Hansen b22a47f842 Fixing Auto3 on POSIX broke it on Win32, wonderful world of compiler incompatibilities.
Originally committed to SVN as r1169.
2007-05-08 00:05:59 +00:00
Niels Martin Hansen 8f3cffcd01 Missing Makefile for auto3
Originally committed to SVN as r1168.
2007-05-07 17:14:27 +00:00
Niels Martin Hansen b3c15d8d2e Somewhat working auto3 on Linux, still needs some minor fixing
Originally committed to SVN as r1167.
2007-05-07 16:44:26 +00:00
Niels Martin Hansen d3bf280993 Building on POSIX seems fixed again
Originally committed to SVN as r1166.
2007-05-07 14:22:18 +00:00
Niels Martin Hansen 7f8d1a5a81 Well look. Automation 3 works now!
Originally committed to SVN as r1165.
2007-05-07 13:38:12 +00:00
Niels Martin Hansen f9f65888d3 About-dialog is no longer on top.
Originally committed to SVN as r1164.
2007-05-04 01:56:17 +00:00
Niels Martin Hansen 81b8660348 Fix for styles table in auto3, broken karaoke-splitter...
Originally committed to SVN as r1163.
2007-05-04 01:43:00 +00:00
Niels Martin Hansen 6087314600 I would like to claim that auto3 now "works". It's just somewhat useless currently.
Originally committed to SVN as r1162.
2007-05-03 22:15:22 +00:00
Niels Martin Hansen 73288ed43f Fixed some Lua 5.0/5.1 compatibility problems in includes
Originally committed to SVN as r1161.
2007-05-03 18:22:11 +00:00
Niels Martin Hansen 480e7706a1 Incomplete, but parser-passing, changes to Lua karaskel
Originally committed to SVN as r1160.
2007-05-03 18:13:42 +00:00
Niels Martin Hansen e659a5d12f Separate Auto3 lib seems to work on Windows now... changed the GNU build system a bit so it shouldn't try to build Auto3 yet. (Still some decisions to be made about where the lib should be placed and how it should be loaded.) Building on POSIX might break now...
Originally committed to SVN as r1159.
2007-05-03 17:57:21 +00:00
Niels Martin Hansen 9aceffb576 Added some more Gabest logic to AssFile::GetResolution()
Originally committed to SVN as r1158.
2007-05-03 17:19:50 +00:00
Niels Martin Hansen e9284e5f88 At least the auto3 shared lib builds now, still missing the code to call text_extents in the host app though. And completely untested.
Originally committed to SVN as r1157.
2007-05-03 14:42:40 +00:00
Niels Martin Hansen 2785821a62 Forgot to add Lua scriptreader to Makefile.am
Originally committed to SVN as r1156.
2007-05-02 17:29:32 +00:00
Niels Martin Hansen 3008d26a6f Interface and code-skeleton for Auto3 shared library, and Lua 5.0.3 source tree.
Originally committed to SVN as r1155.
2007-05-02 12:18:04 +00:00
Niels Martin Hansen ce2b203251 Split out the LuaScriptReader class, though it might be futile.
Originally committed to SVN as r1154.
2007-05-01 21:51:49 +00:00
Rodrigo Braz Monteiro e050a094b6 demi did it on purpose
Originally committed to SVN as r1153.
2007-04-29 01:18:13 +00:00
Niels Martin Hansen b1be9b3483 Intentionally break loading of Auto3 scripts to make people ask less. Auto3 scripts will for now always fail loading, displaying a message that they are not supported.
Originally committed to SVN as r1152.
2007-04-29 00:59:19 +00:00
Rodrigo Braz Monteiro 2940fa93d1 Changed colours of spectrum analyser display
Originally committed to SVN as r1151.
2007-04-28 23:43:58 +00:00
Rodrigo Braz Monteiro d403fd21f2 Applied demi's fix to scaledborderandshadow
Originally committed to SVN as r1150.
2007-04-27 21:19:22 +00:00
Rodrigo Braz Monteiro a59ee116a7 Some refactoring of options dialog code... not complete, but already an improvement.
Originally committed to SVN as r1149.
2007-04-27 04:53:44 +00:00
Niels Martin Hansen d244277ac9 More fixing build system
Originally committed to SVN as r1148.
2007-04-26 21:38:42 +00:00
Niels Martin Hansen e52740570a More correct playback position reporting.
Originally committed to SVN as r1147.
2007-04-26 20:17:20 +00:00
Niels Martin Hansen 7a89405f18 So apparently Alsa mostly works now. Not thorougly tested.
Originally committed to SVN as r1146.
2007-04-26 20:11:48 +00:00
Niels Martin Hansen 2e82606c29 Alsa player is still broken... but trying to do things differently at least.
Originally committed to SVN as r1145.
2007-04-26 18:34:36 +00:00
Rodrigo Braz Monteiro e04c25d378 Probably fixed OS X errors on gl_wrap.cpp, but I really don't think that I want to fix the retarded warnings
Originally committed to SVN as r1144.
2007-04-25 18:57:56 +00:00
Rodrigo Braz Monteiro 3f0b3eebae Another attempt to fix gl_wrap.cpp on OS X.
Originally committed to SVN as r1143.
2007-04-25 18:45:09 +00:00
Rodrigo Braz Monteiro aef7dd3e61 Possible fix for gl_wrap.cpp on OS X
Originally committed to SVN as r1142.
2007-04-25 18:35:27 +00:00
Rodrigo Braz Monteiro 577295495e Commiting text now commits times as well.
Originally committed to SVN as r1141.
2007-04-25 04:31:36 +00:00
Rodrigo Braz Monteiro 399a7396cf Attempt at a dummy video dialog fix and fixed mythes's function duplication issues once and for all.
Originally committed to SVN as r1140.
2007-04-25 04:09:42 +00:00
Rodrigo Braz Monteiro dfeb714019 restored boost
Originally committed to SVN as r1139.
2007-04-25 02:39:17 +00:00
Niels Martin Hansen 4a54dd2bf8 Forgot yet another Makefile in configure.ac.
Originally committed to SVN as r1138.
2007-04-25 02:23:07 +00:00
Niels Martin Hansen 1b0201995f Forgot a makefile... and removed redundant stuff from main Makefile.am.
Originally committed to SVN as r1137.
2007-04-25 02:18:55 +00:00