summaryrefslogtreecommitdiff
path: root/src/common/grfio.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-19rename malloc.c/h to memmgr.Andrei Karas1-1/+1
2015-09-25More aggressive whitespace cleanup. Follow up to 51329e6Haru1-23/+1
2015-06-19Cleaned up some #includesHaru1-1/+0
2015-06-19Removed ".." from include directivesHaru1-8/+8
2015-06-01Replaced some of the hardcoded values with constants (misc)Haru1-1/+1
2015-05-17Fixed some issues detected by coverity scanHaru1-0/+1
2015-01-24Fixed 18 minor issuesHaru1-54/+97
2015-01-1727 Fixesshennetsind1-1/+1
2014-11-16Whitespace cleanup (no code changes)Haru1-45/+46
2014-08-07Corrected several format-string errors through the codeHaru1-2/+2
2014-07-11Fixed reserved __identifier violationsHaru1-1/+1
2014-05-30Fixed typos inside src/Shido1-5/+5
2014-05-10Re-commit of "Fixed order of includes in all source files"Haru1-7/+10
2014-05-10Revert "Fixed order of includes in all source files"panikon1-10/+7
2014-05-09Fixed order of includes in all source filesHaru1-7/+10
2014-03-07Fixed some warnings on ARMHaru1-9/+9
2013-12-17Fixed several compiler warningsHaru1-8/+15
2013-05-18Some type conversion warnings fixed. If this breaks anything create a bug rep...Matheus Macabu1-7/+7
2013-05-04Upgrading Stat Server from 2.5 to 3.0shennetsind1-4/+9
2013-02-18Improvements all over the placeshennetsind1-7/+9
2012-12-05- Undid r16968: SVN Replaced with source:/trunk/src/@16966 (tid:74924).brianluau1-610/+595
2012-11-25Applied AStyle code formating as discussed on tid:74602.greenboxal21-595/+610
2012-11-24-Fix geoipreading cache for Windows, bugreport:6923glighta1-2/+2
2012-11-23-Apply mkdu95 fix for bugreport:5145 preventing clone if player dead, (for sl...glighta1-11/+12
2012-08-22Major cleanup all over the place, made possible by mkbu95's scan-build report...shennetsind1-59/+26
2012-04-11disabled unused grf_shuffle_enc, gcc was bugging regarding it not being calle...shennetsind1-16/+15
2012-02-14Removed deprecated memory manager macros (follow-up to r14916).gepard19841-6/+6
2011-12-27* Merged changes up to eAthena 15050.eathenabot1-2/+6
2011-12-25* Merged changes up to eAthena 15049.eathenabot1-1/+1
2011-12-11getting rid of some ubuntu-specific console errorsshennetsind1-10/+13
2011-12-11* Merged changes up to eAthena 15024.eathenabot1-263/+319
2011-12-11* Merged changes up to eAthena 15014.eathenabot1-122/+64
2011-09-08* Fix C++ compilation issues.flaviojs1-4/+4
2011-07-07* Replaced compress/uncompress inline code (encode_zip/decode_zip) with the r...ai4rei1-54/+2
2011-07-06* Merged decode_zip/encode_zip from eapp's grfio to replace our direct use of...flaviojs1-3/+72
2011-07-06* Changed grfio.c include order and moved zlib include from the header to the...flaviojs1-7/+6
2011-05-01* Removed functions 'decode_zip' (ancient) and 'encode_zip' (from r824) from ...ai4rei1-68/+3
2011-01-02* Fixed local files could not be aliased with resnametable.txt in grfio (bugr...ai4rei1-4/+32
2011-01-02* Cleanups to grfio.ai4rei1-39/+61
2010-12-07* Reverted r14563, due to multiple issues which render the source malfunction...ai4rei1-7/+7
2010-12-07Changed almost all instances of sprintf() to snprintf().Paradox924X1-7/+7
2008-05-26Moved the options to disable specific compiler warnings from the generic 'Add...ultramage1-1/+1
2007-10-17Using predefined constants as parameters to the exit() function.ultramage1-2/+2
2007-10-13Fixed memleak hell during mapserver shutdown (if grf reading is used and the ...ultramage1-5/+11
2007-05-25Corrected some weird fgets() statements, plus reformatted themultramage1-2/+4
2007-05-20- Fixed one missed malloc->aMallocA typo, causing memory deallocation problemsultramage1-1/+1
2007-05-05Missed a few occurences of strdup (followup to r10468)ultramage1-3/+3
2007-05-05- imported the latest working grfio code from stableultramage1-283/+174
2007-05-04adding read-from-GRF/GAT back in. Read Changelog-Trunk.txt for more details.blackhole891-0/+877
2007-04-17* Discarded extra deflate function needed for afm readingultramage1-90/+1