summaryrefslogtreecommitdiff
path: root/src/gui/viewport.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2010-04-12Added the player collision rectangle and tweaked colorsBertram1-2/+9
2010-04-12Added a more trusty path debug view for ManaServ.Bertram1-14/+56
2010-03-27Fix crash with showing BeingPopupJared Adams1-1/+1
2010-03-26Replace most dynamic_casts with static_castsJared Adams1-2/+3
2010-03-20Initialize missed variables in vieportAndrei Karas1-1/+3
2010-03-12Fix some issues with Being deletionJared Adams1-0/+6
2010-03-02Forgot a method callJared Adams1-4/+0
2010-03-02Remove some unused membersJared Adams1-15/+5