summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2006-09-12Added some items to the NEWS file.Bjørn Lindeijer1-2/+1
2006-09-11Small followup fix to solve the blackout after 100 seconds.Bjørn Lindeijer1-0/+4
2006-09-11Simplified fps limiting a bit and added some comments. Now based onBjørn Lindeijer2-21/+42
ConfigListener so that the fpslimit option doesn't need to be queried the whole time.
2006-09-11Fixed more fps issuesEugenio Favalli1-1/+4
2006-09-09Fitted being trajectories to synchronization messages.Guillaume Melquiond4-22/+167
2006-09-09Removed easy targeting functionality since it interferes with walking aroundBjørn Lindeijer1-2/+3
too much. Targeting can still be rather conveniently done with 'a' or the middle mouse button.
2006-09-09Fixed pathfinder.Guillaume Melquiond1-6/+30
2006-09-07Fixed a typo.Björn Steinbrink1-1/+1
2006-09-07Worked around a memory leak when using OpenGL.Björn Steinbrink1-5/+16
2006-09-06Fixed fps limiter when disabledEugenio Favalli1-2/+11
2006-09-06Fixed fps limiter issues and increased default limit to 60Eugenio Favalli3-10/+10
2006-09-03Fixed updating of labels in buy and sell dialogs. Also made our listbox respondBjørn Lindeijer7-36/+157
to mouse dragging to change the selection.
2006-09-03Fixed updating of labels in trade window.Bjørn Lindeijer3-35/+40
2006-09-03Introduced SelectionListener to fix updating problem in inventory windowBjørn Lindeijer18-96/+259
(should also be used to fix similar problem in trade, buy and sell dialogs). Made the ItemInfo be passed around as a reference instead of a pointer, since it is never NULL.
2006-09-02Fixed crash when using short versions of server and port command line optionsBjørn Lindeijer2-25/+31
and made sure cancelling the account server connect shows the server dialog.
2006-09-02Corrected mistake in using player coordinates instead of mouse coordinates.Bjørn Lindeijer1-2/+1
2006-09-02Removed pixel-based synchronisation. Added variable length move messages.Guillaume Melquiond4-6/+59
2006-09-02Applied patch by Bernard Lidicky, adding targetting nearest monster with eitherBjørn Lindeijer5-6/+71
keyboard or mouse. Also made clicking beings in general a bit easier (patch applied by Bjørn Lindeijer).
2006-09-02Switched to short IDs for beings.Guillaume Melquiond16-30/+32
2006-09-01Fixed some header issues and updated project filesEugenio Favalli3-29/+34
2006-08-30Windows fix to previous commit.Yohann Ferreira1-1/+1
2006-08-30Added a first version of the server dialog with an unskinned dropdown. ↵Yohann Ferreira7-26/+486
Upgraded also the connection window a bit to handle Cancelling more gracefully.
2006-08-29Updated NEWS file and made getAll return a reference instead of a pointer.Bjørn Lindeijer5-9/+9
2006-08-29Applied patch by Andrew Harrison, adding a command line option to specify whichBjørn Lindeijer1-28/+37
configuration file to use.
2006-08-29Fixed merge issues with respect to scrolling.Guillaume Melquiond2-24/+17
2006-08-28Merged trunk development between revisions 2530 and 2618 to the 0.1.0 branch.Bjørn Lindeijer38-138/+730
2006-08-28Modified the ranges of the ScrollLaziness and ScrollRadius sliders.Philipp Sehmisch1-4/+4
2006-08-27Added support for entering monsters.Bjørn Lindeijer3-16/+44
2006-08-27Implemented pixel-grained movements.Guillaume Melquiond5-47/+79
2006-08-27Cleaned the logic members.Guillaume Melquiond6-54/+9
2006-08-27Removed Being::mFrame field.Guillaume Melquiond6-23/+9
2006-08-27Got rid of server input field since connecting to the account server nowBjørn Lindeijer4-36/+15
happens before the login and register dialogs.
2006-08-27Added support for leaving beings.Guillaume Melquiond2-0/+18
2006-08-27Got rid of no longer used protocol.cppBjørn Lindeijer5-97/+1
2006-08-27Changed to pixel-based coordinates for beings.Guillaume Melquiond10-49/+43
2006-08-27Send movements.Guillaume Melquiond3-8/+18
2006-08-26Applied patch by AHarrison that adds item pickup messages to the chat window.Bjørn Lindeijer1-0/+9
2006-08-26Got rid of the default MessageOut constructor, since all messages should haveBjørn Lindeijer11-86/+39
an ID.
2006-08-26Applied patch by Pascal, adding sliders to configure the scrolling behaviourBjørn Lindeijer7-40/+180
and a checkbox to enable or disable the joystick.
2006-08-26Handle "beings move" messages.Guillaume Melquiond3-2/+27
2006-08-26Applied patch by Bahamut81 which implements resetting of Animation, Action andBjørn Lindeijer5-19/+79
AnimatedSprite. This fixes the animation synchronization issues.
2006-08-26Made the Network class a purely static interface, as there is only one instance.Guillaume Melquiond26-213/+127
2006-08-26Fixed player sprite not showing up.Bjørn Lindeijer4-7/+8
2006-08-26Got rid of numerous additions and substractions to the hair style and color.Bjørn Lindeijer7-26/+18
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 Melquiond4-17/+38
2006-08-25Applied patch by mrha (Herbi), adding experience bar to the ministatus in ↵Bjørn Lindeijer2-8/+44
the top left.
2006-08-25Applied patch by Matthias, adding --playername command line option.Bjørn Lindeijer3-4/+33
2006-08-24added a config option to set the grade of detail of the overlay system.Philipp Sehmisch3-5/+17
2006-08-24Added support for sticky windows as discussed with doener. Patch by AHarrisonEugenio Favalli4-2/+70
2006-08-24scrolling and overlays are no longer linked to the frameratePhilipp Sehmisch3-49/+83