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-08-29
Merge branch 'testing'
Freeyorp
59
-1926
/
+3487
2010-08-22
Some coding style tweaks
Thorbjørn Lindeijer
3
-20
/
+16
2010-08-22
Pass a script name to Lua for proper reporting of error locations
Thorbjørn Lindeijer
5
-10
/
+14
2010-08-22
Rename some stuff to conform to naming conventions
Thorbjørn Lindeijer
6
-33
/
+31
2010-08-22
Print out a backtrace when a Lua error is raised
Thorbjørn Lindeijer
2
-20
/
+26
2010-08-22
Print out the actual error message in case of a syntax error
Thorbjørn Lindeijer
1
-3
/
+7
2010-08-22
Another small simplification
Thorbjørn Lindeijer
1
-7
/
+1
2010-08-22
Avoid collision with type 'int' in SQL query
Thorbjørn Lindeijer
1
-12
/
+7
2010-08-22
Added an empty mana-status-effect.xml to the example
Thorbjørn Lindeijer
1
-0
/
+3
2010-08-22
Changed the location of configuration, logs and stats
Thorbjørn Lindeijer
6
-104
/
+55
2010-08-21
Fixed version in database table creation files
Thorbjørn Lindeijer
2
-2
/
+2
2010-08-21
Perform more detailed argument checking in Lua functions
Thorbjørn Lindeijer
1
-154
/
+101
2010-08-18
Change references from database version 10 to version 11 to reflect changes m...
Freeyorp
4
-4
/
+4
2010-08-17
Add enet files to codeblocks
Stefan Dombrowski
3
-2
/
+45
2010-08-15
Add static libraries to .gitignore
Bernd Wachter
1
-0
/
+3
2010-08-15
Add included enet to CMake
Bernd Wachter
3
-3
/
+65
2010-08-15
Add enet files
Bernd Wachter
22
-0
/
+5862
2010-08-14
Set the database ID of a new character immediately after creating it.
Freeyorp
1
-3
/
+3
2010-08-13
Fix enet check macros.
Freeyorp
2
-3
/
+3
2010-08-09
Fix enet version check
Jared Adams
2
-3
/
+15
2010-08-07
Worked around a typo in the update script from version 7 to 8
Thorbjørn Lindeijer
2
-2
/
+3
2010-08-07
Also provide an update script for MySQL
Thorbjørn Lindeijer
1
-0
/
+3
2010-08-07
Fixed index creation on mana_char_kill_stats table
Thorbjørn Lindeijer
3
-2
/
+11
2010-08-07
Fixed typo
Thorbjørn Lindeijer
1
-1
/
+1
2010-08-07
Revert "Added a method of updating the passwords of an existing database"
Thorbjørn Lindeijer
2
-50
/
+0
2010-08-07
Renamed modifiedAttribute to updateDerivedAttributes
Thorbjørn Lindeijer
6
-17
/
+17
2010-08-04
Merge branch 'master' of gitorious.org:mana/manaserv
Yohann Ferreira
2
-0
/
+21
2010-08-03
Add sanity checks for hp when hp or max hp change.
Freeyorp
1
-0
/
+6
2010-08-03
Allow default values for attributes at character creation time.
Freeyorp
3
-8
/
+41
2010-08-02
Fix enet version check
Jared Adams
2
-13
/
+7
2010-08-02
Changed the stat file name to attributes.xml.
Yohann Ferreira
5
-14
/
+20
2010-08-02
Add support for enet 1.3
Jared Adams
2
-0
/
+27
2010-07-30
Fixed a little mistake done in Monster::setAttribute.
Yohann Ferreira
1
-4
/
+4
2010-07-30
Made the game-server compile again with CMake.
Yohann Ferreira
1
-0
/
+8
2010-07-30
Merge branch 'master' of gitorious.org:mana/manaserv
Yohann Ferreira
6
-22
/
+173
2010-07-28
Added back the forgotten Being::attackType enum in the server.
Yohann Ferreira
1
-1
/
+15
2010-07-23
Added a simple sanity check to avoid a gameserver crash at login.
Yohann Ferreira
1
-5
/
+11
2010-07-23
Fixing compatibility with cmake 2.6.0
Renato Alves
1
-2
/
+2
2010-07-22
Upgraded Skill Map loading.
Yohann Ferreira
4
-19
/
+151
2010-07-10
Add in stubs for scripted item effects
Freeyorp
3
-0
/
+41
2010-07-10
New attribute system and major changes to many low-level areas.
Freeyorp
56
-1929
/
+3397
2010-07-09
Added LUA script bindings for manipulating the specials available to a charac...
Philipp Sehmisch
18
-32
/
+374
2010-07-08
Made Manaserv accept parameters enclosed with double-quotes.
Yohann Ferreira
1
-3
/
+34
2010-06-22
Fixed the up down monster attack direction and comment trivial fixes.
Philipp Sehmisch
2
-4
/
+4
2010-06-07
Update Code::Blocks project files
Jared Adams
2
-2
/
+4
2010-06-06
Arbitrary cleanups and marked GameHandler::getClientByNameSlow const
Thorbjørn Lindeijer
4
-21
/
+18
2010-06-06
More const correctness and small code cleanups
Thorbjørn Lindeijer
13
-86
/
+65
2010-06-06
Made methods of GuildManager const where appropriate
Thorbjørn Lindeijer
2
-42
/
+18
2010-06-06
Made methods of the Guild class const where appropriate
Thorbjørn Lindeijer
3
-37
/
+24
2010-05-31
Added minimal example global_events.lua
Philipp Sehmisch
1
-0
/
+57
[next]