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
/
net
/
tmwa
Age
Commit message (
Expand
)
Author
Files
Lines
2011-09-28
Got rid of the superfluous definition of the slot number for tA.
Yohann Ferreira
1
-2
/
+4
2011-09-15
Improve handling of packet lengths.
Ben Longbons
1
-42
/
+46
2011-09-15
Instead of SDL_mutex, use Mutex wrapper and MutexLocker for safety
Ben Longbons
2
-23
/
+12
2011-09-13
Made the delay between to keyboard move calls functional.
Yohann Ferreira
2
-0
/
+8
2011-07-01
make update-po + gettext special comment added.
Yohann Ferreira
1
-0
/
+5
2011-06-24
Made use of the attack speed sent by the tA server.
Yohann Ferreira
1
-2
/
+5
2011-06-23
Fixed type in the guildhandler message as reported by Der Loisl.
Yohann Ferreira
1
-1
/
+1
2011-06-22
Applied fixes requested by cody.
Yohann Ferreira
3
-5
/
+5
2011-06-16
Remove useless ping packet
Ben Longbons
3
-16
/
+0
2011-06-04
Fixing movement on tA
Stefan Dombrowski
1
-2
/
+2
2011-06-04
Revert "Fix sending coordinates for tmwAthena"
Jared Adams
1
-12
/
+6
2011-06-04
Fix sending coordinates for tmwAthena
Jared Adams
1
-6
/
+12
2011-06-04
Fix handling of 16- and 32-bit number in tmwAthena netcode
Jared Adams
2
-8
/
+29
2011-06-03
Replace SDL_types.h with cstdint
Jared Adams
10
-33
/
+20
2011-06-03
Cleanup network code to use unsigned integers of the relevant size
Ben Longbons
4
-59
/
+30
2011-06-02
Arbitrary code cleanups
Thorbjørn Lindeijer
4
-21
/
+11
2011-05-30
Remove some uneeded offsetting
Jared Adams
1
-1
/
+1
2011-05-28
Fixing setting of being position
Stefan Dombrowski
1
-2
/
+3
2011-05-26
tmwAthena supports 9 characters per account
Jared Adams
1
-5
/
+1
2011-05-15
Starting to fix party invite
Stefan Dombrowski
1
-1
/
+1
2011-05-09
Remove or comment duplicate tmwA packets, and fix a typo
Ben Longbons
2
-8
/
+6
2011-05-02
Remove an unused variable in packet handling.
Jared Adams
1
-2
/
+2
2011-04-30
Merge branch '0.5'
Yohann Ferreira
5
-14
/
+40
2011-04-29
Made the client load the skills.xml again.
Yohann Ferreira
1
-1
/
+1
2011-04-27
Fixing crash when selecting a character that has a Dark Talisman equipped
Stefan Dombrowski
2
-1
/
+4
2011-04-26
Made the client use a unique kind of movement code.
Yohann Ferreira
8
-52
/
+188
2011-04-14
Add missing auth failure reasons
Ben Longbons
1
-0
/
+9
2011-04-12
Limit the number of pick-up packets to avoid kick from the server
Stefan Dombrowski
1
-0
/
+5
2011-04-11
Removing annoying NPC trade messages from chat
Stefan Dombrowski
2
-15
/
+15
2011-04-09
Removed a lot of useless "documentation"
Thorbjørn Lindeijer
3
-7
/
+2
2011-04-09
Renamed Listener to EventListener
Thorbjørn Lindeijer
4
-7
/
+7
2011-04-09
Removed the Mana namespace
Thorbjørn Lindeijer
10
-67
/
+67
2011-04-09
Moved Channels to Mana::Event::Channel
Thorbjørn Lindeijer
9
-31
/
+31
2011-04-09
Moved Events to Mana::Event::Type
Thorbjørn Lindeijer
7
-30
/
+30
2011-03-29
Made the flooritems position set back in pixels.
Yohann Ferreira
1
-3
/
+11
2011-03-29
Added the Map::getTileCenter() convenience function.
Yohann Ferreira
2
-31
/
+19
2011-03-28
Random cleanups - Part 2
Yohann Ferreira
1
-5
/
+5
2011-03-28
Random code cleanups requested righteously by Thorbjorn - part 1.
Yohann Ferreira
3
-19
/
+9
2011-03-28
Added some tolerance on the tA being position message.
Yohann Ferreira
1
-1
/
+11
2011-03-17
Simplified the get/setAttackRange() functions as requested.
Yohann Ferreira
1
-2
/
+2
2011-03-17
Handle ta move and position message in a more generic way.
Yohann Ferreira
1
-86
/
+47
2011-03-17
Now the client centers the pixel positions when using tA.
Yohann Ferreira
1
-0
/
+3
2011-03-16
Fixed the bug with remote player movement animation,
Yohann Ferreira
1
-7
/
+9
2011-03-16
Fixed the attack range handling for both servers.
Yohann Ferreira
1
-1
/
+22
2011-03-15
Made the tA Beinghandler avoid dealing with flawed coordinates.
Yohann Ferreira
1
-51
/
+81
2011-03-15
Add a tolerance check on current position to limit desyncs.
Yohann Ferreira
1
-11
/
+42
2011-03-15
Implemented a screen shake effect system in the viewport class.
Philipp Sehmisch
1
-0
/
+1
2011-03-15
Reset destination to position at warp time for TmwAthena.
Yohann Ferreira
1
-2
/
+5
2011-03-15
Simplify the tmwAthena calculation of the pixel/tick speed.
Yohann Ferreira
1
-11
/
+3
2011-03-15
Basically merged the two movement algorithms into one.
Yohann Ferreira
7
-35
/
+132
[next]