index
:
mana/manaserv
lpc2012
master
A flexible 2D MMORPG server
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2007-09-22
Cleaned both configuration and resource managers.
Guillaume Melquiond
22
-572
/
+348
2007-09-16
Added global accounting of beings.
Guillaume Melquiond
7
-8
/
+149
2007-09-16
Cleaned game-server handler a bit before adding statistics.
Guillaume Melquiond
6
-61
/
+82
2007-09-10
Spawn rate and limit are now read from map files and really fixed size of spa...
Eugenio Favalli
3
-9
/
+31
2007-09-10
Dimensionless spawn points now spawn over the whole map.
Eugenio Favalli
1
-3
/
+5
2007-08-31
Implemented "ban" remote command.
Guillaume Melquiond
7
-3
/
+88
2007-08-31
Plugged several account leaks on error. Prevented banned players from logging...
Guillaume Melquiond
4
-6
/
+42
2007-08-31
Cleaned a bit more.
Guillaume Melquiond
1
-6
/
+3
2007-08-31
Tidied up account server.
Guillaume Melquiond
5
-116
/
+47
2007-08-31
Implemented "reload" remote command.
Guillaume Melquiond
5
-24
/
+113
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
24
-1188
/
+355
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
5
-38
/
+10
2007-08-29
Replaced event system. Fixed race condition between quest variable recovery a...
Guillaume Melquiond
16
-155
/
+338
2007-08-29
Implemented "goto" and "recall" remote commands.
Guillaume Melquiond
1
-0
/
+18
2007-08-29
Completed handler for admin commands, so that they can also touch local players.
Guillaume Melquiond
3
-2
/
+35
2007-08-29
Commented non-compliant coding.
Guillaume Melquiond
1
-0
/
+5
2007-08-28
Implemented quest variables.
Guillaume Melquiond
13
-11
/
+440
2007-08-27
Removed extensions from map names.
Guillaume Melquiond
3
-3
/
+19
2007-08-27
Added support for uncompressed map files and compressed layers.
Guillaume Melquiond
1
-80
/
+105
2007-08-27
Enabled loading of npcs and scripts from map files.
Eugenio Favalli
2
-53
/
+128
2007-08-27
Implemented "spawn" remote command.
Guillaume Melquiond
1
-0
/
+33
2007-08-27
Implemented "drop" remote command.
Guillaume Melquiond
1
-15
/
+54
2007-08-27
Implemented "money" remote command.
Guillaume Melquiond
1
-0
/
+30
2007-08-27
Added support for user commands. Implemented "warp" and "item".
Guillaume Melquiond
13
-143
/
+307
2007-08-20
Removed useless function prefixes. Commented Lua internal variables.
Guillaume Melquiond
1
-15
/
+15
2007-08-20
Defined two helper functions to abstract away money being available under
Bjørn Lindeijer
2
-3
/
+15
2007-08-20
Prevented access to uninitialized engines.
Guillaume Melquiond
1
-5
/
+8
2007-08-19
Implemented use of items, e.g. food.
Guillaume Melquiond
6
-72
/
+45
2007-08-19
Allowed Lua scripts to query and change money.
Guillaume Melquiond
1
-3
/
+16
2007-08-19
Added support for protective equipment.
Guillaume Melquiond
12
-34
/
+192
2007-08-18
First part of a patch for completing the RPG system (character attributes) of...
Guillaume Melquiond
21
-505
/
+533
2007-08-17
Used TokenCollector to manage cookies in ChatHandler.
Guillaume Melquiond
3
-104
/
+83
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
3
-265
/
+207
2007-08-17
Handled multiple connections by allowing client to take over characters.
Guillaume Melquiond
3
-14
/
+44
2007-08-17
Added Lua function for trading between players and NPCs.
Guillaume Melquiond
1
-24
/
+37
2007-08-15
Marked internal variables of Lua scripts as local.
Guillaume Melquiond
1
-3
/
+3
2007-08-15
Added helper functions for loading files and NPCs as scripts. Put Lua helpers...
Guillaume Melquiond
4
-19
/
+62
2007-08-14
Made it possible to load scripts from strings instead of files.
Guillaume Melquiond
4
-43
/
+47
2007-08-14
Involved money in trade handler.
Guillaume Melquiond
6
-16
/
+75
2007-08-14
Fixed incorrect update message when merging item stacks and removing one of t...
Guillaume Melquiond
1
-4
/
+5
2007-08-14
Handled money as part of the inventory.
Guillaume Melquiond
12
-75
/
+69
2007-08-13
Implemented buy/sell handler.
Guillaume Melquiond
11
-39
/
+352
2007-08-13
Deleted obsolete files. Cleaned configuration. Removed obsolete SQL tables.
Guillaume Melquiond
14
-814
/
+26
2007-08-11
Prevented scripts from inserting buggy items in inventories.
Guillaume Melquiond
1
-8
/
+11
2007-08-11
Added Lua functions for handling inventories.
Guillaume Melquiond
1
-5
/
+100
2007-08-10
Removed colon in NPC choice messages.
Guillaume Melquiond
1
-4
/
+11
[next]