Age | Commit message (Expand) | Author | Files | Lines |
2007-03-21 | Avoiding magic numbers where possible (1002) and also display the target when | Bjørn Lindeijer | 4 | -163/+160 |
2007-03-21 | Display a progress bar and connecting status for each server and display the | Bjørn Lindeijer | 1 | -12/+50 |
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 | 4 | -39/+52 |
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 | 6 | -0/+87 |
2007-03-18 | Added man page by Patrick Matthäi and restored alpha layer check. | Bjørn Lindeijer | 1 | -3/+30 |
2007-03-18 | Added --version to the arguments, deleted the 'pink-code'. | Rogier Polak | 2 | -73/+26 |
2007-03-14 | Renamed icons to make things easier for Debian packaging, and the "-icon" part | Bjørn Lindeijer | 2 | -2/+2 |
2007-03-12 | Fixed some wrong comments and made the timing more accurate for simple animat... | Philipp Sehmisch | 2 | -4/+4 |
2007-03-12 | Added a simple animation class that hosts a looping animation without the act... | Philipp Sehmisch | 4 | -2/+117 |
2007-03-11 | Fixed it bjørns way and corrected the date in the changelog. | Philipp Sehmisch | 1 | -4/+4 |
2007-03-11 | Fixed a bug that made the engine not draw the last row and column of the map. | Philipp Sehmisch | 2 | -4/+4 |
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 | 6 | -5/+53 |
2007-02-20 | Still add local "data" dir to the search path, mostly for developers. | Bjørn Lindeijer | 1 | -1/+1 |
2007-02-20 | Applied patch by trapdoor which makes TMW use a more standard location for the | Bjørn Lindeijer | 1 | -5/+22 |
2007-02-20 | Now different sounds can play when a monster misses the player. | Bjørn Lindeijer | 6 | -26/+87 |
2007-02-20 | Applied patch by trapdoor to fix the usage of a deprecated function on MacOS X | Bjørn Lindeijer | 1 | -5/+12 |
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-15 | Changed version to 0.0.22.2. | Bjørn Lindeijer | 1 | -2/+2 |
2007-02-13 | Fixed the _M/_F username bug. | Philipp Sehmisch | 3 | -0/+9 |
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-02 | Made Engine class even more useless by moving emoticon loading into Being. | Bjørn Lindeijer | 4 | -24/+32 |
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-30 | Removed unused Packet class. | Bjørn Lindeijer | 5 | -92/+0 |
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 | 2 | -3/+4 |
2007-01-15 | Fixed issue where the player stops walking.v0.0.22.1 | Bjørn Lindeijer | 4 | -6/+7 |
2007-01-14 | Updated version to 0.0.22.1. | Bjørn Lindeijer | 1 | -2/+2 |
2007-01-14 | Fixed windows headers issues | Eugenio Favalli | 2 | -4/+3 |
2007-01-14 | Upgraded to Guichan 0.6.0 (merge from guichan-0.6.0 branch). | Bjørn Lindeijer | 80 | -421/+387 |
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 |
2007-01-05 | Synchronized build files. | Björn Steinbrink | 1 | -0/+13 |
2006-12-25 | Fixed index check to prevent crashing. | Bjørn Lindeijer | 1 | -1/+1 |
2006-12-24 | Major rendering performance increase in software mode, by not using RLE | Bjørn Lindeijer | 3 | -6/+10 |
2006-12-23 | Load the databases at the start of the LOGIN state, after the updates are | Bjørn Lindeijer | 5 | -8/+28 |
2006-12-16 | Subclassed ShopListBox from ListBox to get rid of some duplicated code, and | Bjørn Lindeijer | 9 | -145/+92 |
2006-12-16 | Fixed connection dialog visibility and fixed issues with walking one tile too | Bjørn Lindeijer | 7 | -9/+40 |
2006-12-14 | Removed the rather useless remaining draw function from the engine class and | Bjørn Lindeijer | 6 | -37/+21 |