index
:
mana/manaserv
lpc2012
master
A flexible 2D MMORPG server
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
utils
/
timer.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2013-01-09
Replaced 'unsigned int' with 'unsigned'
Thorbjørn Lindeijer
1
-2
/
+2
2011-11-07
Small cleanups in utils::Timer
Thorbjørn Lindeijer
1
-12
/
+15
2010-02-07
Update Copyright date for Manaserv.
Bertram
1
-1
/
+1
2009-12-06
Fixed name of the project in copyright headers
Thorbjørn Lindeijer
1
-7
/
+6
2007-11-19
Removed useless win32 implementation of gettimeofday.
Eugenio Favalli
1
-1
/
+1
2007-01-06
Removed world timer usage from account server, instead letting ENet wait during
Bjørn Lindeijer
1
-3
/
+19
2007-01-03
Fix building with --pedantic.
Björn Steinbrink
1
-6
/
+6
2006-08-04
Generalized the properties functionality as was done in the client before.
Bjørn Lindeijer
1
-3
/
+0
2006-05-14
Replaced nanosleep with Sleep in Windows and updated Dev-C++ project file.
Eugenio Favalli
1
-0
/
+4
2006-05-14
Applied a patch by Guillaume that makes the server sleep between ticks instead
Bjørn Lindeijer
1
-0
/
+12
2006-04-30
made sure every compiler uses a 64bit unsigned integer for getTimeInMillisec.
Philipp Sehmisch
1
-5
/
+5
2006-04-30
fixed some problems of the timer class
Philipp Sehmisch
1
-16
/
+19
2006-04-30
replaced SDL timing with a self written timer class.
Philipp Sehmisch
1
-0
/
+71