summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2005-09-14Moved Map manangement code into engine.cpp.Björn Steinbrink3-51/+40
2005-09-14Added stream operator for char, short and long reading and writing.Björn Steinbrink4-0/+44
2005-09-14Header cleanups.Björn Steinbrink12-20/+24
2005-09-14Some header fixes/cleanups.Björn Steinbrink2-2/+2
2005-09-14Add missing cassert header.Björn Steinbrink1-0/+2
2005-09-14Made Being::setDamage accept a short instead of a string.Björn Steinbrink3-20/+16
2005-09-14Converted map_path from char array to std::string.Björn Steinbrink3-16/+11
2005-09-13Merged with SDL_NET_TEST branch.Björn Steinbrink47-1706/+2581
2005-09-13Simplify remove_node.Björn Steinbrink3-13/+5
2005-09-13Merge createBeing and add_node.Björn Steinbrink3-32/+26
2005-09-13Removed some globals.Björn Steinbrink4-13/+9
2005-09-13Unified the loops for the various dialogs that are shown before the actual ga...Björn Steinbrink10-334/+258
2005-09-12Enabled OpenGL checkbox and added messagebox informing the user that apply thisBjørn Lindeijer3-39/+58
2005-09-12Added SDLImageLoader class to make guichan support physfs.Björn Steinbrink7-29/+132
2005-09-10Committed patch by Nayr for displaying a messagebox when an error occurs onBjørn Lindeijer1-0/+8
2005-09-09Fixes to dropped items network codeEugenio Favalli1-5/+7
2005-09-08Removed inclusion of malloc.h header as it doens't seem necessary and wasBjørn Lindeijer5-18/+36
2005-09-08Clean the floor items when the map changes.Björn Steinbrink1-0/+2
2005-09-04little fixMarcel W. Wysocki1-0/+1
2005-08-31Fix push/pop clip area, also fixes the broken scrollareas.Björn Steinbrink1-8/+8
2005-08-30Added empty sprite and reorganized spriteset, fixed a typo.Eugenio Favalli1-1/+1
2005-08-29Clean up of the ConfigListener and Resource interfaces.Björn Steinbrink12-73/+34
2005-08-28Prepare our source so that it'll survive a guichan header cleanup, should it ...Björn Steinbrink33-5/+70
2005-08-28Create a GuiConfigListener class.Björn Steinbrink2-11/+24
2005-08-28Small cleanup.Björn Steinbrink1-2/+1
2005-08-28Create a static ConfigListener for the Window class.Björn Steinbrink2-28/+43
2005-08-27Fix a memory leak.Björn Steinbrink1-3/+1
2005-08-27Fix the bug where sometimes the last entry in the npc list windows is missing.Björn Steinbrink3-14/+10
2005-08-27Bail out early if there's no window container.Björn Steinbrink1-6/+5
2005-08-27Update stats and status window contents at a single location.Björn Steinbrink6-13/+26
2005-08-27Small cleanups.Björn Steinbrink2-6/+4
2005-08-26Added effect description to buy/see/inventory, made some improvements and bug...Yohann Ferreira6-36/+99
2005-08-26Remove dependency on math.hBjörn Steinbrink1-14/+3
2005-08-26Remove useless code.Björn Steinbrink1-5/+0
2005-08-26Use glTranslatef instead of glTranslated. Remove some useless code.Björn Steinbrink1-41/+4
2005-08-25Correcting a little mistake.Yohann Ferreira1-3/+1
2005-08-25Use OpenGL's translation capabilites. Small cleanups.Björn Steinbrink2-41/+41
2005-08-25Added items effect description support. TODO: Display it in buy/sell/inventor...Yohann Ferreira4-1/+22
2005-08-25Reducing the code duplication a little more.Björn Steinbrink2-97/+69
2005-08-25Adding min and max length check for password, more code cleanups in login and...Yohann Ferreira5-22/+58
2005-08-25Move extern declaration of the floor item list. Lower indentation level.Björn Steinbrink4-40/+47
2005-08-25Reduce code duplication.Björn Steinbrink2-36/+22
2005-08-25Made our drawImage() method respect the clip area from the guichan graphics p...Björn Steinbrink16-109/+53
2005-08-25Fixed line length in ChangeLog and some other small changes.Bjørn Lindeijer4-33/+25
2005-08-25Fixed include path.Björn Steinbrink1-1/+1
2005-08-25Added a new container type, a tabbed container.Björn Steinbrink3-0/+167
2005-08-24Simply don't show equipped items in sell dialog since it's annoying. Code cle...Yohann Ferreira3-32/+84
2005-08-23Fixed errornous forward declaration.Björn Steinbrink1-1/+1
2005-08-23Some code cleanups in the sell dialog. Made the dialog accept items instead o...Björn Steinbrink3-102/+63
2005-08-23Avoid possible buffer overflows in shop items' names. BuyDialog code cleanup.Björn Steinbrink3-162/+88