summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2006-03-09Added Spriteset::get() and Spriteset::size() to hide the member vector and re...Björn Steinbrink1-0/+6
2006-03-09Made the Button ctor accept eventId and action listener.Björn Steinbrink1-0/+11
2006-03-09Use std::auto_ptr in some places.Björn Steinbrink1-0/+3
2006-03-08Use fill_n instead of for-loop.Björn Steinbrink1-0/+1
2006-03-08Make the MouseOverLink functor dynamic and use a STL algorithm in one more p...Björn Steinbrink1-0/+5
2006-03-08Rearranged player spriteset to stay within the texture limit of 1024.Bjørn Lindeijer1-0/+3
2006-03-08Some fixes for compiling with pedantic compiler settings and const char* checks.Bjørn Lindeijer1-3/+8
2006-03-08Added a 'dtor' helper functor to delete objects in arrays and containers usin...Björn Steinbrink1-0/+8
2006-03-08Removed some conditional code.Björn Steinbrink1-0/+1
2006-03-08Reverted changes from r2225, it broke walking code as I missed the difference...Björn Steinbrink1-0/+3
2006-03-08Made Inventory use STL algorithms and fixed getLastUsedSlot semantics.Björn Steinbrink1-0/+2
2006-03-08Moved a variable definition into the right place and made getCurrentMap inline.Björn Steinbrink1-0/+2
2006-03-08Use STL algorithms and make destructor inline.Björn Steinbrink1-0/+2
2006-03-08Let the LocalPlayer decide whether it can walk to a destination.Björn Steinbrink1-1/+6
2006-03-07Updating Debian files for 0.0.19 release.v0.0.19Yohann Ferreira1-0/+6
2006-03-07Removed unused tileset.Eugenio Favalli1-0/+5
2006-03-06Version changed to 0.0.19Björn Steinbrink1-1/+6
2006-03-06Small fixes before releasing.Eugenio Favalli1-0/+1
2006-03-06Fixed some mapping bugsPhilipp Sehmisch1-4/+7
2006-03-06A bunch of updates to docs, ready for 0.0.19.Eugenio Favalli1-0/+5
2006-03-05Merged new_playerset branch into trunk.Eugenio Favalli1-0/+27
2006-03-05Re-add main.h header, Windows build needs it.Björn Steinbrink1-0/+4
2006-03-02Added bat monster.Eugenio Favalli1-0/+4
2006-02-25Added a logic method to the being manager.Björn Steinbrink1-1/+6
2006-02-24Another bunch of cosmetic cleanups, ie mostly typedefs...Björn Steinbrink1-0/+12
2006-02-23A bunch of mostly cosmetic cleanups.Björn Steinbrink1-6/+18
2006-02-23remapped the hermits cavePhilipp Sehmisch1-0/+5
2006-02-22Fixed two almost invisible pixel errorsPhilipp Sehmisch1-0/+4
2006-02-21Squished another map bugPhilipp Sehmisch1-1/+4
2006-02-19Added warnings when parameters are missing in the items xml file.Yohann Ferreira1-0/+5
2006-02-16Small fix to the commit message.Björn Steinbrink1-1/+1
2006-02-16Use Widget::mFont instead of browserFont for drawing, fixes the "gui needs to...Björn Steinbrink1-0/+6
2006-02-07Made the being directions being stored in a bitfield.Björn Steinbrink1-6/+13
2006-02-06added dynamic high grassPhilipp Sehmisch1-1/+8
2006-02-06Undone last changes because Bertram already fixed the compiler issue.Eugenio Favalli1-0/+2
2006-02-06Updated Dev-Cpp project file, fixed a gcc 3.4 issue.Eugenio Favalli1-0/+5
2006-02-06Added a Joystick class.Björn Steinbrink1-0/+2
2006-02-06Unify some of the drawing code for beings.Björn Steinbrink1-0/+2
2006-02-06Use virtual methods instead of getType() checks.Björn Steinbrink1-1/+3
2006-02-06Added a FloorItemManager class.Björn Steinbrink1-0/+9
2006-02-05Adding � accents mostly to the font imageYohann Ferreira1-0/+4
2006-02-05Made the nickname and emotions displayed above every layers. Made the delete ...Yohann Ferreira1-0/+4
2006-02-05Added the new tilesets.Björn Steinbrink1-0/+1
2006-02-05Fixed a gcc 4.0 issue in the tradehandler. Strengthened the xml parser in the...Yohann Ferreira1-0/+7
2006-02-05Updated dependencies in response to patch by Hanno Braun.Bjørn Lindeijer1-0/+4
2006-02-05Made the player walk to items prior to picking them up.Björn Steinbrink1-7/+12
2006-02-04splitted the woodland tileset into three tilesets with different tile heightPhilipp Sehmisch1-1/+13
2006-02-04Unify the various login dialogs to use LoginData.Björn Steinbrink1-1/+10
2006-02-03Made the login dialog work on LoginData only, without playing with the config...Björn Steinbrink1-0/+3
2006-02-03Removed some unused code.Björn Steinbrink1-3/+7