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
2013-05-04
Client-side settings are now available from settings.xml too, so example/sett...
Przemysław Grzywacz
1
-1
/
+4
2013-05-04
Added missing files to the codeblocks project
Erik Schilling
1
-0
/
+2
2013-05-03
Maps are now configured in settings.xml too
Przemysław Grzywacz
6
-70
/
+84
2013-05-03
Made member function tables available as a globals
Thorbjørn Lindeijer
5
-25
/
+30
2013-05-02
Fixed a bunch of cppcheck warnings
Erik Schilling
21
-93
/
+78
2013-04-30
Bumped the protocol version to 3
Thorbjørn Lindeijer
1
-1
/
+1
2013-04-29
Single xml solution
Przemysław Grzywacz
24
-577
/
+902
2013-04-29
Fixed two SQL queries that broke since NULL -> nullptr replacement
Thorbjørn Lindeijer
1
-3
/
+3
2013-04-27
Warn at failing overrides
Erik Schilling
1
-1
/
+2
2013-04-27
Use nullptr instead of NULL everywhere
Erik Schilling
39
-78
/
+78
2013-04-27
Added a few file to .gitignore
Erik Schilling
1
-0
/
+12
2013-04-27
Fixed typo in script docs
Erik Schilling
1
-1
/
+1
2013-04-25
Fixed crash when checking whether a character is already online
Thorbjørn Lindeijer
1
-3
/
+2
2013-04-25
Simplified BeingComponent::updateDirection
Thorbjørn Lindeijer
2
-74
/
+7
2013-04-22
Removed old monster attributes
Erik Schilling
1
-3
/
+0
2013-04-15
Forgot to rename npc_message in some docs
Thorbjørn Lindeijer
1
-11
/
+11
2013-04-15
Fixed small script documentation error
Thorbjørn Lindeijer
1
-1
/
+1
2013-04-15
Fixed error message
Thorbjørn Lindeijer
1
-1
/
+1
2013-04-15
Used static_assert for static assertion
Thorbjørn Lindeijer
1
-1
/
+2
2013-04-15
Dropped the & from the Lua function tables
Thorbjørn Lindeijer
1
-149
/
+149
2013-04-15
Moved functions to entity members where appropriate
Thorbjørn Lindeijer
22
-608
/
+723
2013-04-14
Simplified some script function names
Thorbjørn Lindeijer
9
-112
/
+109
2013-04-14
Removed NPC and character parameters from NPC functions
Thorbjørn Lindeijer
11
-139
/
+143
2013-04-14
Use a full user data for Entity references
Thorbjørn Lindeijer
7
-96
/
+65
2013-04-13
Don't try to kill the connection of a deleted character
Thorbjørn Lindeijer
1
-1
/
+1
2013-04-13
Added -std=c++0x compiler flag to the codeblocks files
Postremus
2
-1
/
+3
2013-04-13
Actually use transactions for mysql updates
Erik Schilling
2
-4
/
+4
2013-04-12
Fixed uninitialised variable warning in valgrind
Erik Schilling
1
-0
/
+1
2013-04-12
Fixed too long lua documentation
Erik Schilling
1
-21
/
+46
2013-04-12
Removed static member definitions that are no longer needed
Thorbjørn Lindeijer
6
-11
/
+1
2013-04-12
Removed CharacterData member from CharacterComponent
Thorbjørn Lindeijer
3
-9
/
+3
2013-04-12
Moved Actor into an Component
Erik Schilling
33
-408
/
+429
2013-04-11
Converted Being into a Component
Erik Schilling
49
-872
/
+1051
2013-04-11
Converted the Character class into a component
Erik Schilling
42
-760
/
+1178
2013-04-11
Renamed Character -> CharacterData in the accountserver
Erik Schilling
14
-68
/
+70
2013-04-10
Fixed @kill killing yourself
Erik Schilling
1
-1
/
+1
2013-04-07
Fixed undefined #defines in mingw and c++0x
Erik Schilling
3
-1
/
+8
2013-04-03
Moved the Monster class to a Component
Erik Schilling
14
-123
/
+160
2013-04-02
Fixed multiple warnings and errors that blocked c++0x
Erik Schilling
18
-53
/
+74
2013-04-02
Removed old commandhandler approach
Erik Schilling
2
-440
/
+0
2013-04-02
Moved fighting code into a component
Erik Schilling
23
-374
/
+651
2013-03-25
Moved documentation out of class definition
Thorbjørn Lindeijer
2
-68
/
+97
2013-03-25
Changed NPC to an NpcComponent added to a Being
Thorbjørn Lindeijer
14
-172
/
+178
2013-03-25
Changed Effect to a component of Actor
Thorbjørn Lindeijer
9
-53
/
+61
2013-03-25
Changed Item to a component of Actor
Thorbjørn Lindeijer
15
-84
/
+129
2013-03-25
Changed SpawnArea and TriggerArea to components of Entity
Thorbjørn Lindeijer
13
-65
/
+202
2013-02-25
Removed some outdated and not useful documentation
Thorbjørn Lindeijer
3
-113
/
+0
2013-02-24
Fixed installation of Lua scripts
Thorbjørn Lindeijer
1
-0
/
+1
2013-02-24
Removed mentioning of retired struct
Thorbjørn Lindeijer
1
-2
/
+0
2013-02-24
Added Debug class for more convenient debugging output
Thorbjørn Lindeijer
1
-0
/
+34
[prev]
[next]