Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2009-11-03 | Fix first time show HP bar in mini status. | Andrei Karas | 1 | -0/+1 | |
2009-11-03 | Forgot to remove some files from mana.files | Jared Adams | 1 | -6/+0 | |
2009-11-03 | Simplify ManaServ netcode some more | Jared Adams | 38 | -1261/+214 | |
2009-11-03 | Fix potential infinite recursion | Jared Adams | 3 | -4/+4 | |
2009-11-03 | Remove more _SUPPORT ifdefs and do some cleanup | Jared Adams | 143 | -943/+1524 | |
2009-11-02 | Remove more support #ifdefs | Jared Adams | 1 | -26/+6 | |
2009-11-02 | Fix connecting to ManaServ | Jared Adams | 1 | -1/+3 | |
2009-11-02 | Fixing disconnection bug. | Andrei Karas | 3 | -3/+2 | |
And revert commit 30db6c4375f932370d4fce0c5b35a0cab93a2a18. | |||||
2009-11-02 | Got rid of GameHandler::clear | Thorbjørn Lindeijer | 4 | -15/+3 | |
It was just forwarding to disconnect(). | |||||
2009-11-02 | Handle the added enum value PARTY_SHARE_UNKNOWN | Thorbjørn Lindeijer | 1 | -0/+6 | |
Was added in commit b98b1702bc3bac8c7a7815aa61b6b26d90a61df0 | |||||
2009-11-02 | Fix an uninitialized value error in LocalPlayer | Jared Adams | 1 | -0/+1 | |
2009-11-02 | Fix an uninitialized value in eAthena's netcode | Jared Adams | 2 | -2/+4 | |
2009-11-02 | Fix segfault after login error under eAthena build | Jared Adams | 2 | -2/+0 | |
2009-11-01 | Possible fixing disconnection bug. | Andrei Karas | 1 | -0/+1 | |
Bug in mantis #0000008 | |||||
2009-10-31 | Fixed crash on startup | Thorbjørn Lindeijer | 1 | -3/+3 | |
Was introduced in d5d10a30ceb4a9d6bbb19fe8cbcf878cd841cd53. In particular, the progress bar was not initialized to 0, even though it is checked for 0 later on and used if it isn't 0. Thanks to 4144 for reporting this issue. | |||||
2009-10-31 | Fix compilation without opengl | Andrei Karas | 1 | -1/+1 | |
2009-10-30 | Support switching characters under eAthena | Jared Adams | 14 | -71/+125 | |
2009-10-29 | Small refactoring ItemAmountWindow | Andrei Karas | 2 | -9/+8 | |
2009-10-29 | Put back the music fade out after gameHandler->ingame(), | Bertram | 1 | -7/+7 | |
reverting what was made in main.cpp about it. | |||||
2009-10-29 | Some random cleanups | Thorbjørn Lindeijer | 5 | -56/+49 | |
2009-10-29 | Disable keyboard shortcuts in windows with text input. | Andrei Karas | 3 | -1/+16 | |
Disable items shortcuts in setup window. Disable all shortcuts in ItemAmount window. Reviewed-by: Thorbjørn Lindeijer <thorbjorn@lindeijer.nl> | |||||
2009-10-29 | Fix dark color in TextParticles | Andrei Karas | 1 | -1/+0 | |
Reviewed-by: Thorbjørn Lindeijer <thorbjorn@lindeijer.nl> | |||||
2009-10-29 | Fix show cost increase stats in StatusWindow. | Andrei Karas | 1 | -1/+1 | |
Reviewed-by: Thorbjørn Lindeijer <thorbjorn@lindeijer.nl> | |||||
2009-10-29 | Fix changing servers under eAthena | Jared Adams | 1 | -2/+2 | |
2009-10-29 | Cleaned up the viewport code, when dealing with mouse movement. | Bertram | 2 | -54/+52 | |
Now, both eAthena and ManaServ clients follow the mouse correctly when it is dragged. | |||||
2009-10-29 | Second round of fine tuning for keyboard movement. | Bertram | 4 | -14/+33 | |
I just discovered that the X,Y offsets aren't handled the same way between eAthena and Manaserv to draw the player's character. So, this patch hopefully fix the walk on water bug. There are some glitches left: - Like walking diagonally to a blocked corner. - Or Some times the character miss a blocked tile and correct its route. - The character's name is drawn in the wrong place for Manaserv client. - The playerBox draws the player at the wrong location; He's not centered at login and isn't diplayed at all in equipment window... But anyway, it's better than before. I'll go on for some polishing before continuing. Some cleanups are becoming vital for code's understanding. | |||||
2009-10-29 | Mostly fixed the walk on water bug... But... | Bertram | 2 | -21/+29 | |
The current code tells that the character must stop in the middle of a tile when the tile to the north is blocking. But even now with respecting this, the player is still on water. So, what to do? Correct the water tile? | |||||
2009-10-28 | Fix music playing by calling maploaded after setting musicfile. | Dennis Friis | 1 | -5/+5 | |