summaryrefslogtreecommitdiff
path: root/src/localplayer.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-04-29Reduced excessive use of getters in LocalPlayer::getNextWalkPositionThorbjørn Lindeijer1-59/+62
2025-04-02Use a consistent naming style for enum class valuesThorbjørn Lindeijer1-1/+1
2025-02-28Fixed unresponsive UI when switching server/char with Away dialog openThorbjørn Lindeijer1-34/+57
2025-02-25Added support for option, opt1, opt2, opt3 status effect fieldsThorbjørn Lindeijer1-13/+3
2025-02-21Moved stun and status effect handling from ActorSprite to BeingThorbjørn Lindeijer1-1/+21
2025-01-21Fixed ConfigOptionChanged eventsThorbjørn Lindeijer1-3/+9
2025-01-20Made client config statically typedThorbjørn Lindeijer1-28/+26
2024-10-23Changed SERVER_NOTICE macro to inline functionThorbjørn Lindeijer1-5/+5
2024-10-23Various small fixes to translatable stringsThorbjørn Lindeijer1-3/+4
2024-10-12Added support for hit/miss sounds on equipment for all playersThorbjørn Lindeijer1-11/+0
2024-10-08Smoother keyboard movementThorbjørn Lindeijer1-10/+20
2024-10-08Smoother being movementThorbjørn Lindeijer1-10/+0
2024-10-08Do a single logic update each frameThorbjørn Lindeijer1-3/+2
2024-10-08Added convenient and efficient Timer classThorbjørn Lindeijer1-38/+26
2024-10-04Removed useless LocalPlayer::mUpdateNameThorbjørn Lindeijer1-3/+0
2024-09-28Removed getter/setter cruft from ItemInfoThorbjørn Lindeijer1-5/+5
2024-03-12General code cleanupsThorbjørn Lindeijer1-4/+4
2024-03-02Changed server type to "enum class"Thorbjørn Lindeijer1-1/+1
2024-02-22General code cleanupsThorbjørn Lindeijer1-1/+1
2024-02-15Fix handling of non-consecutive emote IDsThorbjørn Lindeijer1-2/+2
2024-02-13General code cleanupsThorbjørn Lindeijer1-26/+3
2024-01-26Apply C++11 fixitsThorbjørn Lindeijer1-15/+15
2012-02-12Made the client not stop the target attack once in range.Yohann Ferreira1-1/+1
2012-02-07Hopefully fixed two issues in the go and attack playflowYohann Ferreira1-13/+25
2012-02-05Fixed crash when the map couldn't be loadedThorbjørn Lindeijer1-0/+3
2012-02-03Fixed the go and attack mouse clickYohann Ferreira1-24/+49
2012-02-03Fixed the player character's direction update when clicking on a monster.Yohann Ferreira1-0/+1
2012-02-03Simplified and made generic the way the pickup is handled.Yohann Ferreira1-20/+20
2012-02-02Fixed player's character direction.Yohann Ferreira1-3/+1
2012-02-02Fixed diagonal walking to be much more smooth.Yohann Ferreira1-72/+65
2012-02-02Remove duplicate direction computation by a call to lookAt()Yohann Ferreira1-19/+1
2012-01-27Random hacking cleanups in the LocalPlayer classYohann Ferreira1-34/+28
2012-01-26Updated copyrights to 2012Thorbjørn Lindeijer1-1/+1
2012-01-22Prevented looking at item when picking up while movingErik Schilling1-0/+4
2012-01-20Fixed a bug with hurt sounds volume and simplified codeThorbjørn Lindeijer1-6/+3
2012-01-18Found a better way to fix the movement glitches on both servers.Yohann Ferreira1-15/+7
2012-01-14Removed the auto-untargeting code for the local player.Yohann Ferreira1-8/+0
2012-01-10player_node -> local_playerYohann Ferreira1-4/+4
2011-11-01Merge github.com:mana/manaYohann Ferreira1-5/+15
2011-09-30Fixed the negative XP notifications on levelups.Yohann Ferreira1-3/+20
2011-09-29Fixed the player direction update when picking up an item using the mouse.Yohann Ferreira1-0/+1
2011-09-29Fix negative XP on levelups.Yohann Ferreira1-3/+10
2011-09-13Made the delay between to keyboard move calls functional.Yohann Ferreira1-6/+9
2011-09-05The draw order of particles is now Y - 16 pixels.unknown1-1/+1
2011-09-02The draw order of particles is now Y - 16 pixels.unknown1-1/+1
2011-08-11Made the delay between to keyboard move calls functional.Yohann Ferreira1-6/+9
2011-06-22Applied fixes requested by cody.Yohann Ferreira1-4/+4
2011-06-17First pass on removing tile hard coded values.Yohann Ferreira1-48/+68
2011-06-17Made the client officially handle attack ids.Yohann Ferreira1-2/+2
2011-06-07Fix particle positionsJared Adams1-1/+1