Age | Commit message (Expand) | Author | Files | Lines |
2013-05-02 | Fixed a bunch of cppcheck warnings | Erik Schilling | 1 | -15/+15 |
2013-04-27 | Use nullptr instead of NULL everywhere | Erik Schilling | 4 | -8/+8 |
2013-04-15 | Used static_assert for static assertion | Thorbjørn Lindeijer | 1 | -1/+2 |
2013-04-07 | Fixed undefined #defines in mingw and c++0x | Erik Schilling | 1 | -0/+4 |
2013-02-24 | Added Debug class for more convenient debugging output | Thorbjørn Lindeijer | 1 | -0/+34 |
2013-01-10 | Small documentation updates for Point and Rectangle | Thorbjørn Lindeijer | 1 | -3/+2 |
2013-01-09 | Removed unused functor obj_name_is | Thorbjørn Lindeijer | 1 | -20/+0 |
2013-01-09 | Replaced 'unsigned int' with 'unsigned' | Thorbjørn Lindeijer | 4 | -8/+8 |
2012-05-05 | Small GCC 4.7 compile fix | Thorbjørn Lindeijer | 1 | -0/+1 |
2012-03-03 | Use callbacks for items, monsters and status effects | Thorbjørn Lindeijer | 1 | -0/+5 |
2012-02-03 | Clear the gid flags before processing them | Thorbjørn Lindeijer | 1 | -1/+1 |
2012-01-29 | Removed unused createRandomPassword function | Thorbjørn Lindeijer | 2 | -97/+0 |
2011-11-07 | Removed unused singleton template | Thorbjørn Lindeijer | 1 | -71/+0 |
2011-11-07 | Small cleanups in utils::Timer | Thorbjørn Lindeijer | 2 | -20/+17 |
2011-10-20 | Return a const & from NameMap to avoid potential deep copies | Thorbjørn Lindeijer | 1 | -2/+8 |
2011-10-19 | Have one place where the Logger is initialized | Thorbjørn Lindeijer | 2 | -2/+19 |
2011-09-28 | Fixed the trigger area declared within map files. | Yohann Ferreira | 1 | -2/+2 |
2011-03-24 | Use a map to quickly find items and monsters by their name | Thorbjørn Lindeijer | 1 | -1/+36 |
2011-03-23 | Fixed problems with loading XML files containing Windows newlines | Thorbjørn Lindeijer | 2 | -53/+17 |
2011-03-20 | Moved defines.h and manaserv_protocol.h into 'common' | Thorbjørn Lindeijer | 1 | -1/+1 |
2011-03-20 | General cleanups and code style fixes | Thorbjørn Lindeijer | 1 | -2/+0 |
2011-03-17 | Micro-optimizations related to std::string | Thorbjørn Lindeijer | 4 | -12/+10 |
2011-03-13 | For streaming things to cout better implement stream operator | Thorbjørn Lindeijer | 1 | -9/+14 |
2011-03-12 | Added a simple function to easily cout point coordinates. | Yohann Ferreira | 1 | -1/+10 |
2011-03-12 | Removed a bunch of silly documentation | Thorbjørn Lindeijer | 2 | -3/+3 |
2011-03-10 | Removed two superfluous semicolons | Thorbjørn Lindeijer | 1 | -1/+1 |
2011-01-26 | Add an heartbeat time flag in the statistics file. | Yohann Ferreira | 2 | -56/+87 |
2011-01-09 | Removed the superfluous point struct. | Yohann Ferreira | 1 | -0/+90 |
2011-01-06 | Get rid of the server tick magic number. | Yohann Ferreira | 1 | -6/+5 |
2011-01-03 | Cleaned up and document a bit more the speed conversion functions. | Yohann Ferreira | 2 | -10/+24 |
2010-12-16 | Standardized the current errors thrown. | Yohann Ferreira | 1 | -0/+53 |
2010-12-15 | Fix compareStrI function | Jared Adams | 1 | -1/+7 |
2010-11-14 | Finally fix the logPerDay log option. | Yohann Ferreira | 1 | -6/+17 |
2010-11-14 | Renamed .hpp files into .h for consistency. | Yohann Ferreira | 16 | -26/+26 |
2010-10-20 | Fixed the append behaviour of logger::setLogFile(). | Yohann Ferreira | 1 | -1/+2 |
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 |