Commit graph

28 commits

Author SHA1 Message Date
HarpyWar
0d9747a1ad Update quiz.lua
Fix Lua quiz break https://github.com/pvpgn/pvpgn-server/issues/196
2016-08-18 09:40:05 +03:00
HarpyWar
7e7a371d45 update links to the repository due to move it to "pvpgn" organization 2015-09-22 13:46:18 +03:00
HarpyWar
5f171df203 move Quiz records file into /var/quiz_records.txt 2014-09-13 12:42:50 +04:00
HarpyWar
0c6738fe89 fix implementation for ghost commands, now it mostly tested and work https://github.com/HarpyWar/pvpgn/issues/35 2014-09-13 12:27:25 +04:00
HarpyWar
434ec4758a * remove extra fields from Lua account objects to exclude additional sql query.
* verious changes
2014-08-30 16:32:38 +04:00
HarpyWar
65eda9f368 add archtag and several other fields to Lua account object https://github.com/HarpyWar/pvpgn/issues/79 2014-08-10 14:21:37 +04:00
HarpyWar
1065063561 SID_REQUIREDWORK, SID_EXTRAWORK https://github.com/HarpyWar/pvpgn/issues/72 2014-08-05 21:16:49 +04:00
HarpyWar
137b5cc7a5 * command /chost to allow host custom maps with GHost f6a2049502 (commitcomment-7207326)
* add help for /host and /chost
2014-08-02 19:32:56 +04:00
HarpyWar
f4fff62f82 * add server_handle_rehash to Lua
* function in Lua to save GHost state when rehash
2014-08-02 19:26:01 +04:00
HarpyWar
607d798609 Lua function handle_user_icon (feature to override user icon from Lua) 2014-08-02 17:51:07 +04:00
HarpyWar
5d05d6ce4a add handle_game_list Lua function (feature to sort game list from Lua) https://github.com/HarpyWar/pvpgn/issues/35 2014-08-02 17:49:40 +04:00
HarpyWar
69fed5a3e2 * add game_get_by_name Lua API function
* refactoring for lua_handle_command
2014-08-02 14:13:52 +04:00
HarpyWar
9d13198a88 continuation of previous commit https://github.com/HarpyWar/pvpgn/issues/49 2014-07-31 11:08:36 +04:00
HarpyWar
c1af0137d1 feature to ignore commands flood protection in Lua https://github.com/HarpyWar/pvpgn/issues/49 2014-07-31 11:02:17 +04:00
HarpyWar
f6a2049502 commands implementation for Ghost++ and DotA support in Lua https://github.com/HarpyWar/pvpgn/issues/35 (untested code) 2014-07-30 17:15:30 +04:00
HarpyWar
a49a95a448 change return codes in Lua commands https://github.com/HarpyWar/pvpgn/issues/47 2014-07-26 16:39:14 +04:00
HarpyWar
7737a60147 user can select different language using command /language [code] to display different translation https://github.com/HarpyWar/pvpgn/issues/13 2014-07-11 00:48:49 +04:00
HarpyWar
f40ac4b008 add localize function for Lua and localize exist strings 2014-06-28 21:33:09 +04:00
HarpyWar
d4b513ded1 Allow /quiz for everyone, but /quiz start|stop is only for server admin/operator https://github.com/HarpyWar/pvpgn/issues/34 2014-06-23 15:12:59 +04:00
HarpyWar
a1163af7a2 Fix multiple correct unswers in Lua Quiz https://github.com/HarpyWar/pvpgn/issues/34 2014-06-21 16:07:15 +04:00
HarpyWar
c0263d3f7e Simple antihack implementation example for Starcraft maphack, based on SID_READMEMORY https://github.com/HarpyWar/pvpgn/pull/26 2014-06-19 21:16:57 +04:00
HarpyWar
d65dc73dfe * fix lua function identification when output log
* better table view output in log
2014-06-17 15:02:55 +04:00
HarpyWar
c7a5ccabf9 * fix command groups permission in lua https://github.com/HarpyWar/pvpgn/issues/32
* move /quiz command to command group=2
2014-06-17 12:55:19 +04:00
HarpyWar
3ed0b3542d Lua various changes 2014-06-17 12:53:49 +04:00
HarpyWar
9bd578c64d add client_readmemory function, and make it available to call/handle from Lua 2014-06-17 11:59:20 +04:00
HarpyWar
e5493046a2 update several Lua api functions (return object(table) instead of name(string) is more convenient) 2014-05-27 14:51:06 +04:00
HarpyWar
ee04fdd23d Lua scripts pack. It is a part of PvPGN now.
First large implementation in Lua is Trivia Quiz Game (/quiz command) http://i.imgur.com/8QV3blt.png
2014-05-26 16:17:51 +04:00
HarpyWar
1be1f823ef Add Lua to cmake.
Fix compile errors on Linux
2014-05-23 22:19:43 +04:00