Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2025-05-24 | Switch source code headers to ManaVerse & update copyrights to 2025 | Fedja Beader | 1 | -3/+3 | |
.. instead of manaplus's header. & update copyrights to 2025. Open problem: should it be "The ManaVerse Client", "the ManaVerse client" or something in between in "This file is part of ..." line? All caps is current situation. Squashed with: * update copyright dates for 2025 * Revert "Switch to branch of mplint that checks for manaverse copyright headers" * Change back to uppercase The Why? This line was changed 3 times in history and all had an uppercase The. PS: ManaVerse has no endorsment from the parent project, ManaPlus. * Change to "This file is part of the ManaVerse Client" poppet says 'the' instead of 'The' find . \( -name "*.h" -o -name "*.cpp" -o -name "*.cc" -o -name "*.inc" \) -execdir sed -i -e 's/This file is part of The ManaPlus Client/This file is part of the ManaVerse Client/' {} \+ * Change 'The ManaPlus Client' to 'The ManaVerse Client' in headers find . \( -name "*.h" -o -name "*.cpp" -o -name "*.cc" -o -name "*.inc" \) -execdir sed -i -e '2s/ManaPlus/ManaVerse/' {} \+ * Switch to branch of mplint that checks for manaverse copyright headers .. instead of manaplus's **** mana/plus!179 | |||||
2024-02-09 | Update copyright headers up to 2023 | Jesusalva Jesusalva | 1 | -1/+2 | |
2019-01-01 | Update copyright year. | Andrei Karas | 1 | -1/+1 | |
2018-01-04 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2017-08-22 | Remove some parentheses. | Andrei Karas | 1 | -4/+6 | |
2017-07-14 | Replace std::vector into macro STD_VECTOR. | Andrei Karas | 1 | -6/+6 | |
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-14 | Add docs section for server in serverslist.xml | Andrei Karas | 1 | -0/+5 | |
2017-06-13 | Show site url in server info window. | Andrei Karas | 1 | -0/+5 | |
2017-06-12 | Load sources url list for each server from servers list xml. | Andrei Karas | 1 | -0/+11 | |
2017-06-12 | Add comments for unknown licensed and non free servers. | Andrei Karas | 1 | -0/+18 | |
For non free: (NON FREE) for unknown: (UNKNOWN) | |||||
2017-01-17 | Add missing A_DEFAULT_COPY / A_DELETE_COPY into net. | Andrei Karas | 1 | -0/+2 | |
2017-01-03 | Update copyright year. | Andrei Karas | 1 | -1/+1 | |
2016-12-12 | Add noexcept in some files. | Andrei Karas | 1 | -1/+1 | |
2016-09-23 | Add missing comments into defines. | Andrei Karas | 1 | -2/+2 | |
2016-07-28 | Remove define EATHENA_SUPPORT from all code. | Andrei Karas | 1 | -5/+1 | |
Now eathena like support enabled always. | |||||
2016-04-14 | Add name for default server updates group. | Andrei Karas | 1 | -0/+5 | |
2016-04-14 | Add support for different groups of update servers reading from servers list. | Andrei Karas | 1 | -0/+7 | |
2016-03-22 | Add support for packet version in servers list xml and in editor. | Andrei Karas | 1 | -0/+5 | |
2016-03-16 | Fix compilation with some flags. | Andrei Karas | 1 | -3/+6 | |
2016-03-16 | Add support for server type "hercules" in servers list. Same with eathena. | Andrei Karas | 1 | -0/+2 | |
2016-03-15 | Ignore unsupported server types from servers list. | Andrei Karas | 1 | -8/+0 | |
2016-03-15 | Remove old evol server type. | Andrei Karas | 1 | -4/+1 | |
2016-02-12 | Fix code style. | Andrei Karas | 1 | -1/+2 | |
2016-02-08 | Add missing operator= in classes with copy constructors. | Andrei Karas | 1 | -0/+18 | |
2016-01-02 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2015-06-03 | Convert ServerType enum into strong typed enum. | Andrei Karas | 1 | -3/+3 | |
2015-03-22 | Dont use server type in server comparator. | Andrei Karas | 1 | -2/+2 | |
2015-03-17 | Remove useless includes from .h files. | Andrei Karas | 1 | -5/+0 | |
2015-01-06 | Move servertype enum into separate file. | Andrei Karas | 1 | -22/+18 | |
2015-01-01 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2014-11-06 | Add server type Evol2. | Andrei Karas | 1 | -1/+6 | |
2014-09-14 | fix default port if tmwa support enabled. | Andrei Karas | 1 | -3/+3 | |
2014-09-14 | Add configure and cmake option to enable/disable compilation for tmwa/evol. | Andrei Karas | 1 | -0/+10 | |
Tmwa/evol by default enabled. | |||||
2014-07-28 | Fix formatting in net files. | Andrei Karas | 1 | -109/+109 | |
2014-05-03 | Add support for update server mirrors. | Andrei Karas | 1 | -0/+4 | |
2014-05-02 | Add option "use same ip" for each server. | Andrei Karas | 1 | -3/+6 | |
By default all servers using same ip for subservers. | |||||
2014-03-11 | Improve a bit variables order in some classes. | Andrei Karas | 1 | -4/+3 | |
2014-02-27 | Remove some manaserv enums usage. | Andrei Karas | 1 | -1/+0 | |
2014-02-27 | Remove manaserv ifdefs code. | Andrei Karas | 1 | -4/+0 | |
ManaServ was already depricated long ago. | |||||
2014-01-01 | update copyright year in all sources. | Andrei Karas | 1 | -1/+1 | |
2013-09-18 | fix name conflicts. | Andrei Karas | 1 | -6/+6 | |
2013-06-30 | Add ability to open support page if error happend. | Andrei Karas | 1 | -0/+4 | |
2013-06-03 | Remove subdir SDL from SDL includes. | Andrei Karas | 1 | -1/+1 | |
2013-06-03 | fix SDL includes. | Andrei Karas | 1 | -1/+1 | |
2013-06-01 | Add alternate host name to servers list. | Andrei Karas | 1 | -0/+4 | |
First try will be by hostname, if it failed in name resolution will be used alt host name This allow connect to server with static ip address even if dns is broken. | |||||
2013-05-28 | fix guard header part2. | Andrei Karas | 1 | -3/+3 | |
2013-04-26 | add support for separate online list. | Andrei Karas | 1 | -0/+4 | |
2013-04-21 | fix compilation with some flags. | Andrei Karas | 1 | -0/+2 | |
2013-04-21 | some other fixes from cpplint. | Andrei Karas | 1 | -1/+1 | |
2013-04-20 | fix style in net directory. | Andrei Karas | 1 | -0/+6 | |