Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-01-26 | Updated copyrights to 2012 | Thorbjørn Lindeijer | 1 | -1/+1 | |
2012-01-10 | player_node -> local_player | Yohann Ferreira | 1 | -7/+7 | |
Reviewed-by: Ablu | |||||
2011-06-17 | First pass on removing tile hard coded values. | Yohann Ferreira | 1 | -2/+2 | |
Every files has been checked against the hard coded 32 values except the map.cpp file. I also added convenience functions in the Game class, centralized the default item icon size, and removed two unused defines in being.cpp. | |||||
2011-02-21 | Merge branch '0.5' | Thorbjørn Lindeijer | 1 | -1/+15 | |
Translation file updates ignored. Conflicts: src/client.cpp src/commandhandler.cpp src/gui/popupmenu.cpp src/localplayer.cpp | |||||
2011-02-16 | Fixing query command handling | Stefan Dombrowski | 1 | -1/+15 | |
Tab completion puts quotes around nicks. The query command now removes the quotes. Also avoiding the opening of a tab if no nick was given. Reviewed-by: Freeyorp | |||||
2010-12-28 | Revert "Remove the AFK response system" | Yohann Ferreira | 1 | -0/+20 | |
This reverts commit 3d6a2d9c80a969c3613f567dd7029e75ef59b5cb. I've by that readded the AFK system on master. Please, remove it when we've got a proper replacement. | |||||
2010-11-01 | Merge branch '0.5' of gitorious.org:mana/mana | Yohann Ferreira | 1 | -1/+36 | |
Conflicts: src/being.cpp src/client.cpp src/commandhandler.cpp src/gui/setup_video.cpp src/gui/socialwindow.cpp src/gui/viewport.cpp src/gui/widgets/browserbox.cpp src/gui/widgets/itemcontainer.cpp src/imageparticle.cpp src/localplayer.cpp src/localplayer.h src/map.cpp src/net/tmwa/beinghandler.cpp src/particle.cpp src/particle.h src/player.cpp src/player.h | |||||
2010-10-11 | Implementing show IP for game masters | Stefan Dombrowski | 1 | -0/+34 | |
As an upcoming feature the TMW-Athena server sends IP addresses or IP hashes to game masters. The current client freezes if it receives such a packet, therefor the game masters need to use a new client before the server can use it. Normal players are not affected, because they do not get this packet. Showing the IP is optional and can be enable with the chat command "/showip 1". The IP is then shown behind the players name. Reviewed-by: Bertram | |||||
2010-10-04 | Remove the AFK response system | Chuck Miller | 1 | -20/+0 | |
This would be if it was handled by a addon later. Reviewed-By: Freeyorp < Freeyorp101@hotmail.com > | |||||
2010-08-04 | Remove some unused headers and fix some chat events | Jared Adams | 1 | -2/+0 | |
Reviewed-by: Chuck Miller | |||||
2010-06-29 | Make whisper responses from tmwAthena show up in correct tabs | Jared Adams | 1 | -1/+1 | |
Reviewed-by: Bertram | |||||
2010-04-23 | Add documentation for the /away command. | Bertram | 1 | -5/+21 | |
Reviewed by Jaxad0127 | |||||
2010-04-19 | Add afk mode for player. | Andrei Karas | 1 | -0/+9 | |
Add variable cur_time for current time. Add command /away [text] Reviewed by: Bertram | |||||
2010-04-12 | Add support for map-server switching under eAthena | Jared Adams | 1 | -1/+1 | |
Also do some cleanup that's been needed for a while. 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 | Move party creation command from eA's PartyTab to CommandHandler | Jared Adams | 1 | -0/+22 | |
Also fix party invite by name when you aren't in a party. | |||||
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-12 | Standardize header order | Jared Adams | 1 | -2/+3 | |
Also remove some extra new lines and fix eAthena's PartyTab define guards. | |||||
2009-09-30 | Merge login state machines for both clients | Jared Adams | 1 | -1/+1 | |
Also do some cleanup and refactoring of related code. | |||||
2009-08-07 | Gettext fixes | Kess Vargavind | 1 | -1/+1 | |
Trying to use the same kind of capitalization and interpunctuation for various parts of the gui, melding a few split strings, updating POTFILES.in and adding translators' notes. | |||||
2009-07-25 | Minor spelling fix | Kess Vargavind | 1 | -1/+1 | |
2009-05-28 | Add /ignore and /unignore commands | Jared Adams | 1 | -0/+68 | |
These make it easy to ignore/unignore other players that aren't visible. Special versions are also available in WhisperTabs that don't need a name given. | |||||
2009-05-24 | Made some parameters const references like they should be | Bjørn Lindeijer | 1 | -1/+2 | |
2009-05-23 | Fixed a few strings for better translation | Kess Vargavind | 1 | -4/+4 | |
Just a few notes that would help us translators immensly: * Please do not split one sentence into several strings * Please try to refrain from inserting extra spaces into the strings (cherry picked from commit 9712489ef67f95d6a5fa1fc3102bb7c4ee6a1f59) | |||||
2009-05-17 | Fix offset error on where command. Both mPx/mPy and mPos vector have the ↵ | Dennis Friis | 1 | -3/+3 | |
extra 16,32 pixels. (cherry picked from commit afe09f20caa9ee3a690ea2b84bdaee19464b45bc) | |||||
2009-05-12 | Remove methods from LocalPlayer that just call Net | Jared Adams | 1 | -1/+2 | |
And make a few others like that, and remove them too. | |||||
2009-05-08 | Makes /where return the same as the @where command. | Chuck Miller | 1 | -1/+2 | |
For somereason the y coord was off by 1 | |||||
2009-05-08 | Add a ", " between the coords returned by /where, to make it readible | Chuck Miller | 1 | -1/+1 | |
2009-05-03 | Moved strprintf into stringutils.{h,cpp} | Bjørn Lindeijer | 1 | -1/+0 | |
2009-05-02 | fixed so /where will show the correct correct coords | Chuck Miller | 1 | -2/+2 | |
2009-05-02 | Fixed compile error on TMWServ builds | Chuck Miller | 1 | -1/+3 | |
2009-05-02 | Fix the /where command to include coordinates. | Freeyorp | 1 | -2/+3 | |
2009-04-23 | Added listing all online users | David Athay | 1 | -2/+2 | |
2009-04-22 | Some string fixes | Kess Vargavind | 1 | -3/+3 | |
2009-04-19 | Make /query switch to the new tab | Jared Adams | 1 | -1/+1 | |
2009-04-19 | Flesh out eAtehan party handling | Jared Adams | 1 | -19/+29 | |
2009-04-16 | Rehash CommandHandler a bit, it's now fully merged | Jared Adams | 1 | -141/+24 | |
Tabs can now interract with CommandHandler and define their own commands in a seemless way. Most channel-related commands have been moved into ChannelTab, the close command is now in the WhisperTab, and eAthena's party tab now shows all standard commands. | |||||
2009-04-15 | Rename the whisper tab creation commands | Jared Adams | 1 | -10/+8 | |
2009-04-15 | Make whisper tabs optional | Jared Adams | 1 | -1/+24 | |
2009-04-07 | Implement TMWServ's PartyHandler | Jared Adams | 1 | -11/+3 | |
2009-04-05 | Implement TMWServ's Admin-, Chat-, and MapHandlers | Jared Adams | 1 | -39/+13 | |
2009-04-02 | Partially fixed compilation for TMWServ. src/gui/buysell.cpp still needs to ↵ | Philipp Sehmisch | 1 | -1/+1 | |
be fixed. | |||||
2009-04-01 | Create a few more handlers for eAthena | Jared Adams | 1 | -8/+14 | |
Map, chat, and admin have been finished (to the degree they handle all existing cases). | |||||
2009-03-31 | Implement a few more handlers for eAthena | Jared Adams | 1 | -1/+0 | |
Party, skill, and trade handlers made for eAthena. | |||||
2009-03-29 | Fix up eAthena party handling some more | Jared Adams | 1 | -54/+3 | |
2009-03-28 | Fix output location for CommandHandler | Jared Adams | 1 | -142/+142 | |
2009-03-28 | Clean up eAthena party handling a bit more | Jared Adams | 1 | -2/+2 | |
2009-03-27 | Clean up some ifdefs and start cleanup of parties | Jared Adams | 1 | -1/+1 | |
2009-03-27 | Clean up of most of the Network pointers | Bjørn Lindeijer | 1 | -5/+0 | |
Now that messages can be sent without requiring a pointer to the Network instance, a lot of cleanup was possible. |