summaryrefslogtreecommitdiff
path: root/src/gui/viewport.cpp
AgeCommit message (Expand)AuthorFilesLines
2010-10-04Remove the following systemChuck Miller1-1/+0
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
2010-01-25Finished Freeyorp's ViewPort bug fixing commit:Bertram1-5/+5
2010-01-18Unified BeingManager::findNearestLivingBeing for eAthena and manaservThorbjørn Lindeijer1-11/+10
2010-01-13Adds a follow manager for usersBlueSansDouze1-0/+1
2010-01-11Cleanup GUI classesJared Adams1-4/+4
2010-01-10Change code styleAndrei Karas1-4/+5
2010-01-09Add special map mode.Andrei Karas1-2/+20
2009-12-19Allow the player to move using the mouse at startupFreeyorp1-1/+1
2009-10-29Cleaned up the viewport code, when dealing with mouse movement.Bertram1-52/+45
2009-10-29Second round of fine tuning for keyboard movement.Bertram1-1/+12
2009-10-24REplace instances of TMW with ManaJared Adams1-3/+3