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
Age
Commit message (
Expand
)
Author
Files
Lines
2010-10-17
Dehardcode the tileWidth and height, except for the speed conversion.
Yohann Ferreira
1
-1
/
+1
2010-10-14
Hopefully fix the logging rotation this time.
Yohann Ferreira
1
-23
/
+23
2010-09-29
Add log file rotation support based on ExceptionFault's work.
Yohann Ferreira
3
-19
/
+192
2010-09-08
Centralized stringToBool conversion.
Yohann Ferreira
4
-61
/
+70
2010-07-30
Merge branch 'master' of gitorious.org:mana/manaserv
Yohann Ferreira
2
-0
/
+39
2010-07-22
Upgraded Skill Map loading.
Yohann Ferreira
2
-0
/
+39
2010-07-10
New attribute system and major changes to many low-level areas.
Freeyorp
3
-0
/
+81
2010-05-16
Random cleanups, adding const, removing unnecessary clear calls
Thorbjørn Lindeijer
2
-21
/
+12
2010-05-16
Changed and split up the default location for loading data
Thorbjørn Lindeijer
2
-36
/
+168
2010-02-07
Update Copyright date for Manaserv.
Bertram
27
-27
/
+27
2010-01-29
Rename enum elements to avoid clashing with macros
Bernd Wachter
2
-17
/
+17
2009-12-09
Fix detecting collision layer for maps
Jared Adams
2
-3
/
+34
2009-12-06
Fixed name of the project in copyright headers
Thorbjørn Lindeijer
27
-298
/
+282
2009-12-06
Removed "TMW" and "TMWSERV" from header guards
Thorbjørn Lindeijer
15
-39
/
+39
2009-12-06
A host of code style changes
Thorbjørn Lindeijer
2
-22
/
+8
2009-12-06
Moved rectangle intersection to the Rectangle class
Thorbjørn Lindeijer
2
-35
/
+39
2009-10-09
Synced the protocol file with client in protocol.h, letting other defines in ...
Bertram
2
-2
/
+0
2009-10-03
Limit login attempt frequency based on IP address
Thorbjørn Lindeijer
1
-1
/
+1
2009-05-24
Fixed compilation problem with GCC 4.4
Bjørn Lindeijer
2
-5
/
+9
2009-04-26
Standardize on the position of the const keyword
Bjørn Lindeijer
6
-23
/
+30
2009-04-26
Merged MovingObject into the Being class
Bjørn Lindeijer
1
-1
/
+1
2009-03-10
Fixes for some compile warnings
Bjørn Lindeijer
1
-3
/
+5
2009-02-24
Made a lot of hard-coded values configuration options
Philipp Sehmisch
1
-2
/
+2
2008-12-28
Removed unused md5sum calculation code
Bjørn Lindeijer
2
-199
/
+0
2008-11-16
Got rid of CVS/Subversion $Id$ markers
Bjørn Lindeijer
30
-61
/
+0
2008-11-05
Use a string util for converting strings to
David Athay
2
-0
/
+13
2008-10-31
Changed command system to handle commands without template magic.
David Athay
2
-0
/
+14
2008-10-23
Fixed crash introduced in utils::toupper
Bjørn Lindeijer
1
-1
/
+1
2008-10-23
Fixed compiler warnings, including a forgotten initialization of an item's
Bjørn Lindeijer
2
-7
/
+8
2008-10-23
ignore case in map object types (by Chuck Miller)
Roderic Morris
2
-0
/
+62
2008-05-22
Fixed compilation with GCC 4.3 (patch by rodge).
Bjørn Lindeijer
2
-0
/
+2
2008-04-23
Switched to alternative SHA-256 implementation from InspIRCd.
Bjørn Lindeijer
6
-1024
/
+419
2008-04-22
Fixed some small issues.
Bjørn Lindeijer
1
-0
/
+1
2008-04-21
Removed our copyright header since these files are not copyright by us.
Bjørn Lindeijer
2
-52
/
+0
2008-04-21
Added password and email encryption server-side using SHA256.
Yohann Ferreira
4
-0
/
+1075
2008-04-20
Fix a possible memleak in inflateMemory if the stream fails to uncompress cle...
Dennis Friis
1
-0
/
+4
2008-02-21
Moved the functions which translate strings into enumerations from the XML li...
Philipp Sehmisch
2
-72
/
+0
2008-02-20
Implemented different monster attacks read from monsters.xml
Philipp Sehmisch
2
-0
/
+95
2007-11-19
Removed useless win32 implementation of gettimeofday.
Eugenio Favalli
3
-119
/
+1
2007-11-13
Trimed script filenames from spaces.
Guillaume Melquiond
1
-0
/
+53
2007-10-27
Made it compile with GCC 4.3
Guillaume Melquiond
2
-1
/
+5
2007-09-22
Cleaned both configuration and resource managers.
Guillaume Melquiond
2
-13
/
+8
2007-08-30
Got rid of abstract storage and reference-counted pointers. Fixed lifetime of...
Guillaume Melquiond
1
-167
/
+0
2007-08-17
Simplified TokenCollector and fixed a few bugs. Moved its implementation outs...
Guillaume Melquiond
2
-265
/
+205
2007-07-17
Implemented loading of warp and spawn areas from map files.
Eugenio Favalli
1
-0
/
+3
2007-06-16
Forgot the changelog entry. Work around compilers that have trouble dealing w...
Guillaume Melquiond
1
-1
/
+1
2007-06-16
Fix rsqrt and sqrt.
Guillaume Melquiond
1
-7
/
+8
2007-03-23
Mostly fixed some compilation issues.
Bjørn Lindeijer
1
-1
/
+1
2007-03-20
Corrected a bug, that occurred when connecting to the game-server.
Rogier Polak
1
-6
/
+6
2007-03-19
Fixed two compiler warnings and corrected a spelling error.
Philipp Sehmisch
1
-6
/
+6
[next]