Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |||||
2009-12-03 | Remove some unneeded _SUPPORt ifdefs | Jared Adams | 3 | -10/+1 | |
2009-12-02 | Mark a section is ServerDialog for merge removal | Jared Adams | 1 | -1/+2 | |
2009-12-02 | Centralize netcode handler instances in Net | Jared Adams | 27 | -45/+41 | |
Instead of each netcode making the global variables and Net referencing them, Net now makes them and the netcodes reference them. Also remove an innappropriate ChatHandler reference from eA's AdminHandler. | |||||
2009-12-02 | Simplify PartyMember by moving fields into Avatar | Jared Adams | 6 | -21/+49 | |
2009-11-30 | Updating codeblocks project and removing unused define - Patch by Stefan ↵ | Philipp Sehmisch | 2 | -14/+4 | |
Dombrowski <stefan@uni-bonn.de> | |||||
2009-11-29 | Fix NPC choice interface | Jared Adams | 1 | -14/+14 | |
Don't allow no selection to be sent. Reset selection on new dialog to fix issues with list size changes. Fixes: http://bugs.manasource.org/view.php?id=36 | |||||
2009-11-27 | Fix display of status bars again | Jared Adams | 1 | -1/+1 | |
2009-11-26 | Merge a little more and remove the BuddyWindow | Jared Adams | 9 | -218/+13 | |
The BuddyWindow was only half implemented and would have been made redundant with the planned social window. | |||||
2009-11-26 | Fix memory alignment on little endian systems | Bernd Wachter | 2 | -6/+6 | |
2009-11-24 | Fix increasing attributes that are at max | Jared Adams | 2 | -9/+67 | |
2009-11-23 | Fixing the overlapping widgets in quitdialog. | Stefan Dombrowski | 1 | -22/+10 | |
2009-11-21 | Change the server list backup to use manasource | Jared Adams | 1 | -2/+1 | |
2009-11-21 | Remove another support ifdef | Jared Adams | 2 | -4/+5 | |
2009-11-14 | Fix display of non-existing items in storage window | Stefan Dombrowski | 1 | -10/+2 | |
If there are only equipable items in the storage, then the server does not send a SMSG_PLAYER_STORAGE_ITEMS message. In that case the storage did not get cleared. | |||||
2009-11-13 | Added rules required for linking on Solaris | Bernd Wachter | 1 | -1/+11 | |
2009-11-13 | Copy ints by memcpy to avoid segfaults on sparc | Bernd Wachter | 2 | -4/+10 | |
2009-11-08 | Rename the rc file to mana instead of tmw | Jared Adams | 1 | -0/+0 | |
2009-11-07 | Improve the look of the CharSelectDialog | Stefan Dombrowski | 1 | -9/+21 | |
2009-11-07 | More eAthena guild stuff | Jared Adams | 24 | -133/+400 | |
Also some related chenges elsewhere | |||||
2009-11-05 | Update of Code::Blocks project file | Stefan Dombrowski | 1 | -8/+68 | |
2009-11-05 | Fix attack atribute display at start in StatusWindow (eA) | Andrei Karas | 1 | -2/+2 | |
2009-11-03 | Move ManaServ guild code into GuildHandler | Jared Adams | 17 | -206/+440 | |
Ad start eAthena's GuildHandler | |||||
2009-11-03 | Remove two unneeded methods of Net::GeneralHandler | Jared Adams | 6 | -35/+0 | |
2009-11-03 | Fix switching characters under ManaServ | Jared Adams | 6 | -8/+32 | |