Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-01-15 | Fixed issue where the player stops walking.v0.0.22.1 | Bjørn Lindeijer | 5 | -7/+13 | |
2007-01-15 | Updated release date. | Eugenio Favalli | 4 | -4/+8 | |
2007-01-14 | Updated version to 0.0.22.1. | Bjørn Lindeijer | 7 | -7/+14 | |
2007-01-14 | Date fixes | Eugenio Favalli | 1 | -2/+2 | |
2007-01-14 | Date fix. | Bjørn Lindeijer | 1 | -1/+1 | |
2007-01-14 | Fixed windows headers issues | Eugenio Favalli | 4 | -35/+10 | |
2007-01-14 | Upgraded to Guichan 0.6.0 (merge from guichan-0.6.0 branch). | Bjørn Lindeijer | 81 | -422/+421 | |
2007-01-13 | Makefiles updated with regard to renaming of cotton equipment. | Bjørn Lindeijer | 1 | -1/+7 | |
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 | 3 | -151/+170 | |
2007-01-12 | Fixed initialization of mPlayerFollowMouse, the lack of which sometimes caused | Bjørn Lindeijer | 2 | -1/+8 | |
the player to start walking when clicking on the GUI. | |||||
2007-01-09 | Cosmetical corrections at icecave.png (thanks Nickman) | Philipp Sehmisch | 1 | -1/+6 | |
2007-01-07 | Added brown snake by Pauan. | Bjørn Lindeijer | 2 | -11/+15 | |
2007-01-07 | forgot one | Philipp Sehmisch | 0 | -0/+0 | |
2007-01-07 | Fixed some wrong defense values in item descriptions. | Philipp Sehmisch | 1 | -0/+1 | |
2007-01-07 | Added female cottonshirt sprites. I wanted to wait for a decision regarding ↵ | Philipp Sehmisch | 1 | -1/+11 | |
the breast size in the side pose and the sitting pose before i finish it, but when i wait until someone in charge has the guts to make a decision about that i can wait forever. | |||||
2007-01-05 | Synchronized build files. | Björn Steinbrink | 2 | -1/+19 | |
2007-01-04 | Removed purger tool | Eugenio Favalli | 2 | -160/+5 | |
2006-12-26 | Fixes to descriptions and weights by Pauan. | Bjørn Lindeijer | 1 | -0/+1 | |
2006-12-25 | Updates to Pauan's recent sprites by Pauan. | Bjørn Lindeijer | 1 | -0/+8 | |
2006-12-25 | Fixed index check to prevent crashing. | Bjørn Lindeijer | 2 | -1/+2 | |
2006-12-25 | Fixed name of image. | Bjørn Lindeijer | 1 | -0/+1 | |
2006-12-25 | Added Christmas tree by Pauan. | Bjørn Lindeijer | 2 | -2/+7 | |
2006-12-24 | Filled in release dates.v0.0.22 | Bjørn Lindeijer | 4 | -3/+5 | |
2006-12-24 | Major rendering performance increase in software mode, by not using RLE | Bjørn Lindeijer | 4 | -7/+19 | |
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-23 | Load the databases at the start of the LOGIN state, after the updates are | Bjørn Lindeijer | 6 | -8/+32 | |
loaded. | |||||
2006-12-23 | Small followup fix. | Bjørn Lindeijer | 1 | -1/+0 | |
2006-12-23 | Removed database files, minimaps, items, monster sprites, maps and sounds from | Bjørn Lindeijer | 8 | -48/+22 | |
the release. They will be released dynamically only. | |||||
2006-12-23 | A grammatical fix in the windows installation documentation. | Joni Orponen | 1 | -1/+1 | |
2006-12-22 | Updated Makefiles. | Bjørn Lindeijer | 3 | -4/+10 | |
2006-12-22 | Added new Christmas themed headwear by Pauan. | Bjørn Lindeijer | 1 | -1/+19 | |
2006-12-21 | Updated version to 0.0.22. | Bjørn Lindeijer | 6 | -6/+12 | |
2006-12-18 | New version of the inventory icon for the V-neck sweater by Saphy. | Philipp Sehmisch | 1 | -1/+6 | |
2006-12-16 | Subclassed ShopListBox from ListBox to get rid of some duplicated code, and | Bjørn Lindeijer | 10 | -146/+102 | |
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 | 8 | -10/+49 | |
many and changing direction towards an obstacle. | |||||
2006-12-15 | Removed some unused legacy tiles and added variant tiles for the cliffs. | Philipp Sehmisch | 1 | -1/+6 | |
Many pixel had to die to bring you these tiles. | |||||
2006-12-14 | Removed the rather useless remaining draw function from the engine class and | Bjørn Lindeijer | 7 | -40/+31 | |
fixed an issue with fading out damage texts (they were sometimes fully opaque at the end of fading out). | |||||
2006-12-12 | Hide all NPC dialogs after death | Eugenio Favalli | 2 | -0/+12 | |
2006-12-12 | Fixed defense values for sweaters | Eugenio Favalli | 1 | -0/+1 | |
2006-12-12 | Fixed crash when selecting an item after death | Eugenio Favalli | 2 | -0/+7 | |
2006-12-12 | Cleaned up some unused stuff. | Bjørn Lindeijer | 4 | -27/+4 | |
2006-12-12 | Added Adler32 checksum for updates | Eugenio Favalli | 4 | -68/+123 | |
2006-12-12 | Updated project files | Eugenio Favalli | 3 | -404/+402 | |
2006-12-12 | Merged r2829 from trunk (Merged the definition of ImageRect into graphics.h) | Bjørn Lindeijer | 13 | -68/+32 | |
2006-12-12 | Moved base64 module into utils directory. | Bjørn Lindeijer | 6 | -9/+12 | |
2006-12-12 | Moved Action, Animation and Frame (renamed from AnimationPhase) classes into | Bjørn Lindeijer | 11 | -53/+58 | |
the resources directory, since they are part of the SpriteDef class. | |||||
2006-12-12 | Normalized versions of sound effects by Cosmostrator. | Philipp Sehmisch | 1 | -0/+18 | |
2006-12-11 | Fixed visibility of the update window. | Bjørn Lindeijer | 4 | -25/+30 | |
2006-12-11 | Added new sweaters by Saphy. Info for server admins: Item IDs are 564 for ↵ | Philipp Sehmisch | 1 | -1/+21 | |
turtleneck (should already be in there) and 624 for v-neck. The visible sprite IDs are 19 for turtleneck and 20 for v-neck. By the way, I would have liked to rename armor-chest-woolsweater.png to armor-chest-tnecksweater.png instead of deleting and adding it, but sourceforge didn't allowed it (got a 403 error). | |||||
2006-12-11 | Fixed windows binary version | Eugenio Favalli | 6 | -40/+55 | |