Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-08-19 | Merge git://gitorious.org/~bertram/mana/mana-equipment-fix into equipment-fix | Yohann Ferreira | 16 | -274/+544 | |
2011-08-19 | Fixed visible equipment updates, and made it based on equip.xml. | Yohann Ferreira | 9 | -48/+112 | |
2011-08-18 | Improved equip slots description for both protocols. | Yohann Ferreira | 4 | -5/+63 | |
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 | 5 | -113/+96 | |
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 | 6 | -109/+233 | |
2011-08-18 | Got rid of the superfluous definition of the slot number for tA. | Yohann Ferreira | 2 | -4/+4 | |
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 | Merge branch 'master' of ↵ | Yohann Ferreira | 3 | -61/+108 | |
git://gitorious.org/~bertram/mana/mana-equipment-fix into equipment-fix | |||||
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 | 5 | -10/+77 | |
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-08-11 | Made the delay between to keyboard move calls functional. | Yohann Ferreira | 8 | -8/+44 | |
It has been fixed and be made adapted to the being movement speed. Now, for instance, the client sends 3x times less move calls to the tA server, and roughly 20x times for the Manaserv's one. Resolves: Mana-Mantis #346. | |||||
2011-08-11 | Adapted the client to the latest server changes. | Yohann Ferreira | 3 | -45/+91 | |
There are two bugs left I'll take care about in the near future: - Items dealing with more than one slot capacity are only showing on the first equip slot. - The unequip button doesn't get updated when clicking on the equipped item. A client design limitation known: - The client still don't handle correctly items applied on more than one item type at equip time. | |||||
2011-08-10 | Client logs in with salted password now. | Stefan Beller | 4 | -3/+33 | |
The password is salted by a random number sent by server. Reviewed by Bertram. | |||||
2011-07-27 | Followed server protocol changes. | Yohann Ferreira | 2 | -22/+23 | |
Also documented a TODO. | |||||
2011-07-01 | make update-po + gettext special comment added. | Yohann Ferreira | 1 | -0/+5 | |
I added the //xgettext:no-c-format comment because gettext was wrongly guessing the no-c type of those strings. Nicely suggested by Byakushin a lot of time ago. | |||||
2011-06-24 | Fixed path finding by putting back the diagonal values in place. | Yohann Ferreira | 1 | -4/+2 | |
2011-06-24 | Made use of the attack speed sent by the tA server. | Yohann Ferreira | 1 | -2/+5 | |
Part of issue #343. | |||||
2011-06-23 | Fixed type in the guildhandler message as reported by Der Loisl. | Yohann Ferreira | 1 | -1/+1 | |
Thanks for the report. :) Resolves: Mana-issue: 367. | |||||
2011-06-23 | Made the being death sequence better handled. | Yohann Ferreira | 10 | -6/+43 | |
Now the death animation is set to the minimum of 1.5 seconds just as in the older versions, but permit longer sequences as well. I didn't put a maximum hard cap on it as it may be a burden for the maintainers whatever the hard cap would be, and as it isn't vital to set one anyway. Resolves: Mana-Mantis #364. Reviewed-by: bjorn, Jaxad0127. | |||||
2011-06-22 | Made possible to separate the dye colors and channels | Yohann Ferreira | 9 | -20/+53 | |
for particle effects. It is now possible to write, for instance: <particlefx>my-particle-file.xml|#cbcb78,345678</particlefx> and in my-particle-file.xml: ... <property image="my-image.png|W" /> ... This will permit the use (and reuse) of generic particle files. | |||||
2011-06-22 | Merge branch 'master' of gitorious.org:~bertram/mana/mana-any-square-tile-size | Yohann Ferreira | 21 | -131/+220 | |
2011-06-22 | Applied fixes requested by cody. | Yohann Ferreira | 7 | -19/+17 | |
- Made the map teleport distance fixed for manaserv. - Small cleanups. The branch is considered reviewed by: Cody. Resolves Mana-Mantis: #74. | |||||
2011-06-19 | Making party invite functional | Stefan Dombrowski | 3 | -35/+57 | |
Reviewed-by: Bjorn | |||||
2011-06-19 | More C++0x Windows compilation fixes. | Philipp Sehmisch | 3 | -6/+7 | |
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-18 | Fixed compilation problems on windows caused by the switch to C++0x. | Philipp Sehmisch | 1 | -1/+3 | |
The M_PI constant from <cmath> is not standard anymore, so I replaced it with an own PI constant. WIN32 isn't defined anymore which caused the enet UNIX header to be included, so I had to define it in the project compilation settings. Reviewed-by: Thorbjorn | |||||
2011-06-17 | Removed dehardcoded values from the Map and MapLayer classes. | Yohann Ferreira | 3 | -47/+57 | |
2011-06-17 | First pass on removing tile hard coded values. | Yohann Ferreira | 16 | -79/+160 | |
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-17 | Made the client officially handle attack ids. | Yohann Ferreira | 5 | -7/+7 | |
It already was, but now the the api is clear about it. Client part of the mana issue: #363. Reviewed-by: Bjorn. | |||||
2011-06-16 | Remove useless ping packet | Ben Longbons | 7 | -36/+0 | |
The comment in game.cpp about the server waiting for this is a lie. Reviewed-by: Bertram. | |||||
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-07 | Merged the unknown item definition loading | Yohann Ferreira | 2 | -11/+19 | |
and added the default hit effects on it. Reviewed-by: Jaxad0127. | |||||
2011-06-07 | Added defaults to empty attacks. | Yohann Ferreira | 1 | -1/+5 | |
Reviewed-by: Jaxad0127. | |||||
2011-06-07 | Added hit effects on victims from monsters attacks. | Yohann Ferreira | 5 | -9/+36 | |
Resolves: Mana-Mantis #336. Reviewed-by: Jaxad0127. | |||||
2011-06-07 | Fix particle positions | Jared Adams | 5 | -11/+17 | |
Particles were being drawn with wrong positions due to their Z coordinate being taken into account when sorting actors. Z is now only taken into account when drawing them. Reviewed-by: Bertram | |||||
2011-06-05 | Removing unknown conversion type character 'l' in format | Stefan Dombrowski | 2 | -2/+2 | |
This is a problem with gcc 4.4.1. Reviewed-by: Bjorn, Jaxad0127 | |||||
2011-06-04 | Fixing movement on tA | Stefan Dombrowski | 1 | -2/+2 | |
Signed-off-by: Jared Adams <jaxad0127@gmail.com> | |||||
2011-06-04 | Revert "Fix sending coordinates for tmwAthena" | Jared Adams | 1 | -12/+6 | |
This reverts commit d2c548e091f203196d93c011fc65944fb1cdc986. | |||||
2011-06-04 | Fix sending coordinates for tmwAthena | Jared Adams | 1 | -6/+12 | |
2011-06-04 | Fix handling of 16- and 32-bit number in tmwAthena netcode | Jared Adams | 2 | -8/+29 | |
2011-06-03 | Replace SDL_types.h with cstdint | Jared Adams | 35 | -131/+114 | |
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> |