index
:
HoraK-FDF/mana
0.5
0.6
lpc2012
manaserv-char-attr
master
npc-text-formatting
online-player-list
png_dyecmd
release-updates
removed-config-file-checks
Original The Mana World client, now known as simply the Mana client.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2007-01-03
Added message for new items.
Guillaume Melquiond
2
-0
/
+3
2007-01-03
Modified handler for items on floor.
Guillaume Melquiond
2
-24
/
+21
2006-12-30
Updated protocol.
Guillaume Melquiond
4
-41
/
+17
2006-12-29
Improved movement smoothness by avoiding useless changes of sprite direction.
Guillaume Melquiond
1
-1
/
+1
2006-12-29
Implemented catching and displaying of damage notifications.
Philipp Sehmisch
5
-4
/
+23
2006-12-27
Client-sided implementation of attacks
Philipp Sehmisch
8
-8
/
+28
2006-12-11
Merged 0.0 changes from revision 2825 to 2898 to trunk.
Bjørn Lindeijer
5
-55
/
+62
2006-11-05
Merged 0.0 changes from revision 2800 to 2825 to trunk.
Bjørn Lindeijer
1
-0
/
+1
2006-11-02
Merged trunk changes from revision 2716 to 2756 into the 0.1.0 branch.
Bjørn Lindeijer
1
-1
/
+1
2006-11-02
Removed some cruft that was needed for eAthena.
Björn Steinbrink
5
-115
/
+0
2006-11-02
Network layer refactoring.
Björn Steinbrink
24
-231
/
+1217
2006-09-29
Merged trunk changes from revision 2618 to 2716 into the 0.1.0 branch.
Bjørn Lindeijer
1
-8
/
+3
2006-09-09
Fitted being trajectories to synchronization messages.
Guillaume Melquiond
1
-4
/
+11
2006-09-02
Removed pixel-based synchronisation. Added variable length move messages.
Guillaume Melquiond
4
-6
/
+59
2006-09-02
Switched to short IDs for beings.
Guillaume Melquiond
4
-12
/
+14
2006-09-01
Fixed some header issues and updated project files
Eugenio Favalli
1
-2
/
+0
2006-08-28
Merged trunk development between revisions 2530 and 2618 to the 0.1.0 branch.
Bjørn Lindeijer
1
-0
/
+9
2006-08-27
Added support for entering monsters.
Bjørn Lindeijer
2
-14
/
+40
2006-08-27
Removed Being::mFrame field.
Guillaume Melquiond
1
-1
/
+0
2006-08-27
Added support for leaving beings.
Guillaume Melquiond
2
-0
/
+18
2006-08-27
Got rid of no longer used protocol.cpp
Bjørn Lindeijer
4
-96
/
+1
2006-08-27
Changed to pixel-based coordinates for beings.
Guillaume Melquiond
2
-8
/
+6
2006-08-27
Send movements.
Guillaume Melquiond
2
-4
/
+13
2006-08-26
Got rid of the default MessageOut constructor, since all messages should have
Bjørn Lindeijer
2
-12
/
+0
2006-08-26
Handle "beings move" messages.
Guillaume Melquiond
3
-2
/
+27
2006-08-26
Made the Network class a purely static interface, as there is only one instance.
Guillaume Melquiond
6
-98
/
+55
2006-08-26
Fixed player sprite not showing up.
Bjørn Lindeijer
1
-1
/
+1
2006-08-26
Got rid of numerous additions and substractions to the hair style and color.
Bjørn Lindeijer
1
-2
/
+2
2006-08-26
Implemented "say around" chat.
Guillaume Melquiond
3
-12
/
+34
2006-08-20
GPMSG_PLAYER_MAP_CHANGE is now partly handled.
Bjørn Lindeijer
3
-36
/
+54
2006-08-20
Changed MessageHandler::handleMessage to take a reference instead of a pointer.
Bjørn Lindeijer
32
-414
/
+355
2006-08-20
Fixed selection of player character and implemented sending of game and chat
Bjørn Lindeijer
2
-4
/
+13
2006-08-20
Added documentation and did a bit of cleanup.
Bjørn Lindeijer
2
-72
/
+72
2006-08-20
The Network can now connect to the three servers and affected methods now take
Bjørn Lindeijer
7
-90
/
+169
2006-08-19
Removed incoming packets queue. Messages are now processed as they come in.
Bjørn Lindeijer
2
-27
/
+18
2006-08-15
Fixed typo and forgetting to add APMSG_CHAR_SELECT_RESPONSE to the list of
Bjørn Lindeijer
1
-1
/
+2
2006-08-14
Some preparations towards supporting character select and response handling.
Bjørn Lindeijer
2
-5
/
+28
2006-08-14
Fix warning about jump to case label crossing an initialization.
Bjørn Lindeijer
2
-55
/
+73
2006-08-14
Completed porting of character creation/deletion, fixed some issues with netw...
Eugenio Favalli
10
-157
/
+120
2006-08-13
Verify the gender to prevent crashing when something is wrong with the commun...
Bjørn Lindeijer
2
-7
/
+10
2006-08-02
Ported account registration to tmwserv. There's still a disconnection/reconne...
Eugenio Favalli
3
-2
/
+41
2006-08-01
Fixed several compiler warnings and a linker error when compiling without
Bjørn Lindeijer
3
-13
/
+13
2006-08-01
Moved some basic checks above the checks on the libraries we depend on, in
Bjørn Lindeijer
1
-2
/
+2
2006-07-31
Corrected an off by one error in packet size.
Bjørn Lindeijer
1
-4
/
+5
2006-07-30
Updated TMW to be compatible with Guichan 0.5.0 (merged from guichan-0.5.0
Bjørn Lindeijer
3
-5
/
+12
2006-07-26
Removed char server selection dialog, and added character visualization in ch...
Eugenio Favalli
2
-6
/
+20
2006-07-25
Fixed Linux compiling issues and merged update system fix for Windows.
Bjørn Lindeijer
2
-5
/
+5
2006-07-25
Switched client to use enet and modified login sequence to work with the new ...
Eugenio Favalli
20
-886
/
+626
2006-07-24
Equipments now use real slot positions.
Eugenio Favalli
1
-6
/
+6
2006-07-19
Merged new_animation branch until r2415 into trunk.
Eugenio Favalli
3
-24
/
+24
[prev]
[next]