Thomas Goyne
|
c83fff12a9
|
Match HTML colors in a way that actually works in extract_color
Lua patterns don't have optional capture groups, so instead make the
contents of the capture groups optional.
Closes #1575.
|
2013-02-12 17:09:04 -08:00 |
|
Thomas Goyne
|
16cd907fe7
|
Add a BOM to all of the lua files since they're no longer assumed to be UTF-8
Originally committed to SVN as r6962.
|
2012-08-19 20:43:39 -07:00 |
|
Niels Martin Hansen
|
27839f92ac
|
Fix #1018 properly, make sure the colour values are brought into 0-255 range and rounded.
Originally committed to SVN as r5354.
|
2011-02-22 00:54:20 +00:00 |
|
Niels Martin Hansen
|
ce4babb192
|
Update table.copy_deep function to correctly handle self-referencing tables and tables with circular references. Doesn't handle tables with meta-tables overriding regular field get/set behaviour but that isn't intended either way. Also add a test of this.
Originally committed to SVN as r4645.
|
2010-06-30 00:36:25 +00:00 |
|
Amar Takhar
|
4cc6610161
|
Commit jfs' patch to fix rounding errors as he doesn't have trunk going at the moment. Closes #1018.
Originally committed to SVN as r3622.
|
2009-10-05 22:46:28 +00:00 |
|
Amar Takhar
|
91d73ec8ea
|
SVN Transition Step 3/7
1. cd aegisub/
2. svn mv *cpp *h src/
3. svn mv Makefile.am MatroskaParser.c auto4_perldata.inc bitmaps boost \
changelog.txt config gl include libosxutil libresrc md5.c msvc mythes.cxx \
mythes.hxx res.rc src/
4. cd ..
5. svn mv FFmpegSource2/ INSTALL Makefile.am README acinclude.m4 \
autogen.sh automation/ bin build configure.in desktop dummy.txt lib \
libass/ m4macros/ packages/ po/ scripts/ universalchardet/ aegisub/
6. mkdir -p docs/wiki_convert
7. svn add docs/wiki_convert
8. cd docs
9. svn mv aegisub_convert_docs.pl convert.bat output wiki_convert/
* See r2749 for full description.
Originally committed to SVN as r2752.
|
2009-03-08 08:30:39 +00:00 |
|