Age | Commit message (Expand) | Author | Files | Lines |
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 |
2009-11-02 | Got rid of GameHandler::clear | Thorbjørn Lindeijer | 4 | -15/+3 |
2009-11-02 | Handle the added enum value PARTY_SHARE_UNKNOWN | Thorbjørn Lindeijer | 1 | -0/+6 |
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 |
2009-10-31 | Fixed crash on startup | Thorbjørn Lindeijer | 1 | -3/+3 |
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 |
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 |
2009-10-29 | Fix dark color in TextParticles | Andrei Karas | 1 | -1/+0 |
2009-10-29 | Fix show cost increase stats in StatusWindow. | Andrei Karas | 1 | -1/+1 |
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 |
2009-10-29 | Second round of fine tuning for keyboard movement. | Bertram | 4 | -14/+33 |
2009-10-29 | Mostly fixed the walk on water bug... But... | Bertram | 2 | -21/+29 |
2009-10-28 | Fix music playing by calling maploaded after setting musicfile. | Dennis Friis | 1 | -5/+5 |
2009-10-26 | Add missing include in dyecmd | Jared Adams | 1 | -0/+2 |
2009-10-26 | Merge branch 'master' of git@gitorious.org:mana/mana | Philipp Sehmisch | 14 | -790/+3685 |
2009-10-26 | Fixed loading of skill database on ManaServ (quick hotfix, needs to be rebran... | Philipp Sehmisch | 1 | -1/+1 |
2009-10-26 | Rebrand the ignored files list | Thorbjørn Lindeijer | 1 | -5/+5 |
2009-10-25 | Make the wallpaper more generic | Jared Adams | 1 | -0/+0 |
2009-10-25 | Update icons | Jared Adams | 7 | -782/+3126 |
2009-10-25 | Fix screenshot making | Jared Adams | 1 | -3/+5 |
2009-10-25 | Added project files for Qt Creator | Thorbjørn Lindeijer | 5 | -0/+549 |
2009-10-25 | Rebranded Code::Blocks project file | Philipp Sehmisch | 1 | -537/+532 |
2009-10-24 | Make homedir accessible from other files | Jared Adams | 4 | -11/+14 |
2009-10-24 | Fix a type in main.h | Jared Adams | 1 | -1/+1 |
2009-10-24 | Basically finish rebranding | Jared Adams | 19 | -115/+105 |
2009-10-24 | More rebranding | Jared Adams | 46 | -2096/+1814 |
2009-10-24 | Merge branch 'master' of gitorious.org:mana/mana | Jared Adams | 9 | -20/+18 |
2009-10-24 | More rebranding | Jared Adams | 22 | -71/+73 |
2009-10-24 | More rebranding changes | Thorbjørn Lindeijer | 20 | -30/+28 |
2009-10-24 | Changed default supported server to manaserv | Thorbjørn Lindeijer | 2 | -5/+5 |
2009-10-24 | REplace instances of TMW with Mana | Jared Adams | 93 | -646/+646 |
2009-10-23 | Refixed the -u and -d parameter again, resolving for sure Mantis #951 ;) | Bertram | 1 | -13/+9 |
2009-10-21 | Add an option to skip loading updates | Jared Adams | 1 | -2/+12 |
2009-10-21 | Revert "Made the -d data path don't be bothered by updates and customdata fil... | Jared Adams | 1 | -11/+8 |
2009-10-22 | Made the -d data path don't be bothered by updates and customdata files. | Bertram | 1 | -8/+11 |
2009-10-22 | Optimized game startup sequence for eAthena in order to cope a bit better wit... | Bertram | 3 | -63/+74 |
2009-10-22 | Fix flipping player's direction when using keyboard to walk diagonally. | Bertram | 3 | -4/+14 |
2009-10-21 | Commencing the keyboard walking fine-tune. | Bertram | 2 | -3/+8 |
2009-10-21 | Made the skip updates (-u) and set custom data path (-d) startup options work... | Bertram | 1 | -14/+12 |