Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
5 days | Use stdint.h instead of ifdefing tr1/cstdint, cstdint and stdint.hstdint.h | Fedja Beader | 1 | -10/+1 | |
Rationale: By the standard, cstdint guarantees these basic types in std::, but *may* put them into the global namespace. By including stdint.h directly, we guarantee that these types are in the global namespace. stdint.h is also a C++ standard header guaranteed as part of the C compatibility support, thus toolchains should support this. The proper(tm) way of going about this would mean either prefixing [u]int[0-9]*_t with std:: everywhere where they are used (a chore) or having a proxy header that includes cstdint and around 50 using statements. The latter sounds to me like a good approach for toolchains that do not provide stdint.h and do not pollute global namespace. If such a toolchain exists in the wild. See discussion at https://stackoverflow.com/questions/13642827/cstdint-vs-stdint-h In practice, my toolchain's (gcc 14 on GNU) cstdint includes stdint.h then drags those types into std:: as well. | |||||
2024-02-09 | Update copyright headers up to 2023 | Jesusalva Jesusalva | 1 | -1/+2 | |
2023-04-07 | added missing cstdint include | jak1 | 1 | -0/+4 | |
2021-05-31 | added --uniqueSession/-S flag for launcher usage | jak1 | 1 | -1/+3 | |
2019-01-01 | Update copyright year. | Andrei Karas | 1 | -1/+1 | |
2018-01-04 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2017-07-25 | Remove command line option --default-cursor and add option --hide-cursor.s20170725 | Andrei Karas | 1 | -2/+2 | |
2017-07-11 | Add command like parameter --validate for validating client data. | Andrei Karas | 1 | -1/+3 | |
2017-06-23 | Add command line option for crash manaplus on start. | Andrei Karas | 1 | -1/+3 | |
2017-05-11 | Add command line option for use default sdl cursor. | Andrei Karas | 1 | -1/+3 | |
2017-05-08 | Add command line parameter --enable-ipc for enable ipc at start. | Andrei Karas | 1 | -1/+3 | |
2017-01-17 | Add missing A_DEFAULT_COPY / A_DELETE_COPY into other files. | Andrei Karas | 1 | -0/+2 | |
2017-01-03 | Update copyright year. | Andrei Karas | 1 | -1/+1 | |
2016-06-14 | Remove some useless includes. | Andrei Karas | 1 | -6/+2 | |
2016-01-02 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2015-08-29 | Fix code style. | Andrei Karas | 1 | -5/+4 | |
2015-07-20 | OS X version now current. | Socapex | 1 | -1/+6 | |
2015-01-01 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2014-11-16 | Add new command option --server-type. | Andrei Karas | 1 | -0/+2 | |
It can accept values: eathena, evol, evol2, tmwathena | |||||
2014-06-14 | Add --renderer command flag to override renderer | Andrei Karas | 1 | -0/+2 | |
2014-06-03 | Add missing include in h files. | Andrei Karas | 1 | -0/+2 | |
2014-06-02 | Add missing final/notfinal to classes. | Andrei Karas | 1 | -1/+1 | |
2014-05-31 | fix code style. | Andrei Karas | 1 | -0/+6 | |
2014-05-29 | Move options into settings. | Andrei Karas | 1 | -0/+83 | |