index
:
mana/manaserv
lpc2012
master
A flexible 2D MMORPG server
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ChangeLog
Age
Commit message (
Expand
)
Author
Files
Lines
2006-08-13
Updated project files.
Eugenio Favalli
1
-0
/
+4
2006-08-10
Removed ConnectionHandler::forceDisconnect method and implemented part of the
Bjørn Lindeijer
1
-0
/
+8
2006-08-06
Changelog converted to UTF-8 (I might want to do some real commits sometime ;)
Björn Steinbrink
1
-14
/
+14
2006-08-06
Implemented crude handling of being movements.
Guillaume Melquiond
1
-0
/
+11
2006-08-04
Generalized the properties functionality as was done in the client before.
Bjørn Lindeijer
1
-0
/
+13
2006-08-04
Strengthened checks for already existing character name or email address.
Guillaume Melquiond
1
-0
/
+5
2006-08-04
Fixed Player ID in messages.
Guillaume Melquiond
1
-0
/
+1
2006-08-04
Added unique ID to Player class.
Guillaume Melquiond
1
-2
/
+5
2006-08-03
Simplified and sped up account flushing: only modified accounts are flushed.
Guillaume Melquiond
1
-0
/
+11
2006-08-02
Defined the GameClient class in its own module.
Bjørn Lindeijer
1
-0
/
+5
2006-08-02
Put handling of logout, unregister and password change messages into separate
Bjørn Lindeijer
1
-1
/
+6
2006-08-02
Put object files in subdirectories.
Guillaume Melquiond
1
-0
/
+5
2006-08-02
ChangeLog
Eugenio Favalli
1
-0
/
+4
2006-08-01
Put handling of registrations in a separate method and cleaned it up a bit.
Bjørn Lindeijer
1
-0
/
+2
2006-08-01
Some messing about towards making cleaner code.
Bjørn Lindeijer
1
-0
/
+12
2006-07-31
Fixed registering for the test client (send version as integer) and corrected
Bjørn Lindeijer
1
-0
/
+5
2006-07-27
Bah, too tired
Eugenio Favalli
1
-1
/
+2
2006-07-27
Client version is being sent also during registration.
Eugenio Favalli
1
-0
/
+1
2006-07-27
Modified client version to be an int.
Eugenio Favalli
1
-0
/
+2
2006-07-27
Updated project files.
Eugenio Favalli
1
-0
/
+4
2006-07-27
First step toward a restructured class hierarchy for world actors: add
Guillaume Melquiond
1
-0
/
+23
2006-07-26
Send some character's infos after a successful login, removed a useless byte,...
Eugenio Favalli
1
-0
/
+6
2006-07-13
Updated Dev-C++ project file.
Eugenio Favalli
1
-0
/
+4
2006-06-17
Started handling beings on maps.
Guillaume Melquiond
1
-2
/
+7
2006-06-11
Sanitized message packets and errors to take server split into account.
Guillaume Melquiond
1
-0
/
+8
2006-05-23
Split server into three logical servers: an account server, a chat
Guillaume Melquiond
1
-0
/
+17
2006-05-22
Updated Dev-C++ project file.
Eugenio Favalli
1
-0
/
+4
2006-05-20
Changed ConnectionHandler and NetComputer into low-level base classes;
Guillaume Melquiond
1
-0
/
+15
2006-05-19
Switched to a monothreaded server. Fixed segfaults after disconnect.
Guillaume Melquiond
1
-0
/
+9
2006-05-14
Prevent account from being created when an error is detected.
Guillaume Melquiond
1
-0
/
+8
2006-05-14
Replaced nanosleep with Sleep in Windows and updated Dev-C++ project file.
Eugenio Favalli
1
-0
/
+5
2006-05-14
Replaced strnlen by memchr.
Guillaume Melquiond
1
-0
/
+5
2006-05-14
Applied a patch by Guillaume that fixes and optimizes
Bjørn Lindeijer
1
-0
/
+3
2006-05-14
Applied a patch by Guillaume that makes the server sleep between ticks instead
Bjørn Lindeijer
1
-0
/
+3
2006-05-14
Applied another patch by Guillaume Melquiond which fixed a number of issues
Bjørn Lindeijer
1
-0
/
+6
2006-05-13
Applied patch by Guillaume Melquiond which adds ENet check and adds timer.cpp/h
Bjørn Lindeijer
1
-14
/
+23
2006-05-03
only yield main thread when there isn't anything to do.
Philipp Sehmisch
1
-1
/
+5
2006-04-30
removed the last remains of SDL
Philipp Sehmisch
1
-4
/
+6
2006-04-30
made sure every compiler uses a 64bit unsigned integer for getTimeInMillisec.
Philipp Sehmisch
1
-1
/
+3
2006-04-30
fixed some problems of the timer class
Philipp Sehmisch
1
-2
/
+7
2006-04-30
forgot to change something in the changelog
Philipp Sehmisch
1
-1
/
+1
2006-04-30
replaced SDL timing with a self written timer class.
Philipp Sehmisch
1
-2
/
+6
2006-04-28
Got rid of SDL threads, now using pthreads.
Eugenio Favalli
1
-0
/
+5
2006-04-28
Merged enet_switch changes r2268:2309 into the trunk.
Eugenio Favalli
1
-0
/
+24
2006-03-14
Updated project file.
Eugenio Favalli
1
-0
/
+4
2006-03-06
A bunch of cleanups.
Björn Steinbrink
1
-0
/
+5
2006-03-06
Cleaned up unnecessary header dependencies and fixed some indentations.
Björn Steinbrink
1
-0
/
+25
2006-03-05
Forgot the changelog.
Yohann Ferreira
1
-2
/
+9
2006-02-19
Made use of counted pointer for objects, just the way it is for beings.
Yohann Ferreira
1
-0
/
+2
2006-02-18
Updated server packets documentation. Some minor updates.
Yohann Ferreira
1
-0
/
+6
[next]