index
:
mana/manaserv
lpc2012
master
A flexible 2D MMORPG server
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2006-08-02
Put object files in subdirectories.
Guillaume Melquiond
2
-2
/
+7
2006-08-02
ChangeLog
Eugenio Favalli
1
-0
/
+4
2006-08-02
Updated project files.
Eugenio Favalli
2
-5
/
+15
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
3
-76
/
+91
2006-08-01
Some messing about towards making cleaner code.
Bjørn Lindeijer
10
-178
/
+283
2006-07-31
Fixed registering for the test client (send version as integer) and corrected
Bjørn Lindeijer
4
-10
/
+13
2006-07-27
Bah, too tired
Eugenio Favalli
1
-1
/
+2
2006-07-27
Client version is being sent also during registration.
Eugenio Favalli
3
-4
/
+5
2006-07-27
Modified client version to be an int.
Eugenio Favalli
3
-5
/
+7
2006-07-27
Updated project files.
Eugenio Favalli
3
-65
/
+59
2006-07-27
First step toward a restructured class hierarchy for world actors: add
Guillaume Melquiond
45
-1143
/
+419
2006-07-26
Send some character's infos after a successful login, removed a useless byte,...
Eugenio Favalli
4
-12
/
+436
2006-07-13
Updated Dev-C++ project file.
Eugenio Favalli
2
-74
/
+78
2006-06-17
Started handling beings on maps.
Guillaume Melquiond
7
-173
/
+119
2006-06-11
Sanitized message packets and errors to take server split into account.
Guillaume Melquiond
8
-760
/
+421
2006-05-23
Split server into three logical servers: an account server, a chat
Guillaume Melquiond
22
-847
/
+919
2006-05-22
Updated Dev-C++ project file.
Eugenio Favalli
2
-68
/
+72
2006-05-20
Changed ConnectionHandler and NetComputer into low-level base classes;
Guillaume Melquiond
19
-287
/
+303
2006-05-19
Switched to a monothreaded server. Fixed segfaults after disconnect.
Guillaume Melquiond
7
-442
/
+140
2006-05-14
Prevent account from being created when an error is detected.
Guillaume Melquiond
3
-5
/
+22
2006-05-14
Replaced nanosleep with Sleep in Windows and updated Dev-C++ project file.
Eugenio Favalli
3
-41
/
+100
2006-05-14
Replaced strnlen by memchr.
Guillaume Melquiond
2
-2
/
+8
2006-05-14
Applied a patch by Guillaume that fixes and optimizes
Bjørn Lindeijer
4
-15
/
+19
2006-05-14
Applied a patch by Guillaume that makes the server sleep between ticks instead
Bjørn Lindeijer
4
-27
/
+42
2006-05-14
Applied another patch by Guillaume Melquiond which fixed a number of issues
Bjørn Lindeijer
6
-73
/
+60
2006-05-13
Applied patch by Guillaume Melquiond which adds ENet check and adds timer.cpp/h
Bjørn Lindeijer
8
-45
/
+73
2006-05-03
only yield main thread when there isn't anything to do.
Philipp Sehmisch
2
-6
/
+10
2006-04-30
removed the last remains of SDL
Philipp Sehmisch
5
-520
/
+6
2006-04-30
made sure every compiler uses a 64bit unsigned integer for getTimeInMillisec.
Philipp Sehmisch
3
-13
/
+21
2006-04-30
fixed some problems of the timer class
Philipp Sehmisch
6
-28
/
+169
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
4
-50
/
+185
2006-04-28
Got rid of SDL threads, now using pthreads.
Eugenio Favalli
4
-18
/
+27
2006-04-28
Merged enet_switch changes r2268:2309 into the trunk.
Eugenio Favalli
14
-632
/
+914
2006-03-14
Updated project file.
Eugenio Favalli
2
-8
/
+32
2006-03-06
A bunch of cleanups.
Björn Steinbrink
3
-73
/
+54
2006-03-06
Cleaned up unnecessary header dependencies and fixed some indentations.
Björn Steinbrink
61
-186
/
+226
2006-03-05
Forgot the changelog.
Yohann Ferreira
1
-2
/
+9
2006-03-05
Added the server code to enter and leave a channel. Some minor fix to the sta...
Yohann Ferreira
6
-6
/
+151
2006-02-28
Restructured repository to be in $MODULE/{trunk,tags,branches} format.
Björn Steinbrink
0
-0
/
+0
2006-02-19
Made use of counted pointer for objects, just the way it is for beings.
Yohann Ferreira
4
-21
/
+31
2006-02-18
Updated server packets documentation. Some minor updates.
Yohann Ferreira
5
-83
/
+371
2006-01-24
Chat Channeling Commit part 4. Renamed the slang filter into StringFilter and...
Yohann Ferreira
18
-136
/
+471
2006-01-21
Corrected a mistake. and made a simple way to avoid crashing sql queries. Nee...
Yohann Ferreira
4
-35
/
+95
2006-01-21
Very little corrections.
Yohann Ferreira
5
-14
/
+25
2006-01-20
Chat channeling commit part 3. Is now linked with the connection handler to c...
Yohann Ferreira
14
-61
/
+142
2006-01-18
Simplified isLoaded method, change also noted by Doener.
Bjørn Lindeijer
3
-12
/
+6
2006-01-18
Some insignificant changes to usage of the const keyword.
Bjørn Lindeijer
4
-24
/
+33
2006-01-18
Chat channeling commit part 2.
Yohann Ferreira
10
-117
/
+243
[next]