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
2013-01-08
Work on (Auto)Attack system.
Erik Schilling
19
-535
/
+688
2013-01-08
Rename AutoAttack to Attack
Erik Schilling
12
-55
/
+55
2013-01-07
Set the current map when executing being callbacks
Thorbjørn Lindeijer
1
-0
/
+2
2013-01-05
Fixed codeblocks compile for linux targets
Erik Schilling
2
-273
/
+294
2012-12-15
Create database using a single transaction
Thorbjørn Lindeijer
1
-0
/
+4
2012-10-11
Moved order of sending gender
Erik Schilling
2
-7
/
+5
2012-09-22
Extended warnings for parsing warps
Erik Schilling
1
-1
/
+1
2012-09-22
Fixed marking map as activated
Erik Schilling
2
-19
/
+40
2012-09-18
Added travis config
Erik Schilling
1
-0
/
+8
2012-09-02
Allow map objects as warp targets
Erik Schilling
3
-14
/
+57
2012-09-02
Dropped .gz suffix for maps
Erik Schilling
1
-2
/
+0
2012-08-10
Fixed item_drop insertion of object
Erik Schilling
1
-3
/
+2
2012-08-10
Fixed issues with removing attribute modifiers
Thorbjørn Lindeijer
1
-4
/
+5
2012-08-06
Allow monster name in <drop> tag
Erik Schilling
1
-3
/
+17
2012-08-05
Fixed wrong error raising in lua.cpp
Erik Schilling
1
-2
/
+2
2012-08-05
Removed old warnings and documentation from chr_inv_change.
Erik Schilling
1
-7
/
+3
2012-08-05
Fixed the atinit function
Erik Schilling
3
-4
/
+11
2012-08-05
Fixed recalculation of base attributes
Erik Schilling
1
-7
/
+7
2012-08-05
Remove resetEffects; move it to destructor in ItemClass.
Stefan Beller
2
-18
/
+20
2012-08-05
Cleaned up some world state variable testing code
Thorbjørn Lindeijer
1
-10
/
+2
2012-08-05
Fixup segfault at shutdown of gameserver.
Stefan Beller
1
-5
/
+1
2012-08-05
Correct updating the old position of beings.
Stefan Beller
1
-4
/
+4
2012-08-04
Prevent characters from using specials after death
Erik Schilling
1
-0
/
+6
2012-08-03
Fixed dead characters being able to use items.
Erik Schilling
1
-0
/
+4
2012-08-03
Made the character not colliding with monsters.
Erik Schilling
1
-1
/
+1
2012-08-02
Correct further int lengthes.
Stefan Beller
1
-2
/
+2
2012-07-31
Gameserver raise attribute: correct integer size.
Stefan Beller
1
-1
/
+1
2012-07-31
Make Attributes modifiable by client again.
Stefan Beller
1
-1
/
+2
2012-07-31
Fixed SQL syntax error when updating character points
Thorbjørn Lindeijer
1
-2
/
+1
2012-07-31
Fix Inventory::getNewEquipItemInstance to yield really unique ids.
Stefan Beller
1
-9
/
+8
2012-07-21
Fixed an error message and inlined some one-liners
Thorbjørn Lindeijer
2
-30
/
+29
2012-07-21
Removed raiseScriptError
Thorbjørn Lindeijer
3
-37
/
+24
2012-07-21
Added zlib to the dependencies documented in the README
Thorbjørn Lindeijer
1
-0
/
+1
2012-07-17
Added lua binds for issuing request of quest variable + bind for trying to re...
Erik Schilling
4
-13
/
+134
2012-07-17
Added script binds to get full monster anger list + drop anger of monsters
Erik Schilling
2
-0
/
+20
2012-07-17
Added lua bind to send text effect particle to clients
Erik Schilling
2
-0
/
+14
2012-07-17
Made chr_get_level capable of retrieving skill levels
Erik Schilling
1
-3
/
+12
2012-07-14
Fixed the get_beings_in_rectangle function.
Erik Schilling
1
-1
/
+2
2012-07-11
Made sure the map is set for trigger scripts
Erik Schilling
2
-0
/
+2
2012-07-10
Made kill count script bind capable of taking the monster name as argument
Erik Schilling
1
-2
/
+2
2012-07-08
Added bind for setting login callback
Erik Schilling
4
-0
/
+22
2012-07-07
Added script bind for getting specy id of a monster handle
Erik Schilling
1
-0
/
+12
2012-06-22
Collisiondetection: Removing commented code.
Stefan Beller
1
-118
/
+0
2012-05-25
Fixed handling of skills
Erik Schilling
4
-18
/
+10
2012-05-20
Removed no longer needed code
Erik Schilling
2
-24
/
+0
2012-05-06
Don't send NPC text as fixed-length string
Thorbjørn Lindeijer
1
-3
/
+2
2012-05-06
Some small optimizations in Lua helper functions
Thorbjørn Lindeijer
1
-6
/
+3
2012-05-06
Fixed type of returned value from MapReader::readMap
Thorbjørn Lindeijer
1
-1
/
+1
2012-05-05
Small GCC 4.7 compile fix
Thorbjørn Lindeijer
1
-0
/
+1
2012-05-05
Added debugging mode to the protocol
Thorbjørn Lindeijer
12
-99
/
+286
[next]