summaryrefslogtreecommitdiff
path: root/src/gui/viewport.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2009-10-16Made the keyboard walking pixel exact again.Bertram1-0/+1
2009-09-21Fix an unused variableJared Adams1-2/+2
2009-09-22Mostly fixed the mouse movement in TMWserv client.Bertram1-8/+2
2009-07-27Makes mX and mY in the being class privateChuck Miller1-10/+0
2009-05-29Some movement fixes for TMWServ build.Chuck Miller1-2/+0
2009-05-25Merge branch '0.0.29'Bjørn Lindeijer1-22/+29
2009-05-25Handle map not found gracefullyBjørn Lindeijer1-22/+29
2009-05-19Fixed targeting and warn on attack-range not being found in itemdb.David Athay1-10/+2
2009-05-18Added target combatDavid Athay1-6/+2
2009-05-17Enable and fix path drawing for athena.Dennis Friis1-3/+3
2009-05-17Enable and fix path drawing for athena.Dennis Friis1-3/+3
2009-05-05Fix the context menu for the storage windowJared Adams1-2/+2
2009-05-01Changed the way beings are handled when clicked on with a TMWServ buildChuck Miller1-8/+16
2009-04-15Some PopupMenu cleanups/fixes and additions.Tametomo1-2/+7
2009-04-09Made BeingManager methods const where appropriateBjørn Lindeijer1-2/+3
2009-04-09QOAL's do not walk with the mouse while sittingMadCamel1-0/+4
2009-03-27Fixed some positioning issuesBjørn Lindeijer1-1/+1
2009-03-25Merge branch 'eathena/master'Bjørn Lindeijer1-30/+29
2009-03-22Merged the tmwserv client with the eAthena clientBjørn Lindeijer1-34/+124