| Commit message (Expand) | Author | Age | Lines |
* | Fix java checker crash, some memory leaks | Petr Mrázek | 2014-03-30 | -6/+5 |
* | Try to read 'authorList' in mcmod.info for authors first, fall back to deprec... | Sky | 2014-03-30 | -1/+4 |
* | Setting PermGen to 64 will omit the java param | Petr Mrázek | 2014-03-29 | -1/+5 |
* | Set permissions on the accounts.json file so other users can't access it. | Petr Mrázek | 2014-03-23 | -0/+1 |
* | Make some more error messages translateable. | Petr Mrázek | 2014-03-23 | -12/+17 |
* | Actually start the forge install job. | Petr Mrázek | 2014-03-20 | -0/+1 |
* | Finalize version on reload. | Petr Mrázek | 2014-03-19 | -29/+30 |
* | Merge remote-tracking branch 'origin/feature_fix_timeout' into develop | Petr Mrázek | 2014-03-19 | -4/+34 |
|\ |
|
| * | Remove the timeout for pre/post commands. Fixes #107 | Jan Dalheimer | 2014-03-15 | -4/+34 |
* | | Merge remote-tracking branch 'origin/feature_json_fixes' into develop | Petr Mrázek | 2014-03-19 | -26/+349 |
|\ \ |
|
| * | | Get rid of one reloadInstanceVersion | Jan Dalheimer | 2014-03-14 | -2/+6 |
| * | | Pull in BaseInstaller related changes from quickmod | Jan Dalheimer | 2014-03-14 | -7/+182 |
| * | | Move version stuff to the model and reimplement reordering | Jan Dalheimer | 2014-03-14 | -19/+163 |
| |/ |
|
* | | Merge remote-tracking branch 'origin/feature_badges' into develop | Petr Mrázek | 2014-03-19 | -20/+22 |
|\ \
| |/
|/| |
|
| * | Merge branch 'develop' into feature_badges | Jan Dalheimer | 2014-03-10 | -1441/+1420 |
| |\ |
|
| * | | Instance badges. Some easter eggs and one for broken so far. | Jan Dalheimer | 2014-03-10 | -20/+22 |
* | | | Fix missing return in ensureDouble() | Petr Mrázek | 2014-03-10 | -1/+1 |
| |/
|/| |
|
* | | Fix a compiling error by adding noexcept | Jan Dalheimer | 2014-03-10 | -5/+5 |
* | | Add missing include for math.h | Petr Mrázek | 2014-03-10 | -0/+1 |
* | | Merge remote-tracking branch 'origin/feature_paste_66994990' into integration... | Petr Mrázek | 2014-03-10 | -7/+6 |
|\ \ |
|
| * | | Fix a few paste upload bugs | Jan Dalheimer | 2014-03-07 | -7/+6 |
| |/ |
|
* | | Merge remote-tracking branch 'origin/feature_fix_log' into integration_butchery | Petr Mrázek | 2014-03-09 | -1/+14 |
|\ \ |
|
| * | | Fix logging when system language is not en_US. | robotbrain | 2014-03-07 | -0/+1 |
| |/ |
|
* | | Merge remote-tracking branch 'origin/feature_commands' into integration_butchery | Petr Mrázek | 2014-03-09 | -72/+147 |
|\ \ |
|
| * | | Also reload the instance cfg | Jan Dalheimer | 2014-03-09 | -2/+1 |
| * | | Some pre/post related stuff | Jan Dalheimer | 2014-03-09 | -72/+148 |
| |/ |
|
* | | Improve reporting of version file errors.x | Petr Mrázek | 2014-03-09 | -102/+154 |
* | | Remove version patch reordering. Remove the main class display from onesix ed... | Petr Mrázek | 2014-03-09 | -14/+11 |
* | | More refactor. | Petr Mrázek | 2014-03-05 | -214/+183 |
* | | Fix missed version file assignment. | Petr Mrázek | 2014-03-03 | -4/+3 |
* | | No end in sight :< | Petr Mrázek | 2014-03-03 | -19/+23 |
* | | More code butchery related to version files. No end in sight. | Petr Mrázek | 2014-03-03 | -122/+109 |
* | | Remove a lot of error code and error handling madness. | Petr Mrázek | 2014-03-02 | -309/+196 |
* | | Remove widgets from logic. | Petr Mrázek | 2014-03-02 | -14/+25 |
* | | Gather and store liteloader metadata. | Petr Mrázek | 2014-03-02 | -13/+55 |
* | | Get rid of parse flags | Petr Mrázek | 2014-03-02 | -15/+4 |
* | | Reorganize the version-related code. | Petr Mrázek | 2014-03-01 | -839/+863 |
* | | Remove obsolete OneSixFTBInstanceForge | Petr Mrázek | 2014-03-01 | -70/+0 |
|/ |
|
* | Fix missing includes in litaloader installer. | Petr Mrázek | 2014-02-25 | -0/+2 |
* | Merge branch 'feature_screenshots' into integration_json_and_tools | Petr Mrázek | 2014-02-25 | -21/+531 |
|\ |
|
| * | Screenshots: Optimize image loading and memory use, fix list and button layout. | Petr Mrázek | 2014-02-25 | -1/+20 |
| * | Reorganize all the screenshot files | Petr Mrázek | 2014-02-25 | -32/+40 |
| * | Fix memory leak in system | robotbrain | 2014-02-24 | -2/+2 |
| * | Deleting screenshots. Needs fixing. | robotbrain | 2014-02-24 | -1/+37 |
| * | Imgur album creation | Jan Dalheimer | 2014-02-24 | -24/+162 |
| * | Working screenshot upload | Jan Dalheimer | 2014-02-24 | -9/+9 |
| * | Screenshot fixes, move some code around, fix some stuff | Jan Dalheimer | 2014-02-24 | -15/+21 |
| * | Close to finished. Need to fix the upload part. Viewing works (in grayscale) | robotbrain | 2014-02-23 | -106/+37 |
| * | Initial stuff. It doesnt work. | robotbrain | 2014-02-23 | -0/+354 |
* | | Merge branch 'fix_json_version' into integration_json_and_tools | Petr Mrázek | 2014-02-24 | -159/+214 |
|\ \ |
|