summaryrefslogtreecommitdiff
path: root/src/client.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-04-18A bit of cleanup in the way the Client pops up error dialogsThorbjørn Lindeijer1-64/+34
2011-04-11Implemented a simple non-blocking fadeOutAndPlay system.Yohann Ferreira1-0/+2
2011-04-09Removed the Mana namespaceThorbjørn Lindeijer1-9/+9
2011-04-09Moved Channels to Mana::Event::ChannelThorbjørn Lindeijer1-6/+6
2011-04-09Moved Events to Mana::Event::TypeThorbjørn Lindeijer1-4/+4
2011-02-21Merge branch '0.5'Thorbjørn Lindeijer1-6/+7
2011-02-21Renamed local data directory back to just "mana"Thorbjørn Lindeijer1-7/+8
2011-02-20Renamed default branding package from mana to manasource.Yohann Ferreira1-5/+5
2011-02-15Fix compilation on Haiku and set config and data paths for it.DarkWind1-0/+7
2011-01-27Made the windows app able to load .ico files at runtime.Yohann Ferreira1-5/+17
2011-01-27Made the windows app able to load .ico files at runtime.Yohann Ferreira1-5/+17
2011-01-24Refactored the item loading in a more extensible and per protocol way.Yohann Ferreira1-1/+13
2011-01-13Made the client handle better the lack of items.xml file.Yohann Ferreira1-1/+22
2010-11-13Replace config listeners with the event systemChuck Miller1-7/+18
2010-11-11Replace Event names with enums instead of stringsChuck Miller1-2/+2
2010-11-11Have the event system channels use enums instead of stringsChuck Miller1-2/+2
2010-11-02Adding double-click to server dialog and world select dialogStefan Dombrowski1-0/+16
2010-11-01Merge branch '0.5' of gitorious.org:mana/manaYohann Ferreira1-23/+77
2010-10-22Changed 'Low CPU' options and related gui widgets name to 'Disable transparen...Yohann Ferreira1-2/+2
2010-10-22Turned the OpenGL and disable transparency options as static members.Yohann Ferreira1-2/+7
2010-10-18Add portable support for windows version.Andrei Karas1-2/+58
2010-10-17Added Low CPU Mode toggle in video setup. Defaults to On.madcamel@gmail.com1-0/+1
2010-10-16Implement opacity cache for SDL surfaces.Andrei Karas1-0/+2
2010-10-13Fixing switch loginStefan Dombrowski1-8/+6
2010-10-10Fixing unusable config.xmlStefan Dombrowski1-12/+4
2010-09-25Merge branch '1.0'Thorbjørn Lindeijer1-16/+18
2010-09-13Fix loading of manaserv's attributes fileJared Adams1-0/+2
2010-09-12Deactivating OpenGL by default on WindowsStefan Dombrowski1-1/+1
2010-09-11Fixing misspelling in Setup_Video and removing empty lines from logStefan Dombrowski1-1/+1
2010-09-07Fixing logic that decides if ServerDialog shows upStefan Dombrowski1-13/+13
2010-09-05Fixing segmentation fault if server is given on command lineStefan Dombrowski1-5/+7
2010-08-26Merged testing branch into master.Yohann Ferreira1-2/+4
2010-08-12Simplify working with the event systemJared Adams1-2/+2
2010-08-03Move Theme and UserPalette to the resources folderJared Adams1-2/+2
2010-08-03Merge remote branch 'origin/1.0'Jared Adams1-2/+2
2010-07-28Centralized configuration default values using the VariableData system.Yohann Ferreira1-27/+23
2010-07-19Merge branch '1.0'Yohann Ferreira1-0/+4
2010-07-18Add event.h to eventmanager.h and listener.h to reduce total number of includesChuck Miller1-1/+0
2010-07-18Replace some state-related netcode methods with eventsJared Adams1-4/+0
2010-07-18Move more from LocalPlayer to PlayerInfoJared Adams1-0/+12
2010-07-17Fixed config directory, updated project file.David Athay1-2/+2
2010-07-11Made the different hard-coded paths and files be now taken from theYohann Ferreira1-0/+4
2010-07-10Moved parsing of specials.xml from gui/specialswindow.cpp to separate source ...Philipp Sehmisch1-0/+2
2010-06-13Merge remote branch '1.0/1.0'Jared Adams1-13/+13
2010-06-13Handle char-server login errors betterJared Adams1-0/+1
2010-06-10Fix a bug with empty update hostsJared Adams1-0/+4
2010-06-03Unload loaded DBs before loading them againJared Adams1-8/+8
2010-05-21Merge branch '1.0'Thorbjørn Lindeijer1-6/+4
2010-05-21Avoid a crash when the updateHost is set to nothing in the config file.Yohann Ferreira1-2/+2
2010-05-09Move target cursor management into ActorSpriteJared Adams1-8/+15