index
:
repo-recursive-tests/hercules
jesusalva/prerenewal
Messworld Server Code (Hercules v2020.07.26 with minor edits; Please avoid breaking changes so it can be rebased)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
/
cbasetypes.h
Age
Commit message (
Expand
)
Author
Files
Lines
2014-08-07
Corrected several format-string errors through the code
Haru
1
-0
/
+13
2014-07-11
Removed some c++ compatibility definitions
Haru
1
-36
/
+0
2014-07-11
Fixed reserved __identifier violations
Haru
1
-5
/
+5
2014-05-13
Removed trailing whitespace (sources)
Haru
1
-1
/
+1
2014-05-10
Re-commit of "Fixed order of includes in all source files"
Haru
1
-0
/
+6
2014-05-10
Revert "Fixed order of includes in all source files"
panikon
1
-6
/
+0
2014-05-09
Fixed order of includes in all source files
Haru
1
-0
/
+6
2014-03-07
Tweaked a platform check to support ARMv6+
Haru
1
-0
/
+12
2014-02-02
Introducing HPM Datacheck
shennetsind
1
-3
/
+3
2014-01-23
Compatibility fixes for NetBSD and Solaris
Haru
1
-0
/
+5
2013-12-17
Fixed several compiler warnings
Haru
1
-0
/
+7
2013-12-17
Added support for non-aborting assertions
Haru
1
-18
/
+1
2013-11-19
Sanitized and improved several macros through the code
Haru
1
-4
/
+6
2013-11-05
cbasetypes.h update
shennetsind
1
-6
/
+6
2013-08-26
Merged strtoll MSVC fix from Ind's ScriptEngineUpdateP1 branch
Haru
1
-0
/
+1
2013-08-12
Replaced own bool typedef with <stdbool.h> where available
Haru
1
-0
/
+12
2013-07-22
Binary heap fix & improvement.
Piotr HaĆaczkiewicz
1
-0
/
+2
2013-05-19
Added new packets for 2013-05-15aRagexe (thanks to Shakto!).
Matheus Macabu
1
-0
/
+18
2012-12-05
- Undid r16968: SVN Replaced with source:/trunk/src/@16966 (tid:74924).
brianluau
1
-75
/
+72
2012-11-25
Applied AStyle code formating as discussed on tid:74602.
greenboxal2
1
-72
/
+75
2012-09-29
* Merged eAthena changeset ea:15190. (bugreport:5138)
eathenabot
1
-0
/
+14
2012-06-10
added mutex && cond var abstraction ( for pthread / winapi )
blacksirius
1
-0
/
+24
2012-06-03
fixed portability issue. (As long as we support other compilers than MSC/ICC ...
blacksirius
1
-1
/
+1
2012-06-02
feature merge bs-coreoptimize->trunk: added some compiler abstractions
blacksirius
1
-1
/
+9
2011-09-08
* Fix C++ compilation issues.
flaviojs
1
-0
/
+29
2011-07-10
* Temporary fix for bugreport:4961 (unintended conversion from signed to unsi...
flaviojs
1
-0
/
+10
2011-06-30
Reimplemented integer typedefs in cbasetypes.h in terms of standard ones in s...
ultramage
1
-56
/
+33
2011-06-30
Added back intptr/uintptr typedefs for backwards compatibility.
ultramage
1
-0
/
+7
2011-06-30
Replaced custom type 'intptr' with standard 'intptr_t'.
ultramage
1
-24
/
+1
2010-11-21
* Added msinttypes (rev. 26, http://msinttypes.googlecode.com/svn/trunk/) por...
ai4rei
1
-5
/
+8
2010-11-20
* Removed ; from INTPTR_* defines (since r13449).
ai4rei
1
-5
/
+5
2010-02-15
Added visual studio equivalent of libc's strtoull() - name redefine for newer...
ultramage
1
-0
/
+3
2009-04-12
* Took care of some warnings. (marionette formulas and *INTPTR_* macros)
FlavioJS
1
-0
/
+4
2009-01-14
* Added client login packets 0x01fa and 0x027c.
FlavioJS
1
-0
/
+8
2008-06-16
* Made the socket limit not be set in cygwin, which has bogus behavior. (bugr...
FlavioJS
1
-0
/
+4
2008-05-02
Added a custom implementation of the va_copy macro for systems that don't pro...
ultramage
1
-0
/
+11
2008-04-21
* Added intptr/uintptr to cbasetypes.h (integers with the same size as a poin...
FlavioJS
1
-0
/
+12
2007-11-19
* Nullpo's disabled on release builds.
FlavioJS
1
-0
/
+12
2007-09-13
Wiped out every mention of RETCODE from /src.
ultramage
1
-15
/
+0
2007-05-29
Hopefully fixed the vsnprintf incompatibility
ultramage
1
-0
/
+3
2007-05-19
Removed the vsnprintf->_vsnprintf define for VS9. Ea compiles even without it...
ultramage
1
-1
/
+0
2007-05-05
* Removed the dependency on winsock.h for definitions, it's all winsock2.h now.
FlavioJS
1
-0
/
+4
2007-04-21
- Removed the +25% mdef, -50% def effect from Freeze status
ultramage
1
-3
/
+1
2007-04-20
- Added ntows() to properly handle that client port number deficiency
ultramage
1
-1
/
+1
2007-04-16
* Finally fixed mingw problems, managed to build both TXT and SQL
ultramage
1
-20
/
+1
2007-04-09
* Changed db key from 'unsigned char*' to 'const char*'.
FlavioJS
1
-1
/
+2
2007-04-09
* Played around with MinGW a bit today...
ultramage
1
-1
/
+5
2007-04-08
- Made the return code \n for Apple systems (it was \r before), this still ne...
skotlex
1
-0
/
+2
2007-04-07
- Fixed the platform-specific stricmp compilation problem
ultramage
1
-0
/
+6
2007-03-30
* Added all the missing defines for ctype.h functions and converted all the d...
FlavioJS
1
-3
/
+16
[next]