Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
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 |