Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Yet another attempt at VarArgs. | madmaxoft | 2014-01-16 | 1 | -10/+15 |
| | |||||
* | Another VarArgs fix. | madmaxoft | 2014-01-16 | 1 | -18/+26 |
| | | | | This time using va_copy() on platforms that have it and simple assignment on platforms that don't. | ||||
* | Using a 2nd argument instead of va_copy(). | madmaxoft | 2014-01-15 | 1 | -13/+15 |
| | | | | This seems to be the only reasonable C++03-only solution. | ||||
* | Fixed varargs modification. | madmaxoft | 2014-01-15 | 1 | -1/+5 |
| | | | | Ref.: #541. | ||||
* | Fixed AppendVPrintf() handling for large strings. | madmaxoft | 2014-01-08 | 1 | -6/+4 |
| | | | | This caused a failure in server favicons. | ||||
* | Fixed favicons | Tiger Wang | 2014-01-07 | 1 | -3/+4 |
| | |||||
* | More MSVC warning fixes. | madmaxoft | 2014-01-07 | 1 | -1/+1 |
| | |||||
* | Added Base64Encode(). | madmaxoft | 2014-01-07 | 1 | -0/+48 |
| | |||||
* | Fixed unaligned memory access in FastNBT. | madmaxoft | 2014-01-02 | 1 | -0/+30 |
| | | | | This should fix #420. | ||||
* | Merge remote-tracking branch 'origin/master' into foldermove2 | Alexander Harkness | 2013-11-24 | 1 | -49/+0 |
| | | | | | Conflicts: GNUmakefile | ||||
* | Moved source to src | Alexander Harkness | 2013-11-24 | 1 | -0/+815 |