summaryrefslogtreecommitdiff
path: root/src/resources
AgeCommit message (Expand)AuthorFilesLines
2010-02-10Adds missile-particle attribute to items and monster attacksChuck Miller5-3/+29
2010-02-09Don't translate the logThorbjørn Lindeijer1-11/+11
2010-02-09Got successfully rid of tile width/height fallback values as asked by Jaxad.Bertram1-9/+18
2010-02-09Separated fallback defaults for tile width and height.Bertram1-3/+0
2010-02-07Nicer way of indicating that we're waiting on the serverThorbjørn Lindeijer2-4/+2
2010-02-07Updated Copyright year to 2010!Bertram42-42/+42
2010-02-01Moved from SDLrescalefacility to SDL_gfx.Bertram3-571/+3
2010-01-17Fix equiping charm itemsChuck Miller2-1/+3
2010-01-12Standardize header orderJared Adams17-29/+38
2010-01-10Change code styleAndrei Karas6-139/+158
2010-01-06Fixes so mapreader ignores the case of object typesChuck Miller1-4/+3
2009-12-25Added support for map background images which work exactly like overlays, jus...Philipp Sehmisch3-1/+164
2009-10-14Add more detail to DebugWindowJared Adams1-0/+2
2009-10-03Added support for the "too fast" login errorThorbjørn Lindeijer1-4/+2
2009-10-02Updating Code::Blocks project and adding header to fix compiler error.Stefan Dombrowski1-0/+1
2009-09-28Fix file handling in imagewriterFreeyorp1-6/+8
2009-09-17Optimized the Image::setAlpha() function for SDL.Bertram1-14/+25
2009-08-15Fix some compile errorsJared Adams1-1/+1
2009-08-15Removed unused include.Bertram1-1/+0
2009-08-15Mantis #783: Fixed window opacity breaks in software (SDL) mode.Bertram2-39/+74
2009-08-14Fixed the compilation without OpenGL Support, and remove a too young function.Bertram2-44/+5
2009-08-13Fix compile errorsJared Adams1-8/+10
2009-08-13Clean up Being and it's derivativesJared Adams1-1/+1
2009-08-14Added a Alpha Channel copier for 32 bit SDL based images.Bertram2-6/+45
2009-08-14Minor update...Bertram1-3/+0
2009-08-14Prevented another possible segfault...Bertram1-0/+3
2009-08-14Reliability fix in Image::Image(SDL_Surface*)...Bertram1-3/+2
2009-08-14Added a new function to know if an image is using an alpha channel.Bertram2-3/+49
2009-08-14Made the mLoaded member working again.Bertram2-2/+28
2009-08-13Changed mImage member to mSDLSurface as it is SDL specific...Bertram2-19/+19
2009-08-13Cleaned up the image code a bit...Bertram2-170/+204
2009-08-11Added the possibility to get random login wallpapers, when several fit the re...Bertram1-34/+57
2009-08-06Fixed messed up indentation and removed trailing spacesThorbjørn Lindeijer2-243/+245
2009-08-06Use fillRectangle instead of tiling a colored imageThorbjørn Lindeijer2-37/+8
2009-07-27Merge of two gettext stringsKess Vargavind1-1/+1
2009-07-27Added the ability to ask a ambient layer to keep its ratio when the resolutio...Bertram2-6/+41
2009-07-26Fixed a '+' string operation, and attempt to resolve the Mantis 427.Bertram2-12/+41
2009-07-25Fixed compile warnings about unsigned/signed integer comparisonsThorbjørn Lindeijer3-3/+4
2009-07-24Made the wallpaper be rescaled when necessary under SDL and OpenGL.Bertram6-1/+614
2009-05-28Merge branch '0.0.29'Bjørn Lindeijer1-2/+1
2009-05-28Made two error strings untranslatableBjørn Lindeijer1-2/+1
2009-05-24Merge branch '0.0.29'Bjørn Lindeijer1-3/+8
2009-05-24Fixed item links that aren't written in lowercaseBjørn Lindeijer1-3/+8
2009-05-23Merge branch '0.0.29'Bjørn Lindeijer2-16/+17
2009-05-23Fixed a few strings for better translationKess Vargavind2-2/+2
2009-05-23Fixed the empty item link crash differentlyBjørn Lindeijer2-16/+17
2009-05-21Fixed a few strings for better translationKess Vargavind2-2/+2
2009-05-19Fixed targeting and warn on attack-range not being found in itemdb.David Athay1-0/+4
2009-05-14Fixed the fallback on colors.xml to be more neutralBjørn Lindeijer1-11/+8
2009-05-14Make sure to use our hair color file firstJared Adams1-5/+5