Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-06-13 | Merge remote branch '1.0/1.0' | Jared Adams | 1 | -6/+12 | |
Conflicts: data/graphics/CMakeLists.txt data/graphics/Makefile.am src/client.cpp | |||||
2010-06-13 | Handle char-server login errors better | Jared Adams | 1 | -0/+1 | |
Also fix a small compilation error sometimes reported. Reviewed-by: Chuck Miller | |||||
2010-06-12 | Add error.xml to client repository and move error.png | Jared Adams | 1 | -0/+2 | |
There is no reason why error.xml shouldn't be in this repository, as it is used when no sprite data is present and is a very small file anyways. Servers can still replace these if they want to. error.png is only used in sprites, so should be in the new sprites folder too. Reviewed-by: 4144 | |||||
2010-06-03 | Cleanup some logging statements | Jared Adams | 1 | -7/+1 | |
Reviewed-by: Thorbjørn Lindeijer | |||||
2010-06-03 | Ignore unknown server types in the server list | Jared Adams | 1 | -0/+9 | |
Problem reported by Sokon. Reviewed-by: Ignoring server entry with unknown type: | |||||
2010-05-21 | Merge branch '1.0' | Thorbjørn Lindeijer | 1 | -0/+2 | |
Conflicts: src/beingmanager.cpp src/beingmanager.h src/client.cpp src/localplayer.cpp | |||||
2010-05-05 | Fix showing the type of the default server | Jared Adams | 1 | -0/+2 | |
Reviewed-by: Thorbjørn Lindeijer | |||||
2010-05-01 | Add chat logging. | Andrei Karas | 1 | -0/+3 | |
Add option in players setup page. Add command line option. Signed-off-by: Jared Adams <jaxad0127@gmail.com> | |||||
2010-04-17 | Changed eAthena protocol name to TmwAthena and changed the config files ↵ | Bertram | 1 | -8/+8 | |
accordingly. This makes room for the actual eAthena protocol future inclusion. | |||||
2010-04-12 | Fix error in server list download when download has problems | Jared Adams | 1 | -2/+5 | |
2010-04-06 | Fix a crash when adding new servers | Jared Adams | 1 | -23/+9 | |
Reviewed-by: Chuck Miller | |||||
2010-03-29 | Add minimum version information to the server list | Jared Adams | 1 | -29/+141 | |
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 | -12/+2 | |
Reviewed-by: Chuck Miller | |||||
2010-03-15 | Fix button overlap issues in login dialogs | Jared Adams | 1 | -1/+11 | |
Reviewed-by: Thorbjørn Lindeijer | |||||
2010-03-14 | Fix saving the selected server | Jared Adams | 1 | -3/+3 | |
Reviewed-By: Freeyorp | |||||
2010-03-13 | Make removing a server effective even when quitting afterwards | Thorbjørn Lindeijer | 1 | -69/+84 | |
The custom server list was only saved when connecting to a server. Instead, removing a server from the list should be effective regardless of what is done afterwards. Reviewed-by: peavey | |||||
2010-03-03 | Fix ServerDialog server selection change handling | Jared Adams | 1 | -2/+1 | |
Reviewed-by: Thorbjørn Lindeijer | |||||
2010-03-03 | Connect to a server when it's double clicked | Jared Adams | 1 | -3/+15 | |
Reviewed-by: Bernd Wachter | |||||
2010-02-28 | Fix inital state of server delete button | Jared Adams | 1 | -1/+1 | |
2010-02-28 | Add delete button to ServerDialog and only save saved servers | Jared Adams | 1 | -7/+28 | |
Reviewed-by: Thorbjørn Lindeijer | |||||
2010-02-28 | Some code cleanup regarding the server dialog | Thorbjørn Lindeijer | 1 | -104/+116 | |
Reviewed-by: Jared Adams | |||||
2010-02-28 | Removed a few pointless const qualifiers | Thorbjørn Lindeijer | 1 | -1/+1 | |
Reviewed-by: Jared Adams | |||||
2010-02-28 | Take the URL to the server list from the branding file | Thorbjørn Lindeijer | 1 | -4/+8 | |
This way, a Mana based game can have multiple servers associated with it (for example with different languages), listed under the same branding. Reviewed-by: Jared Adams | |||||
2010-02-21 | Made tick counter and framerate limiter work during login sequence | Thorbjørn Lindeijer | 1 | -5/+6 | |
Much code was moved from main() to the new Client::exec(). This new event loop now integrates with the Game class, so that the tick counter and framerate limiter apply universally. The Client class is also responsible for some things that used to be global variables. Mantis-issue: ... | |||||
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 | Cleanup some memory issues | Jared Adams | 1 | -0/+4 | |
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-31 | Unify eAthena and manaserv support in to one build. | Daniel Bradshaw | 1 | -13/+47 | |
Finish support for server types in the server dialog. Using the new server type function, strip out ifdefs, replacing them with if blocks for later merging in smaller atomic commits. Remove any remaining references to the support defs, including in build system. | |||||
2010-01-25 | Fix a bug when converting strings to server types | Jared Adams | 1 | -1/+1 | |
2010-01-24 | Better handle server types | Jared Adams | 1 | -14/+39 | |
Now they are stored in the config file instead of defaulting to current build type. | |||||
2010-01-11 | Cleanup GUI classes | Jared Adams | 1 | -4/+4 | |
Moved remaining widgets into widgets folder, standardized include order, moved TextRenderer out. | |||||
2010-01-10 | Change code style | Andrei Karas | 1 | -7/+7 | |
2009-12-27 | Fix double servers list in ServerDialog | Andrei Karas | 1 | -2/+4 | |
2009-12-06 | Improve keyboard accessibility of login sequence | Jared Adams | 1 | -1/+17 | |
Enter and Escape now move forward and backwards for all dialogs except ServerSelectDialog (Escape quits) and CharSelectDialog (Enter doesn't do anything special). | |||||
2009-12-05 | Add a type member to ServerInfo and code for it | Jared Adams | 1 | -2/+14 | |
Some of the code is waiting for ifdef removal. | |||||
2009-12-04 | Fixing multi thread crash. | Andrei Karas | 1 | -0/+4 | |
2009-12-02 | Mark a section is ServerDialog for merge removal | Jared Adams | 1 | -1/+2 | |
2009-11-21 | Change the server list backup to use manasource | Jared Adams | 1 | -2/+1 | |
2009-11-03 | Remove more _SUPPORT ifdefs and do some cleanup | Jared Adams | 1 | -9/+5 | |
2009-10-24 | REplace instances of TMW with Mana | Jared Adams | 1 | -2/+2 | |
2009-10-13 | Handle canceled downloads more gracefully | Jared Adams | 1 | -0/+5 | |
2009-10-13 | Add an asynchronous download class | Jared Adams | 1 | -128/+197 | |
And use it to download news, updates, and the server list. | |||||
2009-10-08 | Added "Add manual server entry" option to server selection dialog for better | Andreas Habel | 1 | -9/+48 | |
handling of listentries. | |||||
2009-10-07 | Added sorting to online serverlist by last usage and merge of local and | Andreas Habel | 1 | -41/+56 | |
remotely listed servers. | |||||
2009-10-06 | Implemented server selection list loaded from online xml file. | Andreas Habel | 1 | -12/+109 | |
2009-10-04 | Fixed crash in server dialog when there are no previous servers | Thorbjørn Lindeijer | 1 | -2/+5 | |
Reported by Kess. | |||||
2009-10-04 | Made sure the server information updates when dragging the server list | Thorbjørn Lindeijer | 1 | -18/+17 | |
It was only updating on click events, due to using ActionListener instead of SelectionListener. | |||||
2009-10-03 | Polish login procedure and fix some bugs with it | Jared Adams | 1 | -13/+19 | |
WorldSelectDialog now works correctly. Buttons for several dialogs have more explainatory text and consistant locations. | |||||
2009-10-03 | Give the drop down box in serverdialog more room | Chuck Miller | 1 | -2/+3 | |