Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Inventory changes made by plugins are now propagated to the client | madmaxoft@gmail.com | 2013-05-19 | 1 | -0/+1 |
| | | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1495 0a769ca7-a7f5-676a-18bf-c427514a06d6 | ||||
* | Debuggers: a simple test of armor slot setting | madmaxoft@gmail.com | 2013-05-19 | 1 | -2/+12 |
| | | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1494 0a769ca7-a7f5-676a-18bf-c427514a06d6 | ||||
* | Debuggers: sorted things into separate functions, commented out most of them; added ForEachEntity() testing - list all and kill all entities. | madmaxoft@gmail.com | 2013-05-19 | 1 | -33/+130 |
| | | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1492 0a769ca7-a7f5-676a-18bf-c427514a06d6 | ||||
* | Added Expat and LuaExpat, XML parsing now available in the API. | madmaxoft | 2013-04-09 | 1 | -0/+27 |
| | | | | | | | FS #336 Windows version only, Linux to be fixed soon. git-svn-id: http://mc-server.googlecode.com/svn/trunk@1374 0a769ca7-a7f5-676a-18bf-c427514a06d6 | ||||
* | Added SQLite and LuaSQLite, Lua plugins can now use SQLite. | madmaxoft@gmail.com | 2013-04-07 | 1 | -0/+30 |
| | | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1368 0a769ca7-a7f5-676a-18bf-c427514a06d6 | ||||
* | BlockArea: Finished rotation and mirroring with meta. Implemented example meta handling for vines, stairs and torches. | madmaxoft@gmail.com | 2013-03-26 | 1 | -0/+31 |
| | | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1319 0a769ca7-a7f5-676a-18bf-c427514a06d6 | ||||
* | BlockArea: Implemented rotation without meta manipulation | madmaxoft@gmail.com | 2013-03-25 | 1 | -0/+12 |
| | | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1317 0a769ca7-a7f5-676a-18bf-c427514a06d6 | ||||
* | BlockArea: Implemented mirroring without meta manipulation | madmaxoft@gmail.com | 2013-03-25 | 1 | -0/+18 |
| | | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1316 0a769ca7-a7f5-676a-18bf-c427514a06d6 | ||||
* | Debuggers plugin no longer performs generator / blockarea interface testing by default, but writes the current API.txt file. | madmaxoft@gmail.com | 2013-03-03 | 1 | -2/+4 |
| | | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1245 0a769ca7-a7f5-676a-18bf-c427514a06d6 | ||||
* | Implemented the cBlockArea:RelLine() API function. | madmaxoft@gmail.com | 2013-02-13 | 1 | -0/+1 |
| | | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1211 0a769ca7-a7f5-676a-18bf-c427514a06d6 | ||||
* | More API functions in cBlockArea: Create(), Fill(), FillRelArea() | madmaxoft@gmail.com | 2013-02-11 | 1 | -0/+4 |
| | | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1208 0a769ca7-a7f5-676a-18bf-c427514a06d6 | ||||
* | Added cBlockArea:Merge() API function to merge two block areas using different strategies. | madmaxoft@gmail.com | 2013-02-10 | 1 | -0/+14 |
| | | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1207 0a769ca7-a7f5-676a-18bf-c427514a06d6 | ||||
* | Added cBlockArea:Expand() API function (untested) | madmaxoft@gmail.com | 2013-02-09 | 1 | -4/+18 |
| | | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1203 0a769ca7-a7f5-676a-18bf-c427514a06d6 | ||||
* | cChunkDesc can now read and write cBlockAreas. | madmaxoft@gmail.com | 2013-02-08 | 1 | -2/+18 |
| | | | | | | A simple example is provided in the Debuggers plugin. git-svn-id: http://mc-server.googlecode.com/svn/trunk@1201 0a769ca7-a7f5-676a-18bf-c427514a06d6 | ||||
* | Added cBlockArea:CopyTo() and :CopyFrom(), so now block areas can be duplicated easily. | madmaxoft@gmail.com | 2013-02-07 | 1 | -3/+6 |
| | | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1199 0a769ca7-a7f5-676a-18bf-c427514a06d6 | ||||
* | cBlockArea can now be saved as a .schematic file. | madmaxoft@gmail.com | 2013-02-07 | 1 | -0/+19 |
| | | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1198 0a769ca7-a7f5-676a-18bf-c427514a06d6 | ||||
* | cBlockArea can now be loaded from a .schematic file. | madmaxoft@gmail.com | 2013-02-06 | 1 | -0/+17 |
| | | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1195 0a769ca7-a7f5-676a-18bf-c427514a06d6 | ||||
* | Added a new API call to cBlockArea: Crop(). | madmaxoft@gmail.com | 2013-02-06 | 1 | -1/+30 |
| | | | | | | Also fixed cBlockArea:MakeIndex(), the indexing was wrong. git-svn-id: http://mc-server.googlecode.com/svn/trunk@1194 0a769ca7-a7f5-676a-18bf-c427514a06d6 | ||||
* | Debuggers plugin dumps entire API into a file, API.txt. Enabled by default. | madmaxoft@gmail.com | 2013-02-02 | 1 | -6/+17 |
| | | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1188 0a769ca7-a7f5-676a-18bf-c427514a06d6 | ||||
* | Debuggers: added some filtering to the API output, but still not good enough. | madmaxoft@gmail.com | 2013-01-27 | 1 | -7/+9 |
| | | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1177 0a769ca7-a7f5-676a-18bf-c427514a06d6 | ||||
* | Added a function to dump all available Lua API functions into the Debuggers plugin. | madmaxoft@gmail.com | 2013-01-26 | 1 | -0/+23 |
| | | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1173 0a769ca7-a7f5-676a-18bf-c427514a06d6 | ||||
* | Forgotten files for previous merge commit (rev 1139) | madmaxoft@gmail.com | 2013-01-13 | 1 | -6/+10 |
| | | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1140 0a769ca7-a7f5-676a-18bf-c427514a06d6 | ||||
* | Added TakeDamage logging to the Debuggers plugin. | madmaxoft@gmail.com | 2012-12-21 | 1 | -0/+11 |
| | | | | | | http://forum.mc-server.org/showthread.php?tid=625&pid=5720#pid5720 git-svn-id: http://mc-server.googlecode.com/svn/trunk@1089 0a769ca7-a7f5-676a-18bf-c427514a06d6 | ||||
* | Turned sTick plugin into general Debuggers plugin, added the Blaze Rod Of Enquiry (rclk with a blaze rod prints out the blocktypes and metas) | madmaxoft@gmail.com | 2012-10-16 | 1 | -0/+69 |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@968 0a769ca7-a7f5-676a-18bf-c427514a06d6 |