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
2011-08-04
Added new LUA functions used to get items and monster names.
Erik Schilling
1
-0
/
+37
2011-08-04
Allowed names of items and monsters in scripts - part 1.
Erik Schilling
2
-28
/
+64
2011-08-03
Unified the lua.cpp documentation.
Yohann Ferreira
3
-170
/
+208
2011-08-03
Added is_walkable lua function.
Erik Schilling
1
-0
/
+30
2011-08-03
Added monster_remove lua function.
Erik Schilling
2
-0
/
+34
2011-08-03
Added get_map_property lua function.
Erik Schilling
1
-0
/
+24
2011-07-04
Added new lua function for calculating distances.
Ablu
2
-0
/
+34
2011-07-02
Added LUA function get_beings_in_rectangle.
Ablu
1
-0
/
+39
2011-06-27
Added Lua function for logging.
Ablu
2
-0
/
+23
2011-06-24
Fixed autoattacks basic handling.
Yohann Ferreira
4
-15
/
+59
2011-06-19
Making party invite functional
Stefan Dombrowski
7
-192
/
+141
2011-06-17
Changed the attack message to send the attack id.
Yohann Ferreira
4
-7
/
+8
2011-06-14
Fixing storing of changed passwords
Stefan Dombrowski
1
-2
/
+2
2011-06-02
Fixed crash when handling unequip
Thorbjørn Lindeijer
1
-5
/
+13
2011-05-31
Updating ENet to version 1.3.2
Stefan Dombrowski
6
-51
/
+270
2011-05-30
Routing party invite through the map server
Stefan Dombrowski
7
-35
/
+82
2011-05-26
Allow monsters to drop multiple items
Stefan Dombrowski
3
-52
/
+32
2011-05-26
Fixing negative being positions
Stefan Dombrowski
1
-1
/
+4
2011-05-17
Fixed an item dupe bug
Angelo Castellani
1
-4
/
+15
2011-05-16
Starting to fix party invite
Stefan Dombrowski
3
-9
/
+19
2011-05-15
Removed unused variable
Thorbjørn Lindeijer
1
-3
/
+1
2011-05-15
Fixed compile with GCC 4.6
Thorbjørn Lindeijer
2
-1
/
+2
2011-05-01
Changed the <being-effects> tag to <effects>.
Yohann Ferreira
1
-2
/
+2
2011-05-01
Renamed the mana-status-effects.xml to status-effects.xml
Yohann Ferreira
2
-1
/
+1
2011-05-01
Changed the server to look for the skills.xml file.
Yohann Ferreira
2
-1
/
+1
2011-04-27
fixed a bug in the example crafting scripts
Philipp Sehmisch
1
-2
/
+2
2011-04-27
Added a simple crafting system
Philipp Sehmisch
11
-0
/
+253
2011-04-19
Implemented scriptable effects on item use and dispell.
Yohann Ferreira
4
-20
/
+93
2011-04-18
Made the server send the being position each 5 seconds.
Yohann Ferreira
2
-4
/
+14
2011-04-17
Added a shake effect when Harmony is disappearing.
Yohann Ferreira
1
-1
/
+7
2011-04-17
Added of precised some info I found very useful while debugging.
Yohann Ferreira
2
-8
/
+28
2011-04-17
Removed useless calls to updateDerivedAttributes().
Yohann Ferreira
2
-2
/
+0
2011-04-17
Removed an unecessary call to attribute recalculation for monsters.
Yohann Ferreira
1
-1
/
+0
2011-04-17
Fix beings raw speed calculation when obtaining the TPS speed.
Yohann Ferreira
1
-1
/
+6
2011-04-16
Removing unused enum EMAILCHG_EXISTS_EMAIL
Stefan Dombrowski
1
-5
/
+0
2011-04-16
Set log verbosity earlier in game server to actually help debug.
Yohann Ferreira
1
-6
/
+6
2011-04-15
Fixed crash on first map update
Thorbjørn Lindeijer
2
-0
/
+16
2011-04-13
Fixed swapping of equipment and inventory slots
Thorbjørn Lindeijer
1
-3
/
+4
2011-04-13
Fixed equipment duplication when updating it.
Yohann Ferreira
1
-1
/
+7
2011-04-10
Initialize attribute base and cached modified values
Thorbjørn Lindeijer
1
-0
/
+2
2011-04-10
Fixed infinite loop in deserializeCharacterData
Thorbjørn Lindeijer
1
-10
/
+5
2011-04-04
Fixing reading of drop rate from monsters.xml
Stefan Dombrowski
1
-2
/
+2
2011-04-03
Changed SYNC_BUFFER_SIZE to unsigned to avoid compiler warning
Thorbjørn Lindeijer
1
-2
/
+5
2011-04-02
Split GameHandler::processMessage up into multiple functions
Thorbjørn Lindeijer
2
-394
/
+481
2011-04-02
Some ChatHandler cleanups
Thorbjørn Lindeijer
4
-121
/
+21
2011-04-02
Some cleanups related to syncing from game to account server
Thorbjørn Lindeijer
4
-35
/
+27
2011-03-31
Fixing account server crash when leaving guild
Stefan Dombrowski
1
-1
/
+3
2011-03-30
Fixing selection of a character if lower slots are empty
Stefan Dombrowski
1
-1
/
+1
2011-03-24
Rely more on the functionality in XML::Document
Thorbjørn Lindeijer
7
-79
/
+22
2011-03-24
Use a map to quickly find items and monsters by their name
Thorbjørn Lindeijer
5
-59
/
+90
[next]