summaryrefslogtreecommitdiffstats
path: root/MCServer/Plugins/ProtectionAreas (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Updated ProtectionAreasTiger Wang2014-10-211-0/+0
|
* Updated submodulesTiger Wang2014-08-041-0/+0
|
* Updated submodulesTiger Wang2014-01-071-0/+0
|
* Updated Core and ProtectionAreas.madmaxoft2013-11-091-0/+0
|
* Merge submodule changesTiger Wang2013-10-131-0/+0
|
* Updated plugins.Alexander Harkness2013-10-071-0/+0
|
* Updated Core and ProtectionTiger Wang2013-09-021-0/+0
|
* Updated ProtectionAreas to the latest version.madmaxoft2013-08-301-0/+0
|
* Updated Core and ProtectionAreas to their latest versions.madmaxoft2013-08-211-0/+0
|
* Added the removed plugins as submodules.Alexander Harkness2013-08-161-0/+0
|
* Moved ProtectionAreas into a separate repositorymadmaxoft2013-08-1610-1445/+0
|
* Changed everyting to Unix line endings.Alexander Harkness2013-07-299-1417/+1417
|
* ProtectionAreas: Added a license file.madmaxoft@gmail.com2013-06-111-0/+7
| | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1581 0a769ca7-a7f5-676a-18bf-c427514a06d6
* ProtectionAreas: Improved command help stringsmadmaxoft@gmail.com2013-06-111-9/+9
| | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1580 0a769ca7-a7f5-676a-18bf-c427514a06d6
* ProtectionAreas: Moved all strings sent to players to a separate language filemadmaxoft@gmail.com2013-06-113-45/+90
| | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1579 0a769ca7-a7f5-676a-18bf-c427514a06d6
* ProtectionAreas: usernames are now handled case-insensitivemadmaxoft@gmail.com2013-06-111-13/+28
| | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1578 0a769ca7-a7f5-676a-18bf-c427514a06d6
* ProtectinoAreas: Configuratino is now loaded from an INI filemadmaxoft@gmail.com2013-06-104-4/+25
| | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1576 0a769ca7-a7f5-676a-18bf-c427514a06d6
* ProtectionAreas: Implemented reloading areas when a player movesmadmaxoft@gmail.com2013-06-104-13/+78
| | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1575 0a769ca7-a7f5-676a-18bf-c427514a06d6
* ProtectionAreas: Fixed area reloadingmadmaxoft@gmail.com2013-06-102-2/+9
| | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1574 0a769ca7-a7f5-676a-18bf-c427514a06d6
* ProtectionAreas: Added asserts to cStorage functions so that logic errors are found fastermadmaxoft@gmail.com2013-06-091-1/+36
| | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1568 0a769ca7-a7f5-676a-18bf-c427514a06d6
* ProtectionAreas: Implemented the ProtRemUserAll command's DB accessmadmaxoft@gmail.com2013-06-082-3/+11
| | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1567 0a769ca7-a7f5-676a-18bf-c427514a06d6
* ProtectionAreas: Implemented adding users to an area in the DBmadmaxoft@gmail.com2013-06-082-2/+58
| | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1566 0a769ca7-a7f5-676a-18bf-c427514a06d6
* ProtectionAreas: Added ProtListUsers, implemented ProtRemoveUser, fixed ProtDelID commandsmadmaxoft@gmail.com2013-06-083-7/+132
| | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1565 0a769ca7-a7f5-676a-18bf-c427514a06d6
* ProtectionAreas: ProtList works directly above the DB, displays areas' IDs and creators. ProtAdd and ProtAddCoords commands show the ID of the new areamadmaxoft@gmail.com2013-06-082-20/+52
| | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1564 0a769ca7-a7f5-676a-18bf-c427514a06d6
* ProtectionAreas: The areas are now read from the DB (once)madmaxoft@gmail.com2013-06-073-14/+58
| | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1563 0a769ca7-a7f5-676a-18bf-c427514a06d6
* ProtectionAreas: Fixed cCommandState's detection of not-selectedmadmaxoft@gmail.com2013-06-071-4/+7
| | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1562 0a769ca7-a7f5-676a-18bf-c427514a06d6
* ProtectionAreas: Implemented all command handlers.madmaxoft@gmail.com2013-06-076-76/+327
| | | | | | They still call unimplemented methods in the DB, and haven't been properly tested git-svn-id: http://mc-server.googlecode.com/svn/trunk@1561 0a769ca7-a7f5-676a-18bf-c427514a06d6
* ProtectionAreas: Newly added areas are stored in the DBmadmaxoft@gmail.com2013-06-063-6/+85
| | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1560 0a769ca7-a7f5-676a-18bf-c427514a06d6
* ProtectionAreas: Added cStorage initializationmadmaxoft@gmail.com2013-06-062-1/+118
| | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1559 0a769ca7-a7f5-676a-18bf-c427514a06d6
* ProtectionAreas: Actual protection is now working, areas are hard-coded (10,10) - (20,20)madmaxoft@gmail.com2013-06-045-12/+72
| | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1557 0a769ca7-a7f5-676a-18bf-c427514a06d6
* ProtectionAreas: Fixed a mistyped variable namemadmaxoft@gmail.com2013-05-261-1/+1
| | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1518 0a769ca7-a7f5-676a-18bf-c427514a06d6
* ProtectionAreas: missed 2 filesmadmaxoft@gmail.com2013-05-262-0/+122
| | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1517 0a769ca7-a7f5-676a-18bf-c427514a06d6
* ProtectionAreas: Initial project import, skeleton codemadmaxoft@gmail.com2013-05-267-0/+353
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1516 0a769ca7-a7f5-676a-18bf-c427514a06d6