summaryrefslogtreecommitdiff
path: root/src/client.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-03-12General code cleanupsThorbjørn Lindeijer1-7/+3
2024-03-08Removed SDL2_gfx dependencyThorbjørn Lindeijer1-20/+35
2024-03-06General code cleanupsThorbjørn Lindeijer1-13/+2
2024-03-02Exit with error when invalid server type is passed on CLIThorbjørn Lindeijer1-1/+1
2024-03-02Changed server type to "enum class"Thorbjørn Lindeijer1-5/+5
2024-03-02Added support for -y / --server-type parameterThorbjørn Lindeijer1-10/+22
2024-02-27Added VSync and windowed fullscreen optionsThorbjørn Lindeijer1-55/+34
2024-02-22General code cleanupsThorbjørn Lindeijer1-4/+4
2024-02-19Updated PhysicsFS API usageThorbjørn Lindeijer1-47/+9
2024-01-26Apply C++11 fixitsThorbjørn Lindeijer1-21/+21
2024-01-26Disable "opengl" by default and remove unused "hwaccel" optionThorbjørn Lindeijer1-3/+2
2024-01-25Minor includes cleanupThorbjørn Lindeijer1-5/+0
2024-01-25Ported to SDL2Thorbjørn Lindeijer1-59/+62
2024-01-24Fixed potential crash on exitThorbjørn Lindeijer1-2/+1
2013-05-22paths.xml content is now read from settings.xmlPrzemysław Grzywacz1-3/+0
2013-05-07items.xml can be used from settings.xmlPrzemysław Grzywacz1-16/+8
2013-05-04Client-side settings are now available from settings.xmlPrzemysław Grzywacz1-12/+8
2013-04-27Added support for charcreation.xml settingsThorbjørn Lindeijer1-0/+3
2012-08-11Removed two unused variablesThorbjørn Lindeijer1-3/+0
2012-08-05Enable OpenGL by default on all platformsThorbjørn Lindeijer1-5/+1
2012-02-18Added notification sound on receiving whisperThorbjørn Lindeijer1-1/+2
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