This website requires JavaScript.
Explore
Help
Sign in
stjr
/
UltimateZoneBuilder
Watch
0
Star
0
Fork
You've already forked UltimateZoneBuilder
0
mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced
2025-01-31 12:50:52 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
1e9cc18730
UltimateZoneBuilder
/
Source
History
codeimp
1e9cc18730
@ Added Create* functions in the MapSet that allows specifying the index (element at existing index will move to the end of the array instead of the newly created element).
2009-06-07 09:00:14 +00:00
..
Core
@ Added Create* functions in the MapSet that allows specifying the index (element at existing index will move to the end of the array instead of the newly created element).
2009-06-07 09:00:14 +00:00
Plugins
@ Changed the MapSet to work with arrays instead of linkedlists. Because the index is now know for each element and can be retrieved in O(1) efficiency it has become a property (Index) for all map elements. GetIndexFor* functions have been removed. Get*ByIndex are now also of O(1) efficiency.
2009-06-05 19:03:56 +00:00