summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2005-04-07Changed version from 0.0.11a to 0.0.11.1. Also made "+" buttons on stats windowBjørn Lindeijer3-5/+30
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 Lindeijer1-2/+2
2005-04-07* Fixed crash on exit when trying to delete listbox that wasn't created.Bjørn Lindeijer8-25/+45
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
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 Humann10-4/+282
2005-04-06Adding some debug infos to the sound engineEugenio Favalli1-3/+13
2005-04-06Following a suggestion from the SDLEugenio Favalli1-2/+5
2005-04-06Updating item names (we really need a db)Eugenio Favalli1-3/+10
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
2005-04-05Fix getting stuck when trying to sell with empty inventory.Bjørn Lindeijer1-0/+1
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-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 Humann8-8/+311
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
2005-04-04Just a fast fix for the scollbars lookEugenio Favalli1-2/+12
2005-04-03Added playing hardcoded background song during login, stops when game starts.Bjørn Lindeijer3-2/+8
2005-04-03New version of 3-1 map.Bjørn Lindeijer2-8/+12
2005-04-03some fixesEugenio Favalli2-1/+4
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 Lindeijer6-23/+115
2005-04-02Less Image::setAlpha calls.Bjørn Lindeijer5-23/+15
2005-04-01* The client will now only attempt to load .tmx or .tmx.gz files.Bjørn Lindeijer9-73/+84
2005-03-28Graphics updatesEugenio Favalli3-9/+12
2005-03-26Make sure logic method is called on the content of windows, fixes lists.Bjørn Lindeijer2-0/+13
2005-03-26Fix mouse walk to send the correct pair of coordinates to the server.Bjørn Lindeijer1-1/+1
2005-03-26Images are now exclusively loaded through PhysFS, and Tiled maps should loadBjørn Lindeijer5-86/+49
2005-03-25Moved datafiles in unified structure.Bjørn Lindeijer18-37/+34
2005-03-25Put map in new place and unified loading location.Bjørn Lindeijer3-3/+3
2005-03-25Got rid of non-free levelup sound and put bow sound under F7 for testing.Bjørn Lindeijer1-5/+5
2005-03-25Moved level.ogg to new location, and put playing levelup sound under F7.Bjørn Lindeijer3-9/+7
2005-03-25Fix compile issues on Windows.Bjørn Lindeijer3-5/+5
2005-03-25Fix a few more log and error calls to make sure it compiles...Bjørn Lindeijer2-14/+16
2005-03-24Logger Implemented. (3/3)Yohann Ferreira12-149/+52
2005-03-24Incomplete attempt to fix whobbly walk at low fps (not for keyboard input)Bjørn Lindeijer1-1/+2
2005-03-24logger...Yohann Ferreira4-6/+9
2005-03-24logger...Yohann Ferreira2-6/+7
2005-03-24logger final step going on...Yohann Ferreira1-4/+4
2005-03-24Should fix the last commitEugenio Favalli2-2/+16
2005-03-24Hey some graphics updates people =)Eugenio Favalli1-1/+1
2005-03-23First working implementation of new logger (Step 2/3)Yohann Ferreira3-47/+49