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
/
scripting
Commit message (
Expand
)
Author
Age
Files
Lines
*
Renamed .hpp files into .h for consistency.
Yohann Ferreira
2010-11-14
7
-41
/
+41
*
Renamed write{Byte,Short,Long} to writeInt{8,16,32}
Thorbjørn Lindeijer
2010-11-03
1
-9
/
+9
*
Merge branch 'testing'
Freeyorp
2010-08-29
1
-62
/
+21
|
\
|
*
Merge branch 'master' of gitorious.org:mana/manaserv
Yohann Ferreira
2010-07-30
1
-5
/
+11
|
|
\
|
*
|
New attribute system and major changes to many low-level areas.
Freeyorp
2010-07-10
1
-58
/
+21
*
|
|
Some coding style tweaks
Thorbjørn Lindeijer
2010-08-22
1
-6
/
+12
*
|
|
Pass a script name to Lua for proper reporting of error locations
Thorbjørn Lindeijer
2010-08-22
4
-9
/
+12
*
|
|
Rename some stuff to conform to naming conventions
Thorbjørn Lindeijer
2010-08-22
4
-26
/
+25
*
|
|
Print out a backtrace when a Lua error is raised
Thorbjørn Lindeijer
2010-08-22
2
-20
/
+26
*
|
|
Print out the actual error message in case of a syntax error
Thorbjørn Lindeijer
2010-08-22
1
-3
/
+7
*
|
|
Perform more detailed argument checking in Lua functions
Thorbjørn Lindeijer
2010-08-21
1
-154
/
+101
|
|
/
|
/
|
*
|
Added a simple sanity check to avoid a gameserver crash at login.
Yohann Ferreira
2010-07-23
1
-5
/
+11
|
/
*
Added LUA script bindings for manipulating the specials available to a charac...
Philipp Sehmisch
2010-07-09
5
-1
/
+122
*
Copied basic Lua libs back from tmwserv-data and added dummy data
Thorbjørn Lindeijer
2010-05-30
1
-2
/
+1
*
Only skip the UTF-8 BOM for Lua scripts
Thorbjørn Lindeijer
2010-05-29
2
-4
/
+13
*
Modified the npc_trade() lua function to permit selling the whole player inve...
Yohann Ferreira
2010-05-28
3
-14
/
+89
*
Added a package loader that goes through the resource manager
Thorbjørn Lindeijer
2010-05-21
1
-0
/
+25
*
Removed unused parameter from being_get_speed Lua function
Thorbjørn Lindeijer
2010-05-20
1
-4
/
+4
*
Changed and split up the default location for loading data
Thorbjørn Lindeijer
2010-05-16
1
-4
/
+4
*
Added a Byte Order Mask (BOM) filter to the ResourceManager.
Bertram
2010-04-25
1
-1
/
+2
*
Implemented handler for on_chr_death and put the loading of the global script...
Philipp Sehmisch
2010-04-11
3
-2
/
+19
*
Implemented global event function call to on_chr_death
Philipp Sehmisch
2010-04-11
2
-0
/
+22
*
Added global lua event script (only on_being_death_accept for now)
Philipp Sehmisch
2010-04-11
2
-0
/
+3
*
Add methods to get and set being speed
Jonathan Kolberg
2010-03-13
1
-1
/
+35
*
Added script bindings for healing characters and other beings.
Philipp Sehmisch
2010-02-25
1
-0
/
+34
*
Update Copyright date for Manaserv.
Bertram
2010-02-07
7
-7
/
+7
*
Added some missing headers, and added some missing files to Makefile.am
Chuck Miller
2010-01-17
1
-0
/
+2
*
Prevented segmentation fault when calling the lua set_quest_var function with...
Philipp Sehmisch
2010-01-16
1
-1
/
+6
*
Added script binding for checking the kill count for each monster so that uni...
Philipp Sehmisch
2010-01-08
1
-0
/
+29
*
Fixed name of the project in copyright headers
Thorbjørn Lindeijer
2009-12-06
7
-49
/
+42
*
Removed "TMW" and "TMWSERV" from header guards
Thorbjørn Lindeijer
2009-12-06
3
-7
/
+7
*
Moved rectangle intersection to the Rectangle class
Thorbjørn Lindeijer
2009-12-06
1
-1
/
+1
*
Added optional optimal level mechanic which reduces exp gain of certain sourc...
Philipp Sehmisch
2009-10-26
1
-1
/
+6
*
Rebranding tmwserv to manaserv
Thorbjørn Lindeijer
2009-10-24
2
-49
/
+49
*
lua_tofloat doesn't exist in Lua 5.1
Jared Adams
2009-10-14
1
-3
/
+4
*
Speed code unification part 1: Made the server accept speed values in tiles p...
Bertram
2009-10-15
1
-1
/
+2
*
Add script bindings for being directions
Jared Adams
2009-10-13
1
-2
/
+44
*
Add being action getter and setter
Jared Adams
2009-10-13
1
-0
/
+42
*
Synced the protocol file with client in protocol.h, letting other defines in ...
Bertram
2009-10-09
1
-1
/
+0
*
Some cleanup
Thorbjørn Lindeijer
2009-10-03
1
-7
/
+2
*
Added script bindings and netcode for creating being-bound effects.
Philipp Sehmisch
2009-09-27
1
-5
/
+26
*
Allow for basic scripted monsters
Chuck Miller
2009-09-16
1
-0
/
+26
*
Made the STL container -> LUA table wrappers more flexible.
Philipp Sehmisch
2009-08-25
2
-19
/
+28
*
Change status effects to prevent duplication
Jared Adams
2009-07-18
1
-1
/
+52
*
Adds scripted status effects
Chuck Miller
2009-07-17
1
-0
/
+39
*
Allow npc_choice to take tables of strings
Jared Adams
2009-07-12
1
-3
/
+21
*
Makes Skills non hard coded
Chuck Miller
2009-07-03
1
-11
/
+1
*
Fixed a few code style issues
Bjørn Lindeijer
2009-05-24
1
-4
/
+7
*
Fixed compilation problem with GCC 4.4
Bjørn Lindeijer
2009-05-24
1
-0
/
+1
*
tmwserv - Warp fix
Blue
2009-05-05
1
-3
/
+21
[next]