summaryrefslogtreecommitdiff
path: root/src/common/cbasetypes.h
AgeCommit message (Expand)AuthorFilesLines
2014-07-11Fixed reserved __identifier violationsHaru1-5/+5
2014-05-13Removed trailing whitespace (sources)Haru1-1/+1
2014-05-10Re-commit of "Fixed order of includes in all source files"Haru1-0/+6
2014-05-10Revert "Fixed order of includes in all source files"panikon1-6/+0
2014-05-09Fixed order of includes in all source filesHaru1-0/+6
2014-03-07Tweaked a platform check to support ARMv6+Haru1-0/+12
2014-02-02Introducing HPM Datacheckshennetsind1-3/+3
2014-01-23Compatibility fixes for NetBSD and SolarisHaru1-0/+5
2013-12-17Fixed several compiler warningsHaru1-0/+7
2013-12-17Added support for non-aborting assertionsHaru1-18/+1
2013-11-19Sanitized and improved several macros through the codeHaru1-4/+6
2013-11-05cbasetypes.h updateshennetsind1-6/+6
2013-08-26Merged strtoll MSVC fix from Ind's ScriptEngineUpdateP1 branchHaru1-0/+1
2013-08-12Replaced own bool typedef with <stdbool.h> where availableHaru1-0/+12
2013-07-22Binary heap fix & improvement.Piotr HaƂaczkiewicz1-0/+2
2013-05-19Added new packets for 2013-05-15aRagexe (thanks to Shakto!).Matheus Macabu1-0/+18
2012-12-05- Undid r16968: SVN Replaced with source:/trunk/src/@16966 (tid:74924).brianluau1-75/+72
2012-11-25Applied AStyle code formating as discussed on tid:74602.greenboxal21-72/+75
2012-09-29* Merged eAthena changeset ea:15190. (bugreport:5138)eathenabot1-0/+14
2012-06-10added mutex && cond var abstraction ( for pthread / winapi )blacksirius1-0/+24
2012-06-03fixed portability issue. (As long as we support other compilers than MSC/ICC ...blacksirius1-1/+1
2012-06-02feature merge bs-coreoptimize->trunk: added some compiler abstractionsblacksirius1-1/+9
2011-09-08* Fix C++ compilation issues.flaviojs1-0/+29
2011-07-10* Temporary fix for bugreport:4961 (unintended conversion from signed to unsi...flaviojs1-0/+10
2011-06-30Reimplemented integer typedefs in cbasetypes.h in terms of standard ones in s...ultramage1-56/+33
2011-06-30Added back intptr/uintptr typedefs for backwards compatibility.ultramage1-0/+7
2011-06-30Replaced custom type 'intptr' with standard 'intptr_t'.ultramage1-24/+1
2010-11-21* Added msinttypes (rev. 26, http://msinttypes.googlecode.com/svn/trunk/) por...ai4rei1-5/+8
2010-11-20* Removed ; from INTPTR_* defines (since r13449).ai4rei1-5/+5
2010-02-15Added visual studio equivalent of libc's strtoull() - name redefine for newer...ultramage1-0/+3
2009-04-12* Took care of some warnings. (marionette formulas and *INTPTR_* macros)FlavioJS1-0/+4
2009-01-14* Added client login packets 0x01fa and 0x027c.FlavioJS1-0/+8
2008-06-16* Made the socket limit not be set in cygwin, which has bogus behavior. (bugr...FlavioJS1-0/+4
2008-05-02Added a custom implementation of the va_copy macro for systems that don't pro...ultramage1-0/+11
2008-04-21* Added intptr/uintptr to cbasetypes.h (integers with the same size as a poin...FlavioJS1-0/+12
2007-11-19* Nullpo's disabled on release builds.FlavioJS1-0/+12
2007-09-13Wiped out every mention of RETCODE from /src.ultramage1-15/+0
2007-05-29Hopefully fixed the vsnprintf incompatibilityultramage1-0/+3
2007-05-19Removed the vsnprintf->_vsnprintf define for VS9. Ea compiles even without it...ultramage1-1/+0
2007-05-05* Removed the dependency on winsock.h for definitions, it's all winsock2.h now.FlavioJS1-0/+4
2007-04-21- Removed the +25% mdef, -50% def effect from Freeze statusultramage1-3/+1
2007-04-20- Added ntows() to properly handle that client port number deficiencyultramage1-1/+1
2007-04-16* Finally fixed mingw problems, managed to build both TXT and SQLultramage1-20/+1
2007-04-09* Changed db key from 'unsigned char*' to 'const char*'.FlavioJS1-1/+2
2007-04-09* Played around with MinGW a bit today...ultramage1-1/+5
2007-04-08- Made the return code \n for Apple systems (it was \r before), this still ne...skotlex1-0/+2
2007-04-07- Fixed the platform-specific stricmp compilation problemultramage1-0/+6
2007-03-30* Added all the missing defines for ctype.h functions and converted all the d...FlavioJS1-3/+16
2007-03-20Modified swap #define to avoid 'value computed is not used' warningtoms1-1/+3
2007-03-11- cbasetypes now assumes that Mingwin does defines ssize_tskotlex1-1/+2