Age | Commit message (Expand) | Author | Files | Lines |
2012-03-18 | Removed some 'const' keywords from value returns | Thorbjørn Lindeijer | 3 | -3/+3 |
2012-02-25 | Fixed compiling against SDL_mixer versions before 1.2.9 | Thorbjørn Lindeijer | 1 | -0/+7 |
2012-02-18 | Added notification sound on receiving whisper | Thorbjørn Lindeijer | 2 | -3/+4 |
2012-02-12 | Leave the default values for OpenGL texture filters | Thorbjørn Lindeijer | 1 | -2/+0 |
2012-02-12 | Improved the wallpaper choosing algorithm | Thorbjørn Lindeijer | 1 | -24/+22 |
2012-02-11 | Made items equippable by double click in inventory | Erik Schilling | 1 | -0/+1 |
2012-02-09 | Fixed wallpaper prescaling issues | Thorbjørn Lindeijer | 7 | -56/+115 |
2012-02-06 | Some cleanups in the initialization of wallpaper paths | Thorbjørn Lindeijer | 1 | -26/+31 |
2012-02-06 | Fixed searching for wallpapers on 64-bit machines | Thorbjørn Lindeijer | 1 | -4/+2 |
2012-02-03 | Clear tile flags from the gid before further processing | Thorbjørn Lindeijer | 1 | -5/+16 |
2012-02-02 | Fix to the hair colors and styles handling. | Yohann Ferreira | 3 | -56/+167 |
2012-02-02 | Fixed the use of custom particle effects for attacks. | Yohann Ferreira | 1 | -4/+5 |
2012-01-31 | Added missing copyright notices. | Yohann Ferreira | 2 | -0/+2 |
2012-01-30 | Add default offsets in imageset tag for all animations. | Andrei Karas | 3 | -3/+24 |
2012-01-26 | Updated copyrights to 2012 | Thorbjørn Lindeijer | 46 | -46/+46 |
2012-01-26 | Removed 'inline' keyword where it's not of any value | Thorbjørn Lindeijer | 1 | -5/+5 |
2012-01-24 | Fixed the crash in setupSpriteDisplay | Thorbjørn Lindeijer | 6 | -18/+18 |
2012-01-24 | Stream music files directly from the archives | Thorbjørn Lindeijer | 2 | -50/+17 |
2012-01-24 | Removed unused function Image::SDLmerge | Thorbjørn Lindeijer | 2 | -87/+0 |
2012-01-24 | Use SDL_RWops directly on top of PhysFS | Thorbjørn Lindeijer | 8 | -52/+31 |
2012-01-18 | ColorDB -> HairDB. | Yohann Ferreira | 2 | -11/+13 |
2012-01-09 | Spotted some more hard-coded files and paths definitions. | Yohann Ferreira | 2 | -5/+5 |
2011-12-02 | Mac: Change to local SDL inclues. | David Athay | 2 | -2/+2 |
2011-11-25 | Prevented circular include in sprite definitions | Erik Schilling | 1 | -4/+15 |
2011-10-23 | Fixed a certain class of Doxygen warnings | Thorbjørn Lindeijer | 3 | -9/+6 |
2011-09-30 | Remove goto from dye.cpp | Andrei Karas | 1 | -2/+11 |
2011-06-23 | Made the being death sequence better handled. | Yohann Ferreira | 2 | -2/+4 |
2011-06-17 | Removed dehardcoded values from the Map and MapLayer classes. | Yohann Ferreira | 1 | -1/+1 |
2011-06-07 | Merged the unknown item definition loading | Yohann Ferreira | 2 | -11/+19 |
2011-06-07 | Added defaults to empty attacks. | Yohann Ferreira | 1 | -1/+5 |
2011-06-07 | Added hit effects on victims from monsters attacks. | Yohann Ferreira | 3 | -7/+22 |
2011-06-03 | Replace SDL_types.h with cstdint | Jared Adams | 2 | -17/+1 |
2011-06-02 | Arbitrary code cleanups | Thorbjørn Lindeijer | 4 | -14/+22 |
2011-05-26 | Added effects support in monsters attacks. | Yohann Ferreira | 3 | -25/+22 |
2011-05-17 | Fix sprite buffering size issues | Jared Adams | 1 | -2/+0 |
2011-04-30 | Merge branch '0.5' | Yohann Ferreira | 1 | -1/+1 |
2011-04-30 | Added customizable on-hit effects for characters. | Yohann Ferreira | 2 | -9/+31 |
2011-04-29 | Remove default assignment of an attack action to non-weapons | Stefan Dombrowski | 3 | -12/+3 |
2011-04-29 | Making the check for the node name earlier while reading items.xml | Stefan Dombrowski | 1 | -3/+6 |
2011-04-28 | Fixing endless loop if the xml promises too many images | Stefan Dombrowski | 1 | -1/+1 |
2011-04-26 | Made the client use a unique kind of movement code. | Yohann Ferreira | 1 | -1/+3 |
2011-04-09 | Removed a lot of useless "documentation" | Thorbjørn Lindeijer | 8 | -55/+4 |
2011-04-09 | Renamed Listener to EventListener | Thorbjørn Lindeijer | 1 | -2/+2 |
2011-04-09 | Removed the Mana namespace | Thorbjørn Lindeijer | 2 | -6/+6 |
2011-04-09 | Moved Channels to Mana::Event::Channel | Thorbjørn Lindeijer | 2 | -4/+4 |
2011-04-09 | Moved Events to Mana::Event::Type | Thorbjørn Lindeijer | 1 | -1/+1 |
2011-04-07 | Fix compiler warning about incorrect use of the logger's log member | Chuck Miller | 1 | -1/+1 |
2011-03-17 | Simplified the get/setAttackRange() functions as requested. | Yohann Ferreira | 1 | -1/+3 |
2011-03-16 | Fixed the attack range handling for both servers. | Yohann Ferreira | 1 | -1/+1 |
2011-03-04 | Empty std::string don't need to be constructed from "" | Thorbjørn Lindeijer | 1 | -3/+3 |