Icedream
|
a183baebb4
|
I knew I forgot something... fixed greedy regex which was supposed to be non-greedy for Lua minification.
|
2014-12-11 05:04:30 +01:00 |
Icedream
|
d9942319a5
|
Making lua minimizing optional. The minimizing is not optimal yet, so help would be appreciated.
|
2014-12-11 04:44:22 +01:00 |
Icedream
|
eb36e6013c
|
Fix LuaAddonFileInfo returning NULL content.
|
2014-12-11 04:07:13 +01:00 |
Icedream
|
6b89b38b96
|
Process Lua scripts by stripping comments. This can save up a few bytes up to kilobytes.
|
2014-12-11 03:43:36 +01:00 |
Icedream
|
8c57d7befb
|
Some very minimal code optimization.
|
2014-12-11 03:41:32 +01:00 |
Icedream
|
ca52705a04
|
Correcting/adding some debug output.
|
2014-12-11 03:37:49 +01:00 |
Icedream
|
fb68de711b
|
Remove unused CRC32 implementations and rename ParallelCRC to Crc32.
|
2014-12-11 02:48:59 +01:00 |
Icedream
|
e0a64208b2
|
More documentation and overriding.
|
2014-12-11 02:48:31 +01:00 |
Icedream
|
567f8b7e4a
|
Source code cleanup.
|
2014-12-11 02:26:08 +01:00 |
Icedream
|
24e7674f57
|
Removed exception when CRC32 hash is mismatching for the base addon, kept it for files inside the addon. Referring to #2.
|
2014-12-11 02:09:32 +01:00 |
Icedream
|
d35c00dbac
|
Fix offset issue with imported addon files. Closes #1.
|
2014-12-11 02:08:19 +01:00 |
Icedream
|
5d67d3e720
|
Switch from Windows-1252 encoding to ISO-8859-1 encoding for mono compatibility.
|
2014-10-23 02:49:01 +02:00 |
Icedream
|
ffb18b3641
|
Make SegmentedAddonFileInfo use cached values, (very) slight performance improvement.
|
2014-10-23 02:29:37 +02:00 |
Icedream
|
5ffdbcbbb3
|
File count technically can't exceed uint.MaxValue/2 elements...
|
2014-10-23 02:28:05 +02:00 |
Icedream
|
d39fe89337
|
Refactoring, especially namespaces just to keep it easy for myself.
|
2014-10-22 22:56:05 +02:00 |