-
- Downloads
Refactor around translatePassword
Change types for passed password from wstring to string, which removes converting back and forth in most cases. Move the narrow_to_wide conversion, where its neccessary, closer to irrlicht. Remove trailing spaces in guiPasswordChange.cpp. Make parameters for translatePassword passed as const reference.
Showing
- src/client.cpp 2 additions, 2 deletionssrc/client.cpp
- src/client.h 2 additions, 2 deletionssrc/client.h
- src/client/clientlauncher.cpp 1 addition, 1 deletionsrc/client/clientlauncher.cpp
- src/guiPasswordChange.cpp 9 additions, 8 deletionssrc/guiPasswordChange.cpp
- src/network/serverpackethandler.cpp 4 additions, 4 deletionssrc/network/serverpackethandler.cpp
- src/script/lua_api/l_util.cpp 1 addition, 2 deletionssrc/script/lua_api/l_util.cpp
- src/util/string.cpp 3 additions, 2 deletionssrc/util/string.cpp
- src/util/string.h 2 additions, 1 deletionsrc/util/string.h
Loading
Please register or sign in to comment