summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2006-03-09Added Spriteset::get() and Spriteset::size() to hide the member vector and re...Björn Steinbrink9-26/+31
2006-03-09Made the Button ctor accept eventId and action listener.Björn Steinbrink27-246/+90
2006-03-09Use std::auto_ptr in some places.Björn Steinbrink7-60/+53
2006-03-08Use fill_n instead of for-loop.Björn Steinbrink1-2/+3
2006-03-08Make the MouseOverLink functor dynamic and use a STL algorithm in one more p...Björn Steinbrink1-18/+8
2006-03-08Some fixes for compiling with pedantic compiler settings and const char* checks.Bjørn Lindeijer4-7/+7
2006-03-08Added a 'dtor' helper functor to delete objects in arrays and containers usin...Björn Steinbrink14-64/+87
2006-03-08Removed some conditional code.Björn Steinbrink1-16/+4
2006-03-08Reverted changes from r2225, it broke walking code as I missed the difference...Björn Steinbrink2-8/+5
2006-03-08Made Inventory use STL algorithms and fixed getLastUsedSlot semantics.Björn Steinbrink2-24/+20
2006-03-08Moved a variable definition into the right place and made getCurrentMap inline.Björn Steinbrink2-9/+4
2006-03-08Use STL algorithms and make destructor inline.Björn Steinbrink2-19/+8
2006-03-08Let the LocalPlayer decide whether it can walk to a destination.Björn Steinbrink2-6/+9
2006-03-06Small fixes before releasing.Eugenio Favalli1-1/+0
2006-03-05Merged new_playerset branch into trunk.Eugenio Favalli9-68/+144
2006-03-05Re-add main.h header, Windows build needs it.Björn Steinbrink1-0/+1
2006-02-26Got rid of .cvsignore files and converted them to svn:ignore properties.Bjørn Lindeijer3-4/+0
2006-02-25Added a logic method to the being manager.Björn Steinbrink5-24/+29
2006-02-24Another bunch of cosmetic cleanups, ie mostly typedefs...Björn Steinbrink21-250/+210
2006-02-23A bunch of mostly cosmetic cleanups.Björn Steinbrink17-103/+67
2006-02-19Added warnings when parameters are missing in the items xml file.Yohann Ferreira1-3/+48
2006-02-16Use Widget::mFont instead of browserFont for drawing, fixes the "gui needs to...Björn Steinbrink3-57/+54
2006-02-07Made the being directions being stored in a bitfield.Björn Steinbrink9-184/+178
2006-02-06Undone last changes because Bertram already fixed the compiler issue.Eugenio Favalli1-2/+0
2006-02-06Updated Dev-Cpp project file, fixed a gcc 3.4 issue.Eugenio Favalli1-17/+19
2006-02-06Added a Joystick class.Björn Steinbrink6-142/+293
2006-02-06Unify some of the drawing code for beings.Björn Steinbrink4-30/+29
2006-02-06Use virtual methods instead of getType() checks.Björn Steinbrink5-15/+20
2006-02-06Added a FloorItemManager class.Björn Steinbrink9-95/+166
2006-02-05*** empty log message ***Yohann Ferreira1-2/+2
2006-02-05Made the nickname and emotions displayed above every layers. Made the delete ...Yohann Ferreira6-27/+52
2006-02-05Fixed a gcc 4.0 issue in the tradehandler. Strengthened the xml parser in the...Yohann Ferreira2-21/+37
2006-02-05Made the player walk to items prior to picking them up.Björn Steinbrink3-8/+27
2006-02-04Unify the various login dialogs to use LoginData.Björn Steinbrink13-87/+96
2006-02-03Made the login dialog work on LoginData only, without playing with the config...Björn Steinbrink4-46/+42
2006-02-03Removed some unused code.Björn Steinbrink2-17/+0
2006-02-01Created a Game class.Björn Steinbrink3-101/+97
2006-02-01Removed duplicated code.Björn Steinbrink1-15/+6
2006-02-01Replaced ErrorDialog by OkDialog + listener.Björn Steinbrink4-94/+17
2006-02-01Made the OkDialog and ConfirmDialog classes proxies for their buttons' events...Björn Steinbrink17-126/+66
2006-02-01Simplified button creation code in some windows. Fixed a bug where the game c...Björn Steinbrink4-65/+38
2006-01-31Cleanup.Björn Steinbrink1-7/+8
2006-01-31Made RequestTradeDialog inherit from ConfirmDialog.Björn Steinbrink2-65/+10
2006-01-31Created a ListModel for ShopItems.Björn Steinbrink2-17/+17
2006-01-31Created a ListModel for ShopItems.Björn Steinbrink5-50/+68
2006-01-31Various small cleanups.Björn Steinbrink10-66/+42
2006-01-31Made ResourceManager a friend of Resource to avoid looping over decRef, which...Björn Steinbrink4-22/+19
2006-01-30A few cleanups and simplifications.Björn Steinbrink10-109/+29
2006-01-26Moved some setup code out of the game loop into the setup functions. Setup fu...Björn Steinbrink3-34/+53
2006-01-22Updated Dev-Cpp project file, fixed a GDI issue.Eugenio Favalli1-0/+2