Max Cahill
|
e957a4502f
|
[added] colour.distance_rgb and distance_packed_rgb
|
2020-08-18 19:54:24 +10:00 |
|
Max Cahill
|
324a5b4783
|
[dev]
|
2020-08-12 20:27:28 +10:00 |
|
Max Cahill
|
616b31b35f
|
[fixed] missing exports for some aliases, simplified export
|
2020-08-09 19:49:24 +10:00 |
|
Max Cahill
|
b4e2cff498
|
[added] mathx.bilerp which does a bilinear interpolation from 4 samples
|
2020-07-27 21:47:06 +10:00 |
|
Max Cahill
|
84197b5216
|
[added] proper tracebacks to errors in async tasks with xpcall (only works for functions with :call, not coroutines with :add)
|
2020-07-24 09:15:28 +10:00 |
|
Max Cahill
|
8c5fa157c7
|
[dev] note about strings with spaces being a potential problem with pretty printer; they arent re-parse friendly at the moment
|
2020-07-22 20:51:54 +10:00 |
|
Max Cahill
|
a18691f229
|
[modified] async stall resume behaviour implemented in terms of a tail call
|
2020-07-17 22:47:42 +10:00 |
|
Max Cahill
|
9e8793668f
|
[modified] async task error format easier to read - still need to move to embedded xpcall+stacktrace for more than 1 line of context though!
|
2020-07-15 14:16:55 +10:00 |
|
Max Cahill
|
5230e8f9d6
|
[fixed] mathx.wrap over-complicated impl, mathx.round (thanks @MikuAuahDark/@sharpobject)
|
2020-07-09 15:32:42 +10:00 |
|
Max Cahill
|
7d3b568ac5
|
[added] correct sequence support for collapse (and flatten)
|
2020-07-02 17:05:26 +10:00 |
|
Max Cahill
|
18d02434a0
|
[added] tablex.flatten as an alias for collapse
|
2020-07-02 17:04:47 +10:00 |
|
Max Cahill
|
d22cf7a66c
|
[modified] readme tweaks
|
2020-06-29 14:21:25 +10:00 |
|
Max Cahill
|
e87055bc79
|
[modified] readme, clarifying installation and versioning
|
2020-06-29 14:16:58 +10:00 |
|
Max Cahill
|
04563ed4b7
|
[modified] stringx.pretty handles embedded tables better (still likely needs a wrap width instead of an element count per line)
|
2020-06-19 15:17:24 +10:00 |
|
Max Cahill
|
ab93bcef6b
|
[modified] per-section clarifications in readme
|
2020-06-15 22:28:53 +10:00 |
|
Max Cahill
|
4d042c58dd
|
[added] spacing on readme module sections
|
2020-06-15 22:23:22 +10:00 |
|
Max Cahill
|
b63cb34f41
|
Merge remote-tracking branch 'origin/master'
|
2020-06-15 21:11:23 +10:00 |
|
Max Cahill
|
ba221060c5
|
[modified] colour fairly extensively; renamed functions to same snake_case convention as other modules
[added] colour.hsl_to_rgb
|
2020-06-15 21:11:05 +10:00 |
|
Max Cahill
|
e9313f61e0
|
[added] reset state upon re-entering state machine as_state
|
2020-06-11 15:35:57 +10:00 |
|
Max Cahill
|
77fa7b4288
|
Merge remote-tracking branch 'origin/master'
|
2020-06-02 15:17:56 +10:00 |
|
Max Cahill
|
a85eec80e2
|
[added] "canonical" identity function
|
2020-06-02 15:17:50 +10:00 |
|
Max Cahill
|
eba27da544
|
[added] note to async about external xpcall being needed for better stack traces
|
2020-06-02 15:17:36 +10:00 |
|
Max Cahill
|
01713f766f
|
[modified] minor semantics of state machines, added machinery to allow them to be nested more easily, added notes
|
2020-06-02 15:02:20 +10:00 |
|
Max Cahill
|
11483c52ad
|
[fixed] sequence regressions
|
2020-06-02 15:01:21 +10:00 |
|
Max Cahill
|
00ac480ed9
|
[modified] renamed stable_sort.lua to sort.lua ; swapped alias order
|
2020-06-02 15:00:46 +10:00 |
|
Max Cahill
|
608fa1bca3
|
Merge remote-tracking branch 'origin/master'
|
2020-05-29 16:20:34 +10:00 |
|
Max Cahill
|
591ba1d7a9
|
[added] assert methods return first argument so they can be used inline
|
2020-05-29 16:20:26 +10:00 |
|
Max Cahill
|
a260451d7f
|
Merge remote-tracking branch 'origin/master'
|
2020-05-27 13:03:46 +10:00 |
|
Max Cahill
|
95a9552cde
|
[added] wip multi-line support to stringx.pretty
|
2020-05-27 13:03:40 +10:00 |
|
Max Cahill
|
348653a6dd
|
[modified] moved away from assert for consistency in super_call
|
2020-05-22 16:29:01 +10:00 |
|
Max Cahill
|
fff1474c37
|
[fixed] super call in case where subclass called from doesn't have implementation - hurts runtime performance but the previous impl was a potential infinite loop!
|
2020-05-22 15:50:23 +10:00 |
|
Max Cahill
|
9d0a7d6e86
|
[added] mathx.isnan, does what it says on the tin
|
2020-05-20 21:02:51 +10:00 |
|
Max Cahill
|
77327aa852
|
[modified] minor async refactoring
[fixed] missing arguments beyond 1 for async calls
|
2020-05-19 22:11:38 +10:00 |
|
Max Cahill
|
700c7bc957
|
[added] cleaner super call functionality to class
|
2020-05-19 15:17:55 +10:00 |
|
Max Cahill
|
1610092bd1
|
[modified] renamed assert:equals to assert:equal for consistency
[added] assert:not_equal
|
2020-05-19 13:01:56 +10:00 |
|
Max Cahill
|
a367d18b51
|
[added] assert:some for nil checks
|
2020-05-19 13:00:23 +10:00 |
|
Max Cahill
|
284856d2c3
|
[modified] refactored init.lua extensively; used new assert module in stringx and tablex
|
2020-05-19 12:03:45 +10:00 |
|
Max Cahill
|
cf7354d75f
|
[added] assert module with some "nicer" assertions
|
2020-05-19 12:03:04 +10:00 |
|
Max Cahill
|
21c672989c
|
[modified] sequence with a few fixes and newer comments since the module refactor
|
2020-05-14 15:28:38 +10:00 |
|
Max Cahill
|
19c21bf308
|
[modified] class supports inheriting from classes/apis without a new method - in that case the super ctor wont be called automatically as part of init()
|
2020-05-14 15:27:24 +10:00 |
|
Max Cahill
|
93e6073128
|
Merge remote-tracking branch 'origin/master'
|
2020-05-13 21:09:22 +10:00 |
|
Max Cahill
|
8a62f3b19f
|
[added] functional.generate and generate_2d
|
2020-05-13 21:09:15 +10:00 |
|
Max Cahill
|
eb428faa6e
|
[fixed] issue in functional.zip
|
2020-05-13 21:08:23 +10:00 |
|
Max Cahill
|
f183a1a485
|
[fixed] a few wrong assert strings
|
2020-05-12 14:14:08 +10:00 |
|
Max Cahill
|
3c0ebb1f13
|
Merge branch 'feature/functional-additions' - thanks to Jack Robinson
|
2020-05-12 09:43:45 +10:00 |
|
Max Cahill
|
e6a59460bd
|
[modified] functional.remove renamed to functional.remove_if , moved functional.group_by , more documentation added
|
2020-05-12 09:42:06 +10:00 |
|
Max Cahill
|
12e48d72ac
|
[added] call metamethod for classes so eg vec2:new(...) can be written as vec2(...)
|
2020-05-12 09:26:11 +10:00 |
|
Jack Robinson
|
2d24d8e913
|
[added] add remove which holds onto all elements where f(v) returns false
|
2020-05-11 21:31:43 +12:00 |
|
Jack Robinson
|
d882127bda
|
[added] add group-by function to group elements by the return of a provided function
|
2020-05-11 21:31:43 +12:00 |
|
Max Cahill
|
6f0945a675
|
[added] set:values_readonly() to avoid a copy if you only need readonly access, with a note about safety
|
2020-05-02 20:12:59 +10:00 |
|