Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-01-22 | I thought I had saved it after fixing that little typo... | Bjørn Lindeijer | 1 | -1/+1 | |
2007-01-22 | Identify ourselves when requesting files from the update server. | Bjørn Lindeijer | 1 | -0/+5 | |
2007-01-17 | Changed default server. | Eugenio Favalli | 1 | -1/+2 | |
2007-01-15 | Fixed issue where the player stops walking.v0.0.22.1 | Bjørn Lindeijer | 4 | -6/+7 | |
2007-01-14 | Fixed windows headers issues | Eugenio Favalli | 1 | -2/+3 | |
2007-01-14 | Upgraded to Guichan 0.6.0 (merge from guichan-0.6.0 branch). | Bjørn Lindeijer | 76 | -403/+363 | |
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 | |
the player to start walking when clicking on the GUI. | |||||
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 | |
compression on loaded images while most of the time, we're only drawing a small subimage of them. Also, don't try to draw an icon when it is not defined or failed to load properly. | |||||
2006-12-16 | Subclassed ShopListBox from ListBox to get rid of some duplicated code, and | Bjørn Lindeijer | 7 | -143/+88 | |
fixed a problem with scrolling to the current selection. Also aligned the text a bit better and put the price in parenthesis. | |||||
2006-12-16 | Fixed connection dialog visibility and fixed issues with walking one tile too | Bjørn Lindeijer | 2 | -0/+2 | |
many and changing direction towards an obstacle. | |||||
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 | |
allowed for some cleanup. Had a bit of help from the patch by VictorSan. | |||||
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 | |
with the (rather misplaced) input handling from the Gui class. Also, it's a Container itself which should allow for extending it to show Guichan widgets on map coordinates. | |||||
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 ↵ | Yohann Ferreira | 6 | -23/+68 | |
in it. | |||||
2006-11-05 | Added pictures to items in buy dialogs. Also too expensive items are ↵ | Yohann Ferreira | 7 | -30/+391 | |
highlighted in gray and can't be selected. | |||||
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 | |
using h and problems with trade window positioning. | |||||
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-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 | 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). |