summaryrefslogtreecommitdiff
path: root/src/resources
AgeCommit message (Expand)AuthorFilesLines
2011-04-30Merge branch '0.5'Yohann Ferreira1-1/+1
2011-04-30Added customizable on-hit effects for characters.Yohann Ferreira2-9/+31
2011-04-29Remove default assignment of an attack action to non-weaponsStefan Dombrowski3-12/+3
2011-04-29Making the check for the node name earlier while reading items.xmlStefan Dombrowski1-3/+6
2011-04-28Fixing endless loop if the xml promises too many imagesStefan Dombrowski1-1/+1
2011-04-26Made the client use a unique kind of movement code.Yohann Ferreira1-1/+3
2011-04-09Removed a lot of useless "documentation"Thorbjørn Lindeijer8-55/+4
2011-04-09Renamed Listener to EventListenerThorbjørn Lindeijer1-2/+2
2011-04-09Removed the Mana namespaceThorbjørn Lindeijer2-6/+6
2011-04-09Moved Channels to Mana::Event::ChannelThorbjørn Lindeijer2-4/+4
2011-04-09Moved Events to Mana::Event::TypeThorbjørn Lindeijer1-1/+1
2011-04-07Fix compiler warning about incorrect use of the logger's log memberChuck Miller1-1/+1
2011-03-17Simplified the get/setAttackRange() functions as requested.Yohann Ferreira1-1/+3
2011-03-16Fixed the attack range handling for both servers.Yohann Ferreira1-1/+1
2011-03-04Empty std::string don't need to be constructed from ""Thorbjørn Lindeijer1-3/+3
2011-02-21Merge branch '0.5'Thorbjørn Lindeijer1-2/+4
2011-02-20Add support for CSV map dataJared Adams1-1/+34
2011-02-19Minor code formatting and fixed a comment.Yohann Ferreira1-2/+4
2011-02-10Add support for CSV map dataJared Adams1-1/+34
2011-02-10Merge branch '0.5'Stefan Dombrowski1-2/+2
2011-02-10Add support for zlib map layer compression.Andrei Karas1-2/+2
2011-01-27Fix the wallpapers loading broken logic.Yohann Ferreira1-6/+10
2011-01-24Refactored the item loading in a more extensible and per protocol way.Yohann Ferreira3-285/+577
2011-01-19Fix the wallpapers loading broken logic.Yohann Ferreira1-5/+3
2011-01-13Made the client handle better the lack of items.xml file.Yohann Ferreira2-3/+15
2011-01-13Removed the unused and undefined setWeaponType() function.Yohann Ferreira1-2/+0
2011-01-13Moved the normalize() function in strungUtils where it belongs.Yohann Ferreira1-8/+2
2010-12-22Merge branch '0.5'Chuck Miller2-164/+0
2010-12-22Remove ambientoverlay class and filesChuck Miller2-164/+0
2010-12-06Removed superfluous #includes taken from checkheaders list.Yohann Ferreira1-2/+0
2010-12-05Add support for tiles with spacingStefan Dombrowski3-5/+8
2010-11-13Replace config listeners with the event systemChuck Miller2-7/+11
2010-11-11Fix unloading of the emote databaseChuck Miller1-0/+3
2010-11-07Convert the emote system to use particlesChuck Miller2-70/+62
2010-11-01Merge branch '0.5' of gitorious.org:mana/manaYohann Ferreira10-52/+208
2010-10-22Turned the OpenGL and disable transparency options as static members.Yohann Ferreira4-41/+56
2010-10-17Added Low CPU Mode toggle in video setup. Defaults to On.madcamel@gmail.com1-0/+4
2010-10-16Implement opacity cache for SDL surfaces.Andrei Karas4-10/+130
2010-09-25Merge branch '1.0'Thorbjørn Lindeijer2-0/+5
2010-09-05Unloading mNamedItemInfosStefan Dombrowski1-0/+1
2010-08-26Merged testing branch into master.Yohann Ferreira4-122/+197
2010-08-15Merge branch '1.0'Chuck Miller3-152/+44
2010-08-13Simplify handling of compressed filesJared Adams3-152/+44
2010-08-12Avoid string copy for SpriteDef::getActionThorbjørn Lindeijer2-2/+2
2010-08-07Removed superfluous semicolonThorbjørn Lindeijer1-1/+1
2010-08-03Move Theme and UserPalette to the resources folderJared Adams4-0/+1266
2010-08-03Improve OpenGL speed.Andrei Karas1-1/+6
2010-07-30I forgot to tidy src/resources/spritedef.hYohann Ferreira1-33/+2
2010-07-29Changed the items loading to handle a new 'attack-action' parameter.Yohann Ferreira8-173/+84
2010-07-28Centralized configuration default values using the VariableData system.Yohann Ferreira6-29/+17