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 (
Collapse
)
Author
Files
Lines
2006-12-30
Improved precise positionning of character with mouse cursor.
Guillaume Melquiond
1
-3
/
+3
2006-12-30
Changed attack message to send the direction the player is visually facing.
Guillaume Melquiond
1
-1
/
+1
2006-12-29
Implemented catching and displaying of damage notifications.
Philipp Sehmisch
1
-1
/
+1
2006-12-27
Client-sided implementation of attacks
Philipp Sehmisch
1
-47
/
+8
2006-12-11
Merged 0.0 changes from revision 2825 to 2898 to trunk.
Bjørn Lindeijer
1
-8
/
+28
2006-11-02
Network layer refactoring.
Björn Steinbrink
1
-11
/
+42
2006-09-02
Switched to short IDs for beings.
Guillaume Melquiond
1
-2
/
+2
2006-08-27
Implemented pixel-grained movements.
Guillaume Melquiond
1
-13
/
+21
2006-08-27
Cleaned the logic members.
Guillaume Melquiond
1
-15
/
+3
2006-08-27
Removed Being::mFrame field.
Guillaume Melquiond
1
-8
/
+3
2006-08-27
Changed to pixel-based coordinates for beings.
Guillaume Melquiond
1
-10
/
+10
2006-08-27
Send movements.
Guillaume Melquiond
1
-4
/
+5
2006-08-26
Got rid of the default MessageOut constructor, since all messages should have
Bjørn Lindeijer
1
-28
/
+14
an ID.
2006-08-14
Completed porting of character creation/deletion, fixed some issues with ↵
Eugenio Favalli
1
-0
/
+1
network code.
2006-07-25
Switched client to use enet and modified login sequence to work with the new ↵
Eugenio Favalli
1
-52
/
+52
protocol from tmwserv.
2006-07-24
Fixed setDirection() semantics.
Björn Steinbrink
1
-4
/
+0
Removed a printf-leftover.
2006-07-24
Removed unused code, fixed "change direction when not walking" bug, updated ↵
Eugenio Favalli
1
-0
/
+6
project files.
2006-07-19
Merged new_animation branch until r2415 into trunk.
Eugenio Favalli
1
-6
/
+6
2006-05-12
You can now see the shirt when equipping a top equipment.
Eugenio Favalli
1
-2
/
+1
2006-05-02
Fixed the delay last move bug.
Eugenio Favalli
1
-1
/
+1
2006-03-09
Made all class members named like mClassMember.
Björn Steinbrink
1
-26
/
+26
2006-03-09
Use std::auto_ptr in some places.
Björn Steinbrink
1
-1
/
+0
2006-03-08
Reverted changes from r2225, it broke walking code as I missed the ↵
Björn Steinbrink
1
-5
/
+2
differences between tile and being collisions.
2006-03-08
Let the LocalPlayer decide whether it can walk to a destination.
Björn Steinbrink
1
-3
/
+6
2006-03-05
Merged new_playerset branch into trunk.
Eugenio Favalli
1
-4
/
+9
2006-02-07
Made the being directions being stored in a bitfield.
Björn Steinbrink
1
-49
/
+29
2006-02-05
Made the player walk to items prior to picking them up.
Björn Steinbrink
1
-4
/
+25
2006-01-22
Merged NETWORK branch (includes BEING_OVERHAUL).
Björn Steinbrink
1
-0
/
+386