Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-09-28 | Merge github.com:mana/mana | Yohann Ferreira | 5 | -1/+19 | |
2011-09-29 | Fixed item popup still visible after closing inventory window. | Erik Schilling | 5 | -1/+19 | |
Reviewed-by: Bertram. | |||||
2011-09-28 | Small changes requested by o11c - part 2. | Yohann Ferreira | 1 | -39/+38 | |
Most noticeably I added the shortcut in a popup, even when there are no images to the image buttons in the windowmenu. | |||||
2011-09-28 | Small changes requested by o11c - part 1. | Yohann Ferreira | 2 | -3/+8 | |
2011-09-28 | Added true arrows graphics to tab area buttons. | Yohann Ferreira | 2 | -3/+7 | |
2011-09-28 | Made the shortcuts link actually use the plural in its caption. | Yohann Ferreira | 1 | -4/+4 | |
2011-09-28 | The shortcuts are now refreshed when reassigning keys. | Yohann Ferreira | 3 | -8/+69 | |
2011-09-28 | Added icons to the confirm and cancel button of the quit dialog. | Yohann Ferreira | 2 | -2/+6 | |
This a good example of use for the new graphics and button functionalities. | |||||
2011-09-28 | Fixed back the special window display in a basic but working way. | Yohann Ferreira | 2 | -1/+4 | |
This to avoid cluttering the gui until Crush has the time to fulfill his issue about those. | |||||
2011-09-28 | Added a naive way to display the window keyboard shortcut. | Yohann Ferreira | 2 | -10/+31 | |
This is not updated once the keys are reassigned but it will do the trick for now. | |||||
2011-09-28 | Reached the state where the menu bar is now using image buttons. | Yohann Ferreira | 1 | -7/+7 | |
I had to adapt a bit the images given by Enchilado to do that. | |||||
2011-09-28 | Made the button icon only shown when the icon file is valid. | Yohann Ferreira | 3 | -9/+9 | |
And falls back to the text based caption otherwise. | |||||
2011-09-28 | Added the setup button icon and optimized the image size. | Yohann Ferreira | 1 | -1/+1 | |
2011-09-28 | Changed the Social button to an image one. | Yohann Ferreira | 4 | -12/+25 | |
I also made the client able to keep the old behaviour, and i changed the button api to not require the icon frames size as it could easily guess them. | |||||
2011-09-28 | Added textpopup on mouse hovering support to buttons. | Yohann Ferreira | 3 | -2/+74 | |
I added a use of it to the menu buttons. | |||||
2011-09-28 | Small chages requested by o11c - part 2. | Yohann Ferreira | 1 | -39/+38 | |
Most noticeably i added the shortcut in a popup, even when there are no images to the image buttons in the windowmenu. | |||||
2011-09-28 | Small changes requested by o11c - part 1. | Yohann Ferreira | 2 | -3/+8 | |
2011-09-16 | Renamed Map::DebugFlags enumerators | Thorbjørn Lindeijer | 2 | -14/+14 | |
Their name is a bit more clear with DEBUG prefix rather than MAP prefix. They're already scoped in the Map class anyway. MAP_NORMAL was changed to DEBUG_NONE to represent no debug flags. Acked-by: Bertram | |||||
2011-09-13 | Renamed Map::DebugFlags enumerators | Thorbjørn Lindeijer | 2 | -14/+14 | |
Their name is a bit more clear with DEBUG prefix rather than MAP prefix. They're already scoped in the Map class anyway. MAP_NORMAL was changed to DEBUG_NONE to represent no debug flags. Acked-by: Bertram | |||||
2011-08-30 | Merge branch 'equipment-fix' | Yohann Ferreira | 6 | -42/+45 | |
2011-08-30 | Added a way to specify where the equipment boxes will display. | Yohann Ferreira | 1 | -18/+4 | |
A <box> sub tag was added to the <slot> tag with a x and y parameter to do so. | |||||
2011-08-30 | Made the popup-menu work again for equip/unequip processes. | Yohann Ferreira | 6 | -24/+41 | |
I disabled the drop from equipment window since it was more simple to implement, and because it seemed useless or even bad for the user experience to me. | |||||
2011-08-25 | Merge branch 'equipment-fix' of github.com:Bertram25/mana | Yohann Ferreira | 4 | -128/+170 | |
2011-08-19 | Merge git://gitorious.org/~bertram/mana/mana-equipment-fix into equipment-fix | Yohann Ferreira | 4 | -128/+170 | |
2011-08-18 | Removed unnecessary warning about windows that might be moved | Thorbjørn Lindeijer | 1 | -9/+3 | |
Keeping the windows within the visible area is expected behavior, no matter for how long it has been broken. It makes little sense to warn about expected behavior. | |||||
2011-08-18 | Removed unnecessary warning about windows that might be moved | Thorbjørn Lindeijer | 1 | -9/+3 | |
Keeping the windows within the visible area is expected behavior, no matter for how long it has been broken. It makes little sense to warn about expected behavior. | |||||
2011-08-18 | Improved equip slots description for both protocols. | Yohann Ferreira | 3 | -5/+30 | |
Now the itempopup is also telling what equip slot is under the mouse pointer. | |||||
2011-08-18 | Made the equipment window not use server specific code again. | Yohann Ferreira | 2 | -104/+87 | |
I also made the number of slots displayed taken from the equip.xml file for manaserv. | |||||
2011-08-18 | Made the client able to successfully equip/unequip! | Yohann Ferreira | 1 | -20/+13 | |
2011-08-18 | Add functions to make the item popup able to tell whether the item | Yohann Ferreira | 2 | -1/+42 | |
is equipped or not. It will be used quite soon to visually see the slot names. | |||||
2011-08-11 | Added true arrows graphics to tab area buttons. | Yohann Ferreira | 2 | -3/+7 | |
2011-08-11 | Made the shortcuts link actually use the plural in its caption. | Yohann Ferreira | 1 | -4/+4 | |
2011-08-11 | The shortcuts are now refreshed when reassigning keys. | Yohann Ferreira | 3 | -8/+69 | |
2011-08-11 | Added icons to the confirm and cancel button of the quit dialog. | Yohann Ferreira | 2 | -2/+6 | |
This a good example of use for the new graphics and button functionalities. | |||||
2011-08-11 | Fixed back the special window display in a basic but working way. | Yohann Ferreira | 2 | -1/+4 | |
This to avoid cluttering the gui until Crush has the time to fulfill his issue about those. | |||||
2011-08-11 | Added a naive way to display the window keyboard shortcut. | Yohann Ferreira | 2 | -10/+31 | |
This is not updated once the keys are reassigned but it will do the trick for now. | |||||
2011-08-11 | Reached the state where the menu bar is now using image buttons. | Yohann Ferreira | 1 | -7/+7 | |
I had to adapt a bit the images given by Poison ivy to do that. | |||||
2011-08-11 | Made the button icon only shown when the icon file is valid. | Yohann Ferreira | 3 | -9/+9 | |
And falls back to the text based caption otherwise. | |||||
2011-08-11 | Added the setup button icon and optimized the image size. | Yohann Ferreira | 1 | -1/+1 | |
2011-08-11 | Changed the Social button to an image one. | Yohann Ferreira | 4 | -12/+25 | |
I also made the client able to keep the old behaviour, and i changed the button api to not require the icon frames size as it could easily guess them. | |||||
2011-08-11 | Added textpopup on mouse hovering support to buttons. | Yohann Ferreira | 3 | -2/+74 | |
I added a use of it to the menu buttons. | |||||
2011-06-22 | Merge branch 'master' of gitorious.org:~bertram/mana/mana-any-square-tile-size | Yohann Ferreira | 5 | -12/+26 | |
2011-06-19 | More C++0x Windows compilation fixes. | Philipp Sehmisch | 1 | -4/+5 | |
Another case of M_PI being no longer defined in cmath.h _MAX_PATH doesn't work anymore, but there is still MAX_PATH putenv doesn't work anymore, so I replaced it with a function from the WINApi Reviewed-by: Thorbjorn | |||||
2011-06-17 | First pass on removing tile hard coded values. | Yohann Ferreira | 5 | -12/+26 | |
Every files has been checked against the hard coded 32 values except the map.cpp file. I also added convenience functions in the Game class, centralized the default item icon size, and removed two unused defines in being.cpp. | |||||
2011-06-16 | Fix the off-by-one error reported in the issue comments. | Yohann Ferreira | 1 | -2/+1 | |
Trivial fix. | |||||
2011-06-16 | Added image support to the button widgets. | Yohann Ferreira | 2 | -23/+156 | |
Resolves: Mana-mantis #96. Reviewed-by: Crush. Note that the option to set the image position next to the text is still needed and will be handled in another issue. | |||||
2011-06-03 | Replace SDL_types.h with cstdint | Jared Adams | 1 | -2/+0 | |
This required moving to C++0x, so it does that too, and fixes a few errors with that. Reviewed-by: Thorbjørn Lindeijer <thorbjorn@lindeijer.nl> | |||||
2011-06-02 | Fixed missing action event when clicking on a ListBox item | Thorbjørn Lindeijer | 1 | -0/+5 | |
This event got lost in commit c6a081ba610c5f5f298bc80c2ef28facb41dffae and made it no longer possible to change the client resolution except by pressing Enter or Space after selecting an item. | |||||
2011-06-02 | Arbitrary code cleanups | Thorbjørn Lindeijer | 5 | -25/+23 | |
Just some stuff that piles up while "looking" at the code, which eventually gets annoying to ignore while staging real changes. * Replaced a few NULL occurrences with 0 * Rely on default parameter for std::vector::resize. * Replaced a few "" with std::string() * Prefer .empty() to == "" * Removed a few comparisons with NULL * Don't check pointers before deleting them * Removed a bunch of redundant semicolons * Made some global variables static (local to their compilation unit) * Prefer prefix ++/-- operators to postfix versions when possible * Corrected location of a comment | |||||
2011-05-30 | Remove some uneeded offsetting | Jared Adams | 1 | -2/+2 | |
Also fix position of being names. Reviewed-by: Bertram |