Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-03-01 | Merge WindowContainer into Viewport and remove extra members | Jared Adams | 22 | -235/+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 | 4 | -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 | 4 | -4/+4 | |
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 | Added highlighted versions of widgets for the gray theme | Thorbjørn Lindeijer | 6 | -0/+0 | |
2010-02-28 | Some code cleanup regarding the server dialog | Thorbjørn Lindeijer | 3 | -114/+125 | |
Reviewed-by: Jared Adams | |||||
2010-02-28 | Deleted unused speech bubble image | Thorbjørn Lindeijer | 1 | -0/+0 | |
2010-02-28 | Replace gray highlight widgets with the non highlighted. | Chuck Miller | 5 | -0/+0 | |
The highlighted widgets don't match the theme... They go with the wood theme So just replace them with a copy of their non-highlighted counterparts until graphics can be done for them No Review Needed, no code was changed, and no new art was created. | |||||
2010-02-28 | Make the gui more themeable and distribute two themes | Jared Adams | 64 | -136/+229 | |
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 | 4 | -4/+11 | |
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 | 3 | -20/+17 | |
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 | |||||
2010-02-25 | Fix the X11 paste code to actually return true on success | Thorbjørn Lindeijer | 1 | -0/+2 | |
Reviewed-by: Jared Adams | |||||
2010-02-25 | Added paste facility from the Wormux project | Thorbjørn Lindeijer | 7 | -0/+383 | |
With CMakeLists.txt adaptions from the Aethyra project. Reviewed-by: Bernd Wachter Reviewed-by: Jared Adams | |||||
2010-02-25 | Unbreak compile without OpenGL | Thorbjørn Lindeijer | 1 | -1/+2 | |
2010-02-25 | Add my self to the AUTHORS file... | Chuck Miller | 1 | -0/+1 | |
2010-02-25 | Add support for platform specifig config/data directories #84 | Bernd Wachter | 4 | -32/+64 | |
Reviewed-by: Jared Adams | |||||
2010-02-25 | Add support for special folder lookup on Win32 | Bernd Wachter | 5 | -1/+118 | |
Reviewed-by: Jared Adams | |||||
2010-02-25 | Use recursive mkdir for config directories, fix log initialization | Bernd Wachter | 6 | -16/+18 | |
Logger now logs to stdout by default, and allows logging without having a log file open. This allows using logger for error logging in early startup functions. Reviewed-by: Jared Adams | |||||
2010-02-25 | Don't support backslash as path separator for non-windows platforms | Bernd Wachter | 2 | -7/+15 | |
Reviewed-by: Thorbjørn Lindeijer | |||||
2010-02-25 | Change const void to void | Jared Adams | 4 | -4/+4 | |
Reviewed-by: Thorbjørn Lindeijer | |||||
2010-02-25 | Add a simple recursive mkdir | Bernd Wachter | 2 | -0/+119 | |
Reviewed-by: Jared Adams | |||||
2010-02-24 | Fix talk request flood. | Andrei Karas | 1 | -1/+2 | |
Fix talk request flood from keyboard. Fix duplicate lines in NPC dialogs. Signed-off-by: Jared Adams <jaxad0127@gmail.com> | |||||
2010-02-24 | Move StorageWindow to instancing intead of global | Jared Adams | 17 | -91/+147 | |
Also make storage under eAthena more flexible. Reviewed-by: Dennis Friis |