Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
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. | |||||
2009-12-19 | Allow the player to move using the mouse at startup | Freeyorp | 1 | -1/+1 | |
Previously, the player had to move using the keyboard before movement with the mouse was possible | |||||
2009-12-19 | Fix a race condition | Freeyorp | 2 | -3/+9 | |
If the server tells the client to update the mp bar when handling an matk change message before the status window has initialised, a segfault occurs | |||||
2009-12-19 | Client now returns to server selection after server disconnection | Stefan Dombrowski | 3 | -32/+20 | |
This resolves http://bugs.manasource.org/view.php?id=37 | |||||
2009-12-16 | Merge branch 'master' of git@gitorious.org:mana/mana | Philipp Sehmisch | 0 | -0/+0 | |
2009-12-16 | Stored the cached config value which says if non-crucial particle effects ↵ | Philipp Sehmisch | 12 | -7/+32 | |
are enabled or not in a static member of class Particle instead of an instanced member of Being. | |||||
2009-12-16 | Handle skill_damage (eathena) | Freeyorp | 2 | -0/+19 | |
2009-12-14 | Fixing a crash when pressing escape in charselectdialog | Stefan Dombrowski | 1 | -1/+1 | |
The old code gave an exception fault, because when escape was pressed then event.getSource() was a null pointer. This resolves http://mantis.themanaworld.org/view.php?id=685 | |||||
2009-12-13 | Send skill updates to the status window, e.g. to update the job experience ↵ | Fate | 1 | -0/+3 | |
for eAthena | |||||
2009-12-10 | Avoiding compiler warnings with gcc 4.4.0 | Stefan Dombrowski | 2 | -2/+2 | |
With the changed __attribute__ it compiles now without warnings on gcc 4.4.0. For other compiler this should work too, because this format is already used for log() in log.h. | |||||
2009-12-09 | Unifying the default folder for screenshots and making it configurable | Stefan Dombrowski | 3 | -36/+61 | |
For all operating systems screenshots are now saved in ~/Desktop. If this folder does not exist, then the user's home is used. The players can change this with the new option --screenshot-dir. This patch is for http://mantis.themanaworld.org/view.php?id=969 | |||||
2009-12-08 | Fix handling of an enum switch | Jared Adams | 2 | -4/+2 | |
Removes warnings on older compilers. | |||||
2009-12-08 | Prune old entries from mana.files | Jared Adams | 1 | -3/+0 | |
2009-12-07 | Fix bugs in eAthena's equipment handling | Jared Adams | 3 | -9/+23 | |
Do a bit of cleanup too. | |||||
2009-12-07 | Simplify Equipment handling | Jared Adams | 13 | -372/+223 | |
Also merge eAthena's EquipmentHandler and InventoryHander. Fixes http://mantis.themanaworld.org/view.php?id=888 . | |||||
2009-12-06 | Improve keyboard accessibility of login sequence | Jared Adams | 10 | -12/+118 | |
Enter and Escape now move forward and backwards for all dialogs except ServerSelectDialog (Escape quits) and CharSelectDialog (Enter doesn't do anything special). | |||||
2009-12-06 | Improve keyboard control of the QuitDialog | Jared Adams | 3 | -29/+87 | |
Fixes http://mantis.themanaworld.org/view.php?id=562 . | |||||
2009-12-05 | Syncronize registration info with ManaServ | Jared Adams | 2 | -5/+3 | |
2009-12-05 | Removed a few superfluous semicolons | Thorbjørn Lindeijer | 3 | -8/+8 | |
2009-12-05 | Remove targets from a file in mana.cbp | Jared Adams | 1 | -10/+2 | |
2009-12-05 | Add a type member to ServerInfo and code for it | Jared Adams | 3 | -10/+85 | |
Some of the code is waiting for ifdef removal. | |||||
2009-12-04 | Fixing multi thread crash. | Andrei Karas | 3 | -4/+35 | |
2009-12-04 | Don't process redudant visibility calls in Window | Jared Adams | 3 | -2/+5 | |
2009-12-04 | Remove password length info for manaserv | Jared Adams | 4 | -19/+5 | |
Also fix defaults. | |||||
2009-12-04 | Moved password hashing during registration to the client | Philipp Sehmisch | 1 | -4/+2 | |
2009-12-04 | Register credentials information service | Jared Adams | 10 | -11/+104 | |
2009-12-04 | Reset the cursor when a window is hidden | Jared Adams | 4 | -3/+15 | |
2009-12-04 | Using the updatehost that was given by EAthena | Stefan Dombrowski | 2 | -0/+4 | |
This is a patch for http://mantis.themanaworld.org/view.php?id=970 |