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-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
2007-08-13
Updated project files and added scripting engine.
Eugenio Favalli
3
-12
/
+32
2007-08-13
Deleted obsolete files. Cleaned configuration. Removed obsolete SQL tables.
Guillaume Melquiond
17
-941
/
+55
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
3
-6
/
+117
2007-08-10
Removed colon in NPC choice messages.
Guillaume Melquiond
3
-10
/
+17
2007-08-10
Added Lua function for warping people around.
Guillaume Melquiond
3
-0
/
+57
2007-08-10
Improved helper functions for Lua scripts. Associated scripts to maps.
Guillaume Melquiond
6
-24
/
+102
2007-08-10
Played with Lua coroutines to simplify writing scripts.
Guillaume Melquiond
1
-7
/
+62
2007-08-09
Moved creation of testing NPC from C++ to Lua.
Guillaume Melquiond
4
-26
/
+75
2007-08-09
Converted testing NPC to Lua.
Guillaume Melquiond
3
-2
/
+109
2007-08-09
Converted NPC class to scripting engine.
Guillaume Melquiond
7
-51
/
+89
2007-08-09
Prevented player from merging too many items.
Guillaume Melquiond
1
-1
/
+2
2007-08-09
Fixed strange behavior of inventory.
Guillaume Melquiond
1
-3
/
+3
2007-08-09
Added new scripting interface and Lua engine.
Guillaume Melquiond
9
-82
/
+319
2007-08-09
Removed useless references to script header.
Guillaume Melquiond
3
-16
/
+3
2007-08-09
Fixed item move toward a not yet existing slot.
Guillaume Melquiond
2
-1
/
+14
2007-08-08
Untested means full of trivial bugs.
Guillaume Melquiond
1
-8
/
+9
2007-08-08
Changed some argument types. Added untested protocol for moving objects betwe...
Guillaume Melquiond
8
-16
/
+180
2007-08-01
Added notification on changes of look.
Guillaume Melquiond
4
-87
/
+167
[prev]
[next]