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
2007-09-16
Added global accounting of beings.
Guillaume Melquiond
8
-8
/
+156
2007-09-16
Cleaned game-server handler a bit before adding statistics.
Guillaume Melquiond
7
-63
/
+94
2007-09-10
Added first draft of admin/gm commands reference.
Eugenio Favalli
2
-0
/
+68
2007-09-10
Spawn rate and limit are now read from map files and really fixed size of spa...
Eugenio Favalli
4
-9
/
+34
2007-09-10
Dimensionless spawn points now spawn over the whole map.
Eugenio Favalli
4
-17
/
+34
2007-08-31
Implemented "ban" remote command.
Guillaume Melquiond
8
-3
/
+95
2007-08-31
Plugged several account leaks on error. Prevented banned players from logging...
Guillaume Melquiond
5
-6
/
+48
2007-08-31
Cleaned a bit more.
Guillaume Melquiond
1
-6
/
+3
2007-08-31
Tidied up account server.
Guillaume Melquiond
6
-116
/
+53
2007-08-31
Implemented "reload" remote command.
Guillaume Melquiond
7
-26
/
+125
2007-08-30
Fixed or removed obsolete comments.
Guillaume Melquiond
2
-11
/
+2
2007-08-30
Missed a few occurrences of "open" when removing them.
Guillaume Melquiond
1
-17
/
+0
2007-08-30
Got rid of abstract storage and reference-counted pointers. Fixed lifetime of...
Guillaume Melquiond
25
-1188
/
+379
2007-08-30
Fixed compile error by reverting to old constructor syntax.
Guillaume Melquiond
1
-1
/
+1
2007-08-29
Fixed handling of account levels.
Guillaume Melquiond
6
-38
/
+14
2007-08-29
Replaced event system. Fixed race condition between quest variable recovery a...
Guillaume Melquiond
17
-155
/
+353
2007-08-29
Implemented "goto" and "recall" remote commands.
Guillaume Melquiond
2
-0
/
+20
2007-08-29
Completed handler for admin commands, so that they can also touch local players.
Guillaume Melquiond
4
-2
/
+38
2007-08-29
Commented non-compliant coding.
Guillaume Melquiond
1
-0
/
+5
2007-08-29
Fixed race condition between quest_reply and npc_next.
Guillaume Melquiond
2
-2
/
+15
2007-08-28
Implemented quest variables.
Guillaume Melquiond
16
-46
/
+537
2007-08-27
Removed extensions from map names.
Guillaume Melquiond
5
-22
/
+43
2007-08-27
Added support for uncompressed map files and compressed layers.
Guillaume Melquiond
2
-80
/
+107
2007-08-27
Enabled loading of npcs and scripts from map files.
Eugenio Favalli
5
-53
/
+178
2007-08-27
Implemented "spawn" remote command.
Guillaume Melquiond
2
-1
/
+34
2007-08-27
Implemented "drop" remote command.
Guillaume Melquiond
2
-17
/
+56
2007-08-27
Implemented "money" remote command.
Guillaume Melquiond
2
-2
/
+33
2007-08-27
Added support for user commands. Implemented "warp" and "item".
Guillaume Melquiond
14
-143
/
+320
2007-08-20
Removed useless function prefixes. Commented Lua internal variables.
Guillaume Melquiond
3
-18
/
+33
2007-08-20
Defined two helper functions to abstract away money being available under
Bjørn Lindeijer
5
-6
/
+37
2007-08-20
Enabled Lua scripting by default.
Guillaume Melquiond
2
-7
/
+10
2007-08-20
Prevented access to uninitialized engines.
Guillaume Melquiond
2
-5
/
+12
2007-08-19
Implemented use of items, e.g. food.
Guillaume Melquiond
7
-72
/
+50
2007-08-19
Allowed Lua scripts to query and change money.
Guillaume Melquiond
3
-6
/
+27
2007-08-19
Added support for protective equipment.
Guillaume Melquiond
13
-34
/
+208
2007-08-18
First part of a patch for completing the RPG system (character attributes) of...
Guillaume Melquiond
22
-505
/
+551
2007-08-17
Used TokenCollector to manage cookies in ChatHandler.
Guillaume Melquiond
4
-104
/
+85
2007-08-17
Marked internal member as private.
Guillaume Melquiond
1
-7
/
+8
2007-08-17
Simplified TokenCollector and fixed a few bugs. Moved its implementation outs...
Guillaume Melquiond
4
-265
/
+210
2007-08-17
Ignore hidden directories used by building tools.
Guillaume Melquiond
0
-0
/
+0
2007-08-17
Handled multiple connections by allowing client to take over characters.
Guillaume Melquiond
4
-14
/
+47
2007-08-17
Added Lua function for trading between players and NPCs.
Guillaume Melquiond
3
-26
/
+44
2007-08-16
Improved NPC state machine, so that the engine avoids waiting, once the last ...
Guillaume Melquiond
2
-17
/
+73
2007-08-15
Marked internal variables of Lua scripts as local.
Guillaume Melquiond
2
-8
/
+8
2007-08-15
Added helper functions for loading files and NPCs as scripts. Put Lua helpers...
Guillaume Melquiond
7
-129
/
+183
2007-08-14
Made it possible to load scripts from strings instead of files.
Guillaume Melquiond
5
-43
/
+50
2007-08-14
Involved money in trade handler.
Guillaume Melquiond
7
-16
/
+79
2007-08-14
Fixed incorrect update message when merging item stacks and removing one of t...
Guillaume Melquiond
2
-4
/
+7
2007-08-14
Handled money as part of the inventory.
Guillaume Melquiond
13
-75
/
+82
2007-08-13
Implemented buy/sell handler.
Guillaume Melquiond
13
-40
/
+364
[next]