Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-01-19 | Fix problems when dying with an NPC dialog open | Jared Adams | 2 | -1/+4 | |
2010-01-18 | Unified BeingManager::findNearestLivingBeing for eAthena and manaserv | Thorbjørn Lindeijer | 4 | -87/+38 | |
It now always works with pixels. | |||||
2010-01-17 | Fix equiping charm items | Chuck Miller | 2 | -1/+3 | |
2010-01-15 | Fixes drawing sprite in the playerbox widget. | Chuck Miller | 3 | -1/+23 | |
2010-01-14 | Auto-store feature | Blue Sans Douze | 3 | -0/+28 | |
Autostore is a feature that allow you a fast store-retreive by pressing emote key and clicking on the object you want to move. All the stack will be moved that way. | |||||
2010-01-13 | Supress level up notifications when starting | Jared Adams | 4 | -10/+12 | |
2010-01-13 | Fix initialization order in the new follor manager | Jared Adams | 1 | -3/+4 | |
2010-01-13 | Fix the previous commit (about following) | BlueSansDouze | 1 | -1/+1 | |
2010-01-13 | Adds a follow manager for users | BlueSansDouze | 6 | -8/+65 | |
Right click contextual menu on player "follow" entry Cancel the following by moving with mouse or keys Adds a special behavior for map changes | |||||
2010-01-13 | Compile fix for g++ 4.5 | Thorbjørn Lindeijer | 1 | -1/+1 | |
Error was: emoteshortcut.cpp:29:1: error: 'EmoteShortcut::EmoteShortcut' names the constructor, not the type | |||||
2010-01-12 | Standardize header order | Jared Adams | 143 | -384/+413 | |
Also remove some extra new lines and fix eAthena's PartyTab define guards. | |||||
2010-01-12 | Removed outdated entries for non-existing files from CMakeLists.txt | Thorbjørn Lindeijer | 1 | -2/+0 | |
2010-01-12 | Improve chat speed. | Andrei Karas | 4 | -32/+265 | |
For improve chat speed this patch add some hacks to BrowserBox class, split big words in ChatTab. Also fix DoS in chat. | |||||
2010-01-11 | Fix segfault in ShopListBox | Andrei Karas | 2 | -8/+20 | |
2010-01-11 | Cleanup GUI classes | Jared Adams | 98 | -331/+353 | |
Moved remaining widgets into widgets folder, standardized include order, moved TextRenderer out. | |||||
2010-01-10 | Change Buy and Sell dialogs to use ItemPopups | Jared Adams | 6 | -39/+38 | |
2010-01-10 | Make sure TextDialogs get input precedence | Jared Adams | 3 | -1/+19 | |
2010-01-10 | Remove some support ifdefs | Jared Adams | 4 | -40/+25 | |
2010-01-10 | Fix handling of NPC talking status | Jared Adams | 4 | -9/+15 | |
2010-01-10 | Change code style | Andrei Karas | 74 | -474/+622 | |
2010-01-10 | Fix initialization order in Being and Map | Jared Adams | 2 | -4/+4 | |
2010-01-10 | Show monster inflicted damage. | Andrei Karas | 4 | -2/+51 | |
Disabled by default. | |||||
2010-01-09 | Allow change player direction by emote key+arrow keys | Andrei Karas | 1 | -1/+14 | |
2010-01-09 | Add special map mode. | Andrei Karas | 4 | -11/+51 | |
This mode hide big map objects and show collisions. | |||||
2010-01-08 | Show first key binding conflict | Andrei Karas | 3 | -3/+12 | |
2010-01-08 | Small refactoring in chat auto completing | Andrei Karas | 8 | -62/+62 | |
2010-01-08 | Fix a segfault when exiting before netcode is loaded | Jared Adams | 3 | -4/+15 | |
2010-01-08 | Fix a signed/unsigned comparison in chat autocomplete | Jared Adams | 1 | -1/+1 | |
2010-01-07 | Chat auto completing | Andrei Karas | 16 | -5/+230 | |
2010-01-07 | Fix a typo | Freeyorp | 1 | -1/+1 | |
2010-01-06 | Fixes so mapreader ignores the case of object types | Chuck Miller | 3 | -4/+18 | |
This will decrease warnings in the log file by a good bit | |||||
2010-01-06 | Prevented a segfault when the client receives a chat message before the GUI ↵ | Philipp Sehmisch | 1 | -1/+3 | |
is initialized. | |||||
2010-01-05 | Fix a crash when maps don't have names | Jared Adams | 1 | -1/+1 | |
2010-01-06 | Removed the nonsensical particle popups with the percent of exp to next ↵ | Philipp Sehmisch | 1 | -1/+3 | |
level on Manaserv | |||||
2010-01-06 | setLeader should update when being unset, too. | Freeyorp | 1 | -5/+4 | |
Also only do an update when there is a change being applied | |||||
2010-01-06 | Party leader bold issue | blue112 | 2 | -3/+6 | |
Fixing the issue which makes that the party leader's name wasn't bold | |||||
2009-12-27 | Add right click whisper | dweems000@gmail.com | 1 | -0/+8 | |
2009-12-27 | Item was not shown as equiped | Stefan Dombrowski | 1 | -3/+3 | |
If the first item in the inventory was equiped, then that item was not showen in the equipment window. | |||||
2009-12-27 | Added ambientlayer.{cpp,h} to CMakeLists.txt | Bernd Wachter | 1 | -0/+2 | |
2009-12-27 | Fix double servers list in ServerDialog | Andrei Karas | 2 | -2/+15 | |
2009-12-25 | Merge branch 'master' of git@gitorious.org:mana/mana | Philipp Sehmisch | 1 | -0/+2 | |
2009-12-25 | Always draw the first background image - even when ambient effects are off - ↵ | Philipp Sehmisch | 1 | -2/+2 | |
to avoid graphic errors. | |||||
2009-12-25 | Add AmbientLayer to Makefile.am and mana.cbp | Andrei Karas | 1 | -0/+2 | |
2009-12-25 | Added support for map background images which work exactly like overlays, ↵ | Philipp Sehmisch | 5 | -30/+270 | |
just that they are drawn before the tiles instead of afterwards. Renamed overlays to foregrounds (but kept backward compatibility intact) | |||||
2009-12-24 | Alpha property of outline and shadow of rendered text is now taken from the ↵ | Philipp Sehmisch | 3 | -5/+6 | |
guichan color of the main text instead of an additional argument. Fixed alpha blending of text particles. | |||||
2009-12-22 | Rename tmw-skills.xml to mana-skills.xml | Thorbjørn Lindeijer | 1 | -1/+1 | |
Should eventually just be skills.xml, but we can't do that at the moment due to sharing the client data repository between different server types. | |||||
2009-12-20 | Fixed an uninitialized pointer | Philipp Sehmisch | 1 | -1/+1 | |
2009-12-19 | Fixes functionality change broke in ↵ | Chuck Miller | 3 | -5/+15 | |
cbc14c8a3c6614987d2331057e114d92336cbac0, where updates are loaded even if the -d option is given | |||||
2009-12-19 | Added support for resources.xml from update server... Also added option to ↵ | Chuck Miller | 8 | -55/+186 | |
download music optionally I had to edit the XML wrapper a bit, basicilly its constructor can now take a optional thrid arguement which will tell it to use a resman or open the file directly Also I added fallback support for the old resouce2.txt so servers don't have to upgrade if they do not want to | |||||
2009-12-19 | Fixing bug in charselectdialog | Stefan Dombrowski | 1 | -0/+2 | |
How to reproduce the bug: Start eathenas login-server and char-server but not the map-server. On the second attempt to login all slots of the charselectdialog show the same character and login fails. |