Age | Commit message (Expand) | Author | Files | Lines |
2007-03-24 | Cancel button is now disabled after downloading is finished. | Philipp Sehmisch | 1 | -5/+2 |
2007-03-24 | Make sure that when a network error occurs, the error message is available and | Bjørn Lindeijer | 4 | -6/+40 |
2007-03-24 | Go back to login or register state on error, depending on what the user was | Bjørn Lindeijer | 2 | -3/+3 |
2007-03-24 | Changed the order of network message handling and logic, in order to prevent an | Bjørn Lindeijer | 1 | -2/+0 |
2007-03-22 | Clarified the error message when character creation fails and made sure the | Bjørn Lindeijer | 2 | -13/+36 |
2007-03-22 | Only enable login button when a username, password and server are filled in. | Bjørn Lindeijer | 4 | -93/+125 |
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 |
2007-03-20 | Fixed small issue where default server didn't fit in the server entry field | Bjørn Lindeijer | 1 | -9/+13 |
2007-03-20 | Reduced amount of useless logging, calculate nearest power of two in a function | Bjørn Lindeijer | 1 | -1/+1 |
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 out... | Philipp Sehmisch | 1 | -5/+9 |
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 |
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 |
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 |