Age | Commit message (Expand) | Author | Files | Lines |
2016-04-27 | Add checks for wrong timer id. Some times in code it can be 0 and not -1. | Andrei Karas | 1 | -2/+8 |
2016-02-05 | Clear timer function after auto remove timer ended. | Andrei Karas | 1 | -0/+1 |
2016-02-05 | Add missing checks into timer.c | Andrei Karas | 1 | -5/+58 |
2015-12-15 | Added GPL-compliant header to all sources and build scripts | Haru | 1 | -4/+20 |
2015-10-19 | rename malloc.c/h to memmgr. | Andrei Karas | 1 | -1/+1 |
2015-10-11 | Changed VECTOR/BHEAP/ARRAY macros to discourage usage of unsigned loop counters. | Haru | 1 | -9/+25 |
2015-08-15 | HPM compatibility improvements | Haru | 1 | -0/+1 |
2015-06-19 | Cleaned up some #includes | Haru | 1 | -1/+0 |
2015-06-19 | Removed ".." from include directives | Haru | 1 | -11/+11 |
2014-12-31 | Add some missing null pointer checks after automatic checks. | Andrei Karas | 1 | -0/+1 |
2014-11-16 | Whitespace cleanup (no code changes) | Haru | 1 | -18/+18 |
2014-08-07 | Corrected several format-string errors through the code | Haru | 1 | -2/+3 |
2014-07-11 | Explicitly specify 'void' when a function expects no arguments | Haru | 1 | -2/+2 |
2014-07-11 | Fixed reserved __identifier violations | Haru | 1 | -5/+5 |
2014-05-30 | Fixed typos inside src/ | Shido | 1 | -3/+3 |
2014-05-13 | Removed trailing whitespace (sources) | Haru | 1 | -2/+2 |
2014-05-13 | Fixed some charset issues | Haru | 1 | -1/+1 |
2014-05-10 | Re-commit of "Fixed order of includes in all source files" | Haru | 1 | -8/+11 |
2014-05-10 | Revert "Fixed order of includes in all source files" | panikon | 1 | -11/+8 |
2014-05-09 | Fixed order of includes in all source files | Haru | 1 | -8/+11 |
2014-01-18 | Socket interfaced | shennetsind | 1 | -1/+1 |
2013-12-17 | Fixed some additional linux warnings | Haru | 1 | -4/+4 |
2013-10-30 | Follow-up to 44c33fda3614d588e6bf6cee1cf884e98f1531f0 | Haru | 1 | -4/+4 |
2013-10-26 | Changed 'tick' variables to 64 bit | Haru | 1 | -24/+62 |
2013-09-25 | Renamed iTimer interface to timer. | shennetsind | 1 | -16/+18 |
2013-07-22 | Binary heap fix & improvement. | Piotr HaĆaczkiewicz | 1 | -4/+4 |
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 |