index
:
mana/manaserv
lpc2012
master
A flexible 2D MMORPG server
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2006-09-04
Fixed wrong ID allocation. Simplified code.
Guillaume Melquiond
3
-80
/
+70
2006-09-03
Added TODO comment on pathfinding.
Guillaume Melquiond
1
-0
/
+1
2006-09-03
Fixed desynchronization due to wrong cost of diagonal moves.
Guillaume Melquiond
1
-6
/
+14
2006-09-03
Added map partitioning to reduce quadratic behavior when checking object ranges.
Guillaume Melquiond
3
-69
/
+517
2006-09-03
Improved flags of Object. Moved sayAround into State.
Guillaume Melquiond
6
-70
/
+69
2006-09-02
Correctly account time for moving objects.
Guillaume Melquiond
1
-2
/
+5
2006-09-02
Implemented unique public IDs.
Guillaume Melquiond
8
-112
/
+323
2006-09-02
Added GameClient pointer to Player class for O(1) message sending.
Guillaume Melquiond
3
-18
/
+23
2006-09-02
Fixed last step detection.
Guillaume Melquiond
1
-1
/
+6
2006-09-02
Simplified server algorithm for moving objects; it now matches the one in the...
Guillaume Melquiond
8
-179
/
+89
2006-09-02
Corrected hair and hair color constants to match those available on the client.
Bjørn Lindeijer
1
-2
/
+2
2006-09-02
Removed pixel-based synchronisation. Added variable length move messages.
Guillaume Melquiond
4
-6
/
+48
2006-09-02
Decorrelated moving object IDs from character database IDs. Switched to short...
Guillaume Melquiond
10
-45
/
+66
2006-08-27
Added a Controller class meant to implement behaviour loosely coupled to the
Bjørn Lindeijer
8
-4
/
+215
2006-08-27
Put Player class in its own module instead of defining it together with Being.
Bjørn Lindeijer
8
-227
/
+255
2006-08-27
Still got rid of ps, pn, po and oo, and fixed efficiency issue.
Bjørn Lindeijer
1
-9
/
+8
2006-08-27
Introduced Point class to replace the confusing and clumsy usage of std::pair.
Bjørn Lindeijer
9
-50
/
+96
2006-08-27
Changed state handler so that entering and leaving beings are only reported w...
Guillaume Melquiond
1
-53
/
+62
2006-08-27
Matched player speed on both server and client.
Guillaume Melquiond
1
-3
/
+1
2006-08-27
Fixed assertion failure on being movements.
Guillaume Melquiond
1
-5
/
+5
2006-08-26
Improve updates when a being just appeared.
Guillaume Melquiond
2
-15
/
+35
2006-08-26
Applied patch by Rogier, adding a stream operator to NetComputer for logging ...
Bjørn Lindeijer
3
-10
/
+26
2006-08-26
Set an arbitrary starting position. Changed "say around" protocol.
Guillaume Melquiond
3
-5
/
+4
2006-08-26
Read game and chat server addresses to send to the client from the configurat...
Bjørn Lindeijer
1
-2
/
+4
2006-08-25
Applied patch by Rogier, addressing TODOs in MessageOut and NetComputer.
Bjørn Lindeijer
14
-93
/
+155
2006-08-20
Handle character create message in separate funcion.
Bjørn Lindeijer
2
-156
/
+165
2006-08-20
Added sending of initial GPMSG_PLAYER_MAP_CHANGE message for joining players.
Bjørn Lindeijer
5
-34
/
+74
2006-08-20
Some code format changes, logging improvals and commenting.
Bjørn Lindeijer
6
-38
/
+72
2006-08-20
Do not send map name and send token before game and chat server information,
Bjørn Lindeijer
1
-6
/
+12
2006-08-19
Renamed Genders to Gender and AccountLevels to AccountLevel.
Bjørn Lindeijer
7
-16
/
+16
2006-08-14
Removed Packet class and the UNKNOWN gender.
Bjørn Lindeijer
16
-242
/
+89
2006-08-14
Changed protocol so that server information are sent on character selection.
Guillaume Melquiond
3
-205
/
+70
2006-08-13
Log sending of messages and include more verbose messages for runserv.sh.
Bjørn Lindeijer
2
-1
/
+5
2006-08-13
Fixed missing constructor in Item class.
Bjørn Lindeijer
1
-23
/
+28
2006-08-13
Changed character list to a sequence of packets and fixed a db issue.
Eugenio Favalli
4
-18
/
+47
2006-08-10
Removed ConnectionHandler::forceDisconnect method and implemented part of the
Bjørn Lindeijer
5
-25
/
+13
2006-08-09
Deleted three old .cvsignore files.
Bjørn Lindeijer
2
-5
/
+0
2006-08-06
Implemented crude handling of being movements.
Guillaume Melquiond
11
-67
/
+242
2006-08-04
Generalized the properties functionality as was done in the client before.
Bjørn Lindeijer
13
-123
/
+171
2006-08-04
Strengthened checks for already existing character name or email address.
Guillaume Melquiond
5
-76
/
+37
2006-08-04
Fixed Player ID in messages.
Guillaume Melquiond
1
-3
/
+3
2006-08-04
Added unique ID to Player class.
Guillaume Melquiond
4
-18
/
+43
2006-08-03
Simplified and sped up account flushing: only modified accounts are flushed.
Guillaume Melquiond
6
-450
/
+136
2006-08-02
Defined the GameClient class in its own module.
Bjørn Lindeijer
4
-63
/
+131
2006-08-02
Put handling of logout, unregister and password change messages into separate
Bjørn Lindeijer
2
-94
/
+126
2006-08-02
Put object files in subdirectories.
Guillaume Melquiond
1
-2
/
+2
2006-08-01
Fixed keywords property not set on these two new files.
Bjørn Lindeijer
2
-2
/
+2
2006-08-01
Put handling of registrations in a separate method and cleaned it up a bit.
Bjørn Lindeijer
2
-76
/
+89
2006-08-01
Some messing about towards making cleaner code.
Bjørn Lindeijer
9
-178
/
+271
2006-07-31
Fixed registering for the test client (send version as integer) and corrected
Bjørn Lindeijer
3
-10
/
+8
[next]