Age | Commit message (Expand) | Author | Files | Lines |
2010-09-07 | Fixing reconnection after lost connection | Stefan Dombrowski | 1 | -4/+4 |
2010-08-29 | Changing order in which windows are created | Stefan Dombrowski | 1 | -2/+2 |
2010-08-21 | Fixing segmentation fault and improving gui for party | Stefan Dombrowski | 1 | -1/+1 |
2010-07-11 | Made the different hard-coded paths and files be now taken from the | Yohann Ferreira | 1 | -1/+2 |
2010-04-19 | Add afk mode for player. | Andrei Karas | 1 | -0/+2 |
2010-04-12 | Add support for map-server switching under eAthena | Jared Adams | 1 | -17/+12 |
2010-03-26 | Replace most dynamic_casts with static_casts | Jared Adams | 1 | -1/+1 |
2010-03-25 | Remove the type boolean from InventoryWindow | Jared Adams | 1 | -1/+1 |
2010-03-25 | Merge StorageWindow into InventoryWindow | Jared Adams | 1 | -2/+1 |
2010-03-02 | Fix crash after viewport has been deleted | Jared Adams | 1 | -14/+9 |
2010-03-02 | Revert "Merge WindowContainer into Viewport and remove extra members" | Jared Adams | 1 | -1/+12 |
2010-03-01 | Merge WindowContainer into Viewport and remove extra members | Jared Adams | 1 | -12/+1 |
2010-02-28 | Fix item pickup | Jared Adams | 1 | -2/+6 |
2010-03-01 | Check and create screenshot directory only when a screenshot is made | Bernd Wachter | 1 | -1/+11 |
2010-02-27 | Use appShort in screenshot name | Jared Adams | 1 | -1/+2 |
2010-02-27 | No point in calling Viewport::setMap(0) before deleting it | Thorbjørn Lindeijer | 1 | -3/+0 |
2010-02-26 | Fix calling setMap on deleted viewport | Andrei Karas | 1 | -1/+1 |
2010-02-24 | Fix talk request flood. | Andrei Karas | 1 | -1/+2 |
2010-02-24 | Move StorageWindow to instancing intead of global | Jared Adams | 1 | -3/+0 |
2010-02-23 | Fixed compile on Windows | Thorbjørn Lindeijer | 1 | -2/+0 |
2010-02-21 | Made tick counter and framerate limiter work during login sequence | Thorbjørn Lindeijer | 1 | -141/+22 |
2010-02-22 | Modify copyright headers | Freeyorp | 1 | -1/+2 |
2010-02-20 | License header update for The Mana Client | Thorbjørn Lindeijer | 1 | -4/+3 |
2010-02-14 | Fixed windows appearing below the viewport when opened before getting in | Tametomo | 1 | -0/+1 |
2010-02-14 | Don't create the viewport until it's really needed. | Tametomo | 1 | -0/+10 |
2010-02-13 | Make NPC dialogs instance instead of global | Jared Adams | 1 | -46/+17 |
2010-02-13 | Moved keyboard input polling outside of the clock time loop. This isn't | Tametomo | 1 | -1/+2 |
2010-02-12 | Add outfits wear and copy keys in settings | Andrei Karas | 1 | -65/+52 |
2010-02-08 | Merge PartyWindow and GuildWindow into SocialWindow | Jared Adams | 1 | -36/+32 |
2010-02-07 | Use SDL_gfx to limit the framerate | Thorbjørn Lindeijer | 1 | -28/+12 |
2010-02-06 | Merged the Engine class into the Game class | Thorbjørn Lindeijer | 1 | -14/+90 |
2010-01-31 | Unify eAthena and manaserv support in to one build. | Daniel Bradshaw | 1 | -2/+2 |
2010-01-27 | Added mutators/accessors to being.h and smal cleanups. | Bertram | 1 | -1/+1 |
2010-01-26 | Fix a few more _SUPPORT ifdefs and namespace PartyTab | Jared Adams | 1 | -5/+1 |
2010-01-18 | Unified BeingManager::findNearestLivingBeing for eAthena and manaserv | Thorbjørn Lindeijer | 1 | -7/+2 |
2010-01-13 | Adds a follow manager for users | BlueSansDouze | 1 | -0/+4 |
2010-01-12 | Standardize header order | Jared Adams | 1 | -5/+7 |
2010-01-11 | Cleanup GUI classes | Jared Adams | 1 | -2/+2 |
2010-01-10 | Make sure TextDialogs get input precedence | Jared Adams | 1 | -1/+3 |
2010-01-10 | Change code style | Andrei Karas | 1 | -1/+5 |
2010-01-09 | Allow change player direction by emote key+arrow keys | Andrei Karas | 1 | -1/+14 |
2009-12-19 | Client now returns to server selection after server disconnection | Stefan Dombrowski | 1 | -21/+5 |
2009-12-09 | Unifying the default folder for screenshots and making it configurable | Stefan Dombrowski | 1 | -6/+21 |
2009-12-06 | Improve keyboard control of the QuitDialog | Jared Adams | 1 | -16/+6 |
2009-11-26 | Merge a little more and remove the BuddyWindow | Jared Adams | 1 | -20/+0 |
2009-11-03 | Remove more _SUPPORT ifdefs and do some cleanup | Jared Adams | 1 | -3/+0 |
2009-10-30 | Support switching characters under eAthena | Jared Adams | 1 | -31/+30 |
2009-10-29 | Some random cleanups | Thorbjørn Lindeijer | 1 | -44/+44 |
2009-10-29 | Disable keyboard shortcuts in windows with text input. | Andrei Karas | 1 | -1/+1 |
2009-10-25 | Fix screenshot making | Jared Adams | 1 | -3/+5 |