Age | Commit message (Expand) | Author | Files | Lines |
2007-01-13 | Ok, so we use native newline style. | Bjørn Lindeijer | 1 | -157/+157 |
2007-01-13 | Fixed mouse coordinates display in debug window | Eugenio Favalli | 2 | -150/+164 |
2007-01-12 | Fixed initialization of mPlayerFollowMouse, the lack of which sometimes caused | Bjørn Lindeijer | 1 | -0/+1 |
2007-01-07 | Added brown snake by Pauan. | Bjørn Lindeijer | 1 | -1/+0 |
2006-12-24 | Major rendering performance increase in software mode, by not using RLE | Bjørn Lindeijer | 2 | -3/+7 |
2006-12-16 | Subclassed ShopListBox from ListBox to get rid of some duplicated code, and | Bjørn Lindeijer | 7 | -143/+88 |
2006-12-16 | Fixed connection dialog visibility and fixed issues with walking one tile too | Bjørn Lindeijer | 2 | -0/+2 |
2006-12-12 | Added Adler32 checksum for updates | Eugenio Favalli | 2 | -65/+115 |
2006-12-12 | Merged r2829 from trunk (Merged the definition of ImageRect into graphics.h) | Bjørn Lindeijer | 6 | -12/+0 |
2006-12-11 | Fixed visibility of the update window. | Bjørn Lindeijer | 1 | -2/+2 |
2006-12-09 | Use new animation system in character selection/creation. Shows equipment and | Bjørn Lindeijer | 6 | -62/+62 |
2006-12-05 | Fixed visibility of item amount window. | Bjørn Lindeijer | 2 | -1/+3 |
2006-12-04 | Introduced a new class Viewport which combines the drawing code from Engine | Bjørn Lindeijer | 7 | -223/+561 |
2006-12-03 | Made NPC names visible. Windows are now invisible by default. | Bjørn Lindeijer | 10 | -8/+20 |
2006-12-01 | forgot to include one file in the commit | Philipp Sehmisch | 1 | -2/+2 |
2006-11-26 | Higher precision log timestamps, some more logging and support for TGA images. | Bjørn Lindeijer | 1 | -0/+1 |
2006-11-23 | Refectored the Itemmanager class to an ItemDB namespace. | Philipp Sehmisch | 4 | -9/+9 |
2006-11-18 | Fixed initialization of joystick enabled checkbox. | Bjørn Lindeijer | 1 | -1/+1 |
2006-11-17 | Added mouse following support. | Björn Steinbrink | 2 | -1/+43 |
2006-11-05 | Fixes the money value after seling something. | Yohann Ferreira | 1 | -0/+1 |
2006-11-05 | Fixed percentage indicator of update window. | Bjørn Lindeijer | 1 | -1/+1 |
2006-11-05 | Fixed money field to no longer hide below the bottom of the window. | Bjørn Lindeijer | 1 | -18/+18 |
2006-11-05 | A final fix to secure the shoplistbox. | Yohann Ferreira | 1 | -1/+1 |
2006-11-05 | Fixes to Sell dialog. | Yohann Ferreira | 3 | -6/+10 |
2006-11-05 | Added item's pictures in sell dialogs, and precisions about the total money i... | Yohann Ferreira | 6 | -23/+68 |
2006-11-05 | Added pictures to items in buy dialogs. Also too expensive items are highligh... | Yohann Ferreira | 7 | -30/+391 |
2006-11-03 | Updated to the new default updatehost. | Bjørn Lindeijer | 1 | -1/+2 |
2006-11-01 | Added support for å and Å (with help of Håkan Rönn) | Bjørn Lindeijer | 2 | -2/+2 |
2006-10-09 | little tweaks to buy and buy/sell dialogs. | Yohann Ferreira | 2 | -4/+9 |
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-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-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 | 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-08-29 | Updated NEWS file and made getAll return a reference instead of a pointer. | Bjørn Lindeijer | 1 | -2/+2 |
2006-08-28 | Modified the ranges of the ScrollLaziness and ScrollRadius sliders. | Philipp Sehmisch | 1 | -4/+4 |
2006-08-26 | Applied patch by Pascal, adding sliders to configure the scrolling behaviour | Bjørn Lindeijer | 5 | -17/+144 |
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 |