summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2005-08-25Reduce code duplication.Björn Steinbrink3-36/+23
2005-08-25Made our drawImage() method respect the clip area from the guichan graphics p...Björn Steinbrink17-109/+62
2005-08-25Fixed line length in ChangeLog and some other small changes.Bjørn Lindeijer5-151/+160
2005-08-25Fixed include path.Björn Steinbrink2-1/+2
2005-08-25Added a new container type, a tabbed container.Björn Steinbrink4-0/+170
2005-08-25Fixed ChangeLog indentation and line length, added an example for the ChangeL...Björn Steinbrink2-27/+45
2005-08-24Simply don't show equipped items in sell dialog since it's annoying. Code cle...Yohann Ferreira4-32/+91
2005-08-23Fixed errornous forward declaration.Björn Steinbrink2-1/+3
2005-08-23Some code cleanups in the sell dialog. Made the dialog accept items instead o...Björn Steinbrink4-102/+67
2005-08-23Updated ChangelogYohann Ferreira1-0/+7
2005-08-23Avoid possible buffer overflows in shop items' names. BuyDialog code cleanup.Björn Steinbrink4-162/+95
2005-08-22Removed a unuseful line.Yohann Ferreira1-2/+0
2005-08-22Improved the login sequence a bit.Yohann Ferreira2-4/+57
2005-08-22Enable Enter to deathNotice Dialog to resurrect. Todo: See how to remove a bi...Yohann Ferreira1-0/+9
2005-08-22Converted the buy & sell diaogs asserts into ifs to avoid game crashing, and ...Yohann Ferreira3-35/+76
2005-08-22Adding the resize.png to installation to prevent crashing.Yohann Ferreira1-1/+2
2005-08-22Fixes to the 7-1 map. Part 3. Next part is for EyeCandy I hope.Yohann Ferreira0-0/+0
2005-08-22Cropped map and corrected collision layer.Bjørn Lindeijer0-0/+0
2005-08-22Added casino and inn map by Irukard.Bjørn Lindeijer0-0/+0
2005-08-22Disabled use button in skill dialog since is still not being used.Eugenio Favalli2-12/+6
2005-08-21Some updates and cleanupsEugenio Favalli4-5/+27
2005-08-21Cleaned and fixed an error in my previous commitEugenio Favalli1-30/+8
2005-08-21It should be enough of "How can i give you money?????����" while trad...Matthias Hartmann2-6/+11
2005-08-21I added some sugestions to Arena tilesetKrzysztof Daszuta0-0/+0
2005-08-21New updates in INN tileset.Krzysztof Daszuta0-0/+0
2005-08-20Added some missing state changes and checks.Björn Steinbrink2-8/+29
2005-08-19Made the item amount box work with a provided item.Björn Steinbrink6-59/+68
2005-08-19Fixes to the 7-1 map. Part 2Yohann Ferreira0-0/+0
2005-08-19Moved gui window construction from engine.cpp to game.cppBjörn Steinbrink3-124/+128
2005-08-19Fixes to the 7-1 map.Yohann Ferreira0-0/+0
2005-08-19Updated the 7-1 map a bit ;)Yohann Ferreira0-0/+0
2005-08-19Added support for parsing command line options. Added option to skip the upda...Björn Steinbrink4-15/+83
2005-08-18*Temporary* fix to the resize code. But I'll be avenged by asking for adding ...Yohann Ferreira2-34/+1
2005-08-18Updated reference to latest libxml, fixed a bug in updating skills, updated s...Eugenio Favalli5-136/+144
2005-08-18Semi-separated OpenGL and SDL graphics classes, improving OpenGL performance.Björn Steinbrink9-218/+506
2005-08-17Removed special #ifdefs for libxml2 linking issues in Win32.Eugenio Favalli4-22/+6
2005-08-16Some other fixes and an attempt to use MouseOut().Yohann Ferreira2-5/+39
2005-08-16Adding the little things I've done to the ChangeLog. I forgot about that.Yohann Ferreira1-0/+11
2005-08-16Bugfixing and simplifying the resize code. Still a little bit buggy. (We were...Yohann Ferreira2-47/+11
2005-08-16Added a resize grip to resizable window, fixed some compiling errors.Eugenio Favalli7-140/+174
2005-08-15Removed guiTop global variable.Björn Steinbrink4-7/+9
2005-08-15Made the OpenGL related code fully #ifdef'ed.Björn Steinbrink4-24/+44
2005-08-14Fully removed the useOpenGL global.Björn Steinbrink6-52/+90
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 Steinbrink8-9/+13
2005-08-14Removed guiGraphics global pointer and removed dependencies on gui.h in some ...Björn Steinbrink12-52/+63
2005-08-14Moved image drawing code into the graphics class.Björn Steinbrink5-156/+103
2005-08-14Make the wrapper functions in the Graphics class conditional on OpenGL support.Björn Steinbrink5-101/+97
2005-08-13Reset selection in the sell dialog if all items at the selected slot are sold.Björn Steinbrink2-0/+3
2005-08-13Ops I forgot... :PEugenio Favalli1-0/+2