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-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
2010-10-24
Updated link to roadmap in TODO file
Thorbjørn Lindeijer
1
-1
/
+1
2010-10-23
Added example equip.xml
Philipp Sehmisch
1
-0
/
+12
2010-10-22
Made the servers check for positive id in xml db loading.
Yohann Ferreira
7
-45
/
+96
2010-10-20
Fixed syntax error in Code::Blocks gameserver project
A.R. iceslice
1
-1
/
+1
2010-10-20
Fixed the append behaviour of logger::setLogFile().
Yohann Ferreira
3
-3
/
+4
2010-10-19
Added missing files to the Code::Blocks accountserver project
A.R. iceslice
1
-0
/
+2
2010-10-17
Changed the mana_accounts.email field length to 64 characters.
Yohann Ferreira
3
-1
/
+24
2010-10-17
Dehardcode the tileWidth and height, except for the speed conversion.
Yohann Ferreira
11
-52
/
+92
2010-10-17
Fix hp regeneration units.
Freeyorp
1
-2
/
+2
2010-10-17
Get rid of some unneeded direct calls to setBase for attributes.
Freeyorp
1
-8
/
+5
2010-10-17
Synchronise defaults between configuration file and source.
Freeyorp
4
-13
/
+13
2010-10-14
Hopefully fix the logging rotation this time.
Yohann Ferreira
3
-25
/
+89
2010-09-29
Added the new log options in the manaserv.xml.example file.
Yohann Ferreira
1
-0
/
+14
2010-09-29
Add log file rotation support based on ExceptionFault's work.
Yohann Ferreira
5
-19
/
+212
2010-09-27
SQLite: Do a proper upgrade of the mana_characters table
Thorbjørn Lindeijer
1
-11
/
+80
2010-09-22
Added options to disable the server log to standard output to the minimum.
Yohann Ferreira
2
-19
/
+26
2010-09-22
Centralized the servers' exit values.
Yohann Ferreira
6
-42
/
+79
2010-09-18
Converted CRLF to LF in attributes.xml
Thorbjørn Lindeijer
1
-82
/
+82
2010-09-19
Small fixes.
Freeyorp
4
-16
/
+11
2010-09-16
Changed maxSkillCap to game_maxSkillCap as I forgot in last commit.
Yohann Ferreira
1
-42
/
+54
2010-09-16
Upgraded the attributes.xml example to something actually usable.
Yohann Ferreira
1
-38
/
+82
2010-09-15
Fixed characters not being returned at character selection when using MySQL.
Yohann Ferreira
2
-12
/
+12
2010-09-15
Reordered the manaserv.xml.example file and made related code cleanups.
Yohann Ferreira
10
-81
/
+188
2010-09-12
Added an example attributes.xml
Thorbjørn Lindeijer
1
-0
/
+38
2010-09-12
Added script to update SQLite database to version 11
Thorbjørn Lindeijer
1
-0
/
+39
2010-09-12
Fixed removal of hardcoded attributes in the MySQL update script
Thorbjørn Lindeijer
1
-7
/
+7
2010-09-09
Documented all the currently available options in manaserv.xml.example.
Yohann Ferreira
1
-7
/
+33
2010-09-08
Centralized stringToBool conversion.
Yohann Ferreira
14
-123
/
+163
2010-09-07
Added config options to set stats and log files and paths.
Yohann Ferreira
3
-32
/
+52
2010-09-06
Added <points> tag handling in attributes.xml.
Yohann Ferreira
3
-53
/
+95
[next]