Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-03-22 | Only enable login button when a username, password and server are filled in. | Bjørn Lindeijer | 4 | -93/+125 | |
Pass username, password and server on to the register dialog. Go back to login dialog when canceling registration. Fixed a crash caused by deleting an OkDialog twice (it also deletes itself). Made the register dialog a bit wider. Register dialog no longer clears username field when it is invalid. | |||||
2007-03-21 | Renamed Spriteset to ImageSet. | Bjørn Lindeijer | 4 | -25/+32 | |
2007-03-21 | Avoiding magic numbers where possible (1002) and also display the target when | Bjørn Lindeijer | 1 | -43/+31 | |
other players are targeted. | |||||
2007-03-20 | Fixed small issue where default server didn't fit in the server entry field | Bjørn Lindeijer | 1 | -9/+13 | |
properly. | |||||
2007-03-20 | Reduced amount of useless logging, calculate nearest power of two in a function | Bjørn Lindeijer | 1 | -1/+1 | |
and only do the alpha check in software mode. | |||||
2007-03-20 | Tweaked the target cursor and name drawing. | David Athay | 2 | -52/+76 | |
2007-03-20 | Fixed target cursor animation, and changed when it is drawn. | David Athay | 1 | -57/+57 | |
2007-03-19 | Added target cursor. Shows blue when target in range, and red when out of range. | David Athay | 2 | -0/+68 | |
2007-03-11 | Fixed a bug that made the engine not draw the last row and column of the map. | Philipp Sehmisch | 1 | -2/+2 | |
2007-02-27 | Tabbed containers now display the button of the active tab pressed all the time. | Philipp Sehmisch | 4 | -12/+50 | |
2007-02-20 | Added support for customdata directory. | Philipp Sehmisch | 2 | -2/+2 | |
2007-02-17 | Updated release date and excluded sprites directory from installed files. | Bjørn Lindeijer | 1 | -5/+6 | |
2007-02-16 | Fixed update bug (hopefully) | Rogier Polak | 1 | -5/+19 | |
2007-02-13 | Fixed the _M/_F username bug. | Philipp Sehmisch | 1 | -0/+1 | |
2007-02-10 | Fixed the bug in the scrolling limitation that made it possible to scroll ↵ | Philipp Sehmisch | 1 | -5/+9 | |
outside of the map in the south and east. | |||||
2007-02-04 | Fixed a small glitch when dragging the menu window. | Bjørn Lindeijer | 2 | -49/+33 | |
2007-02-01 | Fixed buttons loosing focus. | Eugenio Favalli | 1 | -0/+2 | |
2007-02-01 | File handle should be closed before attempting to remove/rename files. | Eugenio Favalli | 1 | -10/+10 | |
2007-02-01 | A bit of cleanup and defined a helper function for calculating the alder32 | Bjørn Lindeijer | 2 | -44/+55 | |
checksum of a file. Probably not fixing any bug though. | |||||
2007-01-23 | Upgraded to Guichan 0.6.1. | Bjørn Lindeijer | 1 | -1/+1 | |
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 | |