Age | Commit message (Expand) | Author | Files | Lines |
2013-06-07 | Hercules Renewal Phase One : pc, party, map, timer | Susu | 1 | -13/+24 |
2013-05-16 | Fixed Bug #7249 | shennetsind | 1 | -4/+4 |
2013-05-15 | HPM Update | shennetsind | 1 | -72/+63 |
2012-12-05 | - Undid r16968: SVN Replaced with source:/trunk/src/@16966 (tid:74924). | brianluau | 1 | -236/+243 |
2012-11-25 | Applied AStyle code formating as discussed on tid:74602. | greenboxal2 | 1 | -243/+236 |
2012-06-03 | cleaned up windows header usage (added one central file to use windows / wina... | blacksirius | 1 | -2/+1 |
2012-01-30 | - Removed trailing tabs, and fixed some spacing. | brianluau | 1 | -1/+1 |
2011-06-30 | Replaced custom type 'intptr' with standard 'intptr_t'. | ultramage | 1 | -2/+2 |
2011-04-05 | * Moved detection of monotonic clock support to the configure script, which a... | ai4rei | 1 | -1/+1 |
2010-03-16 | added --enable-rdtsc configure option to enhance timer performance, especiall... | Yommy | 1 | -0/+45 |
2009-01-21 | * Replaced the fake timer heap (sorted array) with a real heap. (improves per... | FlavioJS | 1 | -98/+38 |
2008-11-22 | * Hunted down the simpler 64bit pointer truncations. | FlavioJS | 1 | -6/+6 |
2008-07-26 | Partially reverted the timer code changes from r12926 - r12969. | ultramage | 1 | -224/+110 |
2008-07-20 | ops ('|'->'&' in delete_timer debug code) | FlavioJS | 1 | -1/+1 |
2008-07-20 | * Simplified the search in pop_timer_heap and added more debug info to help d... | FlavioJS | 1 | -6/+15 |
2008-07-16 | * Added a check to make sure only released timers are acquired from the free ... | FlavioJS | 1 | -3/+3 |
2008-07-15 | * Fixed pop_timer_heap using max heap comparisons instead of min heap compari... | FlavioJS | 1 | -21/+40 |
2008-07-09 | * Added const to the return value of get_timer. | FlavioJS | 1 | -147/+232 |
2008-06-18 | Fixed a bug in the timer code which made it impossible to delete a timer with... | ultramage | 1 | -1/+1 |
2008-04-27 | Removed the calc_times() no-op (bugreport:1289) | ultramage | 1 | -7/+0 |
2008-04-21 | * Changed the data field of timers from int to intptr. | FlavioJS | 1 | -2/+2 |
2008-03-17 | - Clean up of calc_times function. | zephyrus | 1 | -0/+6 |
2007-12-27 | * Tweeked the declaration and initialization defines for vectors. | FlavioJS | 1 | -2/+4 |
2007-12-14 | Added a precise and consistent tick() function for freebsd (see bugreport:240) | ultramage | 1 | -1/+5 |
2007-12-07 | - removed the timer heap correction code when the timers overflow since Flavi... | skotlex | 1 | -33/+0 |
2007-11-03 | Tried to make sense out of timer.c ... and failed | ultramage | 1 | -64/+86 |
2007-10-18 | Fixed unix compilation problem due to a missing include (caused by r11499) | ultramage | 1 | -0/+2 |
2007-10-17 | * small timer.c cleaning | ultramage | 1 | -85/+53 |
2007-09-25 | * Fixed the double free's caused by r11290 (wrong option in the database cons... | FlavioJS | 1 | -0/+3 |
2007-09-25 | * Disabled tick cache (to enable it: define TICK_CACHE to the number of calls... | FlavioJS | 1 | -5/+24 |
2007-08-15 | * Some serious code cleanups | ultramage | 1 | -4/+2 |
2007-05-19 | Reformatting @_@ | ultramage | 1 | -4/+2 |
2007-05-05 | * Removed the dependency on winsock.h for definitions, it's all winsock2.h now. | FlavioJS | 1 | -8/+9 |
2007-01-26 | - Added a wrapper to delete_timer so it prints out from where the invocation ... | skotlex | 1 | -2/+4 |
2007-01-07 | Undid the memset->malloc_set replacement | ultramage | 1 | -3/+3 |
2006-12-23 | - Moved "#include <limits.h>" to cbasetypes.h to ensure it's included before ... | FlavioJS | 1 | -1/+0 |
2006-12-22 | - Change strncpy to memcpy when parsing switches in the script engine since i... | FlavioJS | 1 | -2/+4 |
2006-12-19 | - Added missing include of system header limits.h to timer.c | skotlex | 1 | -2/+1 |
2006-12-19 | - Reverted the mob ThinkTime update, that field is again aDelay as it apparen... | skotlex | 1 | -1/+1 |
2006-12-19 | - Cleanups or minor changes. | FlavioJS | 1 | -111/+139 |
2006-12-05 | - Massive EOL normalization & 'svn:eol-style native' flag setting for all txt... | FlavioJS | 1 | -436/+436 |
2006-09-12 | - Moved the packet_len variable in login.c to the login parse case, since it'... | skotlex | 1 | -1/+1 |
2006-09-01 | The "delete_timer error/no such timer" report will now print the related func... | toms | 1 | -1/+1 |
2006-08-27 | * Optional macro MEMSET_TURBO for faster low-level memory initializations. | Lance | 1 | -4/+4 |
2006-02-20 | - Added back the char-sql server sending the GM list when the map server conn... | skotlex | 1 | -1/+1 |
2006-02-20 | - Fixed Taekwon stances not triggering. | skotlex | 1 | -1/+8 |
2006-01-29 | AS OF SVN REV. 5901, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES ... | Valaris | 1 | -0/+429 |
2006-01-29 | Clearing trunk. | Valaris | 1 | -315/+0 |
2005-03-29 | Fixe compile time problems with our mixed C++/C conformance | amber | 1 | -7/+7 |
2005-03-27 | do not access freed memory [Shinomori] | shinomori | 1 | -3/+10 |