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
2010-12-27
Transaction logging of various command, new transaction codes and style fix.
Philipp Sehmisch
9
-7
/
+156
2010-12-17
Implemented @die chat command
Philipp Sehmisch
2
-2
/
+12
2010-12-17
Fixed a compiler warning.
Philipp Sehmisch
1
-1
/
+1
2010-12-16
Added last missing try catch implementation in storage.cpp
Yohann Ferreira
1
-103
/
+175
2010-12-16
Use bound values for Storage::flush() since it leaked sensitive info.
Yohann Ferreira
1
-7
/
+19
2010-12-16
Fix existing binding use in storage.cpp.
Yohann Ferreira
1
-55
/
+98
2010-12-16
Deharcoded the host and port options for each servers.
Yohann Ferreira
4
-13
/
+56
2010-12-16
Standardized the current errors thrown.
Yohann Ferreira
3
-110
/
+139
2010-12-15
Fix string comparison in map reading
Jared Adams
1
-14
/
+14
2010-12-15
Fix compareStrI function
Jared Adams
1
-1
/
+7
2010-12-15
Allow names and types in map files to be of any case
Jared Adams
1
-14
/
+14
2010-12-14
Dummy commit since it seems my private repo didn't want to update
Yohann Ferreira
1
-0
/
+1
2010-12-14
Remove an outdated comment talking about subversion tagging.
Yohann Ferreira
1
-3
/
+1
2010-12-14
Removed the code preventing from being able to sync items with id < 500.
Yohann Ferreira
1
-4
/
+1
2010-12-14
Second round of small random cleanups on storage.
Yohann Ferreira
2
-63
/
+59
2010-12-14
Small random hacking cleanups.
Yohann Ferreira
1
-163
/
+189
2010-12-13
Moved storage doc from .cpp to .h and updated it.
Yohann Ferreira
2
-248
/
+311
2010-12-08
Fix return codes for many lua functions
Freeyorp
1
-6
/
+6
2010-12-08
Minor cleanup in a number of script functions
Freeyorp
1
-30
/
+6
2010-12-08
Fix many compiler warnings.
Freeyorp
10
-33
/
+31
2010-12-06
Improve warp commands
Jared Adams
2
-15
/
+121
2010-11-18
Made the server return the number of slots in the login/register responses.
Yohann Ferreira
2
-5
/
+16
2010-11-15
Upgrade database version to 12 as it should have been from the latest update.
Yohann Ferreira
3
-3
/
+3
2010-11-15
Updating C::B project
Stefan Dombrowski
6
-12
/
+28
2010-11-14
Fix a potential memleak related to binds when disconnecting with MySQL.
Yohann Ferreira
2
-5
/
+16
2010-11-14
Simplified the use of binding when using MySQL.
Yohann Ferreira
2
-47
/
+82
2010-11-14
Finally fix the logPerDay log option.
Yohann Ferreira
1
-6
/
+17
2010-11-14
Renamed .hpp files into .h for consistency.
Yohann Ferreira
145
-691
/
+730
2010-11-13
Add a warning about the experimental state of PostgreSQL support.
Yohann Ferreira
1
-0
/
+1
2010-11-13
Readd the calculation of base attributes at character's login.
Yohann Ferreira
1
-0
/
+3
2010-11-10
Fix code indentation in the sql related files.
Yohann Ferreira
5
-100
/
+107
2010-11-09
Fixed unregistering on the server-side.
Yohann Ferreira
2
-9
/
+20
2010-11-04
Fully shift being scope attributes into being.
Freeyorp
4
-66
/
+115
2010-11-04
Fix some errors in dispelling non-timed attributes
Freeyorp
3
-17
/
+48
2010-11-04
[PATCH 1/3] Alter the way attribute dependencies are updated.
Yohann Ferreira
1
-32
/
+50
2010-11-03
Renamed write{Byte,Short,Long} to writeInt{8,16,32}
Thorbjørn Lindeijer
18
-525
/
+523
2010-11-02
Trivial code convention fix, promised to thorbjorn ;)
Yohann Ferreira
1
-2
/
+4
2010-11-02
Some random code cleanups.
Yohann Ferreira
4
-72
/
+112
2010-11-01
Prevented a crash in the monster loading code.
Yohann Ferreira
2
-1
/
+12
2010-10-30
Have the PerformTransaction class automatically handle nesting
Thorbjørn Lindeijer
7
-84
/
+91
2010-10-30
Introduced a helper class for performing transactions
Thorbjørn Lindeijer
4
-14
/
+54
2010-10-30
Use a transaction when handling a GAMSG_PLAYER_SYNC message
Thorbjørn Lindeijer
2
-11
/
+21
2010-10-26
Documented the net_clientDataUrl option
Thorbjørn Lindeijer
1
-1
/
+9
2010-10-26
Some none-changes
Thorbjørn Lindeijer
1
-75
/
+33
2010-10-26
Added an empty npcs.xml file to the client data
Thorbjørn Lindeijer
1
-0
/
+10
2010-10-26
Always check for zlib and add the necessary library flags
Thorbjørn Lindeijer
1
-4
/
+3
2010-10-26
Send a client data URL in addition to the update host
Thorbjørn Lindeijer
1
-0
/
+7
2010-10-25
Avoid assertion when removing unknown items
Thorbjørn Lindeijer
1
-3
/
+3
2010-10-25
Fixed crash when the server tries to remove unknown items
Thorbjørn Lindeijer
3
-24
/
+29
2010-10-25
Removed obsolete autoconf files
Thorbjørn Lindeijer
8
-1090
/
+3
[next]