Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-10-03 | Removed empty frames from headgears. | Bjørn Lindeijer | 1 | -1/+1 | |
2006-10-01 | Accepted patches by GDO and VictorSan that fix problems with hiding windows | Bjørn Lindeijer | 2 | -5/+6 | |
using h and problems with trade window positioning. | |||||
2006-09-29 | Merged trunk changes from revision 2618 to 2716 into the 0.1.0 branch. | Bjørn Lindeijer | 26 | -136/+517 | |
2006-09-24 | Removed unused hairstyle frames and applied patch by Rogier Polak to solve the | Bjørn Lindeijer | 1 | -1/+1 | |
problem with an OpenGL related redefinition. | |||||
2006-09-21 | Made canceling the update process non-blocking (Patch by VictorSan) | Eugenio Favalli | 2 | -4/+19 | |
2006-09-20 | Added a slider for controlling the OverlayDetail (based on a patch by VictorSan) | Philipp Sehmisch | 3 | -3/+55 | |
2006-09-14 | Removed some useless debug output. | Björn Steinbrink | 1 | -2/+0 | |
2006-09-14 | src/gui/char_select.cpp, src/main.cpp: Fix the character name matching loop ↵ | Björn Steinbrink | 1 | -0/+4 | |
and add support for saving the last used character (based on a patch by Andrew Harrison). | |||||
2006-09-14 | Fix up the player selection stuff, it's a bit nicer now. | Björn Steinbrink | 2 | -0/+22 | |
2006-09-13 | Forgot to remove TODOS. At last, it is good. | Yohann Ferreira | 2 | -3/+0 | |
2006-09-13 | (no commit message) | Yohann Ferreira | 3 | -524/+0 | |
2006-09-13 | Added a skinned reusable dropdown widget and used it in the server dialog. | Yohann Ferreira | 7 | -15/+817 | |
2006-09-09 | Removed easy targeting functionality since it interferes with walking around | Bjørn Lindeijer | 1 | -2/+3 | |
too much. Targeting can still be rather conveniently done with 'a' or the middle mouse button. | |||||
2006-09-06 | Fixed fps limiter issues and increased default limit to 60 | Eugenio Favalli | 1 | -1/+1 | |
2006-09-03 | Fixed updating of labels in buy and sell dialogs. Also made our listbox respond | Bjørn Lindeijer | 7 | -36/+157 | |
to mouse dragging to change the selection. | |||||
2006-09-03 | Fixed updating of labels in trade window. | Bjørn Lindeijer | 3 | -35/+40 | |
2006-09-03 | Introduced SelectionListener to fix updating problem in inventory window | Bjørn Lindeijer | 10 | -51/+204 | |
(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-02 | Fixed crash when using short versions of server and port command line options | Bjørn Lindeijer | 1 | -20/+20 | |
and made sure cancelling the account server connect shows the server dialog. | |||||
2006-09-02 | Corrected mistake in using player coordinates instead of mouse coordinates. | Bjørn Lindeijer | 1 | -2/+1 | |
2006-09-02 | Applied patch by Bernard Lidicky, adding targetting nearest monster with either | Bjørn Lindeijer | 1 | -1/+15 | |
keyboard or mouse. Also made clicking beings in general a bit easier (patch applied by Bjørn Lindeijer). | |||||
2006-09-01 | Fixed some header issues and updated project files | Eugenio Favalli | 2 | -27/+34 | |
2006-08-30 | Windows fix to previous commit. | Yohann Ferreira | 1 | -1/+1 | |
2006-08-30 | Added a first version of the server dialog with an unskinned dropdown. ↵ | Yohann Ferreira | 4 | -5/+408 | |
Upgraded also the connection window a bit to handle Cancelling more gracefully. | |||||
2006-08-29 | Updated NEWS file and made getAll return a reference instead of a pointer. | Bjørn Lindeijer | 1 | -2/+2 | |
2006-08-29 | Fixed merge issues with respect to scrolling. | Guillaume Melquiond | 1 | -2/+0 | |
2006-08-28 | Merged trunk development between revisions 2530 and 2618 to the 0.1.0 branch. | Bjørn Lindeijer | 17 | -53/+258 | |
2006-08-28 | Modified the ranges of the ScrollLaziness and ScrollRadius sliders. | Philipp Sehmisch | 1 | -4/+4 | |
2006-08-27 | Added support for entering monsters. | Bjørn Lindeijer | 1 | -2/+4 | |
2006-08-27 | Implemented pixel-grained movements. | Guillaume Melquiond | 1 | -3/+3 | |
2006-08-27 | Got rid of server input field since connecting to the account server now | Bjørn Lindeijer | 4 | -36/+15 | |
happens before the login and register dialogs. | |||||
2006-08-27 | Changed to pixel-based coordinates for beings. | Guillaume Melquiond | 1 | -1/+1 | |
2006-08-26 | Got rid of the default MessageOut constructor, since all messages should have | Bjørn Lindeijer | 5 | -27/+19 | |
an ID. | |||||
2006-08-26 | Applied patch by Pascal, adding sliders to configure the scrolling behaviour | Bjørn Lindeijer | 5 | -17/+144 | |
and a checkbox to enable or disable the joystick. | |||||
2006-08-26 | Made the Network class a purely static interface, as there is only one instance. | Guillaume Melquiond | 10 | -37/+20 | |
2006-08-26 | Got rid of numerous additions and substractions to the hair style and color. | Bjørn Lindeijer | 2 | -8/+8 | |
Hair style 0 was added and defined as being bald (so bald is no longer a hardcoded style). | |||||
2006-08-26 | Implemented "say around" chat. | Guillaume Melquiond | 1 | -5/+4 | |
2006-08-25 | Applied patch by mrha (Herbi), adding experience bar to the ministatus in ↵ | Bjørn Lindeijer | 2 | -8/+44 | |
the top left. | |||||
2006-08-25 | Applied patch by Matthias, adding --playername command line option. | Bjørn Lindeijer | 2 | -0/+10 | |
2006-08-24 | Added support for sticky windows as discussed with doener. Patch by AHarrison | Eugenio Favalli | 3 | -1/+42 | |
2006-08-20 | Made cancel button in register dialog go back to the login dialog and cleaned | Bjørn Lindeijer | 1 | -1/+1 | |
up two unused states. | |||||
2006-08-20 | The Network can now connect to the three servers and affected methods now take | Bjørn Lindeijer | 6 | -15/+16 | |
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-17 | the item icons are now stored in different files with more descriptive names | Philipp Sehmisch | 4 | -24/+11 | |
2006-08-14 | Some preparations towards supporting character select and response handling. | Bjørn Lindeijer | 1 | -3/+4 | |
2006-08-14 | Fix warning about jump to case label crossing an initialization. | Bjørn Lindeijer | 1 | -1/+1 | |
2006-08-14 | Completed porting of character creation/deletion, fixed some issues with ↵ | Eugenio Favalli | 6 | -35/+33 | |
network code. | |||||
2006-08-13 | Fixed Guichan 0.5.0 compilation issues. | Eugenio Favalli | 1 | -2/+3 | |
2006-08-13 | Merged cleanups and content changes from the trunk. Also fixed compiling with | Bjørn Lindeijer | 6 | -59/+42 | |
OpenGL enabled. | |||||
2006-08-13 | Merged Guichan 0.5.0 support from guichan-0.5.0 branch, plus several updates | Bjørn Lindeijer | 63 | -153/+153 | |
from the 0.1.0 branch. | |||||
2006-08-07 | A bunch of cleanups. | Björn Steinbrink | 2 | -54/+36 | |
2006-08-04 | Fixed character gender in selection dialog. | Guillaume Melquiond | 1 | -0/+1 | |