Age | Commit message (Expand) | Author | Files | Lines |
2016-10-04 | Add missing checks into mutex.c | Andrei Karas | 1 | -0/+12 |
2016-07-12 | Various changes to the mutex interface | Haru | 1 | -43/+52 |
2016-07-12 | Removed unnecessary typedefs from mutex.h | Haru | 1 | -42/+38 |
2016-07-12 | Interface mutex.c | hemagx | 1 | -3/+22 |
2015-12-15 | Added GPL-compliant header to all sources and build scripts | Haru | 1 | -3/+20 |
2015-10-19 | rename malloc.c/h to memmgr. | Andrei Karas | 1 | -1/+1 |
2015-09-25 | More aggressive whitespace cleanup. Follow up to 51329e6 | Haru | 1 | -17/+0 |
2015-06-19 | Cleaned up some #includes | Haru | 1 | -1/+0 |
2015-06-19 | Removed ".." from include directives | Haru | 1 | -6/+5 |
2014-12-31 | Fix checking result from function TryEnterCriticalSection. | Andrei Karas | 1 | -1/+1 |
2014-11-16 | Whitespace cleanup (no code changes) | Haru | 1 | -30/+30 |
2014-08-07 | Corrected several format-string errors through the code | Haru | 1 | -4/+4 |
2014-07-11 | Explicitly specify 'void' when a function expects no arguments | Haru | 1 | -2/+2 |
2014-07-11 | Removed unsafe pointer typedefs | Haru | 1 | -10/+10 |
2014-05-16 | Follow-up to b6b3f58795288701d0e162d43fa6f0a47af913b3 | Haru | 1 | -1/+2 |
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 | -1/+4 |
2014-05-10 | Revert "Fixed order of includes in all source files" | panikon | 1 | -4/+1 |
2014-05-09 | Fixed order of includes in all source files | Haru | 1 | -1/+4 |
2013-09-25 | Renamed iTimer interface to timer. | shennetsind | 1 | -1/+1 |
2013-06-07 | Hercules Renewal Phase One : pc, party, map, timer | Susu | 1 | -1/+1 |
2012-12-05 | - Undid r16968: SVN Replaced with source:/trunk/src/@16966 (tid:74924). | brianluau | 1 | -133/+123 |
2012-11-25 | Applied AStyle code formating as discussed on tid:74602. | greenboxal2 | 1 | -123/+133 |
2012-06-11 | Fixed bugreport:5989 map-server crashes. | blacksirius | 1 | -1/+2 |
2012-06-10 | - added some missing copyrights | blacksirius | 1 | -0/+2 |
2012-06-10 | added mutex && cond var abstraction ( for pthread / winapi ) | blacksirius | 1 | -0/+244 |