Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-01-16 | Renamed some file names for consistency with the class names | Thorbjørn Lindeijer | 1 | -227/+0 | |
This was already done by ManaPlus. It's a good idea anyway and it makes comparing the code a little easier. Reviewed-by: Yohann Ferreira | |||||
2011-04-09 | Removed a lot of useless "documentation" | Thorbjørn Lindeijer | 1 | -3/+0 | |
I have to admit I contributed a large part of these. Sorry for that. Less empty space, more attention to the code. Acked-by: Jared Adams | |||||
2011-04-09 | Renamed Listener to EventListener | Thorbjørn Lindeijer | 1 | -2/+2 | |
Makes it clear what kind of listener it is, since there are other listener classes as well. Acked-by: Jared Adams | |||||
2011-04-09 | Removed the Mana namespace | Thorbjørn Lindeijer | 1 | -2/+2 | |
It's just an annoyance when it's only applied to a few classes. Either we place everything in this namespace or nothing, and at the moment I don't see any rationale for placing everything in a Mana namespace. Acked-by: Jared Adams | |||||
2011-04-09 | Moved Channels to Mana::Event::Channel | Thorbjørn Lindeijer | 1 | -1/+1 | |
Acked-by: Jared Adams | |||||
2011-04-09 | Moved Events to Mana::Event::Type | Thorbjørn Lindeijer | 1 | -1/+1 | |
Acked-by: Jared Adams | |||||
2010-11-11 | Have the event system channels use enums instead of strings | Chuck Miller | 1 | -1/+1 | |
Reviewed-by: Freeyorp | |||||
2010-09-25 | Merge branch '1.0' | Thorbjørn Lindeijer | 1 | -16/+5 | |
Conflicts: src/actorspritemanager.h src/beingmanager.cpp src/game.cpp src/gui/beingpopup.cpp src/gui/chat.cpp src/gui/chat.h src/gui/inventorywindow.h src/gui/itempopup.cpp src/gui/socialwindow.cpp src/gui/statuswindow.cpp src/gui/widgets/chattab.cpp src/gui/widgets/chattab.h src/net/tmwa/inventoryhandler.cpp src/net/tmwa/partyhandler.cpp src/party.cpp src/sound.cpp src/utils/stringutils.cpp src/utils/stringutils.h | |||||
2010-08-29 | Move handling of autocomplete and input history into TextField | Jared Adams | 1 | -19/+6 | |
Reviewed-by: Freeyorp | |||||
2010-08-25 | Adding autoComplete for invite | Stefan Dombrowski | 1 | -0/+1 | |
Signed-off-by: Jared Adams <jaxad0127@gmail.com> | |||||
2010-07-19 | Merge branch '1.0' | Yohann Ferreira | 1 | -0/+2 | |
Conflicts: src/gui/itempopup.cpp src/item.cpp src/monster.cpp src/net/manaserv/playerhandler.cpp src/net/tmwa/partyhandler.cpp src/npc.cpp src/player.cpp src/resources/itemdb.cpp src/resources/monsterdb.cpp src/resources/monsterinfo.cpp src/resources/npcdb.cpp src/resources/spritedef.cpp | |||||
2010-07-18 | Move the majority of the netcode's server messages to the event system | Chuck Miller | 1 | -1/+5 | |
There is still a good way to go, but this should get us started Reviewed-by: Jared Adams | |||||
2010-07-16 | Fix memory corruption in chat on exit. | Andrei Karas | 1 | -0/+2 | |
Signed-off-by: Jared Adams <jaxad0127@gmail.com> | |||||
2010-06-29 | Make whisper responses from tmwAthena show up in correct tabs | Jared Adams | 1 | -3/+15 | |
Reviewed-by: Bertram | |||||
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-08 | Merge PartyWindow and GuildWindow into SocialWindow | Jared Adams | 1 | -3/+0 | |
2010-02-07 | Updated Copyright year to 2010! | Bertram | 1 | -1/+1 | |
Also added the update copyright tool from the Wormux Team. ( And not forgetting credit's due. :P ) | |||||
2010-01-08 | Small refactoring in chat auto completing | Andrei Karas | 1 | -0/+4 | |
2010-01-07 | Chat auto completing | Andrei Karas | 1 | -0/+4 | |
2009-08-10 | Remove layout code from ChatWindow | Jared Adams | 1 | -8/+0 | |
2009-07-31 | patch for ticket #767 | Maximilian Philipps | 1 | -0/+5 | |
bigger "hold here to drag" area for the chatbox and a scroll lock for resize | |||||
2009-05-24 | Made some parameters const references like they should be | Bjørn Lindeijer | 1 | -2/+2 | |
2009-05-09 | Insert player and item names at caret position instead of at the end | Bjørn Lindeijer | 1 | -4/+4 | |
An improvement based on the 0.0.28.Q version. | |||||
2009-05-03 | Fixed compile warnings and other tweaks | Bjørn Lindeijer | 1 | -1/+1 | |
Warnings were about initialization order and signed variables compared to unsigned variables. Please pay attention to these things. Also made some getters const and turned some std::string parameters into const std::string &. | |||||
2009-05-03 | Made the new present player count translatable | Bjørn Lindeijer | 1 | -1/+1 | |
2009-04-19 | Make /query switch to the new tab | Jared Adams | 1 | -1/+1 | |
2009-04-15 | Assorted random cleanups | Bjørn Lindeijer | 1 | -2/+3 | |
2009-04-15 | Add a config option to always use whipser tabs | Jared Adams | 1 | -1/+1 | |
2009-04-15 | Make whisper tabs optional | Jared Adams | 1 | -0/+2 | |
2009-04-09 | No need for ChatInput to be in the header file, even | Bjørn Lindeijer | 1 | -18/+1 | |
2009-04-09 | Add a popup menu item to add Being name to chat | Jared Adams | 1 | -2/+2 | |
2009-04-08 | Move ChatInput into the files for ChatWindow | Jared Adams | 1 | -1/+18 | |
2009-04-07 | Moved basic widgets into the gui/widgets directory | Bjørn Lindeijer | 1 | -5/+5 | |
In an attempt to make the GUI code a little more structured, basic widgets are now put in gui/widgets. Many includes were also cleaned up. | |||||
2009-03-29 | Fix up eAthena party handling some more | Jared Adams | 1 | -9/+0 | |
2009-03-28 | Allow changing chat tabs with the keyboard | Jared Adams | 1 | -0/+10 | |
Defaults to: [ for previous tab ] for next tab | |||||
2009-03-27 | Clean up of most of the Network pointers | Bjørn Lindeijer | 1 | -8/+0 | |
Now that messages can be sent without requiring a pointer to the Network instance, a lot of cleanup was possible. | |||||
2009-03-27 | Clean up chat and chat tabs some more | Jared Adams | 1 | -13/+4 | |
2009-03-27 | Add a close command to WhisperTab | Jared Adams | 1 | -0/+2 | |
2009-03-27 | Fixed some compiler warnings | Bjørn Lindeijer | 1 | -1/+1 | |
Fixed a faulty == statement that should have been an assignment and a mismatched 'else' block. | |||||
2009-03-26 | Major clean up of ChatTab handling | Jared Adams | 1 | -48/+7 | |
ChatTabs now manage their own adding/removal from the chat window, which lost most of it's chat related messages. Whisper handling is stil done by the ChatWindow, but it no longer manages any other tabs. ChannelTab handling is now the sole responsability of the Channels they are attached to. The general tab is handled by Game. | |||||
2009-03-26 | Add WhisperTabs | Jared Adams | 1 | -0/+6 | |
2009-03-26 | Add ChannelTab for chat channels | Jared Adams | 1 | -5/+0 | |
This fixes TMWServ compilation form the previous commit. | |||||
2009-03-26 | Move ChatWindow over to ChatTabs | Jared Adams | 1 | -55/+53 | |
TMWServ compilation is likely not functional after this, I didn't check. THe next commit will address that. | |||||
2009-03-25 | A host of code style fixes | Bjørn Lindeijer | 1 | -1/+1 | |
Mostly putting & and * in the right place and making some getters const. | |||||
2009-03-25 | Merge branch 'eathena/master' | Bjørn Lindeijer | 1 | -8/+18 | |
Conflicts: A lot of files. | |||||
2009-03-23 | Merge branch 'aethyra/master' | Bjørn Lindeijer | 1 | -6/+12 | |
Conflicts: Many files. | |||||
2009-03-23 | Make some getters const | Jared Adams | 1 | -2/+2 | |
2009-03-23 | Merge eA's command handling into CommandHandler | Jared Adams | 1 | -42/+10 | |
Also drop Aethyra's custom magic code | |||||
2009-03-22 | Move handling of eA skill messages to SkillHandler | Jared Adams | 1 | -55/+0 | |