Age | Commit message (Expand) | 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 |
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 |
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 a... | Björn Steinbrink | 1 | -0/+4 |
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 |
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 |
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 |
2006-09-02 | Fixed crash when using short versions of server and port command line options | Bjørn Lindeijer | 1 | -20/+20 |
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 |
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. Upgrad... | Yohann Ferreira | 4 | -5/+408 |
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 |
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 |
2006-08-26 | Applied patch by Pascal, adding sliders to configure the scrolling behaviour | Bjørn Lindeijer | 5 | -17/+144 |
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 |
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 the... | Bjørn Lindeijer | 2 | -8/+44 |
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 |
2006-08-20 | The Network can now connect to the three servers and affected methods now take | Bjørn Lindeijer | 6 | -15/+16 |
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 netw... | Eugenio Favalli | 6 | -35/+33 |
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 |
2006-08-13 | Merged Guichan 0.5.0 support from guichan-0.5.0 branch, plus several updates | Bjørn Lindeijer | 63 | -153/+153 |
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 |