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-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
2007-08-10
Added Lua function for warping people around.
Guillaume Melquiond
1
-0
/
+38
2007-08-10
Improved helper functions for Lua scripts. Associated scripts to maps.
Guillaume Melquiond
4
-8
/
+32
2007-08-09
Moved creation of testing NPC from C++ to Lua.
Guillaume Melquiond
3
-21
/
+71
2007-08-09
Converted testing NPC to Lua.
Guillaume Melquiond
1
-2
/
+84
2007-08-09
Converted NPC class to scripting engine.
Guillaume Melquiond
6
-51
/
+87
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
7
-81
/
+307
2007-08-09
Removed useless references to script header.
Guillaume Melquiond
2
-16
/
+1
2007-08-09
Fixed item move toward a not yet existing slot.
Guillaume Melquiond
1
-1
/
+9
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
7
-16
/
+170
2007-08-01
Added notification on changes of look.
Guillaume Melquiond
3
-87
/
+157
2007-07-31
Added protocol for removing equipment. Compressed inventory message a bit.
Guillaume Melquiond
4
-23
/
+67
2007-07-29
Added support for trading.
Guillaume Melquiond
12
-74
/
+513
2007-07-28
Revert to the old pathfinding system without collision with beings, as the ne...
Guillaume Melquiond
4
-66
/
+14
2007-07-28
Replaced user names by client pointers when handling channels, in order to re...
Guillaume Melquiond
11
-125
/
+104
2007-07-25
Added being speed to protocol.
Guillaume Melquiond
5
-11
/
+18
2007-07-25
Removed a host of unnecessary methods from ChatChannelManager.
Bjørn Lindeijer
9
-340
/
+243
2007-07-23
Commented out code unavailable from client side. Added support for NPCs.
Guillaume Melquiond
12
-12
/
+176
2007-07-23
Sent proper monster identifiers.
Guillaume Melquiond
2
-2
/
+20
2007-07-20
Separated ChatClient class from chathandler.cpp, cleaned up handling of
Bjørn Lindeijer
9
-660
/
+780
2007-07-17
Some more cleanup of chat handler related code.
Bjørn Lindeijer
9
-262
/
+240
2007-07-17
Implemented loading of warp and spawn areas from map files.
Eugenio Favalli
5
-35
/
+136
2007-07-15
Some cleaning up of the chat channel manager code.
Bjørn Lindeijer
4
-236
/
+263
2007-07-14
Reduced size of equipment packets. Fixed packet sending on object distance ch...
Guillaume Melquiond
2
-32
/
+76
2007-07-12
Added support for visible equipment.
Guillaume Melquiond
7
-10
/
+42
2007-07-08
Update account database on unexpected client disconnection.
Guillaume Melquiond
1
-0
/
+1
2007-07-08
Added monster drops.
Guillaume Melquiond
11
-21
/
+263
[prev]
[next]