index
:
mana/manaserv
lpc2012
master
A flexible 2D MMORPG server
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ChangeLog
Age
Commit message (
Expand
)
Author
Files
Lines
2008-04-23
Fixed docs not to mention encryption, since all we do is hashing. Also, since
Bjørn Lindeijer
1
-0
/
+4
2008-04-23
Accepted fix by rodge, getting rid of assertion failure when an admin tries to
Bjørn Lindeijer
1
-0
/
+3
2008-04-23
Switched to alternative SHA-256 implementation from InspIRCd.
Bjørn Lindeijer
1
-0
/
+8
2008-04-22
Fixed some small issues.
Bjørn Lindeijer
1
-0
/
+5
2008-04-22
Added more support for parties
David Athay
1
-0
/
+5
2008-04-21
Added password and email encryption server-side using SHA256.
Yohann Ferreira
1
-0
/
+7
2008-04-20
Added 100 to NPC IDs to keep 0.0 compatibility for now.
Bjørn Lindeijer
1
-0
/
+2
2008-04-20
Fixed some compiler errors/warnings.
Bjørn Lindeijer
1
-29
/
+44
2008-04-20
Fix a possible memleak in inflateMemory if the stream fails to uncompress cle...
Dennis Friis
1
-0
/
+4
2008-04-18
Fixed 'Password changes' and 'Unregistering'.
Yohann Ferreira
1
-0
/
+6
2008-04-18
Remove channel when leader quits guild.
David Athay
1
-0
/
+2
2008-04-18
Fixed guilds not being removed when leader quits.
David Athay
1
-0
/
+6
2008-04-17
Added basic party support
David Athay
1
-0
/
+5
2008-04-17
Fixed compilation using Automake
Yohann Ferreira
1
-1
/
+5
2008-04-16
Added handling creating and leaving
David Athay
1
-0
/
+12
2008-04-15
Fixed getting channel userlist
David Athay
1
-0
/
+4
2008-04-03
Fixed accepting guild invites, and added updating the guild member list when ...
David Athay
1
-0
/
+3
2008-04-03
Restricted who can be invited to guilds
David Athay
1
-0
/
+5
2008-04-03
Fixed accepting guild invites
David Athay
1
-0
/
+4
2008-04-01
Consolidated public and private channels into one,
David Athay
1
-0
/
+14
2008-03-31
Removed the +100 offset of NPC IDs (relict from eAthena)
Philipp Sehmisch
1
-0
/
+5
2008-03-25
Added a Lua library with walk around functions for NPCs.
Philipp Sehmisch
1
-0
/
+5
2008-03-17
Error messages in script callback functions are now handed to the lua interpr...
Philipp Sehmisch
1
-0
/
+5
2008-03-15
Added pathblocking rules to NPCs, added script bindings to query being positi...
Philipp Sehmisch
1
-3
/
+9
2008-03-15
Implemented script binding for controllig movement of beings and fixed a cras...
Philipp Sehmisch
1
-0
/
+9
2008-03-13
Sending destination of beings when the client comes on-screen to fix a bug wh...
Philipp Sehmisch
1
-0
/
+3
2008-03-13
Implemented dynamic and selective pathblocking. Monsters are blocked by playe...
Philipp Sehmisch
1
-0
/
+13
2008-03-09
Sending the attack type with attack messages so that the client can visualize...
Philipp Sehmisch
1
-0
/
+7
2008-03-06
Fixed telling clients what guilds they are in after they reconnect
David Athay
1
-0
/
+8
2008-03-05
Fixed guild creation.
David Athay
1
-1
/
+8
2008-03-04
Changed Makefile.am so server now builds, added initialising guild manager
David Athay
1
-0
/
+6
2008-03-04
Added natural HP regeneration, capped HP at maximum and set HP to 1 after res...
Philipp Sehmisch
1
-0
/
+8
2008-03-02
Moved death check from Being::damage to Being::update for more reliable death...
Philipp Sehmisch
1
-0
/
+7
2008-03-01
Implemented priority of different monster attacks.
Philipp Sehmisch
1
-0
/
+5
2008-02-27
Implemented player respawn.
Philipp Sehmisch
1
-0
/
+6
2008-02-22
Improved monster AI by making monster only use attacks which have a chance to...
Philipp Sehmisch
1
-0
/
+6
2008-02-21
Moved the functions which translate strings into enumerations from the XML li...
Philipp Sehmisch
1
-0
/
+5
2008-02-20
Implemented different monster attacks read from monsters.xml
Philipp Sehmisch
1
-0
/
+14
2008-02-20
Fixed a bug which made wandering monsters prefer walking northwest.
Philipp Sehmisch
1
-0
/
+5
2008-02-13
Implemented monster mutation.
Philipp Sehmisch
1
-0
/
+2
2008-02-12
Movement speed in monsters.xml is now interpreted as pixels per second instea...
Philipp Sehmisch
1
-0
/
+5
2008-02-11
Implemented getting size and speed from monster.xml
Philipp Sehmisch
1
-0
/
+6
2008-02-07
arts of monster behavior are now read from monsters.xml.
Philipp Sehmisch
1
-0
/
+7
2008-02-07
Fail gracefully on invalid monster IDs, don't leak monsters when called without
Bjørn Lindeijer
1
-4
/
+10
2008-02-07
Implemented LUA callback function for creating monsters.
Philipp Sehmisch
1
-0
/
+6
2008-02-06
Exp reward for killing monsters is now read from monster database.
Philipp Sehmisch
1
-2
/
+2
2008-02-06
Monster base attributes are now read from monsters.xml.
Philipp Sehmisch
1
-0
/
+6
2008-01-28
Added weapon skill system and leveling system.
Philipp Sehmisch
1
-0
/
+20
2008-01-24
The direction of attacking beings is now transmitted together with attack mes...
Philipp Sehmisch
1
-0
/
+7
2008-01-23
Made the gameserver work more and complain less about not having enough time.
Philipp Sehmisch
1
-0
/
+2
[next]