Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-03-21 | Added default ports when connecting to a custom server. | jurkan | 1 | -0/+12 | |
When creating a custom server entry, the default port is used if no other port is specified. Reviewed-by: Thorbjørn Lindeijer Mantis-issue: 464 | |||||
2012-02-12 | Restored manaserv-less builds | Yohann Ferreira | 1 | -1/+0 | |
I made sure the manaserv based custom server don't get deleted when running a manaserv-less client session. Reviewed-by: Thorbjørn Lindeijer | |||||
2012-01-31 | Fixed saving the selected server at server connection level. | Yohann Ferreira | 1 | -2/+2 | |
I also change the serverInfo to use a deque to permit the use of the push_front function. Spotted and reviewed-by: Erik Schilling | |||||
2012-01-26 | Updated copyrights to 2012 | Thorbjørn Lindeijer | 1 | -1/+1 | |
2010-04-17 | Changed eAthena protocol name to TmwAthena and changed the config files ↵ | Bertram | 1 | -3/+6 | |
accordingly. This makes room for the actual eAthena protocol future inclusion. | |||||
2010-04-06 | Fix a crash when adding new servers | Jared Adams | 1 | -4/+8 | |
Reviewed-by: Chuck Miller | |||||
2010-03-29 | Add minimum version information to the server list | Jared Adams | 1 | -0/+9 | |
Use it to hilight entries that we don't meet. Also make the entries in that list higher, put server name and location on different lines, and use the description below the list. The dialog is also resizable now. Reviewed-by: Freeyorp | |||||
2010-03-15 | Fix some branding issues | Jared Adams | 1 | -0/+10 | |
Reviewed-by: Chuck Miller | |||||
2010-02-28 | Add delete button to ServerDialog and only save saved servers | Jared Adams | 1 | -0/+4 | |
Reviewed-by: Thorbjørn Lindeijer | |||||
2010-02-28 | Some code cleanup regarding the server dialog | Thorbjørn Lindeijer | 1 | -2/+7 | |
Reviewed-by: Jared Adams | |||||
2010-02-21 | Do some more copyright header cleanups | Jared Adams | 1 | -1/+1 | |
Fix "(C) 2009-2009" to just "(C) 2009" Fix "(C) 2010 TMW" to "(C) 2010 Mana" Remove TMW compyright on (hopefully all) files added after 0.0.29.1 | |||||
2010-02-22 | Modify copyright headers | Freeyorp | 1 | -1/+2 | |
2010-02-20 | License header update for The Mana Client | Thorbjørn Lindeijer | 1 | -4/+3 | |
2010-02-07 | Updated Copyright year to 2010! | Bertram | 1 | -1/+1 | |
Also added the update copyright tool from the Wormux Team. ( And not forgetting credit's due. :P ) | |||||
2010-01-24 | Better handle server types | Jared Adams | 1 | -9/+0 | |
Now they are stored in the config file instead of defaulting to current build type. | |||||
2010-01-12 | Standardize header order | Jared Adams | 1 | -2/+2 | |
Also remove some extra new lines and fix eAthena's PartyTab define guards. | |||||
2009-12-27 | Fix double servers list in ServerDialog | Andrei Karas | 1 | -0/+11 | |
2009-12-05 | Add a type member to ServerInfo and code for it | Jared Adams | 1 | -2/+26 | |
Some of the code is waiting for ifdef removal. | |||||
2009-10-13 | Add an asynchronous download class | Jared Adams | 1 | -0/+3 | |
And use it to download news, updates, and the server list. | |||||
2009-10-06 | Implemented server selection list loaded from online xml file. | Andreas Habel | 1 | -0/+7 | |
2009-10-04 | Made sure the server information updates when dragging the server list | Thorbjørn Lindeijer | 1 | -3/+5 | |
It was only updating on click events, due to using ActionListener instead of SelectionListener. | |||||
2009-09-30 | Merge login state machines for both clients | Jared Adams | 1 | -12/+19 | |
Also do some cleanup and refactoring of related code. | |||||
2009-05-07 | Moved two files which held net data into the net folder. Considering | Tametomo | 1 | -0/+36 | |
their function, this is a much better place to put them. Signed-off-by: Tametomo <irarice@gmail.com> Signed-off-by: Bjørn Lindeijer <bjorn@lindeijer.nl> |