Josh Stewart
|
940c3a5be7
|
Further memory work on the sequential tables
|
2016-10-27 08:49:27 +11:00 |
Josh Stewart
|
4210cd61c3
|
Experimental new fast caching on 2D tables (Similar to what is done on 3D tables)
|
2016-01-05 08:01:31 +11:00 |
Josh Stewart
|
f8fd0f9692
|
Allow for dynamically sized 3d tables
|
2015-09-18 15:06:21 +10:00 |
Josh Stewart
|
372f6da64e
|
Switch 2D tables to pointers
|
2015-06-05 18:02:47 +10:00 |
Josh Stewart
|
e65ed37fea
|
Initial (Slightly buggy) commit of 16x16 tables
|
2015-06-05 17:28:31 +10:00 |
Josh Stewart
|
f34c03c98e
|
Big table lookup optimisation
|
2015-06-04 21:54:11 +10:00 |
Fredrik Johansson
|
4dd9b2a4a5
|
Add scope guards to header files
|
2015-02-14 14:11:43 +01:00 |
Josh Stewart
|
1275901466
|
Adjust 2D tables to support ints as well as bytes
|
2014-05-12 21:27:22 +10:00 |
Josh Stewart
|
8a0a99a9e4
|
Updated WUE and TAE to work with 2D tables
|
2014-02-27 15:17:14 +11:00 |
Josh Stewart
|
78fdfbe2bb
|
Completed dynamic 2D table implementation (Untested)
|
2014-02-27 13:26:04 +11:00 |
Josh Stewart
|
ac463dadf4
|
Addition of 2D table functions
|
2014-01-07 16:01:14 +08:00 |
Josh Stewart
|
f280856959
|
Accuracy improvements to the table lookup
|
2013-12-29 23:43:19 +11:00 |
Josh Stewart
|
03cbef0837
|
Fix to the Y axis lookup max/mins
|
2013-12-29 13:03:16 +11:00 |
Josh Stewart
|
3e45171357
|
Additional checks in the interpolation routine for edge cases
|
2013-10-14 23:54:15 +11:00 |
Josh Stewart
|
8e002150ee
|
Large re-org in preparation for EEPROM and comms paging work
|
2013-07-16 22:29:17 +10:00 |
Josh Stewart
|
3d1cdb6f4d
|
Working VE and IGN table comms
|
2013-07-09 22:12:35 +10:00 |
Josh Stewart
|
63485ed79f
|
Fix Edge case handling in table lookup where requested X or Y were equal to a bin value
|
2013-07-04 08:50:07 +10:00 |
Josh Stewart
|
25253f0beb
|
Initial scheduler work
|
2013-02-13 22:49:36 +11:00 |
Josh Stewart
|
aff1570ef7
|
Small correction to the table struct
|
2013-02-11 11:34:30 +11:00 |
Josh Stewart
|
4f7d86588e
|
Removed floats from table lookup
|
2013-02-11 10:53:00 +11:00 |
Josh Stewart
|
066e0ee9e8
|
Completely bug tested and confirmed working the interpolation code
|
2013-02-06 00:17:54 +11:00 |
Josh Stewart
|
90d2594825
|
Interpolation actually works now
Includes a walkthrough of the interpolation in the testing file
|
2013-02-05 21:11:59 +11:00 |
Josh Stewart
|
9cd43ebd79
|
Initial implementation of the 2D map interpolation
|
2013-02-05 20:41:41 +11:00 |
Josh Stewart
|
24e79171af
|
Added testing functions and further comments
|
2013-02-05 19:27:06 +11:00 |
Josh Stewart
|
66ea47fde5
|
More of the basic infrastructure stuff
|
2013-02-05 08:05:35 +11:00 |