index
:
mana/manaserv
lpc2012
master
A flexible 2D MMORPG server
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
scripting
/
lua.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2011-08-11
Merge branch 'master' of git://gitorious.org/~bertram/mana/manaserv-equipment...
Yohann Ferreira
1
-4
/
+5
2011-08-10
Made chr_inv_count and npc_trade capable of taking a name or an id.
Erik Schilling
1
-3
/
+36
2011-08-04
Merge branch 'master' of git://gitorious.org/mana/manaserv
Yohann Ferreira
1
-27
/
+100
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
1
-27
/
+63
2011-08-04
Merge branch 'master' of git://gitorious.org/mana/manaserv
Yohann Ferreira
1
-159
/
+276
2011-08-03
Unified the lua.cpp documentation.
Yohann Ferreira
1
-162
/
+200
2011-08-03
Added is_walkable lua function.
Erik Schilling
1
-0
/
+30
2011-08-03
Added monster_remove lua function.
Erik Schilling
1
-0
/
+25
2011-08-03
Added get_map_property lua function.
Erik Schilling
1
-0
/
+24
2011-07-27
Removed the inventory delay mode for now.
Yohann Ferreira
1
-4
/
+5
2011-07-04
Added new lua function for calculating distances.
Ablu
1
-0
/
+32
2011-07-02
Added LUA function get_beings_in_rectangle.
Ablu
1
-0
/
+39
2011-06-27
Added Lua function for logging.
Ablu
1
-0
/
+16
2011-03-18
Improved error handling in chr_shake_screen Lua function
Thorbjørn Lindeijer
1
-22
/
+10
2011-03-17
Micro-optimizations related to std::string
Thorbjørn Lindeijer
1
-2
/
+2
2011-03-14
Script binding for the new screen shake effect.
Philipp Sehmisch
1
-0
/
+45
2011-03-09
Renamed GameState::insertSafe() to inserOrDelete.
Yohann Ferreira
1
-1
/
+1
2011-03-09
Made the monster creation delayed, to avoid crashing.
Yohann Ferreira
1
-5
/
+1
2011-03-06
Small fixes coming from my comment on issue #77.
Yohann Ferreira
1
-4
/
+4
2011-03-04
Implemented persistent world and map variables
Philipp Sehmisch
1
-1
/
+91
2011-02-20
Fixed enabling/disabling npcs by enqueuing the insertion.
Yohann Ferreira
1
-2
/
+1
2011-02-11
Fix basic money handling using the ATTR_GP attribute.
Yohann Ferreira
1
-4
/
+18
2011-02-11
Added lua attributes getters/setters thanks to Freeyorp.
Yohann Ferreira
1
-68
/
+155
2011-02-08
Implemented LUA binding to get the gender of a character
Philipp Sehmisch
1
-0
/
+17
2011-01-30
Revert "Fixed the money handling."
Jared Adams
1
-25
/
+4
2011-01-31
Fixed the money handling.
Yohann Ferreira
1
-4
/
+25
2011-01-09
Fix being direction discrepancies by syncing the BeingDirection.
Yohann Ferreira
1
-1
/
+1
2011-01-03
Cleaned up and document a bit more the speed conversion functions.
Yohann Ferreira
1
-1
/
+1
2010-12-29
Moved parts needing to be in sync with the client in protocol.h.
Yohann Ferreira
1
-1
/
+1
2010-12-08
Fix return codes for many lua functions
Freeyorp
1
-6
/
+6
2010-12-08
Minor cleanup in a number of script functions
Freeyorp
1
-30
/
+6
2010-11-14
Renamed .hpp files into .h for consistency.
Yohann Ferreira
1
-23
/
+23
2010-11-03
Renamed write{Byte,Short,Long} to writeInt{8,16,32}
Thorbjørn Lindeijer
1
-9
/
+9
2010-08-29
Merge branch 'testing'
Freeyorp
1
-62
/
+21
2010-08-22
Print out a backtrace when a Lua error is raised
Thorbjørn Lindeijer
1
-1
/
+7
2010-08-21
Perform more detailed argument checking in Lua functions
Thorbjørn Lindeijer
1
-154
/
+101
2010-07-10
New attribute system and major changes to many low-level areas.
Freeyorp
1
-58
/
+21
2010-07-09
Added LUA script bindings for manipulating the specials available to a charac...
Philipp Sehmisch
1
-0
/
+76
2010-05-30
Copied basic Lua libs back from tmwserv-data and added dummy data
Thorbjørn Lindeijer
1
-2
/
+1
2010-05-29
Only skip the UTF-8 BOM for Lua scripts
Thorbjørn Lindeijer
1
-1
/
+1
2010-05-28
Modified the npc_trade() lua function to permit selling the whole player inve...
Yohann Ferreira
1
-13
/
+74
2010-05-21
Added a package loader that goes through the resource manager
Thorbjørn Lindeijer
1
-0
/
+25
2010-05-20
Removed unused parameter from being_get_speed Lua function
Thorbjørn Lindeijer
1
-4
/
+4
2010-03-13
Add methods to get and set being speed
Jonathan Kolberg
1
-1
/
+35
2010-02-25
Added script bindings for healing characters and other beings.
Philipp Sehmisch
1
-0
/
+34
2010-02-07
Update Copyright date for Manaserv.
Bertram
1
-1
/
+1
2010-01-17
Added some missing headers, and added some missing files to Makefile.am
Chuck Miller
1
-0
/
+2
2010-01-16
Prevented segmentation fault when calling the lua set_quest_var function with...
Philipp Sehmisch
1
-1
/
+6
2010-01-08
Added script binding for checking the kill count for each monster so that uni...
Philipp Sehmisch
1
-0
/
+29
[prev]
[next]