Age | Commit message (Expand) | Author | Files | Lines |
2009-10-24 | More rebranding | Jared Adams | 22 | -71/+73 |
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 |
2009-10-19 | Fix RegisterDialog tab order and detail lengths | Jared Adams | 7 | -44/+68 |
2009-10-17 | Not translating a message sent to log | Philipp Sehmisch | 1 | -1/+1 |
2009-10-17 | Made some network error messages translateable | Philipp Sehmisch | 1 | -4/+5 |
2009-10-17 | Changed the "SDLNet_TCP_Recv()" error message to something more understandabl... | Philipp Sehmisch | 1 | -1/+1 |
2009-10-16 | Made the keyboard walking pixel exact again. | Bertram | 3 | -3/+15 |
2009-10-15 | Fixed a potential segfault. | Bertram | 1 | -2/+3 |
2009-10-15 | Make sure item icons in the invy are full opacity | Jared Adams | 3 | -5/+19 |
2009-10-15 | Speed code unification part 3: Made the client handle the speed in tiles per ... | Bertram | 6 | -24/+57 |
2009-10-14 | Add more detail to DebugWindow | Jared Adams | 5 | -6/+55 |
2009-10-13 | Handle canceled downloads more gracefully | Jared Adams | 2 | -2/+18 |
2009-10-13 | Fix a compilation warning | Jared Adams | 1 | -1/+1 |
2009-10-13 | Forgot the actual download class | Jared Adams | 2 | -0/+403 |
2009-10-13 | Add an asynchronous download class | Jared Adams | 12 | -412/+340 |
2009-10-09 | Made the smooth effect quadratic. | Bertram | 1 | -0/+5 |
2009-10-09 | IAS (I am stupid (TM) ;D... | Bertram | 1 | -4/+6 |
2009-10-09 | Final fix (or I hope so) to smooth effect in OpenGL. | Bertram | 1 | -2/+3 |
2009-10-09 | Mostly fixed keyboard movement on TMWserv. | Bertram | 3 | -59/+108 |
2009-10-09 | While seeing it, made obvious that LocalPlayer::nextStep() isn't used by TMWs... | Bertram | 2 | -2/+5 |
2009-10-09 | Fixed (again) mouse movement for TMWserv client. | Bertram | 1 | -2/+3 |
2009-10-08 | Merge branch 'master' of git@gitorious.org:tmw/mainline | Andreas Habel | 11 | -169/+204 |
2009-10-08 | Added "Add manual server entry" option to server selection dialog for better | Andreas Habel | 2 | -13/+55 |
2009-10-07 | Clean up state machine some more | Jared Adams | 11 | -169/+204 |
2009-10-07 | Fixed wallpaper blur by only using resized image drawing when it is necessary | Philipp Sehmisch | 1 | -0/+6 |
2009-10-07 | Added sorting to online serverlist by last usage and merge of local and | Andreas Habel | 2 | -41/+75 |
2009-10-06 | Fixes equipment for players | Chuck Miller | 1 | -1/+6 |
2009-10-06 | Fix a removed method in tmwserv nethandler | Jared Adams | 1 | -2/+0 |
2009-10-06 | Some cleanup regarding keeping track of gender for eAthena | Thorbjørn Lindeijer | 17 | -85/+102 |
2009-10-06 | Implemented server selection list loaded from online xml file. | Andreas Habel | 5 | -18/+125 |
2009-10-05 | Hide color codes from speech text | Andrei Karas | 3 | -1/+22 |
2009-10-06 | As little first step, move some specific out from game.cpp | Bertram | 2 | -128/+147 |
2009-10-04 | Introduced Net::LoginHandler::SetEmailOnRegister | Thorbjørn Lindeijer | 13 | -48/+32 |
2009-10-04 | Add ability to delect characters from account | Jared Adams | 8 | -17/+43 |
2009-10-04 | Fix a spelling mistake | Jared Adams | 1 | -2/+2 |
2009-10-04 | Do some refactoring of Being code | Jared Adams | 4 | -32/+6 |
2009-10-04 | Fixed crash in server dialog when there are no previous servers | Thorbjørn Lindeijer | 1 | -2/+5 |
2009-10-04 | Changed 'Select Server' to 'Change Server', since it's already selected | Thorbjørn Lindeijer | 3 | -13/+14 |
2009-10-04 | Removed debugging output | Thorbjørn Lindeijer | 1 | -1/+0 |
2009-10-04 | Made sure the server information updates when dragging the server list | Thorbjørn Lindeijer | 5 | -24/+35 |
2009-10-03 | Polish login procedure and fix some bugs with it | Jared Adams | 8 | -76/+83 |
2009-10-03 | Give the drop down box in serverdialog more room | Chuck Miller | 1 | -2/+3 |