index
:
manaserv.git
abilities
Unnamed repository; edit this file 'description' to name the repository.
Erik Schilling
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
utils
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use callbacks for items, monsters and status effects
Thorbjørn Lindeijer
2012-03-03
1
-0
/
+5
*
Clear the gid flags before processing them
Thorbjørn Lindeijer
2012-02-03
1
-1
/
+1
*
Removed unused createRandomPassword function
Thorbjørn Lindeijer
2012-01-29
2
-97
/
+0
*
Removed unused singleton template
Thorbjørn Lindeijer
2011-11-07
1
-71
/
+0
*
Small cleanups in utils::Timer
Thorbjørn Lindeijer
2011-11-07
2
-20
/
+17
*
Return a const & from NameMap to avoid potential deep copies
Thorbjørn Lindeijer
2011-10-20
1
-2
/
+8
*
Have one place where the Logger is initialized
Thorbjørn Lindeijer
2011-10-19
2
-2
/
+19
*
Fixed the trigger area declared within map files.
Yohann Ferreira
2011-09-28
1
-2
/
+2
*
Use a map to quickly find items and monsters by their name
Thorbjørn Lindeijer
2011-03-24
1
-1
/
+36
*
Fixed problems with loading XML files containing Windows newlines
Thorbjørn Lindeijer
2011-03-23
2
-53
/
+17
*
Moved defines.h and manaserv_protocol.h into 'common'
Thorbjørn Lindeijer
2011-03-20
1
-1
/
+1
*
General cleanups and code style fixes
Thorbjørn Lindeijer
2011-03-20
1
-2
/
+0
*
Micro-optimizations related to std::string
Thorbjørn Lindeijer
2011-03-17
4
-12
/
+10
*
For streaming things to cout better implement stream operator
Thorbjørn Lindeijer
2011-03-13
1
-9
/
+14
*
Added a simple function to easily cout point coordinates.
Yohann Ferreira
2011-03-12
1
-1
/
+10
*
Removed a bunch of silly documentation
Thorbjørn Lindeijer
2011-03-12
2
-3
/
+3
*
Removed two superfluous semicolons
Thorbjørn Lindeijer
2011-03-10
1
-1
/
+1
*
Add an heartbeat time flag in the statistics file.
Yohann Ferreira
2011-01-26
2
-56
/
+87
*
Removed the superfluous point struct.
Yohann Ferreira
2011-01-09
1
-0
/
+90
*
Get rid of the server tick magic number.
Yohann Ferreira
2011-01-06
1
-6
/
+5
*
Cleaned up and document a bit more the speed conversion functions.
Yohann Ferreira
2011-01-03
2
-10
/
+24
*
Standardized the current errors thrown.
Yohann Ferreira
2010-12-16
1
-0
/
+53
*
Fix compareStrI function
Jared Adams
2010-12-15
1
-1
/
+7
*
Finally fix the logPerDay log option.
Yohann Ferreira
2010-11-14
1
-6
/
+17
*
Renamed .hpp files into .h for consistency.
Yohann Ferreira
2010-11-14
16
-26
/
+26
*
Fixed the append behaviour of logger::setLogFile().
Yohann Ferreira
2010-10-20
1
-1
/
+2
*
Dehardcode the tileWidth and height, except for the speed conversion.
Yohann Ferreira
2010-10-17
1
-1
/
+1
*
Hopefully fix the logging rotation this time.
Yohann Ferreira
2010-10-14
1
-23
/
+23
*
Add log file rotation support based on ExceptionFault's work.
Yohann Ferreira
2010-09-29
3
-19
/
+192
*
Centralized stringToBool conversion.
Yohann Ferreira
2010-09-08
4
-61
/
+70
*
Merge branch 'master' of gitorious.org:mana/manaserv
Yohann Ferreira
2010-07-30
2
-0
/
+39
|
\
|
*
Upgraded Skill Map loading.
Yohann Ferreira
2010-07-22
2
-0
/
+39
*
|
New attribute system and major changes to many low-level areas.
Freeyorp
2010-07-10
3
-0
/
+81
|
/
*
Random cleanups, adding const, removing unnecessary clear calls
Thorbjørn Lindeijer
2010-05-16
2
-21
/
+12
*
Changed and split up the default location for loading data
Thorbjørn Lindeijer
2010-05-16
2
-36
/
+168
*
Update Copyright date for Manaserv.
Bertram
2010-02-07
27
-27
/
+27
*
Rename enum elements to avoid clashing with macros
Bernd Wachter
2010-01-29
2
-17
/
+17
*
Fix detecting collision layer for maps
Jared Adams
2009-12-09
2
-3
/
+34
*
Fixed name of the project in copyright headers
Thorbjørn Lindeijer
2009-12-06
27
-298
/
+282
*
Removed "TMW" and "TMWSERV" from header guards
Thorbjørn Lindeijer
2009-12-06
15
-39
/
+39
*
A host of code style changes
Thorbjørn Lindeijer
2009-12-06
2
-22
/
+8
*
Moved rectangle intersection to the Rectangle class
Thorbjørn Lindeijer
2009-12-06
2
-35
/
+39
*
Synced the protocol file with client in protocol.h, letting other defines in ...
Bertram
2009-10-09
2
-2
/
+0
*
Limit login attempt frequency based on IP address
Thorbjørn Lindeijer
2009-10-03
1
-1
/
+1
*
Fixed compilation problem with GCC 4.4
Bjørn Lindeijer
2009-05-24
2
-5
/
+9
*
Standardize on the position of the const keyword
Bjørn Lindeijer
2009-04-26
6
-23
/
+30
*
Merged MovingObject into the Being class
Bjørn Lindeijer
2009-04-26
1
-1
/
+1
*
Fixes for some compile warnings
Bjørn Lindeijer
2009-03-10
1
-3
/
+5
*
Made a lot of hard-coded values configuration options
Philipp Sehmisch
2009-02-24
1
-2
/
+2
*
Removed unused md5sum calculation code
Bjørn Lindeijer
2008-12-28
2
-199
/
+0
[next]