Age | Commit message (Expand) | Author | Files | Lines |
2010-02-25 | Unbreak compile without OpenGL | Thorbjørn Lindeijer | 1 | -1/+2 |
2010-02-25 | Add support for platform specifig config/data directories #84 | Bernd Wachter | 1 | -7/+7 |
2010-02-24 | Removed a bunch of short options from the command line parameters | Thorbjørn Lindeijer | 1 | -16/+15 |
2010-02-24 | Added the possibility to pass a branding file by command line. Reviewed-by: T... | Philipp Sehmisch | 1 | -1/+10 |
2010-02-23 | The crash handler only works with MinGW | Thorbjørn Lindeijer | 1 | -2/+2 |
2010-02-23 | Fixed compile on Windows | Thorbjørn Lindeijer | 1 | -0/+4 |
2010-02-21 | Made tick counter and framerate limiter work during login sequence | Thorbjørn Lindeijer | 1 | -1087/+17 |
2010-02-22 | Modify copyright headers | Freeyorp | 1 | -1/+2 |
2010-02-20 | Just use Mana as the window title by default | Thorbjørn Lindeijer | 1 | -2/+1 |
2010-02-20 | License header update for The Mana Client | Thorbjørn Lindeijer | 1 | -4/+3 |
2010-02-19 | Fixed a crash when trying to switch servers | Thorbjørn Lindeijer | 1 | -26/+13 |
2010-02-14 | Have -v print 'Mana client' instead of 'The Mana World' | Thorbjørn Lindeijer | 1 | -1/+1 |
2010-02-07 | Nicer way of indicating that we're waiting on the server | Thorbjørn Lindeijer | 1 | -7/+14 |
2010-02-07 | Updated Copyright year to 2010! | Bertram | 1 | -1/+1 |
2010-02-07 | Removed the no longer used progress bar and label | Thorbjørn Lindeijer | 1 | -24/+3 |
2010-02-07 | Show the "Connecting..." dialog more often | Thorbjørn Lindeijer | 1 | -0/+2 |
2010-02-06 | Merged the Engine class into the Game class | Thorbjørn Lindeijer | 1 | -1/+1 |
2010-01-28 | Add support for MingW crash handler; define DEBUG for debug builds | Bernd Wachter | 1 | -0/+4 |
2010-01-21 | Corrected the --default option behaviour to follow --help definition. | Bertram | 1 | -2/+6 |
2010-01-12 | Standardize header order | Jared Adams | 1 | -12/+12 |
2010-01-10 | Change code style | Andrei Karas | 1 | -26/+39 |
2010-01-08 | Fix a segfault when exiting before netcode is loaded | Jared Adams | 1 | -1/+1 |
2009-12-19 | Fixes functionality change broke in cbc14c8a3c6614987d2331057e114d92336cbac0,... | Chuck Miller | 1 | -1/+1 |
2009-12-19 | Added support for resources.xml from update server... Also added option to do... | Chuck Miller | 1 | -26/+1 |
2009-12-19 | Client now returns to server selection after server disconnection | Stefan Dombrowski | 1 | -11/+6 |
2009-12-09 | Unifying the default folder for screenshots and making it configurable | Stefan Dombrowski | 1 | -30/+38 |
2009-12-06 | Improve keyboard accessibility of login sequence | Jared Adams | 1 | -7/+7 |
2009-12-04 | Register credentials information service | Jared Adams | 1 | -0/+6 |
2009-11-21 | Remove another support ifdef | Jared Adams | 1 | -4/+0 |
2009-11-03 | Remove two unneeded methods of Net::GeneralHandler | Jared Adams | 1 | -1/+0 |
2009-11-03 | Remove more _SUPPORT ifdefs and do some cleanup | Jared Adams | 1 | -11/+0 |
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 | 1 | -1/+1 |
2009-11-02 | Got rid of GameHandler::clear | Thorbjørn Lindeijer | 1 | -3/+3 |
2009-11-02 | Fix segfault after login error under eAthena build | Jared Adams | 1 | -1/+0 |
2009-10-31 | Fixed crash on startup | Thorbjørn Lindeijer | 1 | -3/+3 |
2009-10-30 | Support switching characters under eAthena | Jared Adams | 1 | -23/+37 |
2009-10-29 | Put back the music fade out after gameHandler->ingame(), | Bertram | 1 | -7/+7 |
2009-10-24 | Make homedir accessible from other files | Jared Adams | 1 | -0/+5 |
2009-10-24 | Basically finish rebranding | Jared Adams | 1 | -2/+2 |
2009-10-24 | More rebranding | Jared Adams | 1 | -11/+11 |
2009-10-24 | REplace instances of TMW with Mana | Jared Adams | 1 | -14/+14 |
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 | 1 | -5/+8 |
2009-10-21 | Made the skip updates (-u) and set custom data path (-d) startup options work... | Bertram | 1 | -14/+12 |
2009-10-13 | Add an asynchronous download class | Jared Adams | 1 | -6/+7 |