index
:
evol/hercules
jak1/ci_fix
jak1/remove_unusable_console_output
master
rebased
test
tmphpm
The Mana World fork of Hercules. This is vanilla Hercules with a few tiny modifications for our specific needs. Mutually-beneficial modifications are contributed upstream.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
/
timer.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
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
[next]