Age | Commit message (Expand) | Author | Files | Lines |
2010-03-20 | Initialize missed variables in vieport | Andrei Karas | 1 | -1/+3 |
2010-03-19 | Fix crash when player chooses to follow a being that has been deleted already | Chuck Miller | 1 | -2/+2 |
2010-03-18 | Copy old tmw config if found | Bernd Wachter | 1 | -0/+26 |
2010-03-17 | Make sure existing parties get added to SocialWindow | Jared Adams | 1 | -0/+5 |
2010-03-17 | Allow branding to bypass server list | Jared Adams | 2 | -3/+6 |
2010-03-16 | Fix some color issues | Jared Adams | 4 | -13/+20 |
2010-03-15 | Fix some branding issues | Jared Adams | 4 | -13/+15 |
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 |
2010-03-14 | Fix saving the selected server | Jared Adams | 1 | -3/+3 |
2010-03-14 | Add tooltips to hp, xp, mp bars. | Andrei Karas | 6 | -0/+228 |
2010-03-13 | Make removing a server effective even when quitting afterwards | Thorbjørn Lindeijer | 3 | -77/+93 |
2010-03-13 | Fix icon under non-Windows systems | Jared Adams | 1 | -1/+1 |
2010-03-12 | Fix some issues with Being deletion | Jared Adams | 4 | -4/+21 |
2010-03-12 | Add an optional offset property to monsters.xml | Jared Adams | 2 | -4/+3 |
2010-03-12 | Split Palette into Theme and UserPalette | Jared Adams | 62 | -899/+1085 |
2010-03-08 | Only show skill and special buttons in WindowMenu when needed | Jared Adams | 4 | -24/+31 |
2010-03-08 | Fix crash with incorrect wallpaper names. (From 4144) | Bertram | 1 | -11/+16 |
2010-03-08 | Made two getters const | Thorbjørn Lindeijer | 1 | -2/+2 |
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 |
2010-03-08 | Revert "Added diagonal movement corrections and corrected some comments." | Bertram | 1 | -29/+10 |
2010-03-08 | Fix properties bug. | Andrei Karas | 3 | -5/+5 |
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 on... | Philipp Sehmisch | 2 | -3/+13 |
2010-03-07 | Added config option for disabling particle effects on map warps. | Philipp Sehmisch | 1 | -2/+7 |
2010-03-06 | Merge branch 'master' of gitorious.org:mana/mana | Bertram | 32 | -164/+139 |
2010-03-05 | Rename SkinLoader to Theme | Jared Adams | 32 | -164/+139 |
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 |
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 particle... | Philipp Sehmisch | 7 | -6/+72 |
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 | 66 | -629/+886 |
2010-03-03 | Merge branch 'master' of gitorious.org:mana/mana | Bertram | 58 | -320/+1642 |
2010-03-03 | Fix possible memory corruption. | Andrei Karas | 1 | -1/+1 |
2010-03-03 | Fix ServerDialog server selection change handling | Jared Adams | 1 | -2/+1 |
2010-03-03 | Connect to a server when it's double clicked | Jared Adams | 2 | -3/+18 |
2010-03-02 | Fixed crash when trying to increase non-selected skill | Thorbjørn Lindeijer | 2 | -9/+28 |
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 |
2010-03-02 | Revert "Merge WindowContainer into Viewport and remove extra members" | Jared Adams | 20 | -81/+235 |
2010-03-02 | Revert "Fix using custom cursors" | Jared Adams | 1 | -5/+2 |
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 |
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 |