Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2025-02-24 | added manaverse' copyright line to src/ | jak1 | 1 | -0/+1 | |
Split from mana/plus!28 and rebased on master by specing. **** mana/plus!131 | |||||
2025-02-24 | updated copyright -2020 for manaplus | jak1 | 1 | -1/+1 | |
In theory split out from mana/plus!28, in practice I (specing) just ran sed myself instead of bothering with splitting out changes. **** mana/plus!130 | |||||
2020-05-07 | Fix code style after merged switch port code | Andrei Karas | 1 | -1/+1 | |
2020-04-22 | switch: first commit | cpasjuste | 1 | -0/+4 | |
2020-02-23 | Fix some code style issues | Andrei Karas | 1 | -1/+1 | |
2019-01-01 | Update copyright year. | Andrei Karas | 1 | -1/+1 | |
2018-05-22 | Log libcurl errors into manaplus.log | Andrei Karas | 1 | -0/+5 | |
2018-02-16 | Add flush in logger for improve log saving. | Andrei Karas | 1 | -0/+5 | |
2018-02-16 | Replace file type from stream to FILE in logger. | Andrei Karas | 1 | -64/+111 | |
This will allow log data from C libs. | |||||
2018-01-04 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2017-09-18 | Redirect logging to file after log file opened.s20170918 | Andrei Karas | 1 | -0/+5 | |
If log file open failed, redirect logging back to stdout. | |||||
2017-09-15 | If critical error happened, show message box (SDL2) | Andrei Karas | 1 | -0/+18 | |
2017-07-14 | Replace std::vector into macro STD_VECTOR. | Andrei Karas | 1 | -1/+1 | |
In most case it equal to std::vector except debug modes. Now it can be also mse::mstd::vector, but sadly this class not support all required features. | |||||
2017-06-30 | Remove extra includes from headers. | Andrei Karas | 1 | -0/+1 | |
2017-06-29 | Move foreach macroses into separate file. | Andrei Karas | 1 | -0/+1 | |
2017-06-27 | Fix flushing log data from non main thread. | Andrei Karas | 1 | -2/+2 | |
Before it was buffered before any logging data from main thread. | |||||
2017-06-07 | Fix clang-tidy check readability-implicit-bool-cast. | Andrei Karas | 1 | -2/+2 | |
2017-01-03 | Update copyright year. | Andrei Karas | 1 | -1/+1 | |
2016-11-11 | Fix typo implimented -> implemented. | Andrei Karas | 1 | -7/+7 | |
2016-09-23 | Add missing comments into defines. | Andrei Karas | 1 | -7/+11 | |
2016-06-13 | Fix includes and update deheader ci script. | Andrei Karas | 1 | -2/+4 | |
2016-04-30 | Rename Logger::assert into Logger::assertLog for this issue with some systems. | Andrei Karas | 1 | -1/+1 | |
2016-04-30 | Extend assert reporting functions with condition text and call stack. | Andrei Karas | 1 | -0/+39 | |
2016-03-26 | Fix code style. | Andrei Karas | 1 | -1/+1 | |
2016-03-22 | Show hex packet id in for wrong packet sizes. | Andrei Karas | 1 | -1/+2 | |
2016-03-18 | Fix typos. | Andrei Karas | 1 | -1/+1 | |
2016-03-15 | Show info about wrong packet size in chat if enabled show unimplimentaed ↵ | Andrei Karas | 1 | -0/+16 | |
packets. | |||||
2016-03-10 | For unknown packet field values show packet id and field value. | Andrei Karas | 1 | -1/+17 | |
2016-02-07 | Replace most static_cast<Type> to shorter versions from defines. | Andrei Karas | 1 | -9/+9 | |
2016-01-02 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2015-12-15 | Enable writing to android or nacl log if enabled debug log in settings. | Andrei Karas | 1 | -2/+16 | |
2015-12-02 | Flush log writes in nacl after each log write. | Andrei Karas | 1 | -0/+3 | |
2015-12-01 | Add support for logging in nacl to console. | Andrei Karas | 1 | -0/+3 | |
2015-12-01 | Rename LOG_ANDROID into SPECIALLOG. | Andrei Karas | 1 | -9/+9 | |
2015-06-06 | Fix code style. | Andrei Karas | 1 | -0/+2 | |
2015-03-16 | Remove useless includes from cpp files | Andrei Karas | 1 | -1/+0 | |
2015-03-13 | fix code style. | Andrei Karas | 1 | -1/+1 | |
2015-03-10 | Improve reporting string about unimplimented packets. | Andrei Karas | 1 | -1/+2 | |
2015-03-10 | Add option in settings to enable/disable logging unimplimented packets. | Andrei Karas | 1 | -1/+5 | |
2015-03-10 | Add UNIMPLIMENTEDPACKET macro | Andrei Karas | 1 | -0/+11 | |
2015-01-01 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2014-11-24 | Add option to disable logging for better performance while connected to server. | Andrei Karas | 1 | -0/+11 | |
2014-09-06 | In debug packets logging also display offset. | Andrei Karas | 1 | -5/+31 | |
2014-08-31 | Improve packets logging speed. | Andrei Karas | 1 | -0/+31 | |
2014-08-28 | Removed unused includes. | Andrei Karas | 1 | -2/+1 | |
2014-05-08 | Fix code style in other files. | Andrei Karas | 1 | -2/+2 | |
2014-02-20 | improve includes. | Andrei Karas | 1 | -1/+2 | |
2014-01-14 | fix thread safe logging. | Andrei Karas | 1 | -0/+1 | |
2014-01-14 | add support for thread safe writing to log. | Andrei Karas | 1 | -0/+58 | |
2014-01-01 | update copyright year in all sources. | Andrei Karas | 1 | -1/+1 | |