aboutsummaryrefslogtreecommitdiff
path: root/core/vector.h
Commit message (Collapse)AuthorAgeFilesLines
* Update vector.hpunto-2016-04-111-2/+3
| | | using non-templated neares_power_of_2
* remove trailing whitespaceHubert Jarosz2016-04-021-47/+47
| | | | (cherry picked from commit 4a4f2479146aa33e235ed57cde311efda68d3c8f)
* Fix allocation bug if compiled with modern clang or gccest312016-02-271-9/+26
| | | | | | | | * Add overflow checked intrinsic abstractions that check on overflow. * Use them for memory allocation code. * Use size_t type for memory allocation code to support full platform dependent width. Fixes #3756.
* Update copyright to 2016 in headersGeorge Marques2016-01-011-1/+1
|
* Vector<>::_ptr is now typed and points to the beginning of array rather than ↵koalefant2015-12-041-18/+20
| | | | reference count block
* Several performance improvements, mainly in loading and instancing scenes ↵Juan Linietsky2015-06-291-3/+5
| | | | | | | | and resources. A general speedup should be apparent, with even more peformance increase when compiling optimized. WARNING: Tested and it seems to work, but if something breaks, please report.
* -fixed many memory initialization issuesJuan Linietsky2015-06-061-2/+2
| | | | | -fixed deadlock on previews thread -fixed compilation errors on unix
* Updated copyright year in all headersJuan Linietsky2015-04-181-1/+1
|
* Use Vector for storing areasFabio Alessandrelli2015-03-241-0/+9
|
* GODOT IS OPEN SOURCEJuan Linietsky2014-02-091-0/+401