index
:
manaserv.git
abilities
Unnamed repository; edit this file 'description' to name the repository.
Erik Schilling
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
common
Commit message (
Expand
)
Author
Age
Files
Lines
*
Officially added the being gender to the protocol.
Yohann Ferreira
2011-09-28
1
-0
/
+12
*
Add persistent items support based on seeseekey's work.
Yohann Ferreira
2011-09-09
1
-2
/
+4
*
Merge github.com:mana/manaserv
Yohann Ferreira
2011-09-08
1
-1
/
+1
|
\
*
|
Made the db version an official pre-requisite.
Yohann Ferreira
2011-08-30
1
-1
/
+4
*
|
Merge git://gitorious.org/~bertram/mana/manaserv-equipment-fix into equipment...
Yohann Ferreira
2011-08-19
2
-20
/
+3
|
\
\
|
*
|
Removed the now useless SpriteLayer enum from the protocol.
Yohann Ferreira
2011-08-19
1
-17
/
+0
|
*
|
Changed the sprite layer protocol to support
Yohann Ferreira
2011-08-19
1
-2
/
+2
|
*
|
Used the client base to make a final bugfix on the server code.
Yohann Ferreira
2011-08-19
1
-1
/
+1
*
|
|
Merge git://gitorious.org/~bertram/mana/manaserv-equipment-fix into equipment...
Yohann Ferreira
2011-08-18
1
-2
/
+2
|
\
|
|
|
*
|
Change the unequip function to make use of the item instance id.
Yohann Ferreira
2011-08-18
1
-2
/
+2
*
|
|
Merge branch 'master' of git://gitorious.org/~bertram/mana/manaserv-equipment...
Yohann Ferreira
2011-08-11
2
-453
/
+495
|
\
|
|
|
|
/
|
/
|
|
*
Basically redid equip and unequip functions().
Yohann Ferreira
2011-08-11
2
-2
/
+8
|
*
Changed the protocol a bit to use int16 instead of 8.
Yohann Ferreira
2011-07-27
1
-445
/
+445
|
*
Begun Applying the new equipment slot handling design.
Yohann Ferreira
2011-07-27
1
-5
/
+41
|
*
Small random code format cleanups, and documentation fixes.
Yohann Ferreira
2011-07-27
1
-1
/
+1
*
|
login with random hash
Stefan Beller
2011-08-10
1
-0
/
+2
|
/
*
Making party invite functional
Stefan Dombrowski
2011-06-19
1
-6
/
+4
*
Changed the attack message to send the attack id.
Yohann Ferreira
2011-06-17
1
-1
/
+1
*
Routing party invite through the map server
Stefan Dombrowski
2011-05-30
1
-3
/
+5
*
Starting to fix party invite
Stefan Dombrowski
2011-05-16
1
-2
/
+2
*
Made the server send the being position each 5 seconds.
Yohann Ferreira
2011-04-18
1
-1
/
+1
*
Removing unused enum EMAILCHG_EXISTS_EMAIL
Stefan Dombrowski
2011-04-16
1
-5
/
+0
*
Some cleanups related to syncing from game to account server
Thorbjørn Lindeijer
2011-04-02
1
-2
/
+1
*
Rely more on the functionality in XML::Document
Thorbjørn Lindeijer
2011-03-24
1
-10
/
+2
*
Fixed problems with loading XML files containing Windows newlines
Thorbjørn Lindeijer
2011-03-23
1
-24
/
+4
*
Simplify implementation of fileExists
Thorbjørn Lindeijer
2011-03-23
1
-26
/
+8
*
Moved defines.h and manaserv_protocol.h into 'common'
Thorbjørn Lindeijer
2011-03-20
2
-0
/
+659
*
Allow values to be set to empty in the configuration
Thorbjørn Lindeijer
2011-03-12
1
-10
/
+10
*
Added @kick and @kill commands.
Philipp Sehmisch
2010-12-27
1
-1
/
+2
*
Transaction logging of various command, new transaction codes and style fix.
Philipp Sehmisch
2010-12-27
1
-1
/
+22
*
Fix many compiler warnings.
Freeyorp
2010-12-08
1
-6
/
+1
*
Renamed .hpp files into .h for consistency.
Yohann Ferreira
2010-11-14
8
-14
/
+14
*
Hopefully fix the logging rotation this time.
Yohann Ferreira
2010-10-14
2
-2
/
+66
*
Centralized stringToBool conversion.
Yohann Ferreira
2010-09-08
2
-3
/
+21
*
Merge branch 'testing'
Freeyorp
2010-08-29
1
-8
/
+10
|
\
|
*
New attribute system and major changes to many low-level areas.
Freeyorp
2010-07-10
1
-8
/
+10
*
|
Changed the location of configuration, logs and stats
Thorbjørn Lindeijer
2010-08-22
2
-7
/
+16
|
/
*
Use XML::Document to automate memory cleanup
Thorbjørn Lindeijer
2010-05-30
1
-1
/
+1
*
Copied basic Lua libs back from tmwserv-data and added dummy data
Thorbjørn Lindeijer
2010-05-30
1
-0
/
+3
*
Only skip the UTF-8 BOM for Lua scripts
Thorbjørn Lindeijer
2010-05-29
3
-31
/
+4
*
Added a package loader that goes through the resource manager
Thorbjørn Lindeijer
2010-05-21
2
-1
/
+16
*
Fixed CMake build by removing now unused define
Thorbjørn Lindeijer
2010-05-17
1
-2
/
+0
*
Random cleanups, adding const, removing unnecessary clear calls
Thorbjørn Lindeijer
2010-05-16
1
-2
/
+2
*
Don't return configuration value by reference
Thorbjørn Lindeijer
2010-05-16
2
-3
/
+3
*
Changed and split up the default location for loading data
Thorbjørn Lindeijer
2010-05-16
3
-3
/
+172
*
Added a Byte Order Mask (BOM) filter to the ResourceManager.
Bertram
2010-04-25
1
-1
/
+2
*
Fixed unused variable warnings
Thorbjørn Lindeijer
2010-02-22
1
-1
/
+1
*
Update Copyright date for Manaserv.
Bertram
2010-02-07
6
-6
/
+6
*
Removed last traces of hardcoded access levels form game-server, begun with u...
Philipp Sehmisch
2010-01-17
2
-9
/
+31
*
Some refractoring at the command handler for easier maintainability
Philipp Sehmisch
2010-01-17
2
-0
/
+29
[next]