Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

EngineHub

We make open source Minecraft mods, such as WorldEdit, WorldGuard, CraftBook, CommandBook, and more!
Collective - Host: opensource - https://opencollective.com/enginehub - Website: https://enginehub.org/ - Code: https://github.com/EngineHub

Fixed the help for /editstack and /editstackair.

github.com/EngineHub/WorldEdit - eb70ac391aba3bd717512775b77f87a9a1e35533 authored about 14 years ago by sk89q <[email protected]>
Major cleanup and refactoring. Non-cuboid regions now technically supported; players now abstracted through WorldEditPlayer; use of Point across the board; command cleanup.

github.com/EngineHub/WorldEdit - 204cfc14522b497722c29eb07c79314050d41c25 authored about 14 years ago by sk89q <[email protected]>
Removed /editcyl (not finished).

github.com/EngineHub/WorldEdit - 633be176ebf51d76af618a7abb9f297442850ede authored about 14 years ago by sk89q <[email protected]>
Added /editwand.

github.com/EngineHub/WorldEdit - 532c4de8ccd7591ee0a5c0a74fc5c9ace1e42ca8 authored about 14 years ago by sk89q <[email protected]>
Fixed /editstack(air), fixed getLength()/getHeight() of WorldEditSession.

github.com/EngineHub/WorldEdit - c59d77e138b042a89dc89bb460d1cb0c15f4e7b8 authored about 14 years ago by sk89q <[email protected]>
Fixed arguments with /removeabove and /removebelow.

github.com/EngineHub/WorldEdit - 35f46473dea16b24d6bbeab343024fcffa59392e authored about 14 years ago by sk89q <[email protected]>
Added /removebelow and added a height parameter to /removeabove.

github.com/EngineHub/WorldEdit - 02ef9610be222a64261c8192475d90d73d1a852a authored about 14 years ago by sk89q <[email protected]>
Added untested /editstack and /editstackair commands to stack the region towards a direction.

github.com/EngineHub/WorldEdit - ba828c1a3a5c7f0de3e5586c1fbcb7168ef9b803 authored about 14 years ago by sk89q <[email protected]>
Made static Logger static final.

github.com/EngineHub/WorldEdit - 05524be2d21d5b08e797d73109729c9992afd4d1 authored about 14 years ago by sk89q <[email protected]>
On paste, you will now be placed on top of the paste if you ended up inside some blocks.

github.com/EngineHub/WorldEdit - f896acc662f6d5d5d39adcb2442d882c3c9b29cf authored about 14 years ago by sk89q <[email protected]>
Implemented block smart queuing that allows certain block types that require a block under them to exist to work now. For example, torches are only created at the end.

github.com/EngineHub/WorldEdit - a61c62f46d8761eb23d905ead7f8295fb3f9fa05 authored about 14 years ago by sk89q <[email protected]>
Improved the quality of the command-related messages and renamed /setchangelimit to /editlimit.

github.com/EngineHub/WorldEdit - c0a9d0d5517bd82e6bb197aedf4242f951ed7070 authored about 14 years ago by sk89q <[email protected]>
etc.getDataSource() is now static; updated.

github.com/EngineHub/WorldEdit - 87780f0a7857576cb4803c2265790ca754664b10 authored about 14 years ago by sk89q <[email protected]>
Updated the .schematic save routine to also create directories as required.

github.com/EngineHub/WorldEdit - 48aeb58bbb31fa2667256d6bd540efcb0ce32740 authored about 14 years ago by sk89q <[email protected]>
Added short overflow check for schematic saving.

github.com/EngineHub/WorldEdit - 414c3cf33dc816d018a78a4c11b1d959ade73ad4 authored about 14 years ago by sk89q <[email protected]>
Reorganized code, made exceptions inherit from WorldEditException, added /setchangelimit.

github.com/EngineHub/WorldEdit - 713f23d0de4cc78ac9b249de28d0487b6f8c2578 authored about 14 years ago by sk89q <[email protected]>
Updated for b104.

github.com/EngineHub/WorldEdit - 1f7b39b8e3e67221e55ee52fb6578e79a332f446 authored about 14 years ago by sk89q <[email protected]>
Updated INSTALL.txt with map-script-commands.

github.com/EngineHub/WorldEdit - c1a5fc8782c67c2c8f3ec83caaa69bec7ad02620 authored about 14 years ago by sk89q <[email protected]>
Added JNBT license information.

github.com/EngineHub/WorldEdit - c23c1dcd9e07e2262a898cdce5bdf647c9397a27 authored about 14 years ago by sk89q <[email protected]>
Made a mention of jnbt.jar in INSTALL.txt.

github.com/EngineHub/WorldEdit - 2707529bc312dd38d514c40afcfebd048f2bb762 authored about 14 years ago by sk89q <[email protected]>
Added meteorshower.js.

github.com/EngineHub/WorldEdit - e3a2cd4db6942c69e105be80dada31797773c13c authored about 14 years ago by sk89q <[email protected]>
Added a top to trees generated by forestgen.js.

github.com/EngineHub/WorldEdit - 20b20870d82ed68d093b514083f81d9a69494426 authored about 14 years ago by sk89q <[email protected]>
Fixed a bug where Point was not returning accurate results with .equals(), breaking undo code. Temporarily using org.apache.commons.lang3.builder.EqualsBuilder to fix the problem.

github.com/EngineHub/WorldEdit - c0e78bebf4b15dd73884190ff514fad1d3f0ab54 authored about 14 years ago by sk89q <[email protected]>
Added /editoutline.

github.com/EngineHub/WorldEdit - a620ca9efe6e7173e5174a7591434d6c8372641a authored about 14 years ago by sk89q <[email protected]>
Added region selection with a wooden axe (#271);

github.com/EngineHub/WorldEdit - bb06f9daedbcbbfc1b7f08a5c05bc49fbf536eeb authored about 14 years ago by sk89q <[email protected]>
Added maximum script execution time of 3 seconds.

github.com/EngineHub/WorldEdit - fc2a827c079fc5a0786115dc5809cf895de656f4 authored about 14 years ago by sk89q <[email protected]>
Added direct script->command mapping support; fixed some comments in exception files.

github.com/EngineHub/WorldEdit - ddfb7f21beaf4fd39d44509da3b040e66d235efd authored about 14 years ago by sk89q <[email protected]>
Added teleport functions to the player interface for scripts; renamed some script-related classes.

github.com/EngineHub/WorldEdit - 33fb2abb5443f5fc6069e7efc3af4b9a8636a304 authored about 14 years ago by sk89q <[email protected]>
Added some JavaDoc/minor cleanup.

github.com/EngineHub/WorldEdit - c55799567ad4dfb25ded439ecfe430c899344614 authored about 14 years ago by sk89q <[email protected]>
Made /clearclipboard function.

github.com/EngineHub/WorldEdit - 5507f0ae98cf47fde18d67f9e752e5aace1e9c36 authored about 14 years ago by sk89q <[email protected]>
Minor cleanup of code.

github.com/EngineHub/WorldEdit - 4eb40b039f80e9b901000b135e531545ef4e2c13 authored about 14 years ago by sk89q <[email protected]>
Added Apache and MPL license texts.

github.com/EngineHub/WorldEdit - e2ac8282281fd93b6d3ddcbbfd750a7d777fa8eb authored about 14 years ago by sk89q <[email protected]>
Added .schematic loading/saving; fixed issue with pasting not pasting entire region.

github.com/EngineHub/WorldEdit - 81753ee979ca6c5ca2c6bc0426b19980e4df1f3c authored about 14 years ago by sk89q <[email protected]>
Updated INSTALL.txt with more help.

github.com/EngineHub/WorldEdit - 26c2d044c00fc4ff7da2e5f4ac71fbebf58e8077 authored about 14 years ago by sk89q <[email protected]>
Updated README to reflect license change.

github.com/EngineHub/WorldEdit - d2e391446ae38941953b34e599fad732b3e51893 authored about 14 years ago by sk89q <[email protected]>
Added NOTICE.txt.

github.com/EngineHub/WorldEdit - 0db6d04a0f9ae5f5113799c65ddfde9815ede870 authored about 14 years ago by sk89q <[email protected]>
Relicensed as LGPLv3.

github.com/EngineHub/WorldEdit - c4412b1c2aa577d160e50ea7b9151b9076a6fa0b authored about 14 years ago by sk89q <[email protected]>
Added forestgen.js example editscript.

github.com/EngineHub/WorldEdit - 4a8a3e832e071e58134c807f40630a686ce23e58 authored about 14 years ago by sk89q <[email protected]>
Gave /editreplace the ability to discriminate on block type to replace. Corrected arguments help for /editscript.

github.com/EngineHub/WorldEdit - b3eb1fc5486bf5123f88cc4fc6745a092cb88904 authored about 14 years ago by sk89q <[email protected]>
Updated INSTALL.txt for commons-lang3-3.0-beta.jar.

github.com/EngineHub/WorldEdit - 7d886c6572198eaac04649ef81b0d52e5d288f53 authored about 14 years ago by sk89q <[email protected]>
Allowed blocks list can now be adjusted in worldedit.properties.

github.com/EngineHub/WorldEdit - 2b0d73621a358d74e9edace746d891889a865547 authored about 14 years ago by sk89q <[email protected]>
Added lower bounds clamping to some of the arguments.

github.com/EngineHub/WorldEdit - d1a807f25f105668fd1185dc375cb47e7a12b8c9 authored about 14 years ago by sk89q <[email protected]>
Added /clearhistory and /clearclipboard.

github.com/EngineHub/WorldEdit - c70a7914da5fc0867d0f7ea7dc3aed36e1d424fe authored about 14 years ago by sk89q <[email protected]>
Added basic copy/paste functions.

github.com/EngineHub/WorldEdit - 4c7e14a76bc70b6d1808f38b0353bca0e1997fcb authored about 14 years ago by sk89q <[email protected]>
Updated com.sk89q.worldedit.Point to use generics.

github.com/EngineHub/WorldEdit - 8e2c6ece61e662260c0c4998b4d7dad4d7e254b2 authored about 14 years ago by sk89q <[email protected]>
Added basic undo/redo functionality with a history size of 15.

github.com/EngineHub/WorldEdit - 7387e360161dbcd67b1b443721288e7be0c3881d authored about 14 years ago by sk89q <[email protected]>
Moved exceptions to package com.sk89q.worldedit to prevent potential collision.

github.com/EngineHub/WorldEdit - 6364ba720be228c8de22620ab1a861dab3af82eb authored about 14 years ago by sk89q <[email protected]>
Updated INSTALL.txt to make a note about js.jar.

github.com/EngineHub/WorldEdit - 9fa6c136c08414cd54b8f75688d3124cf6628d18 authored about 14 years ago by sk89q <[email protected]>
Hard-coded a list of items that can be used for WorldEdit.

github.com/EngineHub/WorldEdit - 6eaf5895e47e08d6e81a36cfb8f8e7d193f9a758 authored about 14 years ago by sk89q <[email protected]>
Added preliminary JavaScript scripting support. Currently it can be used to do routines such as forest creation but it cannot make hooks or do anything fancy.

github.com/EngineHub/WorldEdit - c8054b95fed9f0ab8f5557a9607f9e6e0d8519d7 authored about 14 years ago by sk89q <[email protected]>
Removed NetBeans project files.

github.com/EngineHub/WorldEdit - da021f85196117817b2b41a17e56e129c0b6e887 authored about 14 years ago by sk89q <[email protected]>
Added readme files.

github.com/EngineHub/WorldEdit - ec7e7dcdba88c8b39a2fb6779dae045cb18eb91e authored about 14 years ago by sk89q <[email protected]>
Updated WorldEdit for build 100; made regions no longer shared and fixed the missing authorization check.

github.com/EngineHub/WorldEdit - 2e31c2aaf0b5a1d2e41b43c448897d47fef01a10 authored about 14 years ago by sk89q <[email protected]>
Initial commit.

github.com/EngineHub/WorldEdit - 83fea4d00ce1b7a0f456f207a3d5d453fc5f8dd4 authored about 14 years ago by sk89q <[email protected]>
Change input to Collection instead of List, patch from Peter. Also fix a typo.

github.com/EngineHub/PRTree - 76a23d9523a73afef7bbf41a9fbcbee6b2524375 authored almost 15 years ago by Robert Olofsson <[email protected]>
Ignore javadoc.

github.com/EngineHub/PRTree - e83bdcaf3bf3b2c8b626231b5343c35a7198d11c authored about 15 years ago by Robert Olofsson <[email protected]>
Minor changes to shorten the buildLeafs method.

github.com/EngineHub/PRTree - 4abea7deb8c95345bcdd3a44f9aeeb6571c08700 authored about 15 years ago by Robert Olofsson <[email protected]>
Add forgotten file, used to track how many data items we have used.

github.com/EngineHub/PRTree - c9c87f3863ac92d6553669f0217c4e2ffda90d7e authored about 15 years ago by Robert Olofsson <[email protected]>
Remove old LeafBuilder code and use the new classes.

github.com/EngineHub/PRTree - d0cedceed7d784691a77f33fee6b78fec9fbc34b authored about 15 years ago by Robert Olofsson <[email protected]>
Only store minPos since that is the only one that changes.

github.com/EngineHub/PRTree - 4b21b6d334585b2d32ddd10db7c1f1c3aaecb56d authored about 15 years ago by Robert Olofsson <[email protected]>
Keep track of how many nodes we can get before we need to split.

github.com/EngineHub/PRTree - 0bea1abcf7604b55bdb2f4463aab73c7292a3699 authored about 15 years ago by Robert Olofsson <[email protected]>
Added split.

github.com/EngineHub/PRTree - 9ba9c0a4c5fdf2072904cca02aaefe0e47b29b9e authored about 15 years ago by Robert Olofsson <[email protected]>
Started work on multiplexing node getters.

github.com/EngineHub/PRTree - 1bd4feb86627f3781ba837b502e912d649e91cac authored about 15 years ago by Robert Olofsson <[email protected]>
Ignore some files.

github.com/EngineHub/PRTree - 752d2a6542c1347aaa0bf015447f744f0c39267b authored about 15 years ago by Robert Olofsson <[email protected]>
Use 4 comparators to get a correct pr-tree.

git-svn-id: file:///home/robo/svn/prtree@727 49850d48-abdb-0310-920b-a85268397374

github.com/EngineHub/PRTree - b5295e4519f76b68917e2d1fddc6d1b7ea42495d authored about 15 years ago by Robert Olofsson <[email protected]>
Fix typo (mentioned by Markus).

git-svn-id: file:///home/robo/svn/prtree@726 49850d48-abdb-0310-920b-a85268397374

github.com/EngineHub/PRTree - 1f3551390fb4ca05be3a16748cd90fec3fccbbcd authored over 15 years ago by Robert Olofsson <[email protected]>
Added pdf-link.

git-svn-id: file:///home/robo/svn/prtree@725 49850d48-abdb-0310-920b-a85268397374

github.com/EngineHub/PRTree - a8e28167128dd6261d8504f54ebe9bdc5eb16b2a authored over 15 years ago by Robert Olofsson <[email protected]>
Add tests with random rectangles.

git-svn-id: file:///home/robo/svn/prtree@720 49850d48-abdb-0310-920b-a85268397374

github.com/EngineHub/PRTree - 5d22c3bcbff2c769afe7ea5f7fee3f8da67fcff5 authored over 15 years ago by Robert Olofsson <[email protected]>
Test with an X instead of a /.

git-svn-id: file:///home/robo/svn/prtree@695 49850d48-abdb-0310-920b-a85268397374

github.com/EngineHub/PRTree - 27f924b40774e173c7e3fe5313a26487f018d241 authored over 16 years ago by Robert Olofsson <[email protected]>
Free NodeUsage objects as quick as we can. Allows bigger trees to be built.

git-svn-id: file:///home/robo/svn/prtree@694 49850d48-abdb-0310-920b-a85268397374

github.com/EngineHub/PRTree - 9da4cd36150bee4767021e28bbc78cced3cae40b authored over 16 years ago by Robert Olofsson <[email protected]>
Allow more ids.

git-svn-id: file:///home/robo/svn/prtree@693 49850d48-abdb-0310-920b-a85268397374

github.com/EngineHub/PRTree - 63be1a21307691af0788fca963a80acba3d10c0b authored over 16 years ago by Robert Olofsson <[email protected]>
Stop storing the converter in the LeafNodes, pass it in in the methods that need it instead.

git-svn-id: file:///home/robo/svn/prtree@692 49850d48-abdb-0310-920b-a85268397374

github.com/EngineHub/PRTree - 976638908ff15dc38aca2dc4ba6ca4690bbba00a authored over 16 years ago by Robert Olofsson <[email protected]>
Remove unused method.

git-svn-id: file:///home/robo/svn/prtree@691 49850d48-abdb-0310-920b-a85268397374

github.com/EngineHub/PRTree - 3cb6f264d955a9af429ec7271e0d1ba284861d76 authored over 16 years ago by Robert Olofsson <[email protected]>
Split long test up into a few methods.

git-svn-id: file:///home/robo/svn/prtree@690 49850d48-abdb-0310-920b-a85268397374

github.com/EngineHub/PRTree - 39ebb11917d93c06d340b48a0da7bbcaa70edada authored over 16 years ago by Robert Olofsson <[email protected]>
Added a find(MBR, List)

git-svn-id: file:///home/robo/svn/prtree@689 49850d48-abdb-0310-920b-a85268397374

github.com/EngineHub/PRTree - 5301837c0b6c75ec68cf1f49cd7791d9f83a02ed authored over 16 years ago by Robert Olofsson <[email protected]>
Added code comments and removed one generic type from NodeFactory since it is not used anymore.

git-svn-id: file:///home/robo/svn/prtree@688 49850d48-abdb-0310-920b-a85268397374

github.com/EngineHub/PRTree - 66fc82972b1d3dfd7c8c846c433445fb08c5a91c authored over 16 years ago by Robert Olofsson <[email protected]>
Fix height function, add tests for it.

git-svn-id: file:///home/robo/svn/prtree@687 49850d48-abdb-0310-920b-a85268397374

github.com/EngineHub/PRTree - 09d59398477abf1e68c7258a954b3b1fde1d2e9a authored over 16 years ago by Robert Olofsson <[email protected]>
Validate find results

git-svn-id: file:///home/robo/svn/prtree@686 49850d48-abdb-0310-920b-a85268397374

github.com/EngineHub/PRTree - 31b695cc980697d0107b75dc6691905180bd01a9 authored over 16 years ago by Robert Olofsson <[email protected]>
Added a find that takes an MBR.

git-svn-id: file:///home/robo/svn/prtree@685 49850d48-abdb-0310-920b-a85268397374

github.com/EngineHub/PRTree - a2b83773ac746179470b1b013fda0f561d0547f9 authored over 16 years ago by Robert Olofsson <[email protected]>
Fix broken accessor.

git-svn-id: file:///home/robo/svn/prtree@684 49850d48-abdb-0310-920b-a85268397374

github.com/EngineHub/PRTree - 1fdc5647ad4943e6025f37e0d5d2cfe192e82853 authored over 16 years ago by Robert Olofsson <[email protected]>
Make MBR have getMinX and similar instead of getMin(int ord).

git-svn-id: file:///home/robo/svn/prtree@683 49850d48-abdb-0310-920b-a85268397374

github.com/EngineHub/PRTree - 60d30770260fc784cb63f24e0a261cd90a947c69 authored over 16 years ago by Robert Olofsson <[email protected]>
Create nodes with an Object[] and stop keeping track of current load.

git-svn-id: file:///home/robo/svn/prtree@682 49850d48-abdb-0310-920b-a85268397374

github.com/EngineHub/PRTree - 9a136701ab40f1c756626cbbc8cf9a9c366e1644 authored over 16 years ago by Robert Olofsson <[email protected]>
Added LICENSE file.

git-svn-id: file:///home/robo/svn/prtree@681 49850d48-abdb-0310-920b-a85268397374

github.com/EngineHub/PRTree - 8099b2d3eda1fb68632fb7ef61e4db5298104eeb authored over 16 years ago by Robert Olofsson <[email protected]>
Add javadoc.

git-svn-id: file:///home/robo/svn/prtree@680 49850d48-abdb-0310-920b-a85268397374

github.com/EngineHub/PRTree - dda197063c060056d73470836869e8ca2a90f440 authored over 16 years ago by Robert Olofsson <[email protected]>
Improve performance and make MBRConverter have 4 methods, only 2d data for now.

git-svn-id: file:///home/robo/svn/prtree@679 49850d48-abdb-0310-920b-a85268397374

github.com/EngineHub/PRTree - 65ea436cf4278459247cde204f80e06638f937e7 authored over 16 years ago by Robert Olofsson <[email protected]>
Move allocation.

git-svn-id: file:///home/robo/svn/prtree@678 49850d48-abdb-0310-920b-a85268397374

github.com/EngineHub/PRTree - 450617caa2037244e661bd958026860a4d69c516 authored over 16 years ago by Robert Olofsson <[email protected]>
Remove copy/paste

git-svn-id: file:///home/robo/svn/prtree@677 49850d48-abdb-0310-920b-a85268397374

github.com/EngineHub/PRTree - f6a97cd856cca311cec54c4057aa3d298f815632 authored over 16 years ago by Robert Olofsson <[email protected]>
Add methods to search the tree with a pre-allocated result list.

git-svn-id: file:///home/robo/svn/prtree@676 49850d48-abdb-0310-920b-a85268397374

github.com/EngineHub/PRTree - cf726eb502c017c0bfbdffa79ce096d9aef3684b authored over 16 years ago by Robert Olofsson <[email protected]>
Use arrays directly instead of ArrayList.

git-svn-id: file:///home/robo/svn/prtree@675 49850d48-abdb-0310-920b-a85268397374

github.com/EngineHub/PRTree - 0a3ee1fddb774cec8ceac921b99f6a05642a4040 authored over 16 years ago by Robert Olofsson <[email protected]>
Testint of speed, improve node handling by avoiding iterators.

git-svn-id: file:///home/robo/svn/prtree@674 49850d48-abdb-0310-920b-a85268397374

github.com/EngineHub/PRTree - 1575c60e05502361a7561866184969c3ed2e4421 authored over 16 years ago by Robert Olofsson <[email protected]>
Added javadoc.

git-svn-id: file:///home/robo/svn/prtree@673 49850d48-abdb-0310-920b-a85268397374

github.com/EngineHub/PRTree - 87acba5793484fe3f043c2a8b7fbda80dd99da8c authored over 16 years ago by Robert Olofsson <[email protected]>
Moved NodeUsageSorter and NodeUsage into their own files. Renamed ListHolder to NodeGetter since it does not hold any lists anymore.

git-svn-id: file:///home/robo/svn/prtree@672 49850d48-abdb-0310-920b-a85268397374

github.com/EngineHub/PRTree - b97941011afd405dbc0424bea99c4414df554d10 authored over 16 years ago by Robert Olofsson <[email protected]>
Remove debug code.

git-svn-id: file:///home/robo/svn/prtree@671 49850d48-abdb-0310-920b-a85268397374

github.com/EngineHub/PRTree - 79754c64358c184bed8d9e4c427f66d4b0fb1a92 authored over 16 years ago by Robert Olofsson <[email protected]>
Change LeafBuilder so that it does not build a lot of lists internally.

git-svn-id: file:///home/robo/svn/prtree@670 49850d48-abdb-0310-920b-a85268397374

github.com/EngineHub/PRTree - f2f0fb13635e3d67dcebc7be17a9f2d6559dd855 authored over 16 years ago by Robert Olofsson <[email protected]>
allocate a list that can hold all the rects we want to test with.

git-svn-id: file:///home/robo/svn/prtree@669 49850d48-abdb-0310-920b-a85268397374

github.com/EngineHub/PRTree - 972f2676519cfb839580a125e61bf85f8963e311 authored over 16 years ago by Robert Olofsson <[email protected]>
Ignore generated content.

git-svn-id: file:///home/robo/svn/prtree@668 49850d48-abdb-0310-920b-a85268397374

github.com/EngineHub/PRTree - bfab6bbea5b6fa8ac3921d77884757efb1a42995 authored over 16 years ago by Robert Olofsson <[email protected]>
Added some comments.

git-svn-id: file:///home/robo/svn/prtree@667 49850d48-abdb-0310-920b-a85268397374

github.com/EngineHub/PRTree - 6d4fe23b1996d0b5ce18eea6ea1e845579432948 authored over 16 years ago by Robert Olofsson <[email protected]>
Added getMBR to the PRTree, added a few tests for it.

git-svn-id: file:///home/robo/svn/prtree@666 49850d48-abdb-0310-920b-a85268397374

github.com/EngineHub/PRTree - c54667059144e8a45de6f5985fa1f5f530c92889 authored over 16 years ago by Robert Olofsson <[email protected]>
Change internal handling to use a lot less memory.

git-svn-id: file:///home/robo/svn/prtree@665 49850d48-abdb-0310-920b-a85268397374

github.com/EngineHub/PRTree - bd29522369c8d4bfb0caef194e9a132e8eea5b69 authored over 16 years ago by Robert Olofsson <[email protected]>