summaryrefslogtreecommitdiff
path: root/src/gui/viewport.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-04-09Moved Events to Mana::Event::TypeThorbjørn Lindeijer1-2/+3
2011-03-15Implemented a screen shake effect system in the viewport class.Philipp Sehmisch1-1/+37
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
2010-03-02Revert "Merge WindowContainer into Viewport and remove extra members"Jared Adams1-30/+26
2010-03-02Revert "Fix using custom cursors"Jared Adams1-5/+2
2010-03-01Fix using custom cursorsJared Adams1-2/+5
2010-03-01Simplify BeignPopup and therefore ViewportJared Adams1-7/+3
2010-03-01Merge WindowContainer into Viewport and remove extra membersJared Adams1-29/+39
2010-03-01Hide BeingPopup when mouseover WindowsJared Adams1-0/+4
2010-02-28Add some new mousers and simplify related codeidiomatic1-25/+46
2010-02-24Move StorageWindow to instancing intead of globalJared Adams1-2/+3
2010-02-23Add BeingPopup hiding.Andrei Karas1-2/+2
2010-02-22Cleanup some popup-related code and make sure BeingPopup is includedJared Adams1-1/+4
2010-02-21Handle packet 0x0195, and shows player's party name in a popupChuck Miller1-3/+6
2010-02-21Made tick counter and framerate limiter work during login sequenceThorbjørn Lindeijer1-1/+1
2010-02-22Modify copyright headersFreeyorp1-1/+2
2010-02-20License header update for The Mana ClientThorbjørn Lindeijer1-4/+3
2010-02-14Fixed Viewport from acknowledging clicks from widgets on top of it whenTametomo1-0/+3
2010-02-13Make NPC dialogs instance instead of globalJared Adams1-1/+1
2010-02-07Updated Copyright year to 2010!Bertram1-1/+1
2010-02-01Small cleanups.Bertram1-3/+3
2010-01-31Unify eAthena and manaserv support in to one build.Daniel Bradshaw1-3/+8
2010-01-27Added mutators/accessors to being.h and smal cleanups.Bertram1-4/+4
2010-01-26Removed a non-hurting ifdef...Bertram1-2/+2