Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-01-26 | Updated copyrights to 2012 | Thorbjørn Lindeijer | 1 | -1/+1 | |
2011-10-25 | Change the wrong, but mostly supported WIN32 macro to the correct _WIN32, ↵ | Bernd Wachter | 1 | -4/+4 | |
enforced by -std=c++0x Reviewed-by: Thorbjørn Lindeijer | |||||
2011-04-30 | Merge branch '0.5' | Yohann Ferreira | 1 | -8/+4 | |
Conflicts: CMakeLists.txt po/fi.po po/fr.po src/gui/skilldialog.cpp src/localplayer.cpp src/net/manaserv/generalhandler.cpp src/net/tmwa/buysellhandler.cpp src/net/tmwa/generalhandler.cpp src/net/tmwa/playerhandler.cpp src/net/tmwa/specialhandler.cpp src/winver.h | |||||
2011-04-18 | Remove illegal macro names starting with underscore and capital | Ben Longbons | 1 | -4/+4 | |
2011-04-15 | Fix mkdir_r to not assume existence of PATH_MAX | Ben Longbons | 1 | -8/+4 | |
Required to build on HURD, but good practice anyway. Reviewed-by: Thorbjørn Lindeijer | |||||
2010-03-01 | Handle cases properly where the path already exists, but not as directory | Bernd Wachter | 1 | -6/+18 | |
2010-02-25 | Don't support backslash as path separator for non-windows platforms | Bernd Wachter | 1 | -0/+101 | |
Reviewed-by: Thorbjørn Lindeijer |