Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-01-10 | Change code style | Andrei Karas | 1 | -2/+4 | |
2009-12-16 | Stored the cached config value which says if non-crucial particle effects ↵ | Philipp Sehmisch | 1 | -1/+1 | |
are enabled or not in a static member of class Particle instead of an instanced member of Being. | |||||
2009-12-06 | Improve keyboard accessibility of login sequence | Jared Adams | 1 | -0/+13 | |
Enter and Escape now move forward and backwards for all dialogs except ServerSelectDialog (Escape quits) and CharSelectDialog (Enter doesn't do anything special). | |||||
2009-11-07 | Improve the look of the CharSelectDialog | Stefan Dombrowski | 1 | -9/+21 | |
2009-10-29 | Some random cleanups | Thorbjørn Lindeijer | 1 | -6/+0 | |
2009-10-24 | REplace instances of TMW with Mana | Jared Adams | 1 | -2/+2 | |
2009-10-07 | Clean up state machine some more | Jared Adams | 1 | -3/+3 | |
2009-10-04 | Add ability to delect characters from account | Jared Adams | 1 | -4/+13 | |
2009-10-04 | Made sure the server information updates when dragging the server list | Thorbjørn Lindeijer | 1 | -0/+2 | |
It was only updating on click events, due to using ActionListener instead of SelectionListener. | |||||
2009-10-03 | Update the CharSelectDialog after char creation | Jared Adams | 1 | -0/+32 | |
2009-10-03 | Do some more post-merge cleanup | Jared Adams | 1 | -1/+1 | |
Fixes a few more bugs | |||||
2009-10-04 | Replaced setNetworkOptions with LoginHandler::supportedOptionalActions | Thorbjørn Lindeijer | 1 | -38/+27 | |
Better to ask when needed that rely on static booleans to be set from somewhere. Also tried to fix the layouting a bit, but it's still not perfect. | |||||
2009-10-03 | Made passing character name on the command line work again | Thorbjørn Lindeijer | 1 | -17/+26 | |
It was only selecting it when found, instead of also logging in with the character. | |||||
2009-10-03 | Remove a debug line I forgot about | Jared Adams | 1 | -1/+0 | |
2009-10-01 | Redesign CharSelectDialog | Jared Adams | 1 | -227/+162 | |
2009-10-01 | Fixed compile error: src/gui/charselectdialog.cpp:377: error: cannot declare ↵ | Bertram | 1 | -1/+1 | |
member function ‘static void CharSelectDialog::setNetworkOptions(bool, bool)’ to have static linkage | |||||
2009-10-01 | Finish merging registration dialog | Jared Adams | 1 | -1/+11 | |
2009-09-30 | Merge login state machines for both clients | Jared Adams | 1 | -9/+2 | |
Also do some cleanup and refactoring of related code. | |||||
2009-08-07 | Gettext fixes | Kess Vargavind | 1 | -1/+1 | |
Trying to use the same kind of capitalization and interpunctuation for various parts of the gui, melding a few split strings, updating POTFILES.in and adding translators' notes. | |||||
2009-07-19 | Merge StatusWindows | Jared Adams | 1 | -2/+4 | |
Also some other small merges | |||||
2009-07-17 | Minor whitespace fix | Kess Vargavind | 1 | -4/+4 | |
2009-07-17 | fix: Invalid money display in character selection screen reported by crazy ↵ | Maximilian Philipps | 1 | -1/+4 | |
on forum | |||||
2009-06-01 | Make the login window a little wider to fit French translation | Kess Vargavind | 1 | -1/+1 | |
2009-05-25 | Fixed compiler warning about order of initialization | Bjørn Lindeijer | 1 | -3/+3 | |
(cherry picked from commit d76a9210b07cdcf97ae4f94af429b5fa3e72b239) | |||||
2009-05-25 | Add change password dialog to athena client | Dennis Friis | 1 | -24/+19 | |
(cherry picked from commit 050103b8d2e3eb23e7aea188a1a269feb7c181ab) | |||||
2009-05-23 | Fixed a few strings for better translation | Kess Vargavind | 1 | -1/+1 | |
Just a few notes that would help us translators immensly: * Please do not split one sentence into several strings * Please try to refrain from inserting extra spaces into the strings (cherry picked from commit 9712489ef67f95d6a5fa1fc3102bb7c4ee6a1f59) | |||||
2009-05-07 | Moved two files which held net data into the net folder. Considering | Tametomo | 1 | -1/+1 | |
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> | |||||
2009-05-03 | Moved strprintf into stringutils.{h,cpp} | Bjørn Lindeijer | 1 | -1/+0 | |
2009-04-29 | Removed underscores from some non-conforming filenames | Bjørn Lindeijer | 1 | -0/+379 | |
We don't use underscores in the filenames generally, and let's be consistent on that matter. |