index
:
mana/mana-client
0.5
0.6
lpc2012
master
Original Mana client. For the new Qt client, see https://github.com/tales/tales-client
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
localplayer.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2012-02-02
Fixed player's character direction.
Yohann Ferreira
1
-3
/
+1
2012-02-02
Fixed diagonal walking to be much more smooth.
Yohann Ferreira
1
-72
/
+65
2012-02-02
Remove duplicate direction computation by a call to lookAt()
Yohann Ferreira
1
-19
/
+1
2012-01-27
Random hacking cleanups in the LocalPlayer class
Yohann Ferreira
1
-34
/
+28
2012-01-26
Updated copyrights to 2012
Thorbjørn Lindeijer
1
-1
/
+1
2012-01-22
Prevented looking at item when picking up while moving
Erik Schilling
1
-0
/
+4
2012-01-20
Fixed a bug with hurt sounds volume and simplified code
Thorbjørn Lindeijer
1
-6
/
+3
2012-01-18
Found a better way to fix the movement glitches on both servers.
Yohann Ferreira
1
-15
/
+7
2012-01-14
Removed the auto-untargeting code for the local player.
Yohann Ferreira
1
-8
/
+0
2012-01-10
player_node -> local_player
Yohann Ferreira
1
-4
/
+4
2011-11-01
Merge github.com:mana/mana
Yohann Ferreira
1
-5
/
+15
2011-09-30
Fixed the negative XP notifications on levelups.
Yohann Ferreira
1
-3
/
+20
2011-09-29
Fixed the player direction update when picking up an item using the mouse.
Yohann Ferreira
1
-0
/
+1
2011-09-29
Fix negative XP on levelups.
Yohann Ferreira
1
-3
/
+10
2011-09-13
Made the delay between to keyboard move calls functional.
Yohann Ferreira
1
-6
/
+9
2011-09-05
The draw order of particles is now Y - 16 pixels.
unknown
1
-1
/
+1
2011-09-02
The draw order of particles is now Y - 16 pixels.
unknown
1
-1
/
+1
2011-08-11
Made the delay between to keyboard move calls functional.
Yohann Ferreira
1
-6
/
+9
2011-06-22
Applied fixes requested by cody.
Yohann Ferreira
1
-4
/
+4
2011-06-17
First pass on removing tile hard coded values.
Yohann Ferreira
1
-48
/
+68
2011-06-17
Made the client officially handle attack ids.
Yohann Ferreira
1
-2
/
+2
2011-06-07
Fix particle positions
Jared Adams
1
-1
/
+1
2011-04-30
Fix attack speed on both servers.
Yohann Ferreira
1
-2
/
+9
2011-04-30
Use default values for pickup options.
Yohann Ferreira
1
-3
/
+3
2011-04-26
Made the client use a unique kind of movement code.
Yohann Ferreira
1
-242
/
+117
2011-04-16
Fixed player movement desyncs on tile-based implementation.
Yohann Ferreira
1
-2
/
+27
2011-04-11
Adjust action timer to something reasonable
Jared Adams
1
-2
/
+2
2011-04-09
Removed the Mana namespace
Thorbjørn Lindeijer
1
-10
/
+10
2011-04-09
Moved Channels to Mana::Event::Channel
Thorbjørn Lindeijer
1
-7
/
+7
2011-04-09
Moved Events to Mana::Event::Type
Thorbjørn Lindeijer
1
-3
/
+3
2011-03-17
Fixed pick up using keyboard for both servers.
Yohann Ferreira
1
-2
/
+2
2011-03-17
Simplified the get/setAttackRange() functions as requested.
Yohann Ferreira
1
-30
/
+4
2011-03-16
Fixed the attack range handling for both servers.
Yohann Ferreira
1
-19
/
+38
2011-03-15
Basically merged the two movement algorithms into one.
Yohann Ferreira
1
-222
/
+79
2011-02-21
Merge branch '0.5'
Thorbjørn Lindeijer
1
-4
/
+27
2011-02-19
Showing amount of picked up items in particle notification
Stefan Dombrowski
1
-1
/
+5
2011-02-17
Specific messages for each pickup failure reason.
Ben Longbons
1
-5
/
+18
2011-02-17
Add particle notification for "Unable to pick up item."
Ben Longbons
1
-0
/
+6
2011-01-24
Refactored the item loading in a more extensible and per protocol way.
Yohann Ferreira
1
-5
/
+9
2011-01-06
Made the beings avoid changing direction at their path's end.
Yohann Ferreira
1
-5
/
+6
2010-12-28
Revert "Remove the AFK response system"
Yohann Ferreira
1
-1
/
+63
2010-12-06
Removed superfluous #includes taken from checkheaders list.
Yohann Ferreira
1
-5
/
+0
2010-11-13
Replace config listeners with the event system
Chuck Miller
1
-10
/
+10
2010-11-11
Replace Event names with enums instead of strings
Chuck Miller
1
-2
/
+2
2010-11-11
Have the event system channels use enums instead of strings
Chuck Miller
1
-5
/
+5
2010-11-01
Merge branch '0.5' of gitorious.org:mana/mana
Yohann Ferreira
1
-7
/
+12
2010-10-31
Using tile coordinates for pick-up
Stefan Dombrowski
1
-2
/
+2
2010-10-11
Implementing show IP for game masters
Stefan Dombrowski
1
-1
/
+2
2010-10-08
Remove the following system
Stefan Dombrowski
1
-2
/
+0
2010-10-08
Fixing pick-up
Stefan Dombrowski
1
-2
/
+2
[next]