summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-11-03Fix potential infinite recursionJared Adams3-4/+4
2009-11-03Remove more _SUPPORT ifdefs and do some cleanupJared Adams143-943/+1524
2009-11-02Remove more support #ifdefsJared Adams1-26/+6
2009-11-02Fix connecting to ManaServJared Adams1-1/+3
2009-11-02Fixing disconnection bug.Andrei Karas3-3/+2
2009-11-02Got rid of GameHandler::clearThorbjørn Lindeijer4-15/+3
2009-11-02Handle the added enum value PARTY_SHARE_UNKNOWNThorbjørn Lindeijer1-0/+6
2009-11-02Fix an uninitialized value error in LocalPlayerJared Adams1-0/+1
2009-11-02Fix an uninitialized value in eAthena's netcodeJared Adams2-2/+4
2009-11-02Fix segfault after login error under eAthena buildJared Adams2-2/+0
2009-11-01Possible fixing disconnection bug.Andrei Karas1-0/+1
2009-10-31Fixed crash on startupThorbjørn Lindeijer1-3/+3
2009-10-31Fix compilation without openglAndrei Karas1-1/+1
2009-10-30Support switching characters under eAthenaJared Adams14-71/+125
2009-10-29Small refactoring ItemAmountWindowAndrei Karas2-9/+8
2009-10-29Put back the music fade out after gameHandler->ingame(),Bertram1-7/+7
2009-10-29Some random cleanupsThorbjørn Lindeijer5-56/+49
2009-10-29Disable keyboard shortcuts in windows with text input.Andrei Karas3-1/+16
2009-10-29Fix dark color in TextParticlesAndrei Karas1-1/+0
2009-10-29Fix show cost increase stats in StatusWindow.Andrei Karas1-1/+1
2009-10-29Fix changing servers under eAthenaJared Adams1-2/+2
2009-10-29Cleaned up the viewport code, when dealing with mouse movement.Bertram2-54/+52
2009-10-29Second round of fine tuning for keyboard movement.Bertram4-14/+33
2009-10-29Mostly fixed the walk on water bug... But...Bertram2-21/+29
2009-10-28Fix music playing by calling maploaded after setting musicfile.Dennis Friis1-5/+5
2009-10-26Add missing include in dyecmdJared Adams1-0/+2
2009-10-26Merge branch 'master' of git@gitorious.org:mana/manaPhilipp Sehmisch14-790/+3685
2009-10-26Fixed loading of skill database on ManaServ (quick hotfix, needs to be rebran...Philipp Sehmisch1-1/+1
2009-10-26Rebrand the ignored files listThorbjørn Lindeijer1-5/+5
2009-10-25Make the wallpaper more genericJared Adams1-0/+0
2009-10-25Update iconsJared Adams7-782/+3126
2009-10-25Fix screenshot makingJared Adams1-3/+5
2009-10-25Added project files for Qt CreatorThorbjørn Lindeijer5-0/+549
2009-10-25Rebranded Code::Blocks project filePhilipp Sehmisch1-537/+532
2009-10-24Make homedir accessible from other filesJared Adams4-11/+14
2009-10-24Fix a type in main.hJared Adams1-1/+1
2009-10-24Basically finish rebrandingJared Adams19-115/+105
2009-10-24More rebrandingJared Adams46-2096/+1814
2009-10-24Merge branch 'master' of gitorious.org:mana/manaJared Adams9-20/+18
2009-10-24More rebrandingJared Adams22-71/+73
2009-10-24More rebranding changesThorbjørn Lindeijer20-30/+28
2009-10-24Changed default supported server to manaservThorbjørn Lindeijer2-5/+5
2009-10-24REplace instances of TMW with ManaJared Adams93-646/+646
2009-10-23Refixed the -u and -d parameter again, resolving for sure Mantis #951 ;)Bertram1-13/+9
2009-10-21Add an option to skip loading updatesJared Adams1-2/+12
2009-10-21Revert "Made the -d data path don't be bothered by updates and customdata fil...Jared Adams1-11/+8
2009-10-22Made the -d data path don't be bothered by updates and customdata files.Bertram1-8/+11
2009-10-22Optimized game startup sequence for eAthena in order to cope a bit better wit...Bertram3-63/+74
2009-10-22Fix flipping player's direction when using keyboard to walk diagonally.Bertram3-4/+14
2009-10-21Commencing the keyboard walking fine-tune.Bertram2-3/+8