summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2005-08-28Prepare our source so that it'll survive a guichan header cleanup, should it ...Björn Steinbrink1-2/+19
2005-08-28Create a GuiConfigListener class.Björn Steinbrink1-0/+1
2005-08-28Small cleanup.Björn Steinbrink1-0/+1
2005-08-28Create a static ConfigListener for the Window class.Björn Steinbrink1-0/+4
2005-08-27Fix a memory leak.Björn Steinbrink1-0/+1
2005-08-27Fix the bug where sometimes the last entry in the npc list windows is missing.Björn Steinbrink1-1/+6
2005-08-27Bail out early if there's no window container.Björn Steinbrink1-4/+5
2005-08-27Update stats and status window contents at a single location.Björn Steinbrink1-0/+4
2005-08-27Small cleanups.Björn Steinbrink1-0/+4
2005-08-26Fix ChangeLog and its example in the hacking docs.Björn Steinbrink1-14/+16
2005-08-26Added eyecandy to map 7-1.Yohann Ferreira1-0/+1
2005-08-26Added effect description to buy/see/inventory, made some improvements and bug...Yohann Ferreira1-0/+7
2005-08-26Updating ChangeLog again. Last time it didn't work ?Yohann Ferreira1-1/+13
2005-08-26Remove dependency on math.hBjörn Steinbrink1-0/+1
2005-08-26Remove useless code.Björn Steinbrink1-0/+1
2005-08-26Use glTranslatef instead of glTranslated. Remove some useless code.Björn Steinbrink1-0/+5
2005-08-25Use OpenGL's translation capabilites. Small cleanups.Björn Steinbrink1-0/+4
2005-08-25Reducing the code duplication a little more.Björn Steinbrink1-0/+2
2005-08-25Move extern declaration of the floor item list. Lower indentation level.Björn Steinbrink1-1/+6
2005-08-25Reduce code duplication.Björn Steinbrink1-0/+1
2005-08-25Made our drawImage() method respect the clip area from the guichan graphics p...Björn Steinbrink1-0/+9
2005-08-25Fixed line length in ChangeLog and some other small changes.Bjørn Lindeijer1-118/+135
2005-08-25Fixed include path.Björn Steinbrink1-0/+1
2005-08-25Added a new container type, a tabbed container.Björn Steinbrink1-0/+3
2005-08-25Fixed ChangeLog indentation and line length, added an example for the ChangeL...Björn Steinbrink1-27/+34
2005-08-24Simply don't show equipped items in sell dialog since it's annoying. Code cle...Yohann Ferreira1-0/+7
2005-08-23Fixed errornous forward declaration.Björn Steinbrink1-0/+2
2005-08-23Some code cleanups in the sell dialog. Made the dialog accept items instead o...Björn Steinbrink1-0/+4
2005-08-23Updated ChangelogYohann Ferreira1-0/+7
2005-08-23Avoid possible buffer overflows in shop items' names. BuyDialog code cleanup.Björn Steinbrink1-0/+7
2005-08-22Disabled use button in skill dialog since is still not being used.Eugenio Favalli1-0/+5
2005-08-20Added some missing state changes and checks.Björn Steinbrink1-0/+1
2005-08-19Made the item amount box work with a provided item.Björn Steinbrink1-0/+7
2005-08-19Moved gui window construction from engine.cpp to game.cppBjörn Steinbrink1-0/+3
2005-08-19Added support for parsing command line options. Added option to skip the upda...Björn Steinbrink1-0/+6
2005-08-18Updated reference to latest libxml, fixed a bug in updating skills, updated s...Eugenio Favalli1-0/+6
2005-08-18Semi-separated OpenGL and SDL graphics classes, improving OpenGL performance.Björn Steinbrink1-0/+9
2005-08-17Removed special #ifdefs for libxml2 linking issues in Win32.Eugenio Favalli1-0/+6
2005-08-16Adding the little things I've done to the ChangeLog. I forgot about that.Yohann Ferreira1-0/+11
2005-08-16Added a resize grip to resizable window, fixed some compiling errors.Eugenio Favalli1-0/+6
2005-08-15Removed guiTop global variable.Björn Steinbrink1-0/+2
2005-08-15Made the OpenGL related code fully #ifdef'ed.Björn Steinbrink1-0/+2
2005-08-14Fully removed the useOpenGL global.Björn Steinbrink1-2/+6
2005-08-14Removed accidently inserted newlines in ChangeLog.Björn Steinbrink1-2/+0
2005-08-14Started to fade out the useOpenGL global variable.Björn Steinbrink1-0/+4
2005-08-14Removed guiGraphics global pointer and removed dependencies on gui.h in some ...Björn Steinbrink1-0/+9
2005-08-14Moved image drawing code into the graphics class.Björn Steinbrink1-0/+4
2005-08-14Make the wrapper functions in the Graphics class conditional on OpenGL support.Björn Steinbrink1-0/+6
2005-08-13Reset selection in the sell dialog if all items at the selected slot are sold.Björn Steinbrink1-0/+2
2005-08-13Ops I forgot... :PEugenio Favalli1-0/+2