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
/
game-server
Age
Commit message (
Collapse
)
Author
Files
Lines
2007-11-13
Trimed script filenames from spaces.
Guillaume Melquiond
1
-2
/
+4
2007-10-27
Made it compile with GCC 4.3
Guillaume Melquiond
5
-22
/
+31
2007-10-18
Removed obsolete data files.
Guillaume Melquiond
1
-2
/
+0
2007-09-27
Ported monster database.
Eugenio Favalli
1
-1
/
+1
2007-09-23
Robustified code with respect to insertion failures.
Guillaume Melquiond
5
-28
/
+94
2007-09-23
Changed delayed events to an explicit interface.
Guillaume Melquiond
6
-66
/
+103
2007-09-22
Cleaned both configuration and resource managers.
Guillaume Melquiond
8
-35
/
+235
2007-09-16
Added global accounting of beings.
Guillaume Melquiond
3
-2
/
+52
2007-09-16
Cleaned game-server handler a bit before adding statistics.
Guillaume Melquiond
1
-1
/
+1
2007-09-10
Spawn rate and limit are now read from map files and really fixed size of ↵
Eugenio Favalli
3
-9
/
+31
spawn area.
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
3
-0
/
+32
2007-08-31
Implemented "reload" remote command.
Guillaume Melquiond
5
-24
/
+113
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
1
-2
/
+2
2007-08-29
Replaced event system. Fixed race condition between quest variable recovery ↵
Guillaume Melquiond
15
-154
/
+336
and character removal.
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
5
-3
/
+249
2007-08-27
Removed extensions from map names.
Guillaume Melquiond
1
-2
/
+7
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
3
-0
/
+241
2007-08-19
Implemented use of items, e.g. food.
Guillaume Melquiond
6
-72
/
+45
2007-08-19
Added support for protective equipment.
Guillaume Melquiond
10
-32
/
+190
2007-08-18
First part of a patch for completing the RPG system (character attributes) ↵
Guillaume Melquiond
15
-375
/
+410
of TMWserv.
2007-08-17
Marked internal member as private.
Guillaume Melquiond
1
-7
/
+8
2007-08-17
Handled multiple connections by allowing client to take over characters.
Guillaume Melquiond
3
-14
/
+44
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 ↵
Guillaume Melquiond
1
-16
/
+23
helpers into a separate library automatically loaded into new contexts.
2007-08-14
Made it possible to load scripts from strings instead of files.
Guillaume Melquiond
1
-1
/
+11
2007-08-14
Involved money in trade handler.
Guillaume Melquiond
5
-15
/
+72
2007-08-14
Fixed incorrect update message when merging item stacks and removing one of ↵
Guillaume Melquiond
1
-4
/
+5
them.
2007-08-14
Handled money as part of the inventory.
Guillaume Melquiond
5
-17
/
+33
2007-08-13
Implemented buy/sell handler.
Guillaume Melquiond
8
-38
/
+314
2007-08-13
Deleted obsolete files. Cleaned configuration. Removed obsolete SQL tables.
Guillaume Melquiond
1
-49
/
+0
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
1
-13
/
+8
2007-08-09
Converted NPC class to scripting engine.
Guillaume Melquiond
3
-39
/
+69
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
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 ↵
Guillaume Melquiond
4
-2
/
+161
between slots of inventory. Fixed position of the cleaning bit for looks, so that it actually fits into network data.
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
3
-23
/
+66
[next]