Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-01-23 | Autoload a minimap is no minimap info is given | Blue Sans Douze | 3 | -1/+27 | |
Looks for "graphics/minimap/MAPID.png" | |||||
2010-01-21 | No point in differentiating between int and Uint16 | Thorbjørn Lindeijer | 4 | -18/+10 | |
2010-01-20 | Fix compile error in CharSelectDialog::chooseSelected | Jared Adams | 2 | -23/+36 | |
Was missing return statement. | |||||
2010-01-21 | Corrected the --default option behaviour to follow --help definition. | Bertram | 3 | -5/+14 | |
The --help options tells: -D --default : Choose default character server and character The client now choose the defaulted last character entry when --default is set. The --character option still has precedence. Also added a return value to the CharSelectDialog->chooseSelected() function while on it, in case of someone willing to add errors handling at this stage. | |||||
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 | Add author information | seeseekey | 1 | -0/+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 | 100 | -383/+405 | |
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 and extend the german translation. | seeseekey | 3 | -1828/+8207 | |
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-31 | Some fixes to the German translation | Jonathan Kolberg | 2 | -39/+41 | |
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 | 2 | -0/+4 | |
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 | 2 | -0/+4 | |