summaryrefslogtreecommitdiff
path: root/src/net/protocol.h
AgeCommit message (Collapse)AuthorFilesLines
2009-01-25Removed the TMW branding from header guardsBjørn Lindeijer1-2/+2
2009-01-23Removed unnecessary references to The Mana World in code headersBjørn Lindeijer1-4/+4
This dates back to the old days of TMW, but the usage instructions of GPLv2 don't mention this being necessary. Since it doesn't add anything, avoid the branding in these sections.
2009-01-18Add dialogs to input text and numbers for scriptsJared Adams1-1/+4
2008-12-07Merge commit 'a7c21e6f8add37af7412449742ec55c8daa8571a'Ira Rice1-0/+1
Conflicts: AUTHORS CMakeLists.txt ChangeLog INSTALL README aethyra.cbp configure.ac data/help/changes.txt data/help/commands.txt data/help/header.txt data/help/support.txt src/Makefile.am src/aethyra.rc src/being.cpp src/being.h src/equipment.cpp src/equipment.h src/floor_item.h src/game.cpp src/gui/buddywindow.cpp src/gui/char_select.cpp src/gui/char_server.cpp src/gui/chat.cpp src/gui/chat.h src/gui/equipmentwindow.cpp src/gui/equipmentwindow.h src/gui/gui.cpp src/gui/inventorywindow.cpp src/gui/inventorywindow.h src/gui/itemcontainer.cpp src/gui/itemcontainer.h src/gui/minimap.cpp src/gui/ministatus.cpp src/gui/newskill.cpp src/gui/npc_text.cpp src/gui/npclistdialog.h src/gui/ok_dialog.cpp src/gui/setup_video.cpp src/gui/skill.cpp src/gui/skill.h src/gui/status.h src/gui/table_model.h src/gui/updatewindow.cpp src/gui/viewport.cpp src/inventory.cpp src/inventory.h src/keyboardconfig.cpp src/keyboardconfig.h src/localplayer.cpp src/localplayer.h src/logindata.h src/main.cpp src/map.cpp src/monster.cpp src/monster.h src/net/beinghandler.cpp src/net/beinghandler.h src/net/buysellhandler.cpp src/net/equipmenthandler.cpp src/net/loginhandler.cpp src/net/loginhandler.h src/net/network.h src/net/npchandler.cpp src/net/playerhandler.cpp src/net/protocol.h src/net/tradehandler.cpp src/npc.cpp src/npc.h src/particleemitter.cpp src/particleemitterprop.h src/player.cpp src/player.h src/player_relations.cpp src/resources/imageset.cpp src/resources/imageset.h src/resources/itemdb.cpp src/resources/mapreader.cpp src/resources/monsterinfo.h src/text.cpp src/text.h src/textmanager.cpp src/textmanager.h src/tileset.h src/utils/fastsqrt.h src/utils/strprintf.cpp src/winver.h tools/tmxcopy/Makefile tools/tmxcopy/base64.cpp tools/tmxcopy/base64.h tools/tmxcopy/tostring.h Signed-off-by: Ira Rice <irarice@gmail.com>
2008-11-18Pedantic fixes to the client, where I alphabetized all of the include Ira Rice1-2/+0
statements, as well as removing the new skill dialog, which we do not, nor will we use (if we do, it'd be a new one that we'd make). WARNING!!! This, and all other previous builds have a linker error for the Gnome libraries version 4.3.2 on my setup. It's assumed that this is also the case for other users of this library as well. I'm currently assuming that there's a bug in the compiler itself, and will look into reporting this, but in the mean time, it doesn't build for these users, unfortunately. Sorry about this.
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
I don't know why we dealt with these things for so long. Did we ever get anything out of it?
2008-10-12This commit contains three things: one, after looking over how TMW was Ira Rice1-1/+1
handling the effects through the level up system, I determined that it wasn't bad, so I pulled it from TMW's SVN. Two, I edited the web page css so that it better matches the forum. And three, I patched text wrapping so that it'll fix up its display size based on all previous lines, except for the last line. That fix will come later, but for now, it'll be seen as a special case. While you'd like to think that just resending the string and starting the function over again would fix it, you'd be wrong. So it won't be patched until I think of a better way to handle that case.
2008-09-12Fixed /where, added /cast for heal and gather, some changes to inventory to ↵Lloyd Bryant1-2/+17
support storage
2008-08-28Added support for being effects through the eAthena levelup message, and checkBjørn Lindeijer1-1/+1
whether the being exists before referencing it. Re-enabled proper MP bar display. Improved handling of a warp to the same map.
2008-08-28Applied patch put together by Jaxad0127 with changes from the Aethyra project.Bjørn Lindeijer1-0/+5
Improves compatibility with the newer version of eAthena and works around an initialization bug.
2008-07-22Added support for the new eAthena versionLloyd Bryant1-0/+4
2008-07-18Import of client treeLloyd Bryant1-1/+26
2008-07-17Added support for handling the custom eAthena packet that sends the updateBjørn Lindeijer1-0/+1
host (patch by Sanga).
2008-06-02Merged handling for eAthena packets 0x00c3 and 0x01d7 and added support forBjørn Lindeijer1-0/+1
displaying a shield sprite (patch by Sanga).
2008-04-10Implemented support for whispering to other players (patch by peavey).Bjørn Lindeijer1-0/+3
2007-03-19Added target cursor. Shows blue when target in range, and red when out of range.David Athay1-0/+1
2006-02-03Removed some unused code.Björn Steinbrink1-6/+0
2006-01-22Merged NETWORK branch (includes BEING_OVERHAUL).Björn Steinbrink1-23/+0
2006-01-03Enabled some /commands.Eugenio Favalli1-0/+1
2005-12-29Added popup support to the Gui class. Moved all mouse input handling into ↵Björn Steinbrink1-0/+8
the Gui class.
2005-10-16The connection should be non-blocking now and fixed the problem with sound ↵Eugenio Favalli1-3/+0
not being played at startup.
2005-09-17Completed transition to use MessageOut.Eugenio Favalli1-3/+20
2005-09-13Merged with SDL_NET_TEST branch.Björn Steinbrink1-37/+59
2005-08-13Huge header cleanup to reduce dependencies and compile time.Björn Steinbrink1-1/+1
2005-05-27autoTarget is now a Being*, also may have fixed related crash and added labelBjørn Lindeijer1-1/+1
to show current target.
2005-05-22Fixed little oopsie.Bjørn Lindeijer1-0/+2
2005-05-22This way auto attack should work with left ctrl too (alsoEugenio Favalli1-1/+1
some docs updates)
2005-05-22An attemp on auto attack, not bug free for sureEugenio Favalli1-0/+3
2005-05-14Hide mouse when the application doesn't have mouse focus.Bjørn Lindeijer1-10/+11
2005-04-26Changed keyboard control to integrate better with mouse walk, changed locationBjørn Lindeijer1-0/+3
of packet.list and chatlog.txt and removed name from player chat "balloon".
2005-03-13* Moved Being public char *speech to private std::string speechBjørn Lindeijer1-1/+1
* Moved Being public PATH_NODE *path to private std::list<PATH_NODE> path * Fixed warping issue which corrupted player (which also applies to respawning) * Got rid of sound error in Setup window
2005-03-11Well, yet again the commit seems to have left some files out.Bjørn Lindeijer1-0/+1
2005-03-10Fixed showing death bitmap when other players die and fixed the black hairBjørn Lindeijer1-0/+9
problem.
2005-01-17Got stuff to work with Dev-C++Bjørn Lindeijer1-10/+0
2005-01-16Removed a lot of allegro.h includes.Bjørn Lindeijer1-6/+0
2005-01-03Some indent, comment and const parameter changes.Bjørn Lindeijer1-10/+43
2004-12-13Whee, moving headers around! Also provided makefile.mgw for compiling with ↵Bjørn Lindeijer1-4/+5
MinGW+MSYS.
2004-12-10Use a consistent tab-less header throughout the code.Bjørn Lindeijer1-21/+20
2004-09-28*** empty log message ***Eugenio Favalli1-1/+2
2004-09-26*** empty log message ***Eugenio Favalli1-0/+57