summaryrefslogtreecommitdiff
path: root/src/gui/viewport.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-04-18Fixed mouse path debug when graphics are scaledThorbjørn Lindeijer1-3/+0
2024-04-08Added UI debug drawingThorbjørn Lindeijer1-1/+1
2024-04-02General code cleanupsThorbjørn Lindeijer1-2/+1
2024-03-22Added support for scaling the outputThorbjørn Lindeijer1-9/+10
2024-03-02Changed server type to "enum class"Thorbjørn Lindeijer1-3/+3
2024-03-02Added support for customizing NPC and Monster hover cursorThorbjørn Lindeijer1-7/+2
2024-03-02Updated mouse cursors to latest versionThorbjørn Lindeijer1-5/+5
2024-02-09C++11: Use default member initializersThorbjørn Lindeijer1-11/+1
2024-01-29Apply C++11 fixitsThorbjørn Lindeijer1-19/+13
2024-01-29Fixed another crash due to incomplete SDL2 upgradeThorbjørn Lindeijer1-1/+1
2024-01-26Apply C++11 fixitsThorbjørn Lindeijer1-14/+14
2024-01-25Ported to SDL2Thorbjørn Lindeijer1-1/+1
2012-08-02Add a checkbox to the debugging window to show being ids.Stefan Beller1-1/+21
2012-03-18Fixed issues with rendering very small mapsjurkan1-24/+38
2012-02-03Simplified and made generic the way the pickup is handled.Yohann Ferreira1-2/+7
2012-01-26Updated copyrights to 2012Thorbjørn Lindeijer1-1/+1
2012-01-16Renamed some file names for consistency with the class namesThorbjørn Lindeijer1-1/+1
2012-01-10player_node -> local_playerYohann Ferreira1-20/+20
2011-09-16Renamed Map::DebugFlags enumeratorsThorbjørn Lindeijer1-5/+5
2011-08-30Made the popup-menu work again for equip/unequip processes.Yohann Ferreira1-2/+2
2011-06-17First pass on removing tile hard coded values.Yohann Ferreira1-1/+2
2011-05-25Refining switches in the debug viewStefan Dombrowski1-63/+68
2011-05-20Removing KEY_PATHFIND and moving its function into the debug windowStefan Dombrowski1-7/+3
2011-05-04Made the client show much more path debug information.Yohann Ferreira1-31/+68
2011-04-26Made the client use a unique kind of movement code.Yohann Ferreira1-78/+56
2011-04-09Removed the Mana namespaceThorbjørn Lindeijer1-7/+7
2011-04-09Moved Channels to Mana::Event::ChannelThorbjørn Lindeijer1-5/+5
2011-04-09Moved Events to Mana::Event::TypeThorbjørn Lindeijer1-2/+3
2011-03-17Now the client centers the pixel positions when using tA.Yohann Ferreira1-6/+33
2011-03-15Implemented a screen shake effect system in the viewport class.Philipp Sehmisch1-1/+37
2011-03-15Basically merged the two movement algorithms into one.Yohann Ferreira1-84/+35
2010-11-13Replace config listeners with the event systemChuck Miller1-9/+11
2010-11-11Replace Event names with enums instead of stringsChuck Miller1-1/+1
2010-11-11Have the event system channels use enums instead of stringsChuck Miller1-3/+3
2010-11-07Convert the emote system to use particlesChuck Miller1-1/+0
2010-11-01Merge branch '0.5' of gitorious.org:mana/manaYohann Ferreira1-4/+14
2010-10-08Remove the following systemStefan Dombrowski1-1/+0
2010-10-06Fixing movement with the mouseStefan Dombrowski1-4/+2
2010-10-04Remove the following systemChuck Miller1-1/+0
2010-10-03Fixing segmentation fault and updating the cursor type after mouse pressStefan Dombrowski1-0/+13
2010-08-16Move more to the event systemJared Adams1-11/+12
2010-08-02Fix some bugsJared Adams1-2/+4
2010-08-02Remove non-GUI references to MiniStatusWindowJared Adams1-3/+7
2010-08-01Remove isActive methods from buy/sell windowsJared Adams1-1/+2
2010-07-28Centralized configuration default values using the VariableData system.Yohann Ferreira1-6/+6
2010-07-22Add two debug map modes and improve slightly map drawing.Andrei Karas1-1/+1
2010-06-10Merge BeingManager and FloorItemManager as ActorSpriteManagerJared Adams1-13/+19
2010-06-09Fix dead Beings not being removed using tmwAthenaJared Adams1-2/+2
2010-05-17Remove Monster, Player, and NPC classesJared Adams1-32/+12
2010-04-17Changed eAthena protocol name to TmwAthena and changed the config files accor...Bertram1-2/+2