Timeline
Oct 24, 2011:
- 9:18 AM Changeset [1032] by
- monsterz: fix title screen layout.
- 9:18 AM Changeset [1031] by
- sprite: remove spurious property that caused sprites to be always …
Oct 21, 2011:
- 7:06 PM Changeset [1030] by
- monsterz: add a sprite with rocks in front of the title screen.
Oct 20, 2011:
- 2:38 AM Changeset [1029] by
- core: dynamically allocate mantissa for real numbers. One day we'll be …
- 2:38 AM Changeset [1028] by
- test: minor fixes to the test suite: disable optimisation tests in …
Oct 17, 2011:
- 1:45 PM Changeset [1027] by
- test: minor Remez algorithm tests.
- 12:43 PM research/trig edited by
- typo again (diff)
- 12:40 PM research/trig edited by
- typo (diff)
- 12:39 PM research/trig edited by
- add a solver for Mike Acton's attempts (diff)
- 11:38 AM research/trig edited by
- (diff)
Oct 15, 2011:
- 2:03 PM Changeset [1026] by
- core: implement the gamma function for reals using Spouge's formula.
Oct 14, 2011:
- 12:16 PM research/trig edited by
- (diff)
- 12:39 AM Changeset [1025] by
- build: use xvfb-run to run the windows-i386 test suite on a non-mingw …
- 12:16 AM Changeset [1024] by
- core: implement frexp(), ldexp() and modf() for reals.
- 12:16 AM Changeset [1023] by
- core: implement log10, sinh and cosh for real numbers.
Oct 13, 2011:
- 4:42 PM research/trig edited by
- use \max instead of \forall (diff)
- 1:31 AM Changeset [1022] by
- core: implement pow() for real numbers; for now special cases such as …
- 1:31 AM Changeset [1021] by
- core: fix a bug in real::log() and real::log2() with values smaller than 1.
Oct 12, 2011:
- 3:19 AM dev/optim/logbook edited by
- (diff)
- 3:16 AM Changeset [1020] by
- core: improve sin() and exp() performance by replacing divisions with …
- 12:01 AM Changeset [1019] by
- core: implement real methods cbrt(), log2(), exp2(), and copysign().
- 12:01 AM Changeset [1018] by
- core: implement tan() for real numbers.
- 12:01 AM Changeset [1017] by
- core: fix an accuracy error in real::re() and real::sqrt() introduced …
Oct 11, 2011:
- 11:10 PM dev/optim/logbook edited by
- (diff)
- 12:53 AM dev/optim/logbook edited by
- (diff)
- 12:51 AM Changeset [1016] by
- core: encode real numbers using uint32_t rather than uint16_t.
Oct 10, 2011:
- 2:43 PM research/trig edited by
- (diff)
- 3:33 AM Changeset [1015] by
- test: random useless crap.
- 3:33 AM Changeset [1014] by
- test: various improvements to the Remez exchange solver.
- 3:33 AM Changeset [1013] by
- core: remove most dependencies on real number size in the various math …
- 1:39 AM research/trig edited by
- (diff)
- 1:38 AM research/trig edited by
- (diff)
- 1:35 AM research/trig edited by
- minimax for sin(x) (diff)
Oct 9, 2011:
- 11:19 PM Blog: Playing with the CPU pipeline edited by
- typo :(
- 11:06 PM Blog: Playing with the CPU pipeline edited by
- minimax polynomial
Oct 6, 2011:
- 6:55 PM Changeset [1012] by
- test: more Remez exchange experimentations.
- 9:18 AM Changeset [1011] by
- test: more Remez exchange experimentations.
Oct 5, 2011:
- 7:01 PM Changeset [1010] by
- test: allow to perform Remez solving on an arbitrary range.
- 9:01 AM Changeset [1009] by
- test: some refactoring in the Remez solver to prepare multiple …
Oct 4, 2011:
- 5:18 PM Changeset [1008] by
- test: add missing <cstdio> include in pi test program.
- 4:08 PM Changeset [1007] by
- test: use namespace "std" to avoid PS3 build errors.
- 3:35 PM Changeset [1006] by
- core: replace the cos(real) implementation with a simple call to …
- 3:35 PM Changeset [1005] by
- test: add support for relative error in the Remez exchange test program.
Oct 3, 2011:
- 1:36 AM Changeset [1004] by
- real: constrain sin() and cos() on real numbers so that they work …
- 1:36 AM Changeset [1003] by
- core: implement round() and fmod() for real numbers.
- 1:36 AM Changeset [1002] by
- core: implement floor() and ceil() for real numbers.
- 1:36 AM Changeset [1001] by
- core: implement asin() and acos() for real numbers and add unit tests …
- 1:36 AM Changeset [1000] by
- core: fix an accuracy error in sqrt() for arguments < 1.0.
- 1:36 AM Changeset [999] by
- core: implement atan() for real numbers.
- 1:36 AM Changeset [998] by
- core: add real constants for 0, 1, 2 and 10, and reorder static …
Sep 29, 2011:
- 9:10 PM Changeset [997] by
- core: add boolean operators on real numbers, add unit tests for that, …
Sep 28, 2011:
- 7:05 PM Changeset [996] by
- test: minor updates to the Pi program (now almost deprecated) and the …
- 7:04 PM Changeset [995] by
- core: create global real number variables such as R_E, R_PI, R_LN2 etc.
- 7:04 PM Changeset [994] by
- core: implement shift operators for reals; they're useful for fast …
- 7:04 PM Changeset [993] by
- core: improve exp() on reals: faster (constant time) and a lot more …
- 7:04 PM Changeset [992] by
- core: implement log() for real numbers, and start documenting our next …
- 2:59 AM Changeset [991] by
- test: the Remez algorithm is now almost functional.
- 2:59 AM Changeset [990] by
- core: implement sin(), cos() and abs() for reals and fix a crash in …
Sep 27, 2011:
- 7:09 PM Changeset [989] by
- test: more work on the Remez exchange algorithm.
- 7:09 PM Changeset [988] by
- core: add exp() for real numbers and fix the == operator.
- 7:09 PM Changeset [987] by
- real: fix a bug in the real number multiplication when one of the …
- 7:09 PM Changeset [986] by
- core: add sqrt() for real numbers.
- 1:20 AM Changeset [985] by
- test: start working on a Remez exchange algorithm implementation so …
- 1:20 AM Changeset [984] by
- test: add a 10-line example program that computes Pi to the 150th digit.
- 1:20 AM Changeset [983] by
- core: add operators +=, *= etc. to the real class, and refactor the …
Sep 26, 2011:
- 2:00 AM Changeset [982] by
- core: add rounding to real->double conversion, fix a bug in the …
Sep 25, 2011:
- 12:21 AM Changeset [981] by
- image: add a GDI+ loader.
- 12:21 AM Changeset [980] by
- contrib: add GDI+ headers and static library for Linux cross-compilation.
- 12:21 AM Changeset [979] by
- test: give more explicit names to unit test cases.
- 12:21 AM Changeset [978] by
- test: add simple unit tests for image loading.
Note: See TracTimeline
for information about the timeline view.