Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-03-16 | Fix some color issues | Jared Adams | 4 | -13/+20 | |
Colors in BrowserBoxes generally didn't work. Also simplify much palette control detail. Reviewed-by: Thorbjørn Lindeijer | |||||
2010-03-15 | Fix some branding issues | Jared Adams | 5 | -13/+16 | |
Reviewed-by: Chuck Miller | |||||
2010-03-15 | Add a missing color definition and fix the hilight color | Jared Adams | 1 | -2/+2 | |
2010-03-15 | Add net/ea/token.h to CMakeLists.txt and Makefile.am | Thorbjørn Lindeijer | 2 | -0/+2 | |
2010-03-15 | Fix button overlap issues in login dialogs | Jared Adams | 2 | -2/+12 | |
Reviewed-by: Thorbjørn Lindeijer | |||||
2010-03-14 | Fix saving the selected server | Jared Adams | 1 | -3/+3 | |
Reviewed-By: Freeyorp | |||||
2010-03-14 | Add colors.xml to the build system | Jared Adams | 1 | -0/+1 | |
2010-03-14 | Add tooltips to hp, xp, mp bars. | Andrei Karas | 8 | -0/+232 | |
Signed-off-by: Jared Adams <jaxad0127@gmail.com> | |||||
2010-03-13 | Make removing a server effective even when quitting afterwards | Thorbjørn Lindeijer | 3 | -77/+93 | |
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-13 | Fix icon under non-Windows systems | Jared Adams | 1 | -1/+1 | |
Reviewed-by: Chuck Miller | |||||
2010-03-12 | Fix some issues with Being deletion | Jared Adams | 4 | -4/+21 | |
Clear the Viewport's hover being when it gets removed and make sure LocalPlayer's target pointer get's cleared. Reviewed-by: Freeyorp | |||||
2010-03-12 | Add an optional offset property to monsters.xml | Jared Adams | 2 | -4/+3 | |
And remove the hardcoded offset from eAthena's BeingHandler. Reviewed-by: Freeyorp | |||||
2010-03-12 | Split Palette into Theme and UserPalette | Jared Adams | 65 | -899/+1137 | |
Themes can now control the colors they use. Colors in the Viewport (being names, particles, etc) can still be changed by the user. Also make ProgressBars more easily colored. DyePalette was made more flexible in the process. Also fixes comparing strings of different lengths insensitively. Reviewed-by: Thorbjørn Lindeijer | |||||
2010-03-09 | Updated NEWS file with changes since 0.0.29.1 | Thorbjørn Lindeijer | 1 | -0/+40 | |
Reviewed-by: Jared Adams | |||||
2010-03-08 | Only show skill and special buttons in WindowMenu when needed | Jared Adams | 4 | -24/+31 | |
Reviewed-by: Chuck Miller | |||||
2010-03-08 | Fix crash with incorrect wallpaper names. (From 4144) | Bertram | 1 | -11/+16 | |
Reviewed-by: Bertram | |||||
2010-03-08 | Made two getters const | Thorbjørn Lindeijer | 1 | -2/+2 | |
Reviewed-by: Jared Adams | |||||
2010-03-08 | Updated all translations to the latest from Launchpad | Thorbjørn Lindeijer | 38 | -7624/+46998 | |
Translations for TMW on Launchpad are now Closed, until they are reuploaded under the Mana project. | |||||
2010-03-08 | Large translation file update | Thorbjørn Lindeijer | 32 | -36936/+51201 | |
Also updated the list of files with strings to translate, the contact address and the copyright assignment. | |||||
2010-03-08 | Rename UnAssign to Unassign | Chuck Miller | 2 | -7/+7 | |
2010-03-08 | Add unassign button in setup keyboard tab. | Andrei Karas | 3 | -1/+25 | |
Signed-off-by: Chuck Miller <shadowmil@gmail.com> | |||||
2010-03-08 | Revert "Added diagonal movement corrections and corrected some comments." | Bertram | 1 | -29/+10 | |
This reverts commit b1845e9e081df1fc77d9bcbed3ab95792d6ba682. | |||||
2010-03-08 | Fix properties bug. | Andrei Karas | 3 | -5/+5 | |
Fix Random crushes and valgrind memory errors. Reviewed-by: thorbjorn | |||||
2010-03-08 | Merge branch 'master' of gitorious.org:mana/mana | Bertram | 3 | -5/+20 | |
2010-03-07 | Added a property to particle files which says if they may be resized based ↵ | Philipp Sehmisch | 2 | -3/+13 | |
on the dimensions in the map file or not. Reviewed-by: Jared Adams | |||||
2010-03-07 | Added config option for disabling particle effects on map warps. | Philipp Sehmisch | 1 | -2/+7 | |
Reviewed-by: Jared Adams | |||||
2010-03-06 | Merge branch 'master' of gitorious.org:mana/mana | Bertram | 34 | -169/+146 | |
2010-03-05 | Add Copy/Paste to Code::Blocks project | Jared Adams | 1 | -0/+2 | |
2010-03-05 | Rename SkinLoader to Theme | Jared Adams | 34 | -169/+144 | |
Also merge the guialpha ConfigListener into Theme. Reviewed-by: Thorbjørn Lindeijer | |||||
2010-03-04 | Merge branch 'master' of gitorious.org:mana/mana | Bertram | 5 | -2/+55 | |
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 | Merge branch 'master' of gitorious.org:mana/mana | Bertram | 7 | -6/+72 | |
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 | Merge branch 'master' of gitorious.org:mana/mana | Bertram | 1 | -1/+1 | |
2010-03-03 | Merge branch 'master' of gitorious.org:mana/mana | Bertram | 110 | -660/+917 | |
2010-03-03 | Merge branch 'master' of gitorious.org:mana/mana | Bertram | 64 | -339/+1700 | |
Conflicts: src/being.cpp | |||||
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 | 22 | -81/+239 | |
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 | 22 | -235/+83 | |
Reviewed-by: Chuck Miller | |||||
2010-03-01 | Stop processing for next/close with no dialog | Jared Adams | 1 | -0/+2 | |