summaryrefslogtreecommitdiff
path: root/src/game.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-03-22Added support for scaling the outputThorbjørn Lindeijer1-1/+2
2024-03-12General code cleanupsThorbjørn Lindeijer1-13/+11
2024-02-27Added VSync and windowed fullscreen optionsThorbjørn Lindeijer1-2/+2
2024-02-22General code cleanupsThorbjørn Lindeijer1-3/+3
2024-02-15Fix handling of non-consecutive emote IDsThorbjørn Lindeijer1-1/+1
2024-01-26Apply C++11 fixitsThorbjørn Lindeijer1-21/+21
2024-01-25Minor includes cleanupThorbjørn Lindeijer1-2/+0
2024-01-25Ported to SDL2Thorbjørn Lindeijer1-2/+2
2012-02-09Allow changing fullscreen resolution without restartThorbjørn Lindeijer1-1/+1
2012-01-26Updated copyrights to 2012Thorbjørn Lindeijer1-1/+1
2012-01-22Prevented looking at item when picking up while movingErik Schilling1-22/+4
2012-01-22Allow resizing of the game in windowed modeThorbjørn Lindeijer1-3/+13
2012-01-16Renamed some file names for consistency with the class namesThorbjørn Lindeijer1-4/+4
2012-01-14Don't lose the active target when pushing the target&attack key while moving.Yohann Ferreira1-2/+2
2012-01-10player_node -> local_playerYohann Ferreira1-31/+31
2012-01-09Added a close button to the npc dialog window.Yohann Ferreira1-2/+12
2011-08-19Merge git://gitorious.org/~bertram/mana/mana-equipment-fix into equipment-fixYohann Ferreira1-9/+1
2011-08-18Made the equipment window not use server specific code again.Yohann Ferreira1-9/+1
2011-08-11The shortcuts are now refreshed when reassigning keys.Yohann Ferreira1-1/+0
2011-06-17First pass on removing tile hard coded values.Yohann Ferreira1-0/+16
2011-06-16Remove useless ping packetBen Longbons1-11/+0
2011-06-02Some work on the manaserv equipment backendThorbjørn Lindeijer1-7/+5
2011-05-20Removing KEY_PATHFIND and moving its function into the debug windowStefan Dombrowski1-5/+0
2011-04-30Fixed disconnected dialog to only pop up onceThorbjørn Lindeijer1-2/+4
2011-04-26Made the client use a unique kind of movement code.Yohann Ferreira1-26/+35
2011-04-18A bit of cleanup in the way the Client pops up error dialogsThorbjørn Lindeijer1-11/+3
2011-04-16Introduced the Being::lookAt() function.Yohann Ferreira1-36/+35
2011-04-11Implemented a simple non-blocking fadeOutAndPlay system.Yohann Ferreira1-2/+2
2011-04-09Removed the Mana namespaceThorbjørn Lindeijer1-12/+12
2011-04-09Moved Channels to Mana::Event::ChannelThorbjørn Lindeijer1-11/+11
2011-04-09Moved Events to Mana::Event::TypeThorbjørn Lindeijer1-11/+11
2011-03-26Add search bar to storage and inventory windowsBlue Sans Douze1-1/+1
2011-03-17Fixed pick up using keyboard for both servers.Yohann Ferreira1-20/+30
2011-02-01Merge branch '0.5'Thorbjørn Lindeijer1-3/+3
2011-01-25Added a child class to the equipment window specialized for tAthena.Yohann Ferreira1-1/+11
2011-01-22Fixing pick-up with joystickStefan Dombrowski1-3/+3
2010-12-15Merge branch '0.5'Thorbjørn Lindeijer1-1/+2
2010-12-06Removed superfluous #includes taken from checkheaders list.Yohann Ferreira1-1/+0
2010-11-29Allow enter OK button key in input field.Andrei Karas1-1/+2
2010-11-11Replace Event names with enums instead of stringsChuck Miller1-11/+11
2010-11-11Have the event system channels use enums instead of stringsChuck Miller1-11/+11
2010-11-01Merge branch '0.5' of gitorious.org:mana/manaYohann Ferreira1-9/+21
2010-10-31Using tile coordinates for pick-upStefan Dombrowski1-7/+2
2010-10-14Disable showing of IP addresses while taking a screenshotMadCamel1-0/+15
2010-10-08Remove the following systemStefan Dombrowski1-4/+0
2010-10-04Remove the following systemChuck Miller1-4/+0
2010-09-25Merge branch '1.0'Thorbjørn Lindeijer1-8/+13
2010-09-13Avoid loading non-existing music and minimapsStefan Dombrowski1-1/+6
2010-09-07Fixing reconnection after lost connectionStefan Dombrowski1-4/+4
2010-08-29Changing order in which windows are createdStefan Dombrowski1-2/+2