summaryrefslogtreecommitdiff
path: root/src/client.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-02-09Allow changing fullscreen resolution without restartThorbjørn Lindeijer1-15/+22
2012-02-04Removing password from memoryStefan Dombrowski1-1/+2
2012-02-03Changed the setup button at login stage to use the icon.Yohann Ferreira1-1/+3
2012-02-02Fix to the hair colors and styles handling.Yohann Ferreira1-4/+4
2012-01-28Make command line choose character only work onceThorbjørn Lindeijer1-0/+4
2012-01-26Updated copyrights to 2012Thorbjørn Lindeijer1-1/+1
2012-01-26Remember the window size after resizingThorbjørn Lindeijer1-0/+5
2012-01-24Stream music files directly from the archivesThorbjørn Lindeijer1-5/+6
2012-01-22Allow resizing of the game in windowed modeThorbjørn Lindeijer1-13/+40
2012-01-18ColorDB -> HairDB.Yohann Ferreira1-3/+3
2012-01-16Renamed some file names for consistency with the class namesThorbjørn Lindeijer1-3/+3
2012-01-10player_node -> local_playerYohann Ferreira1-2/+2
2012-01-09Made the client able to remove the port from update urls.Yohann Ferreira1-33/+21
2011-10-25Change the wrong, but mostly supported WIN32 macro to the correct _WIN32, enf...Bernd Wachter1-9/+9
2011-06-02Arbitrary code cleanupsThorbjørn Lindeijer1-3/+3
2011-05-04Avoid mixing the system login music with the existing song in TMW.Yohann Ferreira1-1/+2
2011-04-30De-dustify the get_elapsed-time function documentation a bit.Yohann Ferreira1-8/+4
2011-04-27Removed unused variable 'handledEvents'Thorbjørn Lindeijer1-4/+0
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