summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
2007-02-16Fixed update bug (hopefully)Rogier Polak1-0/+6
2007-02-15Changed version to 0.0.22.2.Bjørn Lindeijer1-1/+6
2007-02-13Fixed the _M/_F username bug.Philipp Sehmisch1-1/+6
2007-02-11Restored the cloud shadow overlays in the woodland area that got lost ↵Philipp Sehmisch1-1/+7
somehow during the halloween and christmas chaos.
2007-02-11Some make file updates and removed a strange duplicate cotton shirt.Bjørn Lindeijer1-1/+8
2007-02-10Fixed the bug in the scrolling limitation that made it possible to scroll ↵Philipp Sehmisch1-1/+6
outside of the map in the south and east.
2007-02-04Fixed a small glitch when dragging the menu window.Bjørn Lindeijer1-4/+9
2007-02-03Made the standing and walking of the female characters more feminine. Added ↵Philipp Sehmisch1-2/+16
different sprites for male and female pants.
2007-02-02Made Engine class even more useless by moving emoticon loading into Being.Bjørn Lindeijer1-1/+6
2007-02-01Fixed buttons loosing focus.Eugenio Favalli1-0/+1
2007-02-01File handle should be closed before attempting to remove/rename files.Eugenio Favalli1-1/+6
2007-02-01A bit of cleanup and defined a helper function for calculating the alder32Bjørn Lindeijer1-9/+15
checksum of a file. Probably not fixing any bug though.
2007-02-01Added chainmail shirt by "The Judge". The proposed values are: Item ID: 625, ↵Philipp Sehmisch1-2/+15
Sprite ID: 25, Defence: 12, Weight: 120. Added missing graphic for female cotton shirt.
2007-01-30Updated Code::blocks project.Eugenio Favalli1-1/+5
2007-01-30Removed unused Packet class.Bjørn Lindeijer1-1/+7
2007-01-28Map fixes by Pauan.Bjørn Lindeijer1-1/+6
2007-01-23Upgraded to Guichan 0.6.1.Bjørn Lindeijer1-3/+8
2007-01-22Identify ourselves when requesting files from the update server.Bjørn Lindeijer1-1/+6
2007-01-17Changed default server.Eugenio Favalli1-1/+6
2007-01-15Updated two files to mention Guichan 0.6.0 instead of 0.5.0.Bjørn Lindeijer1-0/+1
2007-01-15Fixed issue where the player stops walking.v0.0.22.1Bjørn Lindeijer1-1/+6
2007-01-15Updated release date.Eugenio Favalli1-1/+5
2007-01-14Updated version to 0.0.22.1.Bjørn Lindeijer1-1/+3
2007-01-14Date fixesEugenio Favalli1-2/+2
2007-01-14Date fix.Bjørn Lindeijer1-1/+1
2007-01-14Fixed windows headers issuesEugenio Favalli1-1/+6
2007-01-14Upgraded to Guichan 0.6.0 (merge from guichan-0.6.0 branch).Bjørn Lindeijer1-1/+34
2007-01-13Makefiles updated with regard to renaming of cotton equipment.Bjørn Lindeijer1-1/+7
2007-01-13Fixed mouse coordinates display in debug windowEugenio Favalli1-1/+6
2007-01-12Fixed initialization of mPlayerFollowMouse, the lack of which sometimes causedBjørn Lindeijer1-1/+7
the player to start walking when clicking on the GUI.
2007-01-09Cosmetical corrections at icecave.png (thanks Nickman)Philipp Sehmisch1-1/+6
2007-01-07Added brown snake by Pauan.Bjørn Lindeijer1-10/+15
2007-01-07Fixed some wrong defense values in item descriptions.Philipp Sehmisch1-0/+1
2007-01-07Added female cottonshirt sprites. I wanted to wait for a decision regarding ↵Philipp Sehmisch1-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-05Synchronized build files.Björn Steinbrink1-1/+6
2007-01-04Removed purger toolEugenio Favalli1-1/+5
2006-12-26Fixes to descriptions and weights by Pauan.Bjørn Lindeijer1-0/+1
2006-12-25Updates to Pauan's recent sprites by Pauan.Bjørn Lindeijer1-0/+8
2006-12-25Fixed index check to prevent crashing.Bjørn Lindeijer1-0/+1
2006-12-25Fixed name of image.Bjørn Lindeijer1-0/+1
2006-12-25Added Christmas tree by Pauan.Bjørn Lindeijer1-1/+6
2006-12-24Filled in release dates.v0.0.22Bjørn Lindeijer1-0/+1
2006-12-24Major rendering performance increase in software mode, by not using RLEBjørn Lindeijer1-1/+9
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-23Load the databases at the start of the LOGIN state, after the updates areBjørn Lindeijer1-0/+4
loaded.
2006-12-23Removed database files, minimaps, items, monster sprites, maps and sounds fromBjørn Lindeijer1-1/+16
the release. They will be released dynamically only.
2006-12-22Updated Makefiles.Bjørn Lindeijer1-0/+4
2006-12-22Added new Christmas themed headwear by Pauan.Bjørn Lindeijer1-1/+19
2006-12-21Updated version to 0.0.22.Bjørn Lindeijer1-1/+6
2006-12-18 New version of the inventory icon for the V-neck sweater by Saphy.Philipp Sehmisch1-1/+6
2006-12-16Subclassed ShopListBox from ListBox to get rid of some duplicated code, andBjørn Lindeijer1-1/+10
fixed a problem with scrolling to the current selection. Also aligned the text a bit better and put the price in parenthesis.