index
:
evolved/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
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
2007-03-20
Modified swap #define to avoid 'value computed is not used' warning
toms
1
-1
/
+3
2007-03-11
- cbasetypes now assumes that Mingwin does defines ssize_t
skotlex
1
-1
/
+2
2007-02-21
Applied a consistent look to all header files (copyright, ifdefs)
ultramage
1
-0
/
+1
2006-12-23
- Moved "#include <limits.h>" to cbasetypes.h to ensure it's included before ...
FlavioJS
1
-5
/
+6
2006-12-22
- Change strncpy to memcpy when parsing switches in the script engine since i...
FlavioJS
1
-0
/
+4
2006-12-21
- Moved md5calc to common
FlavioJS
1
-0
/
+1
2006-12-20
- Fixed ISSPACE and ISALPHA casting their returned value to a char. These are...
skotlex
1
-2
/
+2
2006-12-20
- Changed the script source from unsigned char* to const char*.
FlavioJS
1
-0
/
+6
2006-12-19
- Cleanups or minor changes.
FlavioJS
1
-12
/
+12
2006-12-12
- Minor changes to ers.
FlavioJS
1
-30
/
+1
2006-12-07
- Fixed ladmin's linux compilation and moved some platform specific defines t...
FlavioJS
1
-0
/
+44
2006-12-02
- Added missing min/max definitions to cbasetypes.h, needed for the @send cha...
FlavioJS
1
-266
/
+274
2006-07-28
Fixed "warning: redefinition of [ushort/uint/ulong]"
toms
1
-7
/
+10
2006-04-16
* Temperory fixed compiler warnings/errors. Please compile before commiting. ...
Lance
1
-0
/
+4
2006-03-10
- Increased the range for unlocking out of Close confine.
skotlex
1
-6
/
+2
2006-03-10
- Added a few dummy times in skill_cast_db for some GS skills.
skotlex
1
-2
/
+6
[next]