summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-08-27Got rid of no longer used protocol.cppBjørn Lindeijer6-105/+12
2006-08-27Changed to pixel-based coordinates for beings.Guillaume Melquiond11-49/+48
2006-08-27Send movements.Guillaume Melquiond4-8/+24
2006-08-26Applied patch by AHarrison that adds item pickup messages to the chat window.Bjørn Lindeijer3-4/+27
2006-08-26Got rid of the default MessageOut constructor, since all messages should haveBjørn Lindeijer12-88/+49
an ID.
2006-08-26Applied patch by Pascal, adding sliders to configure the scrolling behaviourBjørn Lindeijer8-40/+190
and a checkbox to enable or disable the joystick.
2006-08-26Handle "beings move" messages.Guillaume Melquiond4-2/+29
2006-08-26Applied patch by Bahamut81 which implements resetting of Animation, Action andBjørn Lindeijer6-19/+83
AnimatedSprite. This fixes the animation synchronization issues.
2006-08-26Added Makefile.am to make sure the item icons are installed.Bjørn Lindeijer3-1/+5
2006-08-26Made the Network class a purely static interface, as there is only one instance.Guillaume Melquiond27-213/+136
2006-08-26Fixed player sprite not showing up.Bjørn Lindeijer5-7/+10
2006-08-26Got rid of numerous additions and substractions to the hair style and color.Bjørn Lindeijer8-26/+27
Hair style 0 was added and defined as being bald (so bald is no longer a hardcoded style).
2006-08-26Implemented "say around" chat.Guillaume Melquiond5-17/+45
2006-08-25Applied patch by mrha (Herbi), adding experience bar to the ministatus in ↵Bjørn Lindeijer3-8/+49
the top left.
2006-08-25Applied patch by Matthias, adding --playername command line option.Bjørn Lindeijer4-11/+46
2006-08-24added a config option to set the grade of detail of the overlay system.Philipp Sehmisch4-5/+23
2006-08-24improved sandstorm effect. please tell me if you like it better or worse ↵Philipp Sehmisch1-0/+3
than the last one.
2006-08-24Added jeans shortsEugenio Favalli1-0/+1
2006-08-24I did more then just a mohawk by now. :)Frode Lindeijer1-1/+1
2006-08-24Added support for sticky windows as discussed with doener. Patch by AHarrisonEugenio Favalli7-2/+78
2006-08-24scrolling and overlays are no longer linked to the frameratePhilipp Sehmisch4-49/+89
2006-08-23Added the equip graphics of the short jeans and the cotton shorts and an ↵Frode Lindeijer1-1/+10
inventory icon of the cotton shorts.
2006-08-23fixed two mapping bugs matt and modanung just imagined. there are no bugs on ↵Philipp Sehmisch1-2/+4
my maps. they are absolutely perfect.
2006-08-23fixed this: http://forums.themanaworld.org/viewtopic.php?t=1772Philipp Sehmisch1-0/+5
2006-08-21Updated makefiles to account for new ambient images and changed the versionBjørn Lindeijer3-10/+19
from 0.0.20.1 to 0.0.21.
2006-08-21Updated project filesEugenio Favalli3-2/+19
2006-08-21mixed up two maps in the changelogPhilipp Sehmisch1-1/+1
2006-08-21added overlays and smooth scrolling. (someone who knows what he is doing has ↵Philipp Sehmisch6-26/+217
to create the makefiles for the unix users)
2006-08-21Updated project filesEugenio Favalli3-128/+132
2006-08-20GPMSG_PLAYER_MAP_CHANGE is now partly handled.Bjørn Lindeijer5-37/+58
2006-08-20Changed MessageHandler::handleMessage to take a reference instead of a pointer.Bjørn Lindeijer34-416/+358
Removed unused Packet class. Added stub for handling GPMSG_BEING_ENTER.
2006-08-20Fixed selection of player character and implemented sending of game and chatBjørn Lindeijer7-18/+36
server tokens. It gets you in the game (or what's left of it), but not on any map yet.
2006-08-20Made cancel button in register dialog go back to the login dialog and cleanedBjørn Lindeijer3-3/+3
up two unused states.
2006-08-20Added documentation and did a bit of cleanup.Bjørn Lindeijer3-72/+74
2006-08-20Moved libpng check before SDL_image check, since the latter requires the former.Bjørn Lindeijer2-10/+18
2006-08-20some fixes to automake building, and debian packagaing updates. Happy to be ↵Yohann Ferreira4-1/+11
back :)
2006-08-20The Network can now connect to the three servers and affected methods now takeBjørn Lindeijer16-205/+323
the server type as a parameter. The MessageOut gained a convenience constructor (same as was added server side). The game states during login sequence have been renamed and redone in order to ensure no communication is attempted to unconnected servers. This allowed the removal of the outgoing message queue. Connecting to the account server has been moved before the login/register phase (dialogs will still need to be updated). Quite a few things are expected to be broken since I'm rather tired at the moment. I've left many TODO entries in the code.
2006-08-19Removed incoming packets queue. Messages are now processed as they come in.Bjørn Lindeijer4-28/+23
2006-08-17added transmission tileset between desert and woodland (why did noone ↵Philipp Sehmisch1-5/+7
complain about the missing tileset yet?)
2006-08-17the item icons are now stored in different files with more descriptive namesPhilipp Sehmisch11-44/+89
2006-08-15Fixed typo and forgetting to add APMSG_CHAR_SELECT_RESPONSE to the list ofBjørn Lindeijer2-1/+4
handled messages.
2006-08-14Some preparations towards supporting character select and response handling.Bjørn Lindeijer4-8/+38
2006-08-14Fix warning about jump to case label crossing an initialization.Bjørn Lindeijer4-57/+82
2006-08-14Completed porting of character creation/deletion, fixed some issues with ↵Eugenio Favalli22-214/+191
network code.
2006-08-13Verify the gender to prevent crashing when something is wrong with the ↵Bjørn Lindeijer7-17/+47
communication.
2006-08-13Fixed Guichan 0.5.0 compilation issues.Eugenio Favalli4-4/+68
2006-08-13Added new monster and npcs.Eugenio Favalli1-0/+7
2006-08-13Merged cleanups and content changes from the trunk. Also fixed compiling withBjørn Lindeijer26-851/+1086
OpenGL enabled.
2006-08-13Merged Guichan 0.5.0 support from guichan-0.5.0 branch, plus several updatesBjørn Lindeijer80-268/+363
from the 0.1.0 branch.
2006-08-12fixed some inaccessible areasPhilipp Sehmisch1-1/+6