Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-03-05 | Rename SkinLoader to Theme | Jared Adams | 32 | -164/+139 | |
Also merge the guialpha ConfigListener into Theme. Reviewed-by: Thorbjørn Lindeijer | |||||
2010-03-04 | Show gender near player names. | Andrei Karas | 5 | -2/+55 | |
Configuring in Setup / Players / Show gender. Reviewed-by: Jared Adams <jaxad0127@gmail.com> Signed-off-by: Thorbjørn Lindeijer <thorbjorn@lindeijer.nl> | |||||
2010-03-04 | Fixed crash when a map-based particle effect can't be loaded | Philipp Sehmisch | 1 | -1/+1 | |
2010-03-04 | Implemented markers for warp portals defined in map files in form of ↵ | Philipp Sehmisch | 7 | -6/+72 | |
particle effects. Reviewed-by: Jared Adams <jaxad0127@gmail.com> | |||||
2010-03-03 | Fix possible memory corruption. | Andrei Karas | 1 | -1/+1 | |
Signed-off-by: Jared Adams <jaxad0127@gmail.com> | |||||
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 | 2 | -3/+18 | |
Reviewed-by: Bernd Wachter | |||||
2010-03-02 | Fixed crash when trying to increase non-selected skill | Thorbjørn Lindeijer | 2 | -9/+28 | |
Reviewed-by: Jared Adams Reviewed-by: Bertram | |||||
2010-03-02 | Fix crash after viewport has been deleted | Jared Adams | 1 | -14/+9 | |
2010-03-02 | Forgot a method call | Jared Adams | 1 | -4/+0 | |
2010-03-02 | Remove some unused members | Jared Adams | 4 | -38/+7 | |
Reviewed-by: Chuck Miller | |||||
2010-03-02 | Revert "Merge WindowContainer into Viewport and remove extra members" | Jared Adams | 20 | -81/+235 | |
This reverts commit 67e678094b9fddd21fb3c690130e772937ab2746. Conflicts: src/gui/gui.cpp src/gui/viewport.cpp | |||||
2010-03-02 | Revert "Fix using custom cursors" | Jared Adams | 1 | -5/+2 | |
This reverts commit d194ea8220658b6ef84522f01fa3cf0d0200545e. | |||||
2010-03-01 | Fix using custom cursors | Jared Adams | 1 | -2/+5 | |
2010-03-01 | Simplify BeignPopup and therefore Viewport | Jared Adams | 4 | -29/+26 | |
2010-03-01 | Merge WindowContainer into Viewport and remove extra members | Jared Adams | 20 | -231/+83 | |
Reviewed-by: Chuck Miller | |||||
2010-03-01 | Stop processing for next/close with no dialog | Jared Adams | 1 | -0/+2 | |
2010-03-01 | Hide BeingPopup when mouseover Windows | Jared Adams | 9 | -5/+31 | |
Reviewed-by: Thorbjørn Lindeijer Reviewed-by: Chuck Miller | |||||
2010-02-28 | Fix item pickup | Jared Adams | 1 | -2/+6 | |
Reviewed-by: Freeyorp | |||||
2010-02-28 | Add some new mousers and simplify related code | idiomatic | 3 | -26/+51 | |
Signed-off-by: Jared Adams <jaxad0127@gmail.com> | |||||
2010-02-28 | Forgot to change popup to window.xml | Jared Adams | 1 | -1/+1 | |
2010-02-28 | Rename gui.xml to window.xml | Jared Adams | 1 | -1/+1 | |
2010-02-28 | Clean up handling of key collisions | Chuck Miller | 1 | -9/+18 | |
-Cleaner code -Ignore keys can collide with anything -No longer have collisions between two unassigned keys Reviewed-By: Jared Adams | |||||
2010-03-01 | Check and create screenshot directory only when a screenshot is made | Bernd Wachter | 2 | -13/+11 | |
2010-03-01 | Handle cases properly where the path already exists, but not as directory | Bernd Wachter | 1 | -6/+18 | |
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 | 3 | -9/+41 | |
Reviewed-by: Thorbjørn Lindeijer | |||||
2010-02-28 | Fix loading branding data | Jared Adams | 1 | -3/+1 | |
Reviewed-by: Chuck Miller | |||||
2010-02-28 | Some code cleanup regarding the server dialog | Thorbjørn Lindeijer | 3 | -114/+125 | |
Reviewed-by: Jared Adams | |||||
2010-02-28 | Make the gui more themeable and distribute two themes | Jared Adams | 32 | -126/+219 | |
The older gray theme and the new wood theme are available as themes. The gray theme needs some new graphics for hilights. Add a theme option for branding and add path/to/branding/data to the PhysFS search path. Reviewed-by: Thorbjørn Lindeijer Reviewed-by: Chuck Miller | |||||
2010-02-28 | Removed a few pointless const qualifiers | Thorbjørn Lindeijer | 6 | -9/+8 | |
Reviewed-by: Jared Adams | |||||
2010-02-28 | Avoid sending log output to the console on startup | Thorbjørn Lindeijer | 1 | -4/+2 | |
By initializing the configuration before starting to log, so that we can take into account the logToStandardOut setting. 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-27 | Use appShort in screenshot name | Jared Adams | 1 | -1/+2 | |
Reviewed-by: http://pastebin.ca/1815165 | |||||
2010-02-27 | Fix program exit on windows. | Andrei Karas | 1 | -0/+1 | |
Signed-off-by: Thorbjørn Lindeijer <thorbjorn@lindeijer.nl> | |||||
2010-02-27 | Some cleanup and compile fix | Jared Adams | 2 | -11/+11 | |
Reviewed-by: Thorbjørn Lindeijer | |||||
2010-02-27 | Corrected some variables names after recent renaming | Thorbjørn Lindeijer | 2 | -20/+20 | |
With help from Jared. Reviewed-by: Jared Adams | |||||
2010-02-27 | Report more info on client in cURL useragent and Desktop | Jared Adams | 3 | -7/+45 | |
Reviewed-by: Thorbjørn Lindeijer Reviewed-by: Chuck Miller | |||||
2010-02-27 | Forgot to amend the last change with this | Thorbjørn Lindeijer | 1 | -1/+1 | |
2010-02-27 | Added m prefix to Client's member variables | Thorbjørn Lindeijer | 2 | -177/+177 | |
Reviewed-by: Jared Adams | |||||
2010-02-27 | No point in calling Viewport::setMap(0) before deleting it | Thorbjørn Lindeijer | 5 | -7/+4 | |
Reviewed-by: Jared Adams | |||||
2010-02-27 | Disable guilds for eAthena for now | Jared Adams | 5 | -5/+17 | |
Reviewed-by: Thorbjørn Lindeijer | |||||
2010-02-26 | Fix configuration saving on exit. | Andrei Karas | 1 | -2/+3 | |
Some settings are set after the old position. Signed-off-by: Jared Adams <jaxad0127@gmail.com> | |||||
2010-02-26 | Fix calling setMap on deleted viewport | Andrei Karas | 1 | -1/+1 | |
Signed-off-by: Jared Adams <jaxad0127@gmail.com> | |||||
2010-02-26 | Simplify arrow handling for eAthena | Jared Adams | 1 | -8/+2 | |
Reviewed-by: Thorbjørn Lindeijer | |||||
2010-02-26 | Color the tabs in the SocialWindow | Jared Adams | 1 | -0/+4 | |
Reviewed-by: Thorbjørn Lindeijer | |||||
2010-02-26 | Make sure LocalPlayer and party members get their party set | Jared Adams | 1 | -0/+9 | |
Reviewed-by: Thorbjørn Lindeijer | |||||
2010-02-26 | Use MYPICTURES on windows, add config parameter for screenshot directory | Bernd Wachter | 1 | -9/+47 | |
Under Windows try to place the screenshots in the `My Pictures' directory, and use Desktop as a fallback. On all platforms, add a Suffix to the screenshot directory path to avoid cluttering the Desktop/... Usage of suffix/suffix content/path are configurable. Create the screenshot directory if it does not exist, and fall back to saving screenshots in the users home directory if it could not be created. Reviewed-by: Jared Adams | |||||
2010-02-25 | Fix some comments in beingpopup | Chuck Miller | 2 | -5/+5 | |
Reviewed-By: Jared Adams | |||||
2010-02-25 | Handle Ctrl+v for pasting in text fields | Thorbjørn Lindeijer | 2 | -0/+18 | |
Reviewed-by: Jared Adams |