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
Age
Commit message (
Expand
)
Author
Files
Lines
2011-09-28
Added the chr_get_level script function.
Yohann Ferreira
1
-0
/
+18
2011-09-28
Made the npc_create() function use insertion enqueueing.
Yohann Ferreira
1
-4
/
+1
2011-08-30
Made the monster removal not using queues to avoid a crash.
Yohann Ferreira
1
-4
/
+4
2011-08-26
Made the npc_create() function use insertion enqueueing.
Yohann Ferreira
1
-4
/
+1
2011-08-25
Merge branch 'equipment-fix' of github.com:Bertram25/manaserv
Yohann Ferreira
1
-4
/
+5
2011-08-25
Allowed map names in chr_warp function.
Erik Schilling
1
-2
/
+6
2011-08-25
Created function to make getting monsters easier in scripts.
Erik Schilling
3
-14
/
+16
2011-08-23
Allowed map names in chr_warp function.
Erik Schilling
1
-2
/
+6
2011-08-19
Created function to make getting monsters easier in scripts.
Erik Schilling
3
-14
/
+16
2011-08-18
Added LUA function for changing anger of monsters.
Erik Schilling
1
-0
/
+30
2011-08-18
Added LUA function for changing anger of monsters.
Erik Schilling
1
-0
/
+30
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-04-27
Added a simple crafting system
Philipp Sehmisch
4
-0
/
+63
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
2
-3
/
+3
2011-03-14
Script binding for the new screen shake effect.
Philipp Sehmisch
1
-0
/
+45
2011-03-12
Removed a bunch of silly documentation
Thorbjørn Lindeijer
2
-9
/
+0
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-12-08
Fix many compiler warnings.
Freeyorp
1
-2
/
+2
2010-11-14
Renamed .hpp files into .h for consistency.
Yohann Ferreira
7
-41
/
+41
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
Some coding style tweaks
Thorbjørn Lindeijer
1
-6
/
+12
[prev]
[next]