summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-04-07trade updated: trade is now possible, but some bugs are still to be fixed by ↵Jan-Fabian Humann3-4/+96
me and zeny and different amount trading will need to be implemented
2005-04-07Use tmw as package name.Bjørn Lindeijer1-1/+1
2005-04-07Changed version from 0.0.11a to 0.0.11.1. Also made "+" buttons on stats windowBjørn Lindeijer7-10/+35
and "Up" button on skills window disable when appropriate.
2005-04-07commented out trade for next releaseJan-Fabian Humann1-2/+3
2005-04-07Updates for 0.0.11a release this evening and removed action listening fromBjørn Lindeijer6-10/+14
server list to prevent crash.
2005-04-07* Fixed crash on exit when trying to delete listbox that wasn't created.Bjørn Lindeijer10-31/+54
* Disabled Ok button in Buy and Sell dialog when amount is 0 * Corrected the three known map bugs
2005-04-07Fixing compiling issuesEugenio Favalli1-9/+9
2005-04-07Use new Guichan widget disableing feature to disable buttons as appropriate inBjørn Lindeijer1-0/+7
character select dialog.
2005-04-06trade update: now both guys see the added itemJan-Fabian Humann3-8/+45
2005-04-06Another trade updateJan-Fabian Humann3-24/+22
2005-04-06update for trade: now on right clickJan-Fabian Humann12-5/+303
2005-04-06Adding some debug infos to the sound engineEugenio Favalli1-3/+13
2005-04-06Following a suggestion from the SDLEugenio Favalli1-2/+5
irc channel to fix sound rcash bug.
2005-04-06Updating item names (we really need a db)Eugenio Favalli1-3/+10
2005-04-06eheh you forgot somethingEugenio Favalli1-0/+1
2005-04-06Keeping track of what's been fixed.Bjørn Lindeijer1-0/+6
2005-04-05*** empty log message ***Eugenio Favalli1-11/+11
2005-04-05Cleaning and fixing setup windowEugenio Favalli4-78/+29
2005-04-05Don't command the server to walk the character to an occupied tile, for exampleBjørn Lindeijer1-1/+1
where a shopkeeper is standing.
2005-04-05Fix getting stuck when trying to sell with empty inventory.Bjørn Lindeijer1-0/+1
2005-04-05Adding icons for unix menu entries when packaging.Yohann Ferreira2-0/+56
2005-04-05Fixng consistency between config button and setup window (lol)Eugenio Favalli1-2/+2
2005-04-05Fixng consistency between config button and setup windowEugenio Favalli1-1/+1
2005-04-05removing trade window debugJan-Fabian Humann1-6/+0
2005-04-05A small fix to win32 compiling guideEugenio Favalli1-1/+2
2005-04-05Added the trading window to dev-cpp project fileEugenio Favalli1-12/+4
2005-04-04tiny compile fixJan-Fabian Humann1-1/+5
2005-04-04starting to do the trade window, i know it's not functionable and contains a ↵Jan-Fabian Humann10-8/+330
lot of bugs but ill continue tomorrow.
2005-04-04quick fix for bug which increased item amount when warping client-sideJan-Fabian Humann3-0/+16
2005-04-04Setting screen resolution to 16 bit (in windows it increase fps a lot)Eugenio Favalli1-2/+2
needs testing on other oses
2005-04-04Added mapdev.txt to introduce a bit of coordination about work on maps.Bjørn Lindeijer1-0/+10
2005-04-04Added graphics for scrollarea arrows by romulo.Bjørn Lindeijer4-0/+0
2005-04-04Just a fast fix for the scollbars lookEugenio Favalli1-2/+12
2005-04-03More fixes to this map.Bjørn Lindeijer0-0/+0
2005-04-03Updated ChangeLog for release.Bjørn Lindeijer1-2/+4
2005-04-03updating readme for releaseEugenio Favalli1-1/+1
2005-04-03Added playing hardcoded background song during login, stops when game starts.Bjørn Lindeijer3-2/+8
2005-04-03Fixed collision layer and some other small issues.Bjørn Lindeijer0-0/+0
2005-04-03...and the old tilesetEugenio Favalli0-0/+0
2005-04-03removed old mapEugenio Favalli0-0/+0
2005-04-03New version of 3-1 map.Bjørn Lindeijer2-8/+12
2005-04-03added another npcEugenio Favalli0-0/+0
2005-04-03the new mapKiyoshi Kyokai0-0/+0
2005-04-03Update reference to Guichan 0.3.0Bjørn Lindeijer1-1/+1
2005-04-03Some corrections (removed pink, enhanced resolution in some places)Bjørn Lindeijer0-0/+0
2005-04-03some fixesEugenio Favalli2-1/+4
2005-04-03paths fixedEugenio Favalli0-0/+0
2005-04-02Fixed whobbly walking by separating some logic from the framerate.Bjørn Lindeijer3-20/+49
2005-04-02Work around Guichan focussing bug.Bjørn Lindeijer3-2/+16
2005-04-02Added ConfigListener class to allow listening for changes to config options,Bjørn Lindeijer8-31/+125
and added a GUI opacity slider to the setup window that utilizes this.